aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIO/src/make.code.defn
blob: 6c9346f0f6c5ed547ac7303cacc1a3342f35a29b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Main make.code.defn file for thorn CarpetIOFlexIO
# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/make.code.defn,v 1.3 2002/12/12 12:57:07 schnetter Exp $

# Source files in this directory
SRCS = ioflexio.cc

# Subdirectories containing source files
SUBDIRS = 



# Provide configuration information for the FlexIO library

# Add your include directories here until Cactus has a better
# configuration mechanism:
# (The library directories are set in the make.configuration.defn file.)
FLEXIO_SYS_INC_DIRS := /home/eschnett/proj/FlexIO/include /home/schnette/proj/FlexIO/include /home/eschnett/FlexIO

# Add this thorn's configuration information
SYS_INC_DIRS := $(FLEXIO_SYS_INC_DIRS) $(SYS_INC_DIRS)