[PD-cvs] externals/ffext/tracker makefile,1.1,1.2

Federico Ferri federico__ at users.sourceforge.net
Sat Sep 22 12:13:48 CEST 2007


Update of /cvsroot/pure-data/externals/ffext/tracker
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25215

Modified Files:
	makefile 
Log Message:
minor fixes to makefile


Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/ffext/tracker/makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makefile	20 Sep 2007 08:25:26 -0000	1.1
--- makefile	22 Sep 2007 10:13:46 -0000	1.2
***************
*** 2,5 ****
--- 2,6 ----
  tracker.pd_linux: tracker.c tracker.h tracker.tk2c
  
+ STRIP = strip
  CFLAGS = -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer \
      -Wall -W -Wno-shadow -Wstrict-prototypes \
***************
*** 10,18 ****
  
  .tk.tk2c:
! 	sh tk2c.bash < $*.tk >$*.tk2c
  .c.pd_linux:
  	$(CC) $(CFLAGS) -o $*.o -c $*.c
  	$(LD) -export_dynamic  -shared -o $*.pd_linux $*.o -lc -lm
! 	strip --strip-unneeded $*.pd_linux
  clean:
! 	rm -f *.o *.pd_* so_locations *.tk2c
--- 11,19 ----
  
  .tk.tk2c:
! 	./tk2c.bash < $*.tk > $*.tk2c
  .c.pd_linux:
  	$(CC) $(CFLAGS) -o $*.o -c $*.c
  	$(LD) -export_dynamic  -shared -o $*.pd_linux $*.o -lc -lm
! 	$(STRIP) --strip-unneeded $*.pd_linux
  clean:
! 	$(RM) -f *.o *.pd_* so_locations *.tk2c





More information about the Pd-cvs mailing list