Update of /cvsroot/pure-data/externals/build/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19973
Modified Files: bfilt.c bfilt2.c delta~.c reson~.c utime.c Log Message: cleaned up cxc so that it passes the automated test in scripts/load_every_help.sh: renamed help files to standard name; made each file named after the class; removed non-functional aliases in flatspace
Index: reson~.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/reson~.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** reson~.c 14 Nov 2005 21:48:38 -0000 1.2 --- reson~.c 3 Apr 2007 20:27:19 -0000 1.3 *************** *** 1,5 **** ! #include "../../cxc/reson.c" ! void reson_tilde_setup() ! { ! reson_setup(); ! } --- 1 ---- ! #include "../../cxc/reson~.c"
Index: bfilt.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/bfilt.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bfilt.c 14 Nov 2005 21:48:38 -0000 1.2 --- bfilt.c 3 Apr 2007 20:27:19 -0000 1.3 *************** *** 1 **** ! #include "../../cxc/bangfilt.c" --- 1 ---- ! #include "../../cxc/bfilt.c"
Index: bfilt2.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/bfilt2.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bfilt2.c 14 Nov 2005 21:48:38 -0000 1.2 --- bfilt2.c 3 Apr 2007 20:27:19 -0000 1.3 *************** *** 1 **** ! #include "../../cxc/bangfilt2.c" --- 1 ---- ! #include "../../cxc/bfilt2.c"
Index: utime.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/utime.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** utime.c 14 Nov 2005 21:48:38 -0000 1.2 --- utime.c 3 Apr 2007 20:27:19 -0000 1.3 *************** *** 1 **** ! #include "../../cxc/microtime.c" --- 1 ---- ! #include "../../cxc/utime.c"
Index: delta~.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/delta~.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** delta~.c 14 Nov 2005 21:48:38 -0000 1.2 --- delta~.c 3 Apr 2007 20:27:19 -0000 1.3 *************** *** 1 **** ! #include "../../cxc/sigdelta.c" --- 1 ---- ! #include "../../cxc/delta~.c"