LIBRARIAN=ilibr
OCCAM=iserver -sb occam.b4h
LINK=iserver -sb ilink.b4h
CONFIG=iserver -sb iconf.b4x
ADDBOOT=iserver -sb iboot.b4x
LIBOPT=
OCCOPT=-i
LINKOPT=-i
CONFOPT=
BOOTOPT=

config.b8h:	config.c8h 
	$(ADDBOOT) config.c8h

config.c8h:	config.l8h config.t8h 
	$(LINK) -f config.l8h -o config.c8h $(LINKOPT)

config.t8h:	config.occ /i/rel/D505/libs/hostio.inc \
	  /i/rel/D505/libs/linkaddr.inc /i/rel/D505/libs/hostio.lib \
	  /i/rel/D505/libs/hostio.liu /i/rel/D505/libs/convert.lib 
	$(OCCAM) config -t8 -h -o config.t8h $(OCCOPT)

