#include <Server.tmpl> SRCS = hyperion.c hyperMBits.c OBJS = hyperion.o hyperMBits.o #if BSD44 DEVINC = -I/sys/hp/dev #else DEVINC = -I/sys/hpdev #endif INCLUDES = -I. -I.. -I../include -I../../../include -I../../mi -I$(INCLUDESRC) $(DEVINC) LINTLIBS = ../../../dix/llib-ldix.ln ../../../os/llib-los.ln \ ../mfb/llib-lmfb.ln ../cfb/llib-lcfb.ln ../../mi/llib-lmi.ln \ ../llib-lhp.ln NormalLibraryObjectRule() NormalLibraryTarget(hyper,$(OBJS)) NormalLintTarget($(SRCS)) lintlib: DependTarget()