aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-21 23:55:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-21 23:55:30 +0000
commit4cd70a717fae97122d9a39afed816545026138a1 (patch)
treedac0dfe1198fadfb2ed7ed928813871bd15eb502
parentf91c601b5fee4a2d554d37963a21155a17e4e3b0 (diff)
added MacOS X pkg generation
svn path=/trunk/externals/miXed/; revision=888
-rw-r--r--Makefile.common14
-rw-r--r--cyclone/Welcome.txt1
-rw-r--r--cyclone/darwin_altpackage.pmspbin0 -> 1495 bytes
-rw-r--r--cyclone/darwin_package.pmspbin0 -> 1043 bytes
4 files changed, 15 insertions, 0 deletions
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 <hans@eds.org>
+# 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
--- /dev/null
+++ b/cyclone/darwin_altpackage.pmsp
Binary files differ
diff --git a/cyclone/darwin_package.pmsp b/cyclone/darwin_package.pmsp
new file mode 100644
index 0000000..8240370
--- /dev/null
+++ b/cyclone/darwin_package.pmsp
Binary files differ