From d7c9dea17f75ab11350f9f604195181f1dee6421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?llu=C3=ADs=20g=C3=B3mez=20i=20bigord=C3=A0?= Date: Fri, 23 May 2008 22:56:53 +0000 Subject: svn path=/trunk/externals/pdvjtools/; revision=9880 --- colorgrid/Makefile | 7 +++---- 1 file 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 -- cgit v1.2.1