Update of /cvsroot/pure-data/externals/sc4pd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11639
Modified Files: make-files.txt makefile.pd-linux Log Message: some allpass delay lines
Index: make-files.txt =================================================================== RCS file: /cvsroot/pure-data/externals/sc4pd/make-files.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** make-files.txt 4 Aug 2004 16:43:25 -0000 1.16 --- make-files.txt 4 Aug 2004 18:23:14 -0000 1.17 *************** *** 12,14 **** LFPulse.cpp Impulse.cpp Integrator.cpp Decay.cpp Decay2.cpp Lag.cpp \ Lag2.cpp Lag3.cpp LinExp.cpp DelayUnit.cpp DelayN.cpp DelayL.cpp \ ! DelayC.cpp CombN.cpp CombL.cpp --- 12,15 ---- LFPulse.cpp Impulse.cpp Integrator.cpp Decay.cpp Decay2.cpp Lag.cpp \ Lag2.cpp Lag3.cpp LinExp.cpp DelayUnit.cpp DelayN.cpp DelayL.cpp \ ! DelayC.cpp CombN.cpp CombL.cpp CombC.cpp AllpassN.cpp AllpassL.cpp \ ! AllpassC.cpp
Index: makefile.pd-linux =================================================================== RCS file: /cvsroot/pure-data/externals/sc4pd/makefile.pd-linux,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** makefile.pd-linux 16 Jul 2004 16:43:47 -0000 1.2 --- makefile.pd-linux 4 Aug 2004 18:23:14 -0000 1.3 *************** *** 46,50 ****
$(patsubst %,$(SRCDIR)/%,$(SRCS)): $(patsubst %,$(SRCDIR)/%,$(HDRS)) $(MAKEFILE) $(CONFIG) ! touch $(patsubst %,$(SRCDIR)/%,$(SRCS))
$(TARGDIR): --- 46,50 ----
$(patsubst %,$(SRCDIR)/%,$(SRCS)): $(patsubst %,$(SRCDIR)/%,$(HDRS)) $(MAKEFILE) $(CONFIG) ! # touch $(patsubst %,$(SRCDIR)/%,$(SRCS))
$(TARGDIR):