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

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

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