Update of /cvsroot/pure-data/externals/corelibs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25641
Modified Files: generate.sh lib_d_fft.c Log Message: renamed "d_mayer_fft.c" to "d_fft_mayer.c" (how did this _ever_ compile??)
Index: lib_d_fft.c =================================================================== RCS file: /cvsroot/pure-data/externals/corelibs/lib_d_fft.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lib_d_fft.c 27 May 2006 10:51:20 -0000 1.1 --- lib_d_fft.c 25 Sep 2006 10:18:18 -0000 1.2 *************** *** 1,4 **** #include "../../pd/src/d_fftroutine.c" ! #include "../../pd/src/d_mayer_fft.c" #include "../../pd/src/d_fft.c" void lib_d_fft_setup(void) --- 1,4 ---- #include "../../pd/src/d_fftroutine.c" ! #include "../../pd/src/d_fft_mayer.c" #include "../../pd/src/d_fft.c" void lib_d_fft_setup(void)
Index: generate.sh =================================================================== RCS file: /cvsroot/pure-data/externals/corelibs/generate.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** generate.sh 27 May 2006 10:51:20 -0000 1.1 --- generate.sh 25 Sep 2006 10:18:18 -0000 1.2 *************** *** 4,8 **** touch lib_d_fft.c echo '#include "../../pd/src/d_fftroutine.c"' >> lib_d_fft.c ! echo '#include "../../pd/src/d_mayer_fft.c"' >> lib_d_fft.c
for file in ../../pd/src/[dx]_*.c; do --- 4,8 ---- touch lib_d_fft.c echo '#include "../../pd/src/d_fftroutine.c"' >> lib_d_fft.c ! echo '#include "../../pd/src/d_fft_mayer.c"' >> lib_d_fft.c
for file in ../../pd/src/[dx]_*.c; do *************** *** 19,23 ****
# these files hold code for other classes, but no classes ! rm lib_d_fftroutine.c lib_d_mayer_fft.c lib_d_resample.c
--- 19,23 ----
# these files hold code for other classes, but no classes ! rm lib_d_fftroutine.c lib_d_fft_mayer.c lib_d_resample.c