OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [tools/] [make/] [dontincdep.mk] - Diff between revs 19 and 26

Only display areas with differences | Details | Blame | View Log

Rev 19 Rev 26
# $Id: dontincdep.mk 477 2013-01-27 14:07:10Z mueller $
# $Id: dontincdep.mk 477 2013-01-27 14:07:10Z mueller $
#
#
#  Revision History:
#  Revision History:
# Date         Rev Version  Comment
# Date         Rev Version  Comment
# 2013-01-27   477   1.0    Initial version
# 2013-01-27   477   1.0    Initial version
#
#
# DONTINCDEP controls whether dependency files are included. Set it if
# DONTINCDEP controls whether dependency files are included. Set it if
# any of the 'clean' type targets is involved
# any of the 'clean' type targets is involved
#
#
ifneq  ($(findstring clean, $(MAKECMDGOALS)),)
ifneq  ($(findstring clean, $(MAKECMDGOALS)),)
DONTINCDEP = 1
DONTINCDEP = 1
endif
endif
ifneq  ($(findstring cleandep, $(MAKECMDGOALS)),)
ifneq  ($(findstring cleandep, $(MAKECMDGOALS)),)
DONTINCDEP = 1
DONTINCDEP = 1
endif
endif
ifneq  ($(findstring distclean, $(MAKECMDGOALS)),)
ifneq  ($(findstring distclean, $(MAKECMDGOALS)),)
DONTINCDEP = 1
DONTINCDEP = 1
endif
endif
ifdef DONTINCDEP
ifdef DONTINCDEP
$(info DONTINCDEP set, *.dep files not included)
$(info DONTINCDEP set, *.dep files not included)
endif
endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.