automake
[Top][All Lists]
Advanced

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

Re: remove certain makefile rules during make dist


From: Alexandre Duret-Lutz
Subject: Re: remove certain makefile rules during make dist
Date: Tue, 07 Sep 2004 22:12:14 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "Bo" == Bo Peng <address@hidden> writes:

 Bo> Dear list,
 Bo> I am developing my project under linux. Except for the usual 
 Bo> automake/autoconf/libtool rules, I have some machine dependent rules in 
 Bo> Makefile.am to reduce compile time during development. Is there a way to 
 Bo> remove these rules automatically during 'make dist'? I guess I need to 
 Bo> remove them from makefile.am and their corresponding parts in configure 
 Bo> so a install-hook will not work.

I'd rather use a configure switch and an AM_CONDITIONAL to
enable/disable these rules.  That sounds cleaner than any hook
hackery.
-- 
Alexandre Duret-Lutz





reply via email to

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