diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-11-14 18:08:59 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-11-14 18:08:59 +0000 |
commit | cc8ea374e396a623e2c3e690c8e8efc47e0a1cbb (patch) | |
tree | ba613361041aecad52d580526c0ff7f5035130f9 /src/iem_mp3 | |
parent | 72e644dbeb3a272508ca35a10537a5ca1a5c6edf (diff) |
include ../../Make.include for things like the pd source-directory
svn path=/trunk/externals/iemlib/; revision=3891
Diffstat (limited to 'src/iem_mp3')
-rw-r--r-- | src/iem_mp3/makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/iem_mp3/makefile b/src/iem_mp3/makefile index 71abad5..955e508 100644 --- a/src/iem_mp3/makefile +++ b/src/iem_mp3/makefile @@ -1,19 +1,9 @@ current: all .SUFFIXES: .pd_linux +include ../../Make.include -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 -W -Werror -Wno-unused \ - -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \ - -DDL_OPEN -fPIC - -SYSTEM = $(shell uname -m) +INCLUDE = -I. -I$(PDSOURCE) # the sources |