[PD-cvs] externals/grill/dyn config-pd-darwin.txt,1.1,1.2 makefile.pd-darwin,1.1,1.2 makefile.pd-linux,1.2,1.3

xovo at users.sourceforge.net xovo at users.sourceforge.net
Sun Dec 28 04:58:13 CET 2003


Update of /cvsroot/pure-data/externals/grill/dyn
In directory sc8-pr-cvs1:/tmp/cvs-serv10367

Modified Files:
	config-pd-darwin.txt makefile.pd-darwin makefile.pd-linux 
Log Message:
 ""

Index: config-pd-darwin.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dyn/config-pd-darwin.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** config-pd-darwin.txt	30 Jan 2003 17:12:59 -0000	1.1
--- config-pd-darwin.txt	28 Dec 2003 03:58:11 -0000	1.2
***************
*** 7,32 ****
  
  # your c++ compiler (define only if not g++)
! # CXX=
  
  # 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
! 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?
  TARGDIR=./pd-darwin
  
! # where should pool be installed?
  # (leave blank to omit installation)
! INSTPATH=/usr/local/pd/extra
  
  
  # additional compiler flags
  # (check if they fit for your system!)
! # UFLAGS=-maltivec
--- 7,32 ----
  
  # your c++ compiler (define only if not g++)
! # CXX=gcc-3.3
  
  # 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
! PDPATH=/usr/src/pd-0.37-0/src
  
  # where is the PD executable?
! PD=/usr/local/bin/pd
  
  # where do the flext libraries reside?
! FLEXTPATH=/usr/local/lib/pd/flext
  
  # where should flext libraries be built?
  TARGDIR=./pd-darwin
  
! # where should dyn be installed?
  # (leave blank to omit installation)
! INSTPATH=/usr/local/lib/pd/extra
  
  
  # additional compiler flags
  # (check if they fit for your system!)
! UFLAGS=-maltivec -faltivec

Index: makefile.pd-darwin
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dyn/makefile.pd-darwin,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makefile.pd-darwin	30 Jan 2003 17:13:00 -0000	1.1
--- makefile.pd-darwin	28 Dec 2003 03:58:11 -0000	1.2
***************
*** 23,29 ****
  LIBPATH=
  FLAGS=-DFLEXT_SYS=2 ${U_FLAGS}
! CFLAGS=-O6 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -fno-exceptions -fno-rtti
  #CFLAGS=-g
  LIBS=m
  LDFLAGS=-bundle -bundle_loader $(PD)
  
--- 23,30 ----
  LIBPATH=
  FLAGS=-DFLEXT_SYS=2 ${U_FLAGS}
! CFLAGS=-O6 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -fno-rtti
  #CFLAGS=-g
  LIBS=m
+ FRAMEWORKS=vecLib
  LDFLAGS=-bundle -bundle_loader $(PD)
  
***************
*** 53,57 ****
  
  $(TARGET) : $(patsubst %.cpp,$(TARGDIR)/%.o,$(SRCS)) $(FLEXTLIB) 
! 	$(CXX) $(LDFLAGS) $^ $(patsubst %,-L%,$(LIBPATH)) $(patsubst %,-l%,$(LIBS)) -o $@ 
  	chmod 755 $@
  
--- 54,58 ----
  
  $(TARGET) : $(patsubst %.cpp,$(TARGDIR)/%.o,$(SRCS)) $(FLEXTLIB) 
! 	$(CXX) $(LDFLAGS) $^ $(patsubst %,-L%,$(LIBPATH)) $(patsubst %,-l%,$(LIBS)) $(patsubst %,-framework %,$(FRAMEWORKS)) -o $@ 
  	chmod 755 $@
  

Index: makefile.pd-linux
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dyn/makefile.pd-linux,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** makefile.pd-linux	25 Sep 2003 02:41:31 -0000	1.2
--- makefile.pd-linux	28 Dec 2003 03:58:11 -0000	1.3
***************
*** 23,26 ****
--- 23,27 ----
  FLAGS=-DFLEXT_SYS=2 
  CFLAGS=-O2 $(UFLAGS) 
+ LDFLAGS=$(UFLAGS)  # needed by icc
  LIBS=stdc++ 
  






More information about the Pd-cvs mailing list