Major update of the build system:
[reactos.git] / reactos / subsys / system / lsass / makefile
1 # $Id: makefile,v 1.2 2001/08/21 20:13:04 chorns Exp $
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = program
6
7 TARGET_APPTYPE = native
8
9 TARGET_NAME = lsass
10
11 TARGET_INSTALLDIR = system32
12
13 TARGET_OBJECTS = $(TARGET_NAME).o init.o
14
15 include $(PATH_TO_TOP)/rules.mak
16
17 include $(TOOLS_PATH)/helper.mk
18
19 # EOF