aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
blob: fcfda6d77e1e1852ea1f3d8b2f2655086e2baf88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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


# Add PETSc include dirs to the Cactus makefile variables
SYS_INC_DIRS += $(PETSC_DIR)/include $(PETSC_DIR)/bmake/$(PETSC_ARCH)

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