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 |
|
|
DEFAULT_TARGET := libescript.so pyc |
11 |
|
|
|
12 |
|
|
PACKAGES := esysUtils python23 boostStatic |
13 |
|
|
|
14 |
|
|
L_DEFS := DOASSERT |
15 |
|
|
|
16 |
|
|
L_SRC_DIR:= ./src ./py_src |
17 |
|
|
|
18 |
|
|
include $(ESYS_ROOT)/make/Makefile.default |
19 |
|
|
|