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]

Deep packages, constructing the configure.am and Makefile.am



I would like my package to find all Makefile.am's at configure, as
this would make adding separate test directories easier. I cannot work
out the m4 magic to dynamically set up the AC_OUTPUT line.

Here is my current hand crafted example.

AC_OUTPUT([Makefile idl/Makefile useful/Makefile server/Makefile broadcast/Makefile session/Makefile Syb/Makefile filter/Makefile ],)

Has anyone got an m4 or shell function to do this? I have no objection 
to manually setting SUBDIRS in each Makefile.am, but it seems
inelegant to enter the same information again in the configure.in.

Alex.


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