* 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
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
-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