Revision: 10180 http://pure-data.svn.sourceforge.net/pure-data/?rev=10180&view=rev Author: eighthave Date: 2008-07-18 22:50:41 +0000 (Fri, 18 Jul 2008)
Log Message: ----------- fixed clean target and added -g for debug symbols, tho strip still removes them
Modified Paths: -------------- branches/pd-extended/v0-40/externals/bbogart/entry/makefile
Modified: branches/pd-extended/v0-40/externals/bbogart/entry/makefile =================================================================== --- branches/pd-extended/v0-40/externals/bbogart/entry/makefile 2008-07-18 22:49:31 UTC (rev 10179) +++ branches/pd-extended/v0-40/externals/bbogart/entry/makefile 2008-07-18 22:50:41 UTC (rev 10180) @@ -1,7 +1,7 @@ current: echo make pd_linux, pd_nt, pd_irix5, or pd_irix6
-clean: ; rm -f entry.pd_{linux,nt,irix?,darwin} *.o +clean: ; rm -f entry.pd_* *.dll *.o
# ----------------------- NT -----------------------
@@ -51,7 +51,7 @@
.SUFFIXES: .pd_linux
-LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \ +LINUXCFLAGS = -g -DPD -O2 -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes
@@ -69,7 +69,7 @@
.SUFFIXES: .pd_darwin
-DARWINCFLAGS = -DPD -O2 -Wall -W -Wshadow -Wstrict-prototypes +DARWINCFLAGS = -g -DPD -O2 -Wall -W -Wshadow -Wstrict-prototypes
.c.pd_darwin: cc $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.