mshtml: Implement MarkupServices_ParseString.
[wine.git] / tools / wrc / Makefile.in
blob54cde2e98fd2bcd44427c7ad6d209b8424605aa5
1 PROGRAMS = wrc
2 UNIX_LIBS = $(GETTEXTPO_LIBS)
4 SOURCES = \
5 genres.c \
6 newstruc.c \
7 parser.l \
8 parser.y \
9 po.c \
10 ppl.l \
11 ppy.y \
12 utils.c \
13 wpp.c \
14 wrc.c \
15 wrc.man.in
17 wrc_EXTRADEFS = \
18 -DNLSDIR="\"${datadir}/wine/nls\"" \
19 -DINCLUDEDIR="\"${includedir}\"" \
20 -DBIN_TO_NLSDIR=\"`${MAKEDEP} -R ${bindir} ${datadir}/wine/nls`\" \
21 -DBIN_TO_INCLUDEDIR=\"`${MAKEDEP} -R ${bindir} ${includedir}`\"
23 INSTALL_DEV = $(PROGRAMS)