[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Support for new languages
From: |
Tom Tromey |
Subject: |
Re: Support for new languages |
Date: |
17 Aug 2002 11:25:19 -0600 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
>>>>> "Rafael" == Rafael Jesus Alcantara Perez <address@hidden> 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