aboutsummaryrefslogtreecommitdiff
path: root/src/patch/make.code.defn
blob: 291972231cbf43237c1d95da337898dfed469634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# specification of things to be compiled in this directory
# $Header$

# Source files in this directory
# ... uncomment test_patch_system.cc to test the patch system
SRCS = coords.cc \
       grid.cc \
       fd_grid.cc \
       patch.cc \
       ghost_zone.cc \
       patch_interp.cc \
       patch_info.cc \
       patch_system.cc \
       Jacobian.cc
       # test_patch_system.cc

# Subdirectories containing source files
SUBDIRS =