Re: place automake files separately from source files

2009-09-27 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sun, Sep 27, 2009 at 11:01:07AM CEST: > It is possible to use different names than Makefile.am for the automake > input files, with a caveat: in recursion rules, automake outputs plain > `$(MAKE)' only, without -f. That still allows the following: for the > transition ti

Re: place automake files separately from source files

2009-09-27 Thread Ralf Wildenhues
Hello Andy, * Andy Tai wrote on Sat, Sep 26, 2009 at 08:13:06PM CEST: > Hi, I wonder if there is a way to place the GNU autotools files in a source > tree in a subdirectory from the source files, such as > > if I have sources files > > source1.c source2.c > > and there may be a Makefile in this

Re: place automake files separately from source files

2009-09-26 Thread Robert Collins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > This way people can build using the GNU automake system if they so desires > and I do not overwrite the original non-automake Makefiles. Then how can I > specify the sources files in source1,c, etc. Keep in mind that the original > source tree ma