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}\"" \ -DDLLDIR="\"${dlldir}\"" \ -DBIN_TO_INCLUDEDIR=\"`${MAKEDEP} -R ${bindir} ${includedir}`\" \ -DBIN_TO_DLLDIR=\"`${MAKEDEP} -R ${bindir} ${dlldir}`\" INSTALL_DEV = $(PROGRAMS)