diff options
author | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2008-05-23 22:56:53 +0000 |
---|---|---|
committer | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2008-05-23 22:56:53 +0000 |
commit | d7c9dea17f75ab11350f9f604195181f1dee6421 (patch) | |
tree | 45b390b385fdd8c75b2e212b04d0752408adeee7 /colorgrid/Makefile | |
parent | f3d024ae338ff3a4823f7c466feab7ba1de1cf1d (diff) |
svn path=/trunk/externals/pdvjtools/; revision=9880
Diffstat (limited to 'colorgrid/Makefile')
-rwxr-xr-x | colorgrid/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/colorgrid/Makefile b/colorgrid/Makefile index f8d9177..bff20be 100755 --- a/colorgrid/Makefile +++ b/colorgrid/Makefile @@ -14,19 +14,18 @@ LINUXCFLAGS = -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointer \ -Wall -W -Wno-shadow -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch #-Werror -LINUXINCLUDE = -I../../src -I/usr/src/pd-0.40-2/src +LINUXINCLUDE = -I../../../pd/src .c.pd_linux: cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm strip --strip-unneeded $*.pd_linux - rm -f $*.o ../$*.pd_linux - ln -s $*/$*.pd_linux .. + rm -f $*.o # ---------------------------------------------------------- install: - cp help-*.pd ../../doc/5.reference + cp help-*.pd ../../../doc/5.reference clean: rm -f *.o *.pd_* so_locations |