From b235d2ec7cff539db0f892a70f005a0df9412d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 14 Nov 2005 18:01:30 +0000 Subject: makefile-snippet that is included by the makefiles for the libraries svn path=/trunk/externals/iemlib/; revision=3888 --- Make.include | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Make.include diff --git a/Make.include b/Make.include new file mode 100644 index 0000000..74f32b7 --- /dev/null +++ b/Make.include @@ -0,0 +1,12 @@ +PDSOURCE = /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 + + + + -- cgit v1.2.1