Update of /cvsroot/pure-data/externals/bbogart/pso In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6167
Modified Files: config-pd-darwin.txt makefile.pd-darwin Log Message: modified build files to work with CVS layout
Index: makefile.pd-darwin =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/pso/makefile.pd-darwin,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** makefile.pd-darwin 2 Oct 2003 19:04:06 -0000 1.2 --- makefile.pd-darwin 18 May 2004 23:15:48 -0000 1.3 *************** *** 13,20 **** include $(CONFIG)
! FLEXTLIB=$(FLEXTPATH)/flext.a
# compiler+linker stuff ! INCLUDES=$(PDPATH) LIBPATH= FLAGS=-DFLEXT_SYS=2 --- 13,21 ---- include $(CONFIG)
! #FLEXTLIB=$(FLEXTPATH)/flext.a ! FLEXTLIB=$(FLEXTPATH)/pd-darwin/libflext.a
# compiler+linker stuff ! INCLUDES=$(PDPATH) ../../grill/flext/source LIBPATH= FLAGS=-DFLEXT_SYS=2 *************** *** 68,72 **** clean: rm -f $(TARGDIR)/*.o $(TARGET) -
--- 69,72 ----
Index: config-pd-darwin.txt =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/pso/config-pd-darwin.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config-pd-darwin.txt 2 Oct 2003 19:04:06 -0000 1.1 --- config-pd-darwin.txt 18 May 2004 23:15:47 -0000 1.2 *************** *** 9,19 **** # leave it blank if it is a system directory (like /usr/local/include), # since gcc 3.2 complains about it ! PDPATH=/usr/local/pd/src
# where is the PD executable? ! PD=/usr/local/pd/bin/pd
# where do the flext libraries reside? ! FLEXTPATH=/usr/local/pd/flext
# where should flext libraries be built? --- 9,22 ---- # leave it blank if it is a system directory (like /usr/local/include), # since gcc 3.2 complains about it ! #PDPATH=/usr/local/src/pd/src ! PDPATH=../../../pd/src
# where is the PD executable? ! #PD=/usr/local/bin/pd ! PD=../../../pd/bin/pd
# where do the flext libraries reside? ! #FLEXTPATH=/usr/local/lib/pd/flext ! FLEXTPATH=../../grill/flext
# where should flext libraries be built? *************** *** 22,26 **** # where should pool be installed? # (leave blank to omit installation) ! INSTPATH=/usr/local/pd/extra
# additional compiler flags --- 25,30 ---- # where should pool be installed? # (leave blank to omit installation) ! #INSTPATH=/usr/local/lib/pd/extra ! INSTPATH=
# additional compiler flags