Update of /cvsroot/pure-data/externals/sc4pd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18458
Modified Files:
config-pd-linux.txt make-files.txt makefile.pd-linux
Log Message:
Index: config-pd-linux.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/sc4pd/config-pd-linux.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** config-pd-linux.txt 14 Jul 2004 16:21:08 -0000 1.1.1.1
--- config-pd-linux.txt 16 Jul 2004 16:43:47 -0000 1.2
***************
*** 29,34 ****
# additional compiler flags
# (check whether they fit to your system!)
! #UFLAGS=-xN -tpp7 -ip -ipo_obj # icc
! # UFLAGS=-mcpu=pentium4 -mmmx -msse2 -msse -mfpmath=sse # gcc 3.2
--- 29,34 ----
# additional compiler flags
# (check whether they fit to your system!)
! UFLAGS=-xN -tpp7 -ip -ipo_obj # icc
! #UFLAGS=-g -mcpu=pentium4 -mmmx -msse2 -msse -mfpmath=sse # gcc 3.2
Index: make-files.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/sc4pd/make-files.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** make-files.txt 15 Jul 2004 21:34:10 -0000 1.4
--- make-files.txt 16 Jul 2004 16:43:47 -0000 1.5
***************
*** 6,8 ****
PinkNoise.cpp Dust2.cpp Crackle.cpp Rand.cpp TRand.cpp TExpRand.cpp \
IRand.cpp TIRand.cpp CoinGate.cpp support.cpp LinRand.cpp NRand.cpp\
! ExpRand.cpp LFClipNoise.cpp LFNoise0.cpp
\ No newline at end of file
--- 6,8 ----
PinkNoise.cpp Dust2.cpp Crackle.cpp Rand.cpp TRand.cpp TExpRand.cpp \
IRand.cpp TIRand.cpp CoinGate.cpp support.cpp LinRand.cpp NRand.cpp\
! ExpRand.cpp LFClipNoise.cpp LFNoise0.cpp LFNoise1.cpp LFNoise2.cpp
\ No newline at end of file
Index: makefile.pd-linux
===================================================================
RCS file: /cvsroot/pure-data/externals/sc4pd/makefile.pd-linux,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** makefile.pd-linux 14 Jul 2004 16:21:08 -0000 1.1.1.1
--- makefile.pd-linux 16 Jul 2004 16:43:47 -0000 1.2
***************
*** 56,60 ****
$(TARGET) : $(patsubst %.cpp,$(TARGDIR)/%.o,$(SRCS))
$(CXX) $(LDFLAGS) -shared $^ $(patsubst %,-l%,$(LIBS)) -L$(FLEXTPATH) $(LINKFLEXT) -o $@
! #strip --strip-unneeded $@
chmod 755 $@
--- 56,60 ----
$(TARGET) : $(patsubst %.cpp,$(TARGDIR)/%.o,$(SRCS))
$(CXX) $(LDFLAGS) -shared $^ $(patsubst %,-l%,$(LIBS)) -L$(FLEXTPATH) $(LINKFLEXT) -o $@
! strip --strip-unneeded $@
chmod 755 $@