view 3rdparty/drivers/burke/makefile @ 1300:636cabe76c6e

Now Bt.Size is defined for Level One
author boisy
date Mon, 01 Sep 2003 19:25:24 +0000
parents c10820aa211b
children 53c50c807d55
line wrap: on
line source

include ../../../Makefile.rules

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)