78491d07fa41e7ed56722250fc6c1fde5bfa5357
[reactos.git] / subsys / system / usetup / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = program
6
7 TARGET_APPTYPE = native
8
9 TARGET_NAME = usetup
10
11 TARGET_INSTALLDIR = system32
12
13 TARGET_CFLAGS = -D__NTAPP__
14
15 TARGET_OBJECTS = $(TARGET_NAME).o bootsup.o console.o drivesup.o filequeue.o \
16                  filesup.o inicache.o partlist.o progress.o
17
18 include $(PATH_TO_TOP)/rules.mak
19
20 include $(TOOLS_PATH)/helper.mk
21
22 # EOF