[Newbie Question] - Source file from a subdirectory in the Makefile.am

2005-09-10 Thread Danilo Horta
I have just a directory source tree as follows: src - + | - modules Why i can't include sources from a subdirectory (modules) in the src/Makefile.am like that: hello_SOURCES = hello.c say_bye.c modules/calc.c ? Automake complains 'automake: src/Makefile.am: not supported: source file

Re: [Newbie Question] - Source file from a subdirectory in the Makefile.am

2005-09-10 Thread Ralf Wildenhues
Hi Danilo, * Danilo Horta wrote on Sat, Sep 10, 2005 at 08:37:11AM CEST: I have just a directory source tree as follows: src - + | - modules Why i can't include sources from a subdirectory (modules) in the src/Makefile.am like that: hello_SOURCES = hello.c say_bye.c modules/calc.c ?

Re: why does make install depend upon all?

2005-09-10 Thread Tom Tromey
Harald == Harald Dunkel [EMAIL PROTECTED] writes: Harald Please see subject. Of course I would agree that this Harald dependency is usually a good thing, but sometimes it might Harald be helpfull to do a 'make install' for another prefix e.g. Harald in your stow directory without verifying all