wine/tools/widl/Makefile.in
Alexandre Julliard 832a40109e makefiles: Make the directory specifications a bit more standard.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-21 12:25:26 +01:00

27 lines
370 B
Makefile

PROGRAMS = widl
MANPAGES = widl.man.in
C_SRCS = \
client.c \
expr.c \
hash.c \
header.c \
proxy.c \
register.c \
server.c \
typegen.c \
typelib.c \
typetree.c \
utils.c \
widl.c \
write_msft.c
LEX_SRCS = parser.l
BISON_SRCS = parser.y
widl_EXTRADEFS = -DDEFAULT_INCLUDE_DIR=\"${includedir}/wine/windows/\"
EXTRALIBS = -lwpp
INSTALL_DEV = $(PROGRAMS)