aboutsummaryrefslogtreecommitdiff
path: root/desiredata
diff options
context:
space:
mode:
Diffstat (limited to 'desiredata')
-rw-r--r--desiredata/extra/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/desiredata/extra/Makefile.am b/desiredata/extra/Makefile.am
deleted file mode 100644
index 913a378c..00000000
--- a/desiredata/extra/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# automake template
-# added by tim blechmann
-#
-
-EXTRA_DIST = bonk~ choice expr~ fiddle~ loop~ lrshift~ pique
-
-MAINTAINERCLEANFILES = Makefile.in \
- Makefile
-
-EXTERNS = ./*/*.$(EXT)
-
-all:
- cd ./bonk~ && make @EXT@
- cd ./choice && make @EXT@
- cd ./expr~ && make @EXT@
- cd ./fiddle~ && make @EXT@
- cd ./loop~ && make @EXT@
- cd ./lrshift~ && make @EXT@
- cd ./pique && make @EXT@
-
-install:
- install -m 644 $(EXTERNS) $(prefix)/lib/pd/extra
-
-dist-hook:
- rm -rf `find $(distdir) -name CVS` \ No newline at end of file