aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
blob: 0469e810efa62067045c9b153be432727a3d9081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Main make.code.defn file for thorn Boundary
# $Header$

# Source files in this directory
SRCS = ConstantBoundary.c\
       ConstantBoundaryWrappers.c\
       CopyBoundary.c\
       CopyBoundaryWrappers.c\
       FlatBoundary.c\
       FlatBoundaryWrappers.c\
       RadiationBoundary.c\
       RadiationBoundaryWrappers.c \
       RobinBoundary.c \
       RobinBoundaryWrappers.c \
       ScalarBoundary.c
	
	

# Subdirectories containing source files
SUBDIRS =