From 95e729753b0e5100e997145bddf2016ee6ff1ffa Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 26 Nov 2004 05:02:33 +0000 Subject: makefiles for linux svn path=/trunk/; revision=2316 --- externals/grill/dyn/config-pd-linux.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 externals/grill/dyn/config-pd-linux.txt (limited to 'externals/grill/dyn/config-pd-linux.txt') diff --git a/externals/grill/dyn/config-pd-linux.txt b/externals/grill/dyn/config-pd-linux.txt new file mode 100644 index 00000000..36b17774 --- /dev/null +++ b/externals/grill/dyn/config-pd-linux.txt @@ -0,0 +1,21 @@ + +# your c++ compiler (define only if it's different than g++) +# CXX=g++-3.3 + +# prefix to install the dyn library and header files +# (leave blank to omit installation) +INSTDIR=/usr/local + +# where are the PD header files? (m_pd.h, m_imp.h, g_canvas.h) +PDPATH=/usr/src/pd/src + +# where should flext libraries be built? +TARGDIR=./pd-linux + +# where should the dyn library and header be installed? +# (leave blank to omit installation) +PREFIX=/usr/local + +# additional compiler flags +# (check if they fit for your system!) +# UFLAGS=-march=pentium4 -- cgit v1.2.1