Makefile
530 Bytes
#!smake
#
# Makefile for time library subdirectory
#
SUBDIR=time
COMMONPREF=$(SUBDIR)
PRDEPTH=$(ROOT)/PR
include $(PRDEPTH)/PRdefs
LIBDEPTH=$(ROOT)/PR/libultra
include $(LIBDEPTH)/libdefs
sinclude ../companydefs
sinclude locdefs
LCOPTS = -non_shared -mips2 -fullwarn -G 0 -wlint,-f -woff 819,826,852
LCINCS = -I. -I$(LIBDEPTH)/include -I$(PRDEPTH)/include
CFILES = gettime.c settime.c settimer.c stoptimer.c timerintr.c
LDIRT =
include $(LIBDEPTH)/librules
include $(PRDEPTH)/PRrules
install! default
clobber clean: