aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
blob: a1460c9e096276565fa8db5b475303974435fa99 (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 IOPanda
# $Header$

# Source files in this directory
SRCS = 	Startup.c Output.c

# Other subdirectories
SUBDIRS = Panda

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

UNAME := $(shell uname)

ifeq ($(UNAME), SUPER-UX)

CFLAGS += -DSX5
CXXFLAGS += -T all -DSX5
endif