From 4cd70a717fae97122d9a39afed816545026138a1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 21 Aug 2003 23:55:30 +0000 Subject: added MacOS X pkg generation svn path=/trunk/externals/miXed/; revision=888 --- Makefile.common | 14 ++++++++++++++ cyclone/Welcome.txt | 1 + cyclone/darwin_altpackage.pmsp | Bin 0 -> 1495 bytes cyclone/darwin_package.pmsp | Bin 0 -> 1043 bytes 4 files changed, 15 insertions(+) create mode 100644 cyclone/Welcome.txt create mode 100644 cyclone/darwin_altpackage.pmsp create mode 100644 cyclone/darwin_package.pmsp diff --git a/Makefile.common b/Makefile.common index 3aca2e0..52694d3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -16,6 +16,8 @@ include Makefile.objects # FIXME CC = gcc-2.95 +# for MacOS X +#CC = gcc2 default: define_build all @@ -315,3 +317,15 @@ Makefile.deps: chmod 666 Makefile.deps -include Makefile.deps + +# added by Hans-Christoph Steiner +# to generate MacOS X package +darwin_altpackage: all + test -d ../installroot/Help || mkdir -p ../installroot/Help + -cp ../test/cyclone/* ../installroot/Help + test -d ../installroot/Resources || mkdir -p ../installroot/Resources + cp ../LICENSE.txt ../installroot/Resources/License.ttx + cp Welcome.txt ../installroot/Resources/ + test -d ../installroot/Externals || mkdir -p ../installroot/Externals + install -m644 ../bin/*.pd_darwin --group=admin ../installroot/Externals + open darwin_altpackage.pmsp diff --git a/cyclone/Welcome.txt b/cyclone/Welcome.txt new file mode 100644 index 0000000..aac6d15 --- /dev/null +++ b/cyclone/Welcome.txt @@ -0,0 +1 @@ +Cyclone is a library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments. Although being itself in the early stage of development, it is meant to eventually become part of a much larger project, aiming at unification and standardization of computer musician's tools. diff --git a/cyclone/darwin_altpackage.pmsp b/cyclone/darwin_altpackage.pmsp new file mode 100644 index 0000000..478b284 Binary files /dev/null and b/cyclone/darwin_altpackage.pmsp differ diff --git a/cyclone/darwin_package.pmsp b/cyclone/darwin_package.pmsp new file mode 100644 index 0000000..8240370 Binary files /dev/null and b/cyclone/darwin_package.pmsp differ -- cgit v1.2.1