New directory tree, with preprocessor/ inside interpretor/.
[Faustine.git] / interpretor / faust-0.9.47mr3 / examples / Makefile.iphonecompile
diff --git a/interpretor/faust-0.9.47mr3/examples/Makefile.iphonecompile b/interpretor/faust-0.9.47mr3/examples/Makefile.iphonecompile
deleted file mode 100644 (file)
index 7a2822e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-dspsrc  := $(wildcard *.dsp)
-cppsrc  := $(addprefix $(DEST), $(dspsrc:.dsp=.cpp))
-appl   := $(addprefix $(DEST), $(dspsrc:.dsp=$(EXT)))
-
-all :  $(appl)
-
-$(DEST)% : %.dsp
-       install -d $@
-       cp -r /usr/local/lib/faust/iPhone/* $@
-       faust $(VEC) -a $(ARCH) $< -o $@/iphone-faust.h
-       xcodebuild -project $@/iPhone.xcodeproj PRODUCT_NAME=$(<:.dsp=)
-       cp -r $@/build/Release-iphoneos/$(<:.dsp=.app) $@/../
-       rm -r $@
-
-clean :
-       rm -f $(DEST)