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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [tools/] [src/] [checkpath_cpp.mk] - Blame information for rev 33

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 wfjm
# $Id: checkpath_cpp.mk 602 2014-11-08 21:42:47Z mueller $
2 19 wfjm
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5 27 wfjm
# 2014-11-08   602   1.1    add default for TCLLIB
6 19 wfjm
# 2013-03-01   493   1.0.1  fix logic
7
# 2013-02-01   479   1.0    Initial version
8
#
9
ifndef RETROBASE
10
$(error RETROBASE not defined)
11
endif
12
#
13
# check that BOOSTLIB/BOOSTINC are defined either both, or none
14
#
15
ifndef BOOSTINC
16
ifdef BOOSTLIB
17
$(error BOOSTLIB defined, but not BOOSTINC; either both, or none !!)
18
endif
19
endif
20
#
21
ifndef BOOSTLIB
22
ifdef BOOSTINC
23
$(error BOOSTINC defined, but not BOOSTLIB; either both, or none !!)
24
endif
25
endif
26
#
27
# now define, if needed
28
#
29
ifndef BOOSTINC
30
BOOSTINC = /usr/include
31
endif
32
#
33
ifndef BOOSTLIB
34
BOOSTLIB = /usr/lib
35
endif
36 27 wfjm
#
37
# define TCLLIB, if needed
38
#
39
ifndef TCLLIB
40
TCLLIB = /usr/lib
41
endif

powered by: WebSVN 2.1.0

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