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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 137 - (show annotations)
Fri Jul 22 07:07:20 2005 UTC (17 years, 8 months ago) by jgs
File size: 799 byte(s)
removed all references to modellib module

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 DEFAULT_TARGET := libfinleyC.a libfinleycpp.so pyc
11
12 L_PYTH_DIR := $(ESYS_ROOT)/esys/finley
13
14 INSTALL_PYTH := ./lib/py_src/finley.pyc
15
16 INSTALL_LIB := ./lib/libfinleycpp.so
17
18 # These settings are now specified in Makefile.host
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 ./py_src
24
25 include $(ESYS_ROOT)/make/Makefile.default

Properties

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

  ViewVC Help
Powered by ViewVC 1.1.26