Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/drivers/burke/makefile @ 1652:558cab468052
RG fixed a bug in the Vavasour emulator clock2 module.
clock2 is now of type Sbrtn instead of Systm. clock.asm has been modified
to link to this type.
author | boisy |
---|---|
date | Sat, 17 Jul 2004 12:20:31 +0000 |
parents | 53c50c807d55 |
children | e4a0f58a5f9b |
line wrap: on
line source
include ../../../rules.mak DEPENDS = ./makefile DRVRS = bb1fhdisk.dr bb1hd.dr bb1hdisk.dr bb1th.dr bb1thdisk.dr \ bbhd.dr bbxfhdisk.dr bbxhdisk.dr \ bbxthd.dr bkfhdisk.dr bbfhdisk.dr bbhdisk.dr DESCS = ALLOBJS = $(DRVRS) $(DESCS) all: $(ALLOBJS) $(DEPENDS) clean: $(RM) $(ALLOBJS)