aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index fcfda6d..aabfe3a 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -3,10 +3,3 @@
# 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