1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#!smake # # Makefile for the scheduler subdirectory # include $(ROOT)/usr/include/make/PRdefs # LCOPTS = -mips2 -non_shared -fullwarn -G 0 LCINCS = -I. -I$(ROOT)/usr/include/PR -I$(ROOT)/usr/include CFILES = \ sched.c OBJECTS = $(CFILES:.c=.o) default: $(OBJECTS) include $(COMMONRULES)