autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

building binaries in separate directory


From: Hrishikesh Muruk
Subject: building binaries in separate directory
Date: Sat, 18 Aug 2007 20:09:32 +0530

Hi

I have a directory structure like below (the program builds only one final executable (myProgram):

myProgram/
        src/
                widget1/
                widget2/
                main.cpp
        build/
        
How do I set up autoconf (and automake) so that widget1, widget2, and main .cpp are built in the build directory? (i.e. I want to keep the sources in the src directory and get make to build them in the build dir)

Thanks
Hrishi

---
www.greenwaysroad.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]