[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Include files
From: |
William . Peets |
Subject: |
Include files |
Date: |
Mon, 24 Nov 2003 18:25:57 -0500 |
I have a make file has the following statement
include $(DEPEND_FILE)
Due to some other changes in the build procedure, I only want to include
this file
if the target is "all". If it is "clean", "report", "sloc", etc I DO NOT
want to
include this file.
I could find no variable that show the current target outside of a target.
Is there an easy way to do this with an if statement?
- Include files,
William . Peets <=