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

Annotation of /trunk/escript/escript.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 155 - (hide annotations)
Wed Nov 9 02:02:19 2005 UTC (17 years, 4 months ago) by jgs
File size: 988 byte(s)
move all directories from trunk/esys2 into trunk and remove esys2

1 jgs 82 # $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 jgs 102 DEFAULT_TARGET := libescriptcpp.so pyc
11    
12 jgs 146 # Python install directory
13     ifeq ($(strip $(L_PYTH_DIR)),)
14     L_PYTH_DIR := $(ESYS_ROOT)/esys
15     endif
16 jgs 137
17 jgs 146 L_PYTH_DIR := $(L_PYTH_DIR)/escript
18 jgs 102
19 jgs 154 INSTALL_PYTH := ./lib/py_src/__init__.pyc ./lib/py_src/linearPDEs.pyc ./lib/py_src/pdetools.pyc ./lib/py_src/util.pyc ./lib/py_src/escript.pyc ./lib/py_src/modelframe.pyc ./lib/py_src/timeseries.pyc ./lib/py_src/esysXML.pyc ./lib/py_src/test_linearPDEs.pyc ./lib/py_src/test_util.pyc ./lib/py_src/symbols.pyc ./lib/py_src/test_symbols.pyc
20 jgs 146
21 jgs 102 INSTALL_LIB := ./lib/libescriptcpp.so
22    
23 jgs 147 PACKAGES := esysUtils python boostStatic
24 jgs 82
25 jgs 129 L_SRC_DIR:= ./src ./py_src
26 jgs 82
27     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