aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
blob: 46bffe00e309697612684f87c2d1ce1c67227b83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Main make.code.defn file for thorn Boundary
# $Header$

# Source files in this directory
SRCS = ScalarBoundary.c\
       StaticBoundary.c\
       CopyBoundary.c\
       FlatBoundary.c\
       RadiationBoundary.c\
       RobinBoundary.c\
       NoneBoundary.c\
       Boundary.c\
       Register.c