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: Support for new languages


>>>>> "Rafael" == Rafael Jesus Alcantara Perez <rafa@dedalo.ws> writes:

Rafael> Is there any way of adding support for new languages to
Rafael> AUTOMAKE, without modifying the source of the main AUTOMAKE
Rafael> script (usually /usr/bin/automake)?

It depends.

If the language is a simple C-like language then suffix rules may
suffice.

And of course you can always write support code in a .am file that you
`include' wherever you need it.  This works if the support you need is
largely boilerplate rules without special processing.

Otherwise, you need to hack automake.  What language are you concerned
about?

Tom



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