/[escript]/trunk/esys2/finley/finley.mk
ViewVC logotype

Contents of /trunk/esys2/finley/finley.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 110 - (show annotations)
Mon Feb 14 04:14:42 2005 UTC (18 years, 1 month ago) by jgs
File size: 842 byte(s)
*** empty log message ***

1 # $Id$
2
3 # This makefile automatically finds, calculates dependencies, compiles
4 # and makes a static library from all C++ files found in the directories
5 # under ${L_SRC_DIR} (see below). Files and even whole directory trees
6 # under ${L_SRC_DIR} can be skipped by postfixing the name with a "-".
7
8 # Matt Davies 04/08/03
9
10 DODEBUG = NO
11
12 DEFAULT_TARGET := libfinleyC.a libfinleycpp.so
13
14 INSTALL_PYTH := ./py_src/finley.py
15
16 INSTALL_LIB := ./lib/libfinleycpp.so
17
18 L_DEFS := ITERATIVE_SOLVER=NO_LIB DIRECT_SOLVER=SGI_SCSL
19 # L_DEFS := ITERATIVE_SOLVER=NO_LIB DIRECT_SOLVER=NO_LIB
20
21 PACKAGES := escript mmio esysUtils python23 boost scsl141pre
22
23 L_SRC_DIR := ./src/finleyC ./src/finleyC/Solvers ./src/finleyC/SCSL ./src/CPPAdapter
24
25 #L_PYTH_DIR := /raid2/tools/esys/esys
26
27 #L_INSTLIB_DIR := /raid2/tools/esys/lib
28
29 include $(ESYS_ROOT)/make/Makefile.default
30

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.26