Re: Target specific includes

2000-08-15 Thread Reid Madsen
I used the MAKEGOALCMDS variable to accomplish this. Thanks Reid > X-Authentication-Warning: lemming.engeast: psmith set sender to >[EMAIL PROTECTED] using -f > MIME-Version: 1.0 > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > Date: Tue, 15 Aug 2000 03:1

Re: Target specific includes

2000-08-15 Thread Paul D. Smith
%% Reid Madsen <[EMAIL PROTECTED]> writes: rm> It would be nice if there were such a thing as conditional includes. rm> For example: rm> depend:: -include dependencies rm> Then in the case where the dependencies file has an error, the rm> dependencies file would not be included when

Target specific includes

2000-08-11 Thread Reid Madsen
It would be nice if there were such a thing as conditional includes. For example: depend:: -include dependencies Then in the case where the dependencies file has an error, the dependencies file would not be included when doing 'make depend'. We structure our Makefiles as follows: