aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-11 06:13:38 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-11 06:13:38 +0000
commit1d3a1bc392ec809458a0ea534888e406dd2348cd (patch)
tree3acb3d32f7ceeca751af2d75063dee34f616d2d3 /makefile
parent2515dff289e48ae6dc2874dab53dc7c14483ade7 (diff)
copied over template Makefile and got things building from it
svn path=/trunk/externals/ggee/; revision=14394
Diffstat (limited to 'makefile')
-rw-r--r--makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/makefile b/makefile
deleted file mode 100644
index 903a825..0000000
--- a/makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-VERSION=$(shell cat VERSION)
-
-compile:
- make -f ../makefile.sub -C control
- make -f ../makefile.sub -C filters
- make -f ../makefile.sub -C gui
- make -f ../makefile.sub -C signal
- make -f ../makefile.sub -C experimental
-
-clean:
- -rm -r ggee-$(VERSION)
- make -f ../makefile.sub -C control clean
- make -f ../makefile.sub -C filters clean
- make -f ../makefile.sub -C gui clean
- make -f ../makefile.sub -C signal clean
- make -f ../makefile.sub -C experimental clean
-
-
-package:
- -mkdir ggee-$(VERSION)
- -cp `find . -name "*.pd_linux"` ggee-$(VERSION)
- -cp `find . -name "*.pd_darwin"` ggee-$(VERSION)
- -cp `find . -name "*.dll"` ggee-$(VERSION)
- cp `find . -name "*help.pd"` ggee-$(VERSION)