From ad23543fee0496519b1a41839bf388d6c9ffba46 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 4 Jul 2013 17:31:48 +0000 Subject: iemlib.h now in include folder parallel to library folder, changed makefiles,, removed iemlib.h and makefile_linux svn path=/trunk/externals/iem/iem_delay/; revision=17189 --- src/makefile_d_fat | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/makefile_d_fat') diff --git a/src/makefile_d_fat b/src/makefile_d_fat index d755e19..b374b9b 100644 --- a/src/makefile_d_fat +++ b/src/makefile_d_fat @@ -4,7 +4,10 @@ current: all PD_INSTALL_PATH ?= "/Applications/Pd.app/Contents/Resources" -INCLUDE = -I. -I$(PD_INSTALL_PATH)/src +# path to iemlib.h +IEMLIB_INCLUDE = ../../include + +INCLUDE = -I. -I$(IEMLIB_INCLUDE) -I$(PD_INSTALL_PATH)/src CFLAGS =-DPD -O2 -Wall -W -Wshadow -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch @@ -13,7 +16,7 @@ LFLAGS = -bundle -undefined suppress -flat_namespace # the sources -SRC = n_delay1p_line~.c \ +SRC = n_delay1p_line~.c \ n_delay2p_line~.c \ nz~.c \ block_delay~.c \ -- cgit v1.2.1