Hello.

I am confronted to a problem related to automake, and auto-generated source
file dependencies.

I have a program, requiring foo.c and bar.c to build:

bin_PROGRAMS = prog
prog_SOURCES = foo.c bar.c

But foo.c and bar.c are NOT available when the make is done - they are build
with the following command:
build_sources sourcelist.txt

If I have the following rule:
foo.c : sourcelist.txt
  build_sources sourcelist.txt

it will complain that it has no rule to build bar.c...

How could this been solved?

Thanks for your attention,
Daniel

PS: of course, this is a greatly simplified case...
-- 
View this message in context: 
http://old.nabble.com/auto-generated-source-files-and-automake-tp32901057p32901057.html
Sent from the Gnu - Automake - General mailing list archive at Nabble.com.


Reply via email to