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]

Re: variable substitution in AC_OUTPUT


>>>>> "Marc" == Marc van Woerkom <marc.vanwoerkom@science-factory.com> writes:

Marc>     MY_MODULES="Base Dataserver2"
Marc>     MY_MAKEFILES="`for D in $MY_MODULES; do echo $ac_n ' '$D/Makefile; done`"

Marc>     AC_OUTPUT([
Marc>     Makefile 
Marc>     macros/Makefile
Marc>     $MY_MAKEFILES
Marc>     src/Makefile
Marc>     test/Makefile
Marc>     ])

Automake can't use this.  Automake wants to know the list of AC_OUTPUT
files statically.  The only approach is to list them all.

Tom


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