windowscodecs: Silence fixme for IID_CMetaBitmapRenderTarget.
[wine.git] / tools / widl / Makefile.in
blobda6d843b2a847a47cb31fb0d9d77681ca8b1ec16
1 PROGRAMS = widl
2 PARENTSRC = ../wrc
4 SOURCES = \
5 attribute.c \
6 client.c \
7 expr.c \
8 hash.c \
9 header.c \
10 parser.l \
11 parser.y \
12 ppl.l \
13 ppy.y \
14 proxy.c \
15 register.c \
16 server.c \
17 typegen.c \
18 typelib.c \
19 typetree.c \
20 utils.c \
21 widl.c \
22 widl.man.in \
23 wpp.c \
24 write_msft.c \
25 write_sltg.c
27 widl_EXTRADEFS = \
28 -DINCLUDEDIR="\"${includedir}\"" \
29 -DDLLDIR="\"${dlldir}\"" \
30 -DBIN_TO_INCLUDEDIR=\"`${MAKEDEP} -R ${bindir} ${includedir}`\" \
31 -DBIN_TO_DLLDIR=\"`${MAKEDEP} -R ${bindir} ${dlldir}`\"
33 INSTALL_DEV = $(PROGRAMS)