1 |
# $Id$ |
2 |
|
3 |
# finley |
4 |
|
5 |
PKG_CC_INC_DIRS += $(ESYS_ROOT)/finley/inc |
6 |
PKG_CPP_INC_DIRS += $(ESYS_ROOT)/finley/inc |
7 |
|
8 |
PKG_LD_LIB_DIRS += $(ESYS_ROOT)/finley/lib |
9 |
|
10 |
PKG_LD_LIBS += finleyC |
11 |
|
12 |
# $Log$ |
13 |
# Revision 1.2 2005/09/01 03:31:38 jgs |
14 |
# Merge of development branch dev-02 back to main trunk on 2005-09-01 |
15 |
# |
16 |
# Revision 1.1.1.1.6.2 2005/08/26 01:03:04 jgs |
17 |
# remove solver library settings - don't work here |
18 |
# |
19 |
# Revision 1.1.1.1.6.1 2005/08/24 02:06:33 gross |
20 |
# -0 -O reduced to -O to be able to run epydoc. performance shouldn't change |
21 |
# |
22 |
# Revision 1.1.1.1 2004/10/26 06:53:58 jgs |
23 |
# initial import of project esys2 |
24 |
# |
25 |
# Revision 1.1.1.1.2.2 2004/09/28 07:03:14 jgs |
26 |
# *** empty log message *** |
27 |
# |
28 |
# Revision 1.1.1.1.2.1 2004/09/27 06:37:54 jgs |
29 |
# restructured make files |
30 |
# |
31 |
# Revision 1.1.1.1 2004/06/24 04:00:39 johng |
32 |
# Initial version of eys using boost-python. |
33 |
# |
34 |
# Revision 1.1 2003/09/11 02:03:52 davies |
35 |
# Added makefile configurations for several platforms. |
36 |
# |