This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

xyz_SOURCES = ... <--- What does xyz equal if many levels of sourcedirectories? (Same xyz for *many* dirs?)


If my source directory has subdirectories which have subsubdirectories, etc.

then what does the Makefile.am look like for the subsubsubdirectories???

The single executable will not reside there so I assume there is no

bin_PROGRAMS = myprogram   line.

Therefore, it seems those nested Makefile.am's will only have a _SOURCES line

but it is *not* clear what is the prefix!!

i.e. xyz_SOURCES = ...  <- what is xyz????

Can I have lots of nested Makefile.am's all with the same xyz??

Chris






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]