subatomic 2003/02/04 06:44:51 PST
Added files:
build/Doozer Gatherrc Makefile.in Makefile.setup.in
README.txt acconfig.h aclocal.m4
autogen.sh config.guess config.sub
configure configure.in cvs-gather.pl
install-sh synth-config.in
build/Doozer/doc Makefile
build/Doozer/seq Makefile.in
build/Doozer/syn Makefile.in
build/Doozer/test/TestSuite Makefile.in
build/Doozer/test/apps Makefile.in
Log:
initial import of the Doozer version of the build. it doesn't work yet,
but at least all the files are now moved.
this is part of the change we're making where we don't have _one_ build
system, rather a user can choose what they want to use from the build
directory (vc7, vc6, Doozer, Doozer++, etc...)
It will also keep the build junk out of the source trees.
Revision Changes Path
1.1 +11 -0 subsynth/build/Doozer/Gatherrc (new)
1.1 +39 -0 subsynth/build/Doozer/Makefile.in (new)
1.1 +60 -0 subsynth/build/Doozer/Makefile.setup.in (new)
1.1 +45 -0 subsynth/build/Doozer/README.txt (new)
1.1 +117 -0 subsynth/build/Doozer/acconfig.h (new)
1.1 +53 -0 subsynth/build/Doozer/aclocal.m4 (new)
1.1 +88 -0 subsynth/build/Doozer/autogen.sh (new)
1.1 +1360 -0 subsynth/build/Doozer/config.guess (new)
1.1 +1375 -0 subsynth/build/Doozer/config.sub (new)
1.1 +2357 -0 subsynth/build/Doozer/configure (new)
1.1 +131 -0 subsynth/build/Doozer/configure.in (new)
1.1 +1253 -0 subsynth/build/Doozer/cvs-gather.pl (new)
1.1 +5 -0 subsynth/build/Doozer/doc/Makefile (new)
1.1 +251 -0 subsynth/build/Doozer/install-sh (new)
1.1 +96 -0 subsynth/build/Doozer/seq/Makefile.in (new)
1.1 +115 -0 subsynth/build/Doozer/syn/Makefile.in (new)
1.1 +299 -0 subsynth/build/Doozer/synth-config.in (new)
1.1 +109 -0 subsynth/build/Doozer/test/TestSuite/Makefile.in (new)
1.1 +203 -0 subsynth/build/Doozer/test/apps/Makefile.in (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/Gatherrc?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/Makefile.in?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/Makefile.setup.in?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/README.txt?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/acconfig.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/aclocal.m4?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/autogen.sh?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/config.guess?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/config.sub?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/configure?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/configure.in?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/cvs-gather.pl?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/doc/Makefile?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/install-sh?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/seq/Makefile.in?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/syn/Makefile.in?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/synth-config.in?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/test/TestSuite/Makefile.in?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/subsynth/subsynth/build/Doozer/test/apps/Makefile.in?rev=1.1&content-type=text/plain
|