aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-11-17 21:09:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-11-17 21:09:45 +0000
commit4b5c09297f11b2612a9072fc05a244fbc2c0ddc0 (patch)
tree7e774e5662d87e9ad43e9262c752f739412384b0 /Makefile
parent9261cbf775156956f0c6a490c853429089c0f6f5 (diff)
cleaned up code substantially; got everything working; made help patches
svn path=/trunk/externals/hcs/; revision=1192
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a7041a3..303eb1e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC=gcc-3.2
-pd_linux: pan_gogins~.pd_linux range.pd_linux linuxmouse.pd_linux linuxevent.pd_linux linuxjoystick.pd_linux ifeel.pd_linux
+pd_linux: pan_gogins~.pd_linux range.pd_linux linuxmouse.pd_linux linuxevent.pd_linux linuxjoystick.pd_linux ifeel.pd_linux platformdummy.pd_linux
clean: ; rm -f *.pd_linux *.o *~
@@ -12,7 +12,7 @@ LINUXCFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch
-LINUXINCLUDE = -I/usr/local/lib/pd/include -I../../pd/src
+LINUXINCLUDE = -I/usr/local/lib/pd/include -I../../pd/src -I/usr/local/include
.c.pd_linux:
$(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c