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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [tools/] [make/] [dontincdep.mk] - Blame information for rev 26

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 19 wfjm
# $Id: dontincdep.mk 477 2013-01-27 14:07:10Z mueller $
2
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2013-01-27   477   1.0    Initial version
6
#
7
# DONTINCDEP controls whether dependency files are included. Set it if
8
# any of the 'clean' type targets is involved
9
#
10
ifneq  ($(findstring clean, $(MAKECMDGOALS)),)
11
DONTINCDEP = 1
12
endif
13
ifneq  ($(findstring cleandep, $(MAKECMDGOALS)),)
14
DONTINCDEP = 1
15
endif
16
ifneq  ($(findstring distclean, $(MAKECMDGOALS)),)
17
DONTINCDEP = 1
18
endif
19
ifdef DONTINCDEP
20
$(info DONTINCDEP set, *.dep files not included)
21
endif

powered by: WebSVN 2.1.0

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