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

More changes
author boisy
date Fri, 26 Sep 2003 12:43:30 +0000
parents 53c50c807d55
children e4a0f58a5f9b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 91
diff changeset
1 include ../../../rules.mak
91
boisy
parents:
diff changeset
2
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 91
diff changeset
3 DEPENDS = ./makefile
91
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