aboutsummaryrefslogtreecommitdiff
path: root/src/ppm
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-03-31 14:56:45 +0200
committerGuido Günther <agx@sigxcpu.org>2020-03-31 14:56:45 +0200
commitfe2af56cf1c62cbf1991f43510e0718bd46d3350 (patch)
tree68e91cbae6ac64353a6efd14f3879375889a4e73 /src/ppm
parent8d46d24e23836a0651abd14af67788d43f0416c9 (diff)
Remove autotools support
Diffstat (limited to 'src/ppm')
-rw-r--r--src/ppm/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/ppm/Makefile.am b/src/ppm/Makefile.am
deleted file mode 100644
index 65952cd..0000000
--- a/src/ppm/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-NULL =
-
-pythondir = $(pkgdatadir)/ppm/
-python_DATA_IN = __init__.py.in
-python_DATA = \
- __init__.py \
- accountdb.py \
- modemproxy.py \
- provider.py \
- providerdb.py \
- $(NULL)
-
-
-EXTRA_DIST = $(python_DATA) $(python_DATA_IN)
-
-%.py: $(srcdir)/%.py.in $(srcdir)/Makefile
- sed -e "s,::PACKAGE::,$(PACKAGE)," \
- -e "s,::VERSION::,$(PACKAGE_VERSION)," \
- -e "s,::PYLIBDIR::,$(pkgdatadir)," \
- -e "s,::GETTEXTDIR::,$(datadir)/locale," \
- -e "s,::DATADIR::,$(datadir)," \
- -e "s,::PKGDATADIR::,$(pkgdatadir)," \
- < $< > $@
-
-CLEANFILES = *.pyc