automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to force a compilation ?


From: Alexandre Duret-Lutz
Subject: Re: How to force a compilation ?
Date: Wed, 13 Feb 2002 18:17:12 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu)

>>> "bj" == BERTRAND Joël <address@hidden> writes:

[...]

 bj> It works fine. But, when I run "make", a file named rpl.c must
 bj> be recompiled. How can I do that ?

What do you mean?  

If rpl.c must be compiled as rpl.o, just list rpl.c in the
relevant *_SOURCES variable of your Makefile.am.

If rpl.c must be generated from some other files, list it in a
*_SOURCES variable too (or maybe a nodist_*_SOURCES variable)
and add a custom rule to build it.
-- 
Alexandre Duret-Lutz




reply via email to

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