diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2006-09-01 13:45:31 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2006-09-01 13:45:31 +0000 |
commit | 7591a024f184bd385d35583d19d86c1d5f2531ba (patch) | |
tree | 77aa0c44ccb700eb9a2b16e1b246e3c8026c40ed /scaf/Makefile.config | |
parent | 91dd6b68f0f209ad015a303095bb1df018dca71e (diff) |
pdp current darcs merge
svn path=/trunk/externals/pdp/; revision=5816
Diffstat (limited to 'scaf/Makefile.config')
-rw-r--r-- | scaf/Makefile.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scaf/Makefile.config b/scaf/Makefile.config index 4faea70..4ddb31c 100644 --- a/scaf/Makefile.config +++ b/scaf/Makefile.config @@ -6,13 +6,13 @@ prefix=/usr/local -PDP_CA_INCLUDE = -I/home/tom/pd/packet/include -I/home/tom/pd/packet/scaf/include +PDP_CA_INCLUDE = -I/usr/local/include/pdp -I/home/tom/pdcvs/externals/pdp/scaf/include PDP_CA_LIBS = -ldl -lm DEFAULT_RULES_LIB = /usr/local/lib/scaf/default.scafo PDP_CA_AFLAGS = #--gstabs PDP_CA_CFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \ - -Wall -W -Wstrict-prototypes -Werror \ + -Wall -W -Wstrict-prototypes -I../include -I../../include \ -Wno-unused -Wno-parentheses -Wno-switch -g $(PDP_CFLAGS) $(PD_CFLAGS) \ -DPDP_CA_RULES_LIB=\"$(DEFAULT_RULES_LIB)\" # -Wshadow |