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

Contents of /trunk/esys2/escript/escript.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: 768 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 =
11
12 DEFAULT_TARGET := libescriptcpp.so pyc
13
14 INSTALL_PYTH := ./py_src/__init__.py ./py_src/linearPDEs.py ./py_src/util.py ./py_src/escript.py ./py_src/esysXML.py ./py_src/timeseries.py
15
16 INSTALL_LIB := ./lib/libescriptcpp.so
17
18 PACKAGES := esysUtils python23 boostStatic
19
20 L_DEFS := DOASSERT
21
22 L_SRC_DIR:= ./src ./py_src
23
24 #L_INSTLIB_DIR := /raid2/tools/esys/lib
25
26 #L_PYTH_DIR := /raid2/tools/esys/esys
27
28 include $(ESYS_ROOT)/make/Makefile.default
29

Properties

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

  ViewVC Help
Powered by ViewVC 1.1.26