2015-10-27 03:13:26 +00:00
|
|
|
PROGRAMS = widl
|
2021-09-23 20:00:36 +00:00
|
|
|
PARENTSRC = ../wrc
|
2002-07-16 03:20:45 +00:00
|
|
|
|
|
|
|
C_SRCS = \
|
2023-01-24 21:19:45 +00:00
|
|
|
attribute.c \
|
2005-02-23 20:31:07 +00:00
|
|
|
client.c \
|
2008-04-22 10:36:38 +00:00
|
|
|
expr.c \
|
2005-01-06 20:45:21 +00:00
|
|
|
hash.c \
|
2002-07-16 03:20:45 +00:00
|
|
|
header.c \
|
|
|
|
proxy.c \
|
2010-11-27 12:24:49 +00:00
|
|
|
register.c \
|
2005-02-23 20:31:07 +00:00
|
|
|
server.c \
|
2005-12-08 11:52:13 +00:00
|
|
|
typegen.c \
|
2004-01-07 04:21:27 +00:00
|
|
|
typelib.c \
|
2008-12-29 12:05:27 +00:00
|
|
|
typetree.c \
|
2002-07-16 03:20:45 +00:00
|
|
|
utils.c \
|
2005-01-06 20:45:21 +00:00
|
|
|
widl.c \
|
2021-09-23 20:00:36 +00:00
|
|
|
wpp.c \
|
2005-01-06 20:45:21 +00:00
|
|
|
write_msft.c
|
2002-07-16 03:20:45 +00:00
|
|
|
|
2021-09-23 20:00:36 +00:00
|
|
|
LEX_SRCS = \
|
|
|
|
parser.l \
|
|
|
|
ppl.l
|
|
|
|
|
|
|
|
BISON_SRCS = \
|
|
|
|
parser.y \
|
|
|
|
ppy.y
|
|
|
|
|
|
|
|
MANPAGES = widl.man.in
|
2002-07-16 03:20:45 +00:00
|
|
|
|
2020-01-30 10:33:13 +00:00
|
|
|
widl_EXTRADEFS = \
|
|
|
|
-DINCLUDEDIR="\"${includedir}\"" \
|
2021-11-12 11:40:56 +00:00
|
|
|
-DDLLDIR="\"${dlldir}\"" \
|
|
|
|
-DBIN_TO_INCLUDEDIR=\"`${MAKEDEP} -R ${bindir} ${includedir}`\" \
|
|
|
|
-DBIN_TO_DLLDIR=\"`${MAKEDEP} -R ${bindir} ${dlldir}`\"
|
2006-08-07 15:48:18 +00:00
|
|
|
|
2015-10-29 05:32:45 +00:00
|
|
|
INSTALL_DEV = $(PROGRAMS)
|