From e90c5a66fbcaa61a6ac8b9ab17f2448f8d1b7e99 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 17 Feb 2009 04:52:32 +0000 Subject: added cyclone's extra libraries for enhanced Max/MSP compatibility features svn path=/trunk/; revision=10786 --- externals/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1