migrate substitution keywords to SVN
[reactos.git] / reactos / lib / expat / Makefile
1 # $Id$
2
3 PATH_TO_TOP = ../..
4
5 TARGET_NAME = expat
6
7 TARGET_TYPE = dynlink
8 TARGET_BASE = $(TARGET_BASE_LIB_EXPAT)
9 TARGET_NORC = yes
10 TARGET_DEFONLY = yes
11 TARGET_DEFNAME = lib/libexpat
12
13 TARGET_CFLAGS = -D__USE_W32API -DHAVE_EXPAT_CONFIG_H -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions
14 TARGET_LFLAGS = -nostartfiles
15
16 LIB_OBJECTS = \
17 lib/xmlparse.o \
18 lib/xmlrole.o \
19 lib/xmltok.o
20
21 TARGET_OBJECTS = $(LIB_OBJECTS)
22
23 DEP_OBJECTS = $(TARGET_OBJECTS)
24
25 include $(PATH_TO_TOP)/rules.mak
26
27 include $(TOOLS_PATH)/helper.mk
28
29 include $(TOOLS_PATH)/depend.mk