aboutsummaryrefslogtreecommitdiff
path: root/entry/makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-27 22:27:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-08-27 22:27:30 +0000
commit6cf3b5ec3cc8b854fe24ecd8eeff2e094106913d (patch)
treee62efbb53638f673f32029c7d486335acb2bf1f0 /entry/makefile
parentdf1a90bf4eff49c6349ba7909d2e4921c3f48942 (diff)
merged in relevant changes from the v0-40 pd-extended release branch
svn path=/trunk/externals/bbogart/; revision=10266
Diffstat (limited to 'entry/makefile')
-rw-r--r--entry/makefile6
1 files changed, 3 insertions, 3 deletions
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