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]

Re: AC_CONFIG_FILES(whatever) and the $(AUTOMAKE) rule generated by automake?


>>>>> "Harlan" == Harlan Stenn <Harlan.Stenn@pfcs.com> writes:

Harlan> So should the list provided by AC_CONFIG_FILES(whatever) be
Harlan> any different from the list "fed" to $(AUTOMAKE) in the
Harlan> generated Makefile.in?

According to the code (see parse_arguments), you should pass the same
text in both cases.

I don't think we've ever defined what it would mean to write
`Makefile:foo:Makefile.in'.  Automake accepts this, but I don't recall
what meaning it is given.  I imagine all but one of the input files
are ignored.

Tom



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