aboutsummaryrefslogtreecommitdiff
path: root/externals/build/darwin/makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-08 04:00:02 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-08 04:00:02 +0000
commit7fb76f925e1bbb37df0ed0b548bcf6ce7670c835 (patch)
tree394291ad37143af066207a543afa8c6c4ce9b62c /externals/build/darwin/makefile
parent6484af0f4703f2c4a0ba89dceb84695ba52f00d4 (diff)
removed static files and created makefile to copy all help files to externals/build/doc/
svn path=/trunk/; revision=1574
Diffstat (limited to 'externals/build/darwin/makefile')
-rw-r--r--externals/build/darwin/makefile35
1 files changed, 4 insertions, 31 deletions
diff --git a/externals/build/darwin/makefile b/externals/build/darwin/makefile
index 9fd75f2c..a2d5f341 100644
--- a/externals/build/darwin/makefile
+++ b/externals/build/darwin/makefile
@@ -1,5 +1,5 @@
-
-prefix=$(DESTDIR)/usr/local/lib/pd
+prefix=/tmp
+#prefix=$(DESTDIR)/usr/local/lib/pd
EXTERNALS = $(shell ls )
@@ -32,35 +32,8 @@ clean:
install-doc:
test -d $(prefix)/doc/5.reference || mkdir -p $(prefix)/doc/5.reference
- install -m444 ../../OSCx/doc/*.pd \
- ../../ann/examples/*.* \
- ../../aenv~/*.pd \
- ../../beatpipe/*.pd \
- ../../build/*.pd \
- ../../chaos/*.pd \
- ../../creb/doc/*.pd \
- ../../creb/doc/examples/*.pd \
- ../../cxc/reference/*.pd \
- ../../dfx/*/*.pd \
- ../../ext13/doc/*.pd \
- ../../ggee/*/*.pd \
- ../../gem2pdp/*.pd \
- ../../hcs/*.pd \
- ../../markex/*.pd \
- ../../maxlib/help/*.* \
- ../../motex/*.pd \
- ../../pdogg/*/*.pd \
- ../../plugin~/*.pd \
- ../../rhythm_estimator/*.p? \
- ../../susloop~/*.pd \
- ../../svf~/*.pd \
- ../../vbap/*.pd \
- ../../vst/*.pd \
- ../../zhzxh~/*.pd \
- $(prefix)/doc/5.reference
-# [sprinkler]'s help file is generated by ./configure
- cd ../../sprinkler && autoconf && ./configure
- install -m444 ../../sprinkler/sprinkler-help.pd $(prefix)/doc/5.reference
+ cd ../doc && make all
+ install -m444 ../doc/*.* $(prefix)/doc/5.reference
install-abstractions:
test -d $(prefix)/extra || mkdir -p $(prefix)/extra