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

# Source files in this directory
SRCS = startup.c						\
       InterpLocalUniform.c molecule_posn.c util.c		\
							# end of list

# Subdirectories containing source files
SUBDIRS = common						\
          Lagrange-tensor-product Lagrange-maximum-degree	\
          Hermite						\
							# end of list