aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
blob: a4db902f45712971a5452ebeb95ebada977dabf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
endif