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

Contents of /trunk/esys2/modellib/modellib.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 147 - (show annotations)
Fri Aug 12 01:45:47 2005 UTC (17 years, 7 months ago) by jgs
File size: 767 byte(s)
erge of development branch dev-02 back to main trunk on 2005-08-12

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 := pyc
11
12 ifeq ($(strip $(L_PYTH_DIR)),)
13 L_PYTH_DIR := $(ESYS_ROOT)/esys
14 endif
15
16 L_PYTH_DIR := $(L_PYTH_DIR)/modellib
17
18 INSTALL_PYTH := ./lib/py_src/darcy.pyc ./lib/py_src/geometry.pyc ./lib/py_src/input.pyc ./lib/py_src/probe.pyc ./lib/py_src/visualization.pyc ./lib/py_src/flow.pyc ./lib/py_src/__init__.pyc ./lib/py_src/materials.pyc ./lib/py_src/temperature.pyc
19
20 L_SRC_DIR:= ./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