aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
blob: 0f62e354e3738052b4c2530d00ae5475aa4652cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Main make.code.defn file for thorn JacobiElliptic
# $Header$

# Source files in this directory
SRCS = Startup.c petsc_wrapper.c petsc_confmetric_solver.c petsc_flat_solver.c

# Subdirectories containing source files
SUBDIRS = 

SYS_INC_DIRS += /usr/local/mpich/include
SYS_INC_DIRS += /usr/local/mpich/build/LINUX/ch_p4/include

SYS_INC_DIRS += $(PETSC_DIR) $(PETSC_DIR)/include  \
                $(PETSC_DIR)/bmake/$(PETSC_ARCH)

# Define this to enable PETSC's error-checking macros
CFLAGS += -DUSE_PETSC_DEBUG