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

Contents of /trunk/esys2/escript/escript.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 121 - (show annotations)
Fri May 6 04:26:16 2005 UTC (17 years, 10 months ago) by jgs
File size: 699 byte(s)
Merge of development branch back to main trunk on 2005-05-06

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 := libescriptcpp.so pyc
11
12 INSTALL_PYTH := ./py_src/__init__.py ./py_src/linearPDEs.py ./py_src/pdetools.py ./py_src/util.py ./py_src/escript.py ./py_src/modelframe.py ./py_src/timeseries.py
13
14 INSTALL_LIB := ./lib/libescriptcpp.so
15
16 PACKAGES := esysUtils python23 boostStatic
17
18 L_DEFS := DOASSERT
19
20 L_SRC_DIR:= ./src ./py_src
21
22 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