diff options
author | musil <tmusil@users.sourceforge.net> | 2005-03-09 17:16:00 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2005-03-09 17:16:00 +0000 |
commit | 8724ea74a1936886a6507bfa2d8989d82bf066bf (patch) | |
tree | 4965f3155b23d411a7bc49f037d7c8253a14c852 /src/iem_t3_lib/makefile | |
parent | 577ac6e80ff4f436fbd054291ed7dddbc31bd49a (diff) |
sync with last iem 1.15 !
svn path=/trunk/externals/iemlib/; revision=2611
Diffstat (limited to 'src/iem_t3_lib/makefile')
-rw-r--r-- | src/iem_t3_lib/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iem_t3_lib/makefile b/src/iem_t3_lib/makefile index 34d19d6..9a177a7 100644 --- a/src/iem_t3_lib/makefile +++ b/src/iem_t3_lib/makefile @@ -2,14 +2,14 @@ current: all .SUFFIXES: .pd_linux -INCLUDE = -I. -I/usr/local/src/pd/src +INCLUDE = -I. -I/usr/local/src/pd-0.37-4/src LDFLAGS = -export-dynamic -shared LIB = -ldl -lm -lpthread #select either the DBG and OPT compiler flags below: -CFLAGS = -DPD -DUNIX -Wall -W -Werror -Wno-unused \ +CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \ -DDL_OPEN |