diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-11-17 21:09:45 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-11-17 21:09:45 +0000 |
commit | 4b5c09297f11b2612a9072fc05a244fbc2c0ddc0 (patch) | |
tree | 7e774e5662d87e9ad43e9262c752f739412384b0 /Makefile | |
parent | 9261cbf775156956f0c6a490c853429089c0f6f5 (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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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
|