SUB_DIRS     := btree DevSupport LibFuncs Times Volume Lock
ALL_SUB_DIRS := $(SUB_DIRS)

L_TARGET     := MacFS.a
L_OBJS	     := $(join $(SUB_DIRS),$(SUB_DIRS:%=/%.o))

include $(TOPDIR)/Rules.make

clean: dummy
	if exist $(L_TARGET) del $(L_TARGET)
	if exist MacFS.lib del MacFS.lib
	for %i in ($(SUB_DIRS)) do $(MAKE) -C %i clean