aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
blob: 7ac414f67976bb7ab4e090ba1adeb83d94e55f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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\
       Check.c