all:		head.T800 pipe.T800 pipe.T414

head.T800:	head.c
		is_lcc -T800 -o $@ head.c

head.T414:	head.c
		is_lcc -T414 -o $@ head.c

pipe.T800:	pipe.c
		is_lcc -T800 -o $@ pipe.c

pipe.T414:	pipe.c
		is_lcc -T414 -o $@ pipe.c

net-1.btl:	head.T800 net-1
		btl <net-1 >$@

net-2.btl:	head.T800 pipe.T414 net-2
		btl <net-2 >$@

net-5.btl:	head.T800 pipe.T800 net-5
		btl <net-5 >$@

net-7.btl:	head.T800 pipe.T800 net-7
		btl <net-7 >net-7.btl

net-9.btl:	head.T800 pipe.T800 net-9
		btl <net-9 >net-9.btl

net-11.btl:	head.T800 pipe.T800 pipe.T414 net-11
		btl <net-11 >net-11.btl

clean:

clobber:	clean
		rm -f head.T800 head.T414 pipe.T800 pipe.T414 *.btl
