minor corrections by M.Taguchi
[reactos.git] / reactos / drivers / fs / cdfs / makefile
1 # $Id: makefile,v 1.7 2003/11/13 15:25:08 ekohl Exp $
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_BOOTSTRAP = yes
6
7 TARGET_TYPE = driver
8
9 TARGET_NAME = cdfs
10
11 TARGET_OBJECTS = $(TARGET_NAME).o close.o common.o create.o dirctl.o \
12 fcb.o finfo.o fsctl.o misc.o rw.o volinfo.o cleanup.o
13
14 TARGET_CFLAGS = -Werror -Wall
15
16 DEP_OBJECTS = $(TARGET_OBJECTS)
17
18 include $(PATH_TO_TOP)/rules.mak
19
20 include $(TOOLS_PATH)/helper.mk
21
22 include $(TOOLS_PATH)/depend.mk
23
24 # EOF