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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [make_viv/] [dontincdep.mk] - Diff between revs 29 and 33

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 29 Rev 33
# $Id: dontincdep.mk 646 2015-02-15 12:04:55Z mueller $
# $Id: dontincdep.mk 646 2015-02-15 12:04:55Z mueller $
#
#
# Copyright 2013- by Walter F.J. Mueller 
# Copyright 2013- by Walter F.J. Mueller 
# License disclaimer see LICENSE_gpl_v2.txt in $RETROBASE directory
# License disclaimer see LICENSE_gpl_v2.txt in $RETROBASE directory
#
#
#  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 realclean, $(MAKECMDGOALS)),)
ifneq  ($(findstring realclean, $(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.