aboutsummaryrefslogtreecommitdiff
path: root/desiredata
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-06-14 15:24:11 +0000
committerN.N. <matju@users.sourceforge.net>2009-06-14 15:24:11 +0000
commitf291c8d2131d743e46fdc7bea98027a3ac66c8f1 (patch)
tree455f1669e10775cf5521a6511d2b3331de9f5b37 /desiredata
parent546b21987706d5112b41d43a8037a8fc75bbfd7e (diff)
don't know what this is, but it probably doesn't have anything to do with the makefile here.
svn path=/trunk/; revision=11764
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