update for HEAD-2003091401
[reactos.git] / lib / epsapi / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../..
4
5 TARGET_TYPE = library
6
7 TARGET_NAME = epsapi
8
9 # require os code to explicitly request A/W version of structs/functions
10 TARGET_CFLAGS += -D_DISABLE_TIDENTS -Werror -Wall
11
12 TARGET_OBJECTS = \
13  enum/drivers.o \
14  enum/modules.o \
15  enum/processes.o 
16  
17 include $(PATH_TO_TOP)/rules.mak
18
19 include $(TOOLS_PATH)/helper.mk
20
21 # EOF