Makefile 541 Bytes
#!smake
#
# Makefile for si library subdirectory
#

SUBDIR=si

COMMONPREF=$(SUBDIR)

PRDEPTH=$(ROOT)/PR
include $(PRDEPTH)/PRdefs

LIBDEPTH=$(ROOT)/PR/libultra
include $(LIBDEPTH)/libdefs

sinclude ../companydefs

LCOPTS = -non_shared -mips2 -fullwarn -G 0 -wlint,-f -woff 819,826,852
LCINCS = -I. -I$(LIBDEPTH)/include -I$(PRDEPTH)/include

CFILES =   si.c sigetstat.c sirawread.c sirawwrite.c sirawdma.c siacs.c crc.c

LDIRT = 

sinclude locdefs

include $(LIBDEPTH)/librules

include $(PRDEPTH)/PRrules

install! default

clobber clean: