Update of /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/pd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12682/buildsys/lnx/pd
Modified Files: config-gcc.def gnumake-gcc-ext.inc gnumake-gcc-flext.inc Log Message: made default configurations generic two more flext tutorials fixes for Max headers cleanups updated build system updated tutorials revised the documentation updated for OSX upgraded version number
Index: gnumake-gcc-ext.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/pd/gnumake-gcc-ext.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gnumake-gcc-ext.inc 3 Jan 2005 05:00:27 -0000 1.1 --- gnumake-gcc-ext.inc 5 Jan 2005 05:04:09 -0000 1.2 *************** *** 1 **** ! EXT=pd_linux --- 1 ---- ! EXT=pd_linux
Index: config-gcc.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/pd/config-gcc.def,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** config-gcc.def 3 Jan 2005 05:00:27 -0000 1.2 --- config-gcc.def 5 Jan 2005 05:04:09 -0000 1.3 *************** *** 25,27 **** # user defined compiler flags # (check if they match your system!) ! OFLAGS=-O2 -march=pentium4 -msse --- 25,29 ---- # user defined compiler flags # (check if they match your system!) ! OFLAGS=-O2 ! # optimizations for Pentium 4 ! #OFLAGS+=-march=pentium4 -msse
Index: gnumake-gcc-flext.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/pd/gnumake-gcc-flext.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gnumake-gcc-flext.inc 3 Jan 2005 05:00:27 -0000 1.1 --- gnumake-gcc-flext.inc 5 Jan 2005 05:04:09 -0000 1.2 *************** *** 1,6 **** ! ifdef SHARED ! EXT=so ! else ! EXT=a ! endif ! --- 1,6 ---- ! ifdef SHARED ! EXT=so ! else ! EXT=a ! endif !