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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [make_ise/] [dontincdep.mk] - Blame information for rev 36

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 29 wfjm
# $Id: dontincdep.mk 642 2015-02-06 18:53:12Z mueller $
2 19 wfjm
#
3 29 wfjm
# Copyright 2013- by Walter F.J. Mueller 
4
# License disclaimer see LICENSE_gpl_v2.txt in $RETROBASE directory
5
#
6 19 wfjm
#  Revision History:
7
# Date         Rev Version  Comment
8
# 2013-01-27   477   1.0    Initial version
9
#
10
# DONTINCDEP controls whether dependency files are included. Set it if
11
# any of the 'clean' type targets is involved
12
#
13
ifneq  ($(findstring clean, $(MAKECMDGOALS)),)
14
DONTINCDEP = 1
15
endif
16
ifneq  ($(findstring realclean, $(MAKECMDGOALS)),)
17
DONTINCDEP = 1
18
endif
19
ifneq  ($(findstring distclean, $(MAKECMDGOALS)),)
20
DONTINCDEP = 1
21
endif
22
ifdef DONTINCDEP
23
$(info DONTINCDEP set, *.dep files not included)
24
endif

powered by: WebSVN 2.1.0

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