(no subject)

2003-07-31 Thread Corn Hulio
Hello, After I solved the problem with the .o files, i ran into the following problem. Currently my project is organized like this: projectdir | +--Source |some.cpp |--Out |Makefile.am | Makefile.am (One Makefile.am is in the Out directory so that all .o and .a files are placed th

How can i put the .o files in a seperate directory than thesourcefiles?

2003-07-30 Thread Corn Hulio
Hello, I ran into the following problem and couldn't find a solution to it on the net. Basically i setup automake for use with my project and it works fine so far. For except one annoying thing. When i actually "make" it, the object files (.o) and library files get placed in the same direcotry