This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Support for new languages
- From: Tom Tromey <tromey at redhat dot com>
- To: Rafael Jesus Alcantara Perez <rafa at dedalo dot ws>
- Cc: automake at gnu dot org
- Date: 17 Aug 2002 11:25:19 -0600
- Subject: Re: Support for new languages
- References: <200208170110.g7H1A3R18406@server1.home.ma.es>
- Reply-to: tromey at redhat dot com
>>>>> "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