Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2004:
[Freeciv-Dev] (PR#7390) python code generators and BUILT_SOURCES
Home

[Freeciv-Dev] (PR#7390) python code generators and BUILT_SOURCES

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jdorje@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#7390) python code generators and BUILT_SOURCES
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 8 Feb 2004 14:42:05 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=7390 >

> [i-freeciv-lists@xxxxxxxxxxxxx - Sun Feb 08 14:53:40 2004]:

> But isn't this a generic problem of the dependcy generation if some
> *.h/*.c files are generated?! Looks like an misfeature of automake.

Yes, that's what BUILT_SOURCES is for.

> Shoul/can we add
> packets.c : packets_gen.h
> ?

No.  Probably we can ignore the problem.  If anything we should add

BUILT_SOURCES = packets_gen.c packets_gen.h

and the same for other generated C files.

jason



[Prev in Thread] Current Thread [Next in Thread]