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.defn9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 0f62e35..6e625ad 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -4,14 +4,7 @@
# 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)
+SYS_INC_DIRS += $(PETSC_DIR)/include $(PETSC_DIR)/bmake/$(PETSC_ARCH)
# Define this to enable PETSC's error-checking macros
CFLAGS += -DUSE_PETSC_DEBUG