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

Subversion Repositories w11

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

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

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

powered by: WebSVN 2.1.0

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