[PD-cvs] externals/grill/fftease config-pd-darwin.txt,1.5,1.6 makefile.max-msvc,1.1,1.2 makefile.pd-darwin,1.6,1.7 makefile.pd-msvc,1.4,1.5

xovo at users.sourceforge.net xovo at users.sourceforge.net
Tue Feb 24 04:35:55 CET 2004


Update of /cvsroot/pure-data/externals/grill/fftease
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2275

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

Index: config-pd-darwin.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/fftease/config-pd-darwin.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** config-pd-darwin.txt	12 Mar 2003 04:40:12 -0000	1.5
--- config-pd-darwin.txt	24 Feb 2004 03:35:51 -0000	1.6
***************
*** 13,17 ****
  
  # where is PD installed?
! PDDIR=/usr/local/pd
  
  # where are the PD header files?
--- 13,17 ----
  
  # where is PD installed?
! PDDIR=/usr/local/lib/pd
  
  # where are the PD header files?
***************
*** 21,25 ****
  
  # where is the PD executable?
! PD=${PDDIR}/bin/pd
  
  # where do the flext libraries reside?
--- 21,25 ----
  
  # where is the PD executable?
! PD=/usr/local/bin/pd
  
  # where do the flext libraries reside?
***************
*** 35,37 ****
  # additional compiler flags
  # (check if they fit for your system!)
! UFLAGS=-malign-power -maltivec
--- 35,37 ----
  # additional compiler flags
  # (check if they fit for your system!)
! UFLAGS=-malign-power -faltivec -maltivec

Index: makefile.max-msvc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/fftease/makefile.max-msvc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makefile.max-msvc	15 Nov 2003 03:40:55 -0000	1.1
--- makefile.max-msvc	24 Feb 2004 03:35:51 -0000	1.2
***************
*** 37,41 ****
  DEFS=/DFLEXT_SYS=1 $(UFLAGS)
  
! CFLAGS=/ML /GR- /GD /Ox /GX
  
  # the rest can stay untouched
--- 37,41 ----
  DEFS=/DFLEXT_SYS=1 $(UFLAGS)
  
! CFLAGS=/ML /GR- /GD /Ox /GX /Zp2
  
  # the rest can stay untouched

Index: makefile.pd-darwin
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/fftease/makefile.pd-darwin,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** makefile.pd-darwin	9 Apr 2003 02:40:20 -0000	1.6
--- makefile.pd-darwin	24 Feb 2004 03:35:51 -0000	1.7
***************
*** 24,31 ****
  LIBPATH= 
  FLAGS=-DFLEXT_SYS=2 ${UFLAGS}
! CFLAGS=-O6 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes -fno-exceptions -fno-rtti
! LIBS=m 
  LDFLAGS=-bundle -bundle_loader ${PD}
! FRAMEWORKS=Carbon
  
  # ---------------------------------------------
--- 24,32 ----
  LIBPATH= 
  FLAGS=-DFLEXT_SYS=2 ${UFLAGS}
! CFLAGS=-O2 -Wno-unused -Wno-parentheses -Wno-switch -Wstrict-prototypes
! CPPFLAGS=-fno-exceptions -fno-rtti
! LIBS= 
  LDFLAGS=-bundle -bundle_loader ${PD}
! FRAMEWORKS=Carbon vecLib
  
  # ---------------------------------------------
***************
*** 52,56 ****
  
  $(TARGDIR)/%.o : $(DIR)/%.cpp
! 	$(CXX) -c $(CFLAGS) $(FLAGS) $(patsubst %,-I%,$(INCLUDES)) $< -o $@
  
  $(TARGDIR)/%.co : $(DIR)/%.c
--- 53,57 ----
  
  $(TARGDIR)/%.o : $(DIR)/%.cpp
! 	$(CXX) -c $(CPPFLAGS) $(CFLAGS) $(FLAGS) $(patsubst %,-I%,$(INCLUDES)) $< -o $@
  
  $(TARGDIR)/%.co : $(DIR)/%.c

Index: makefile.pd-msvc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/fftease/makefile.pd-msvc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** makefile.pd-msvc	15 Nov 2003 03:40:55 -0000	1.4
--- makefile.pd-msvc	24 Feb 2004 03:35:51 -0000	1.5
***************
*** 23,27 ****
  DEFS=/DFLEXT_SYS=2 
  
! CFLAGS=/GR- /GX- /GD /Ox 
  
  # the rest can stay untouched
--- 23,27 ----
  DEFS=/DFLEXT_SYS=2 
  
! CFLAGS=/GR- /GX- /GD /Ox
  
  # the rest can stay untouched





More information about the Pd-cvs mailing list