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

SRCS = 	Startup.c Output2D.c Write2D.c Output.c Write.c DumpVar.c DumpGH.c \
        RecoverGH.c RestoreFile.c ChooseOutput.c

# This avoids warnings when including the FlexIO headers
CFLAGS += -DANSI

ifeq ($(OS), superux)

CFLAGS += -DSX5
CPPFLAGS += -DSX5
endif