[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Generating HeaderFiles
From: |
Tom Tromey |
Subject: |
Re: Generating HeaderFiles |
Date: |
08 Jul 2002 11:01:45 -0600 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
>>>>> "Bruce" == Bruce Korb <address@hidden> writes:
>> The easiest way is to list your headers in BUILT_SOURCES.
>> Then write the rules to build the headers.
Bruce> I've found that more problematic. I wind up with make files
Bruce> that always rebuild certain targets.
What version of automake are you using? With older versions,
BUILT_SOURCES didn't work very well. In fact, it failed in the way
you describe: a built source would be rebuilt even when doing `make
clean'. That's fixed in 1.5 (and 1.6).
If you are using 1.[56] and still have problems, please provide more
details.
Tom