TESTING -- override pthreads to fix gstreamer v5
[wine/multimedia.git] / tools / widl / Makefile.in
blobf8111f3c2f8b3748734d1179aea9f2f520e5cd9c
1 PROGRAMS = widl
2 MANPAGES = widl.man.in
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 write_msft.c
19 LEX_SRCS = parser.l
20 BISON_SRCS = parser.y
22 widl_EXTRADEFS = -DDEFAULT_INCLUDE_DIR=\"${includedir}/windows/\"
24 EXTRALIBS = $(LIBWPP)
26 INSTALL_DEV = $(PROGRAMS)