1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/tools/widl/Makefile.in
Alexandre Julliard b69ce3472d wpp: Move the preprocessor code into wrc.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-24 21:55:18 +02:00

35 lines
452 B
Makefile

PROGRAMS = widl
PARENTSRC = ../wrc
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 \
wpp.c \
write_msft.c
LEX_SRCS = \
parser.l \
ppl.l
BISON_SRCS = \
parser.y \
ppy.y
MANPAGES = widl.man.in
widl_EXTRADEFS = \
-DINCLUDEDIR="\"${includedir}\"" \
-DBIN_TO_INCLUDEDIR=\"`${MAKEDEP} -R ${bindir} ${includedir}`\"
INSTALL_DEV = $(PROGRAMS)