>>> "Dean" == Dean Hoover <[EMAIL PROTECTED]> writes:
[...]
Dean> Another thing you could do is make multiple build directories
Dean> and always make in a certain way in them. In other words, you
Dean> could:
Dean> mkdir debug-build opt-build
Dean> cd debug-build; $top_srcdir/configure; make debug; cd ..
Dean> cd opt-build; $top_srcdir/configure; make; cd ..
PFE (http://pfe.sourceforge.net/) seems to setup things in a
way which is close to Shameek's request (it uses Debug/$arch/ and
Release/$arch/ build directories). Maybe you can draw some
ideas from that package.
[...]
--
Alexandre Duret-Lutz