Update of /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/pd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29038/buildsys/lnx/pd
Modified Files: config-gcc.def Added Files: gnumake-gcc-ext.inc gnumake-gcc-flext.inc gnumake-gcc.inc Removed Files: make-gcc.inc Log Message: updated make system build system for OSX simplified make system reconsidered flext::buffer:Update added object construction and destruction flags updated build system
--- NEW FILE: gnumake-gcc.inc --- DEFS += -DFLEXT_SYS=2
INCPATH += -I$(PDPATH)/src LIBPATH += -L$(PDPATH)/bin
--- NEW FILE: gnumake-gcc-ext.inc --- 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config-gcc.def 20 Dec 2004 05:06:17 -0000 1.1 --- config-gcc.def 3 Jan 2005 05:00:27 -0000 1.2 *************** *** 1,14 **** # where is the PD source package? ! PDPATH=/usr/local/src/pd-0.38-0test10
! # where should the external be installed? ! INSTPATH=/usr/local/lib/pd/extra
! # where do the flext headers and libraries reside? ! FLEXTPATH=/usr/local/lib/pd/flext
# where should the external be built? OUTPATH=pd-linux
# user defined compiler flags # (check if they match your system!) --- 1,26 ---- # where is the PD source package? ! PDPATH=/usr/local/src/pd
! ###############################################################
! # where do/should the flext headers reside/be built? ! FLEXTINC=/usr/local/include/flext ! ! # where do/should the flext static libraries reside/be built? ! FLEXTLIB=/usr/local/lib ! ! # where do/should the flext shared libraries reside/be built? ! FLEXTSHLIB=$(FLEXTLIB) ! ! ###############################################################
# where should the external be built? OUTPATH=pd-linux
+ # where should the external be installed? + INSTPATH=/usr/local/lib/pd/extra + + ############################################################### + # user defined compiler flags # (check if they match your system!)
--- make-gcc.inc DELETED ---
--- NEW FILE: gnumake-gcc-flext.inc --- ifdef SHARED EXT=so else EXT=a endif