annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
91
boisy
parents:
diff changeset
1 include ../../../Makefile.rules
boisy
parents:
diff changeset
2
boisy
parents:
diff changeset
3 DEPENDS = ./Makefile
boisy
parents:
diff changeset
4 DRVRS = bb1fhdisk.dr bb1hd.dr bb1hdisk.dr bb1th.dr bb1thdisk.dr \
boisy
parents:
diff changeset
5 bbhd.dr bbxfhdisk.dr bbxhdisk.dr \
boisy
parents:
diff changeset
6 bbxthd.dr bkfhdisk.dr bbfhdisk.dr bbhdisk.dr
boisy
parents:
diff changeset
7 DESCS =
boisy
parents:
diff changeset
8
boisy
parents:
diff changeset
9 ALLOBJS = $(DRVRS) $(DESCS)
boisy
parents:
diff changeset
10
boisy
parents:
diff changeset
11 all: $(ALLOBJS) $(DEPENDS)
boisy
parents:
diff changeset
12
boisy
parents:
diff changeset
13 clean:
boisy
parents:
diff changeset
14 $(RM) $(ALLOBJS)
boisy
parents:
diff changeset
15