Commit Graph

5 Commits

Author SHA1 Message Date
lllucius@gmail.com c6ffa89d23 Add (restore?) the ability to build without trashing the source tree
You may now do:

mkdir build
cd build
../configure
./audacity

And all but one directory will remain unmolested...no more object files
in "src".

And if you look carefully, you'll see that the newly built "audacity" is
copied to the top of the build tree...no more having to use "src/audacity"
to run.

You can of course still do the configure from the top and get all of the
objects strewn about the tree.

I still haven't figured out how to keep the locale directory from getting
soiled.  I'm not really sure there's a way around it really.
2014-10-27 07:34:17 +00:00
benjamin.drung@gmail.com dbffdea8f6 Fix build failure of libnyquist by using static file paths in Makefile.am. 2013-11-14 10:29:31 +00:00
benjamin.drung@gmail.com 6efbf53d90 Fix make dist target of libnyquist. 2013-11-08 01:05:56 +00:00
benjamin.drung@gmail.com 15d103d29e Correct project name in autotools files. 2013-11-01 10:41:34 +00:00
ra 58caf78a86 Move library tree where it belongs 2010-01-24 09:19:39 +00:00