# 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