GNUmakefile 824 Bytes
#!smake
#
# Makefile for pi library subdirectory
#

SUBDIR=pi

COMMONPREF=$(SUBDIR)

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

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

sinclude ../companydefs

LIBLEOORG = $(ROOT)/PR/libleo/org

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

CFILES = pi.c pigettype.c pigetstat.c pirawread.c pirawwrite.c pirawdma.c \
		pigetcmdq.c pimgr.c epirawread.c epirawwrite.c epirawdma.c \
		epiwrite.c  epiread.c epidma.c epigettype.c epilinkhandle.c \
		cartrominit.c devmgr.c piacs.c piwrite.c piread.c pidma.c

LDIRT = 

sinclude locdefs

include $(LIBDEPTH)/librules

include $(PRDEPTH)/PRrules

install: default

clobber clean: