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

Annotation of /trunk/finley/finley.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: 901 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 122 DEFAULT_TARGET := libfinleyC.a libfinleycpp.so pyc
11 jgs 82
12 jgs 146 ifeq ($(strip $(L_PYTH_DIR)),)
13     L_PYTH_DIR := $(ESYS_ROOT)/esys
14     endif
15 jgs 137
16 jgs 146 L_PYTH_DIR := $(L_PYTH_DIR)/finley
17    
18 jgs 149 INSTALL_PYTH := ./lib/py_src/__init__.pyc ./lib/py_src/finley.pyc
19 jgs 102
20     INSTALL_LIB := ./lib/libfinleycpp.so
21    
22 jgs 150 PACKAGES := escript esysUtils python boost paso scsl mkl umfpack mmio
23 jgs 102
24 jgs 150 L_SRC_DIR := ./src/finleyC ./src/CPPAdapter ./py_src
25 jgs 97
26 jgs 149 # determine solver packages to use
27     ifeq ($(strip $(USE_GCC)),)
28     HOSTNAME := ${shell hostname | sed -e 's/\..*//'}
29     else
30     HOSTNAME := gcc
31     endif
32    
33 jgs 82 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