From 6cf3b5ec3cc8b854fe24ecd8eeff2e094106913d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 27 Aug 2008 22:27:30 +0000 Subject: merged in relevant changes from the v0-40 pd-extended release branch svn path=/trunk/externals/bbogart/; revision=10266 --- entry/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'entry/makefile') diff --git a/entry/makefile b/entry/makefile index f612434..85c7364 100644 --- a/entry/makefile +++ b/entry/makefile @@ -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 @@ pd_linux: entry.pd_linux .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 @@ pd_darwin: entry.pd_darwin .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 -- cgit v1.2.1