aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-04 22:10:41 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-04 22:10:41 +0000
commit4ddc89a36ab33d0b660b7312b9b9f9557e820a78 (patch)
tree7cbd2ca0f5e73f1493e568ce8528946f4421f860 /Makefile.in
parent023de231af8193b25c88d90bcdcea62465eb6e41 (diff)
cleaned up build system, especially for Darwin/MacOS X
svn path=/trunk/externals/OSCx/; revision=1549
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 4a627a9..5abb7ae 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -5,11 +5,17 @@ all:
cd send+dump ; make
cd src ; make
-install:
+install: all
cd src ; make install
clean:
- cd libOSC && make clean
+ cd libOSC && make clean
cd send+dump && make clean
cd src && make clean
+distclean: clean
+ -rm *~
+ rm Makefile */Makefile
+ rm config.log config.status config.h
+ -rm -Rf ./autom4te.cache/ extra
+