From 6399d444c572093ab8bc356be0cb915b33265415 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sun, 7 Sep 2003 00:42:00 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=934 --- tbext/config-pd-linux.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 tbext/config-pd-linux.txt (limited to 'tbext/config-pd-linux.txt') diff --git a/tbext/config-pd-linux.txt b/tbext/config-pd-linux.txt new file mode 100755 index 0000000..e1fa248 --- /dev/null +++ b/tbext/config-pd-linux.txt @@ -0,0 +1,36 @@ +# config file for tbext, adapted from Thomas Grill's xsample makefile + +# your c++ compiler (if not g++) + CXX=icc + + +# where does the PD installation reside? +PD=/usr/lib/pd + +# where are the PD header files? +# leave it blank if it is a system directory (like /usr/local/include), +# since gcc 3.2 complains about it +PDINC=/home/tim/pd/devel_0_36/pd/src + +# where do the flext libraries reside? +FLEXTPATH=/usr/lib/flext + +# where should xsample objects be built? +TARGDIR=./pd-linux + +# where should xsample be installed? +# (leave blank to omit installation) +INSTDIR=${PD}/externs + +# where should the xsample help be installed? +# (leave blank to omit installation) +HELPDIR=${PD}/doc/5.reference + +# additional compiler flags +# (check whether they fit to your system!) +UFLAGS=-xW -tpp7 -ip -ipo_obj -g # icc +# UFLAGS=-mcpu=pentium4 -mmmx -msse2 -msse -mfpmath=sse # gcc 3.2 + +# define to link against shared flext library (flext version >= 0.5.0) +FLEXT_SHARED=1 + -- cgit v1.2.1 From 81d751e8824f6a9b3975c1da517d1d163a2eace5 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sat, 20 Sep 2003 00:05:08 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1012 --- tbext/config-pd-linux.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tbext/config-pd-linux.txt') diff --git a/tbext/config-pd-linux.txt b/tbext/config-pd-linux.txt index e1fa248..495aad9 100755 --- a/tbext/config-pd-linux.txt +++ b/tbext/config-pd-linux.txt @@ -1,7 +1,7 @@ # config file for tbext, adapted from Thomas Grill's xsample makefile # your c++ compiler (if not g++) - CXX=icc +# CXX=icc # where does the PD installation reside? @@ -10,7 +10,7 @@ PD=/usr/lib/pd # where are the PD header files? # leave it blank if it is a system directory (like /usr/local/include), # since gcc 3.2 complains about it -PDINC=/home/tim/pd/devel_0_36/pd/src +PDINC=/home/tim/pd/pd-0.37-0/src # where do the flext libraries reside? FLEXTPATH=/usr/lib/flext @@ -28,7 +28,7 @@ HELPDIR=${PD}/doc/5.reference # additional compiler flags # (check whether they fit to your system!) -UFLAGS=-xW -tpp7 -ip -ipo_obj -g # icc +#UFLAGS=-xW -tpp7 -ip -ipo_obj -g # icc # UFLAGS=-mcpu=pentium4 -mmmx -msse2 -msse -mfpmath=sse # gcc 3.2 # define to link against shared flext library (flext version >= 0.5.0) -- cgit v1.2.1 From 4ab9c44294867638df5c092bb2a9de1923a63dd2 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sat, 20 Sep 2003 15:54:40 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1014 --- tbext/config-pd-linux.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbext/config-pd-linux.txt') diff --git a/tbext/config-pd-linux.txt b/tbext/config-pd-linux.txt index 495aad9..7c9fbde 100755 --- a/tbext/config-pd-linux.txt +++ b/tbext/config-pd-linux.txt @@ -32,5 +32,5 @@ HELPDIR=${PD}/doc/5.reference # UFLAGS=-mcpu=pentium4 -mmmx -msse2 -msse -mfpmath=sse # gcc 3.2 # define to link against shared flext library (flext version >= 0.5.0) -FLEXT_SHARED=1 +#FLEXT_SHARED=1 -- cgit v1.2.1 From ce8d118561bd86df80eae140f2e0a64db55998e3 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Wed, 28 Jan 2004 11:09:13 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1298 --- tbext/config-pd-linux.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tbext/config-pd-linux.txt') diff --git a/tbext/config-pd-linux.txt b/tbext/config-pd-linux.txt index 7c9fbde..b1479f8 100755 --- a/tbext/config-pd-linux.txt +++ b/tbext/config-pd-linux.txt @@ -1,7 +1,7 @@ # config file for tbext, adapted from Thomas Grill's xsample makefile # your c++ compiler (if not g++) -# CXX=icc + CXX=icc # where does the PD installation reside? @@ -10,7 +10,8 @@ PD=/usr/lib/pd # where are the PD header files? # leave it blank if it is a system directory (like /usr/local/include), # since gcc 3.2 complains about it -PDINC=/home/tim/pd/pd-0.37-0/src +PDINC=/home/tim/pd/pd/src +#PDINC=/home/tim/pd/devel_0_36/pd/src # where do the flext libraries reside? FLEXTPATH=/usr/lib/flext @@ -28,9 +29,9 @@ HELPDIR=${PD}/doc/5.reference # additional compiler flags # (check whether they fit to your system!) -#UFLAGS=-xW -tpp7 -ip -ipo_obj -g # icc +UFLAGS=-g -xW -tpp7 -ip -ipo_obj # icc # UFLAGS=-mcpu=pentium4 -mmmx -msse2 -msse -mfpmath=sse # gcc 3.2 # define to link against shared flext library (flext version >= 0.5.0) -#FLEXT_SHARED=1 +FLEXT_SHARED=1 -- cgit v1.2.1 From b37d7f4d59d1ec038f6920e7a44436558d84befe Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sun, 29 Feb 2004 13:57:19 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1364 --- tbext/config-pd-linux.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tbext/config-pd-linux.txt') diff --git a/tbext/config-pd-linux.txt b/tbext/config-pd-linux.txt index b1479f8..b1acfa1 100755 --- a/tbext/config-pd-linux.txt +++ b/tbext/config-pd-linux.txt @@ -32,6 +32,10 @@ HELPDIR=${PD}/doc/5.reference UFLAGS=-g -xW -tpp7 -ip -ipo_obj # icc # UFLAGS=-mcpu=pentium4 -mmmx -msse2 -msse -mfpmath=sse # gcc 3.2 +#compile support for the fftw3 library +#make sure that you compiled fftw3 for single precision floats!!! +FFTW=1 + # define to link against shared flext library (flext version >= 0.5.0) FLEXT_SHARED=1 -- cgit v1.2.1 From fc4811ceddd4d2138d01e78b1c002a1582f9ee69 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Tue, 30 Mar 2004 18:49:02 +0000 Subject: added him~ object svn path=/trunk/externals/tb/; revision=1525 --- tbext/config-pd-linux.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'tbext/config-pd-linux.txt') diff --git a/tbext/config-pd-linux.txt b/tbext/config-pd-linux.txt index b1acfa1..a3697ef 100755 --- a/tbext/config-pd-linux.txt +++ b/tbext/config-pd-linux.txt @@ -10,7 +10,7 @@ PD=/usr/lib/pd # where are the PD header files? # leave it blank if it is a system directory (like /usr/local/include), # since gcc 3.2 complains about it -PDINC=/home/tim/pd/pd/src +PDINC=/home/tim/pd/pd-0.37-1test3/src #PDINC=/home/tim/pd/devel_0_36/pd/src # where do the flext libraries reside? @@ -29,13 +29,9 @@ HELPDIR=${PD}/doc/5.reference # additional compiler flags # (check whether they fit to your system!) -UFLAGS=-g -xW -tpp7 -ip -ipo_obj # icc +UFLAGS=-xN -tpp7 -ip -ipo_obj # icc # UFLAGS=-mcpu=pentium4 -mmmx -msse2 -msse -mfpmath=sse # gcc 3.2 -#compile support for the fftw3 library -#make sure that you compiled fftw3 for single precision floats!!! -FFTW=1 - # define to link against shared flext library (flext version >= 0.5.0) FLEXT_SHARED=1 -- cgit v1.2.1 From b02a1e9aee38e588e6d4430d0e84a9e736c2b0f0 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Tue, 13 Jul 2004 20:00:39 +0000 Subject: minor changes svn path=/trunk/externals/tb/; revision=1852 --- tbext/config-pd-linux.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tbext/config-pd-linux.txt') diff --git a/tbext/config-pd-linux.txt b/tbext/config-pd-linux.txt index a3697ef..48f327a 100755 --- a/tbext/config-pd-linux.txt +++ b/tbext/config-pd-linux.txt @@ -16,14 +16,14 @@ PDINC=/home/tim/pd/pd-0.37-1test3/src # where do the flext libraries reside? FLEXTPATH=/usr/lib/flext -# where should xsample objects be built? +# where should tbext objects be built? TARGDIR=./pd-linux -# where should xsample be installed? +# where should tbext be installed? # (leave blank to omit installation) INSTDIR=${PD}/externs -# where should the xsample help be installed? +# where should the tbext help be installed? # (leave blank to omit installation) HELPDIR=${PD}/doc/5.reference -- cgit v1.2.1 From 6c03ffeef182c00462a6d0375ed81dc0d9983124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 19 Jun 2008 13:50:58 +0000 Subject: removed the svn:executable bit for code, patches and text svn path=/trunk/externals/tb/; revision=10048 --- tbext/config-pd-linux.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 tbext/config-pd-linux.txt (limited to 'tbext/config-pd-linux.txt') diff --git a/tbext/config-pd-linux.txt b/tbext/config-pd-linux.txt old mode 100755 new mode 100644 -- cgit v1.2.1