winemac: Use unixlib interface for dragdrop.c calls.
[wine.git] / tools / widl / Makefile.in
blob32d27060c22aabf5293cf14d128a1af6387ff0c1
1 PROGRAMS = widl
2 PARENTSRC = ../wrc
4 C_SRCS = \
5 client.c \
6 expr.c \
7 hash.c \
8 header.c \
9 proxy.c \
10 register.c \
11 server.c \
12 typegen.c \
13 typelib.c \
14 typetree.c \
15 utils.c \
16 widl.c \
17 wpp.c \
18 write_msft.c
20 LEX_SRCS = \
21 parser.l \
22 ppl.l
24 BISON_SRCS = \
25 parser.y \
26 ppy.y
28 MANPAGES = widl.man.in
30 widl_EXTRADEFS = \
31 -DINCLUDEDIR="\"${includedir}\"" \
32 -DDLLDIR="\"${dlldir}\"" \
33 -DBIN_TO_INCLUDEDIR=\"`${MAKEDEP} -R ${bindir} ${includedir}`\" \
34 -DBIN_TO_DLLDIR=\"`${MAKEDEP} -R ${bindir} ${dlldir}`\"
36 INSTALL_DEV = $(PROGRAMS)