1 |
# $Id$ |
2 |
|
3 |
# Define Makefile variables specifying package libraries to link with |
4 |
|
5 |
# Package dependencies |
6 |
PKG_CC_DEFS := ${NULL} |
7 |
PKG_CC_INC_DIRS := ${NULL} |
8 |
PKG_CPP_DEFS := ${NULL} |
9 |
PKG_CPP_INC_DIRS := ${NULL} |
10 |
PKG_LD_LIB_DIRS := ${NULL} |
11 |
PKG_LD_LIBS := ${NULL} |
12 |
|
13 |
# Include definitions which enable linking with any required package libraries |
14 |
ifneq (${strip ${PACKAGES}},) |
15 |
-include ${addprefix ${MAKE_DIR}/hosts/${HOSTNAME}/Makefile., ${PACKAGES}} |
16 |
endif |
17 |
|
18 |
# $Log$ |
19 |
# Revision 1.3 2005/09/15 03:44:32 jgs |
20 |
# Merge of development branch dev-02 back to main trunk on 2005-09-15 |
21 |
# |
22 |
# Revision 1.2.2.1 2005/09/07 06:26:23 gross |
23 |
# the solver from finley are put into the standalone package paso now |
24 |
# |
25 |
# Revision 1.2 2005/06/09 05:38:02 jgs |
26 |
# Merge of development branch back to main trunk on 2005-06-09 |
27 |
# |
28 |
# Revision 1.1.1.1.2.1 2005/05/17 01:31:15 jgs |
29 |
# set L_INSTLIB_DIR and L_PYTH_DIR defaults relative to ESYS_ROOT |
30 |
# |
31 |
# Revision 1.1.1.1 2004/10/26 06:53:58 jgs |
32 |
# initial import of project esys2 |
33 |
# |
34 |
# Revision 1.2 2004/09/23 01:48:45 jgs |
35 |
# make: augmented Makefiles with comments throughout |
36 |
# |
37 |
# Makefile.default - changed order of includes for clarity |
38 |
# Makfile.phony - reordered phony targets |
39 |
# - added target "all" - now first target to be encountered |
40 |
# |
41 |
# Revision 1.1.1.1 2004/06/24 04:00:39 johng |
42 |
# Initial version of eys using boost-python. |
43 |
# |
44 |
# Revision 1.2 2003/09/01 01:55:55 davies |
45 |
# Added SCSL 1.4.1pre makefile support. |
46 |
# |
47 |
# Revision 1.1.1.1 2003/08/21 00:58:20 davies |
48 |
# Imported sources from Lutz Gross. |
49 |
# |