H=	../../h
I=	/usr/include
M=	../../machine
N1=	../../net
N2=	../../netimp
N3=	../../netinet
N4=	../../netns
N6=	../../pdpif
S=	../../sys
U=	../../pdpuba
MB=	../../pdpmba

DEFS=	-DKERNEL -Dpdp11 -I. -I${H}
CFLAGS=	-O ${DEFS}

CPP=	/lib/cpp -P ${DEFS}
AS=	/bin/as -V
ED=	/bin/ed

all: NONEboot.o brboot.o dvhpboot.o hk6boot.o hk7boot.o raboot.o rlboot.o rmboot.o sc11boot.o sc21boot.o siboot.o

NONEboot.o: NONEboot.s
	${CPP} NONEboot.s > NONEboot.i
	${AS} -o NONEboot.o NONEboot.i
	rm -f NONEboot.i

brboot.o: brboot.s
	${CPP} brboot.s > brboot.i
	${AS} -o brboot.o brboot.i
	rm -f brboot.i

dvhpboot.o: dvhpboot.s
	${CPP} dvhpboot.s > dvhpboot.i
	${AS} -o dvhpboot.o dvhpboot.i
	rm -f dvhpboot.i

hk6boot.o: hk6boot.s
	${CPP} hk6boot.s > hk6boot.i
	${AS} -o hk6boot.o hk6boot.i
	rm -f hk6boot.i

hk7boot.o: hk7boot.s
	${CPP} hk7boot.s > hk7boot.i
	${AS} -o hk7boot.o hk7boot.i
	rm -f hk7boot.i

raboot.o: raboot.s
	${CPP} raboot.s > raboot.i
	${AS} -o raboot.o raboot.i
	rm -f raboot.i

rlboot.o: rlboot.s
	${CPP} rlboot.s > rlboot.i
	${AS} -o rlboot.o rlboot.i
	rm -f rlboot.i

rmboot.o: rmboot.s
	${CPP} rmboot.s > rmboot.i
	${AS} -o rmboot.o rmboot.i
	rm -f rmboot.i

sc11boot.o: sc11boot.s
	${CPP} sc11boot.s > sc11boot.i
	${AS} -o sc11boot.o sc11boot.i
	rm -f sc11boot.i

sc21boot.o: sc21boot.s
	${CPP} sc21boot.s > sc21boot.i
	${AS} -o sc21boot.o sc21boot.i
	rm -f sc21boot.i

siboot.o: siboot.s
	${CPP} siboot.s > siboot.i
	${AS} -o siboot.o siboot.i
	rm -f siboot.i
