diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-16 19:25:07 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-04-16 19:25:07 +0000 |
commit | fffba9425aa1610708a3235149ba759dbdd896ba (patch) | |
tree | 931d398d872313ed8dd35da9ec3e35fe09f8de59 /Makefile | |
parent | 2da3b12fd8b94934e3bde70692e650d6df694391 (diff) |
compiles all externals in directory
svn path=/trunk/externals/hcs/; revision=574
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 \
|