>>>>> "Bruce" == Bruce Korb <[EMAIL PROTECTED]> 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
