diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-02-17 04:52:32 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-02-17 04:52:32 +0000 |
commit | e90c5a66fbcaa61a6ac8b9ab17f2448f8d1b7e99 (patch) | |
tree | b0e268eff4c1ead940a0b8016b81ca333df0d863 /externals | |
parent | c8e7403ee6739c2c30ac25bb5a0706310e9e9cfe (diff) |
added cyclone's extra libraries for enhanced Max/MSP compatibility features
svn path=/trunk/; revision=10786
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile index eb5274bb..59816ffd 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -554,7 +554,7 @@ CYCLONE_NAME=cyclone # cyclone is compiled straight into $(OUT_DIR) CYCLONE_OUT_DIR=$(objectsdir)/$(CYCLONE_NAME) cyclone: $(bindir) - + $(MAKE) -C $(externals_src)/miXed/cyclone cyclone_install: cyclone install -d $(objectsdir)/$(CYCLONE_NAME) @@ -562,6 +562,12 @@ cyclone_install: cyclone --author "Kzrysztof Czaja" \ --license "BSD" \ --description "a library for porting and running Max/MSP patches in Pd" + install -p $(externals_src)/miXed/bin/cyclone.$(EXTENSION) \ + $(externals_src)/miXed/bin/hammer.$(EXTENSION) \ + $(externals_src)/miXed/bin/sickle.$(EXTENSION) \ + $(externals_src)/miXed/bin/maxmode.$(EXTENSION) \ + $(objectsdir)/$(CYCLONE_NAME) +# kludge to build as one-file-per-class using the miXed build system cd $(externals_src)/miXed/cyclone && $(MAKE) OUT_DIR=$(CYCLONE_OUT_DIR) # install "cyclist" command line app with pd # this doesn't build in the right place yet |