This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: More fun with BUILT_SOURCES
- To: Braden McDaniel <braden at endoframe dot com>
- Subject: Re: More fun with BUILT_SOURCES
- From: Tom Tromey <tromey at redhat dot com>
- Date: 20 Dec 2000 23:34:46 -0700
- Cc: Alexandre Oliva <oliva at lsd dot ic dot unicamp dot br>, <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <Pine.LNX.4.30.0011252106040.2240-100000@marrow.endoframe.com>
- Reply-To: tromey at redhat dot com
>>>>> "Braden" == Braden McDaniel <braden@endoframe.com> writes:
Tom> I'd really like to find a better solution for the built files
Tom> problem. This is currently too hard to do in automake.
Braden> I ended up doing this:
Braden> $(libfoo_la_OBJECTS): mybuiltheader.h
I recently changed how BUILT_SOURCES work. Now they are all built
before `all' is built. I think this should fix the problems with
building headers before dependencies have ever been calculated.
Tom