GNUmakefile
620 Bytes
#!smake
#
# Makefile for the scheduler subdirectory
#
SUBDIR=sched
COMMONPREF=$(SUBDIR)
PRDEPTH=$(ROOT)/PR
include $(PRDEPTH)/PRdefs
LIBDEPTH=$(ROOT)/PR/libultra
include $(LIBDEPTH)/libdefs
sinclude ../companydefs
LCOPTS = -non_shared -mips2 -Wall -G 0
LCINCS = -I. -I$(LIBDEPTH)/include -I$(PRDEPTH)/include
CFILES = \
sched.c
sinclude locdefs
include $(LIBDEPTH)/librules
include $(PRDEPTH)/PRrules
install: default
$(INSTALL) -m 444 -F /usr/src/PR/libsrc/libultra/sched $(SOURCES) \
sched_log.fmt
$(INSTALL) -m 444 -F /usr/src/PR/libsrc/libultra/sched \
-src Makefile.src Makefile
clobber clean: