update for HEAD-2003050101
[reactos.git] / drivers / fs / vfat / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_BOOTSTRAP = yes
6
7 TARGET_TYPE = driver
8
9 TARGET_NAME = vfatfs
10
11 TARGET_GCCLIBS = gcc
12
13 TARGET_OBJECTS = \
14   blockdev.o \
15   cleanup.o \
16   close.o \
17   create.o \
18   dir.o \
19   direntry.o \
20   dirwr.o \
21   fat.o \
22   fcb.o \
23   finfo.o \
24   iface.o \
25   rw.o \
26   shutdown.o \
27   string.o \
28   volume.o \
29   misc.o \
30   fsctl.o \
31   ea.o \
32   flush.o
33
34 DEP_OBJECTS = $(TARGET_OBJECTS)
35
36 TARGET_CLEAN = $(DEP_FILES) *.o *.sys *.sym
37
38 TARGET_CFLAGS = -g
39
40 include $(PATH_TO_TOP)/rules.mak
41
42 include $(TOOLS_PATH)/helper.mk
43
44 include $(TOOLS_PATH)/depend.mk
45