view 3rdparty/drivers/burke/makefile @ 1366:770c350f4c15

More changes
author boisy
date Fri, 26 Sep 2003 12:43:30 +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)