# System hardware abstraction.

CURRENTDIR	= #SRC:BIN:SHI:
ASCALM		= sh ascalm/z/o

.PHONY: clean
.PHONY: all

all:	#bin:$(PFX)_shi.bin

clean:
	@#:rm $(PFX)_shi.bin $(PFX)_shi.lst $(PFX)_shi.erh

130_shi.bin: \
		shi.asb \
		badmem130.asi getcpufpu.asi getservnum.asi shibio130.asi \
		shibunit130.asi shicol130.asi shidef130.asi shidel130.asi \
		shidis130.asi shiecr130.asi shigsm130.asi shiico130.asi \
		shiind130.asi shiint130.asi shimac130.asi shimon130.asi \
		shinum130.asi shisdf130.asi shiunzip.asi shivar130.asi \
		shivarb130.asi testmachine.asi \
		#ref:bios.ref #ref:biosdriv.ref #ref:cio.ref #ref:clavier.ref \
		#ref:config130.ref #ref:drivers.ref #ref:fos.ref #ref:fos.ref \
		#ref:gesmem.ref #ref:i82077.ref #ref:m3002.ref #ref:mon.ref \
		#ref:ntrel.ref #ref:ntrelshi.ref #ref:scc.ref #ref:shidriv130.ref \
		#ref:sm130hard.ref #ref:wd33c93.ref \
		makefile
	@$(ASCALM) shi.asb $(PFX)_shi/l/h $(PFX)/p $(PFX)_shi.bin/b

#bin:$(PFX)_shi.bin: $(PFX)_shi.bin
	@#:rm #bin:$(PFX)_shi.bin
	@#:cp $(PFX)_shi.bin #bin:$(PFX)_shi.bin
	@#:shorthdr #bin:$(PFX)_shi.bin
include #src:include.mak

