aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-04-16 19:25:07 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-04-16 19:25:07 +0000
commitfffba9425aa1610708a3235149ba759dbdd896ba (patch)
tree931d398d872313ed8dd35da9ec3e35fe09f8de59 /Makefile
parent2da3b12fd8b94934e3bde70692e650d6df694391 (diff)
compiles all externals in directory
svn path=/trunk/externals/hcs/; revision=574
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f18bc94..df5810f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,9 @@
-current:
- echo make pd_linux
+pd_linux: pan_gogins~.pd_linux rawmouse.pd_linux rawevent.pd_linux rawjoystick.pd_linux
clean: ; rm -f *.pd_linux *.o
# ----------------------- LINUX i386 -----------------------
-pd_linux: pan_gogins~.pd_linux rawmouse.pd_linux rawevent.pd_linux rawjoystick.pd_linux
-
.SUFFIXES: .pd_linux
LINUXCFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer \