Makefile.in 539 Bytes
Newer Older
1
PROGRAMS = widl
2
PARENTSRC = ../wrc
3 4

C_SRCS = \
5
	client.c \
6
	expr.c \
7
	hash.c \
8 9
	header.c \
	proxy.c \
10
	register.c \
11
	server.c \
12
	typegen.c \
13
	typelib.c \
14
	typetree.c \
15
	utils.c \
16
	widl.c \
17
	wpp.c \
18
	write_msft.c
19

20 21 22 23 24 25 26 27 28
LEX_SRCS = \
	parser.l \
	ppl.l

BISON_SRCS = \
	parser.y \
	ppy.y

MANPAGES = widl.man.in
29

30 31
widl_EXTRADEFS = \
	-DINCLUDEDIR="\"${includedir}\"" \
32 33 34
	-DDLLDIR="\"${dlldir}\"" \
	-DBIN_TO_INCLUDEDIR=\"`${MAKEDEP} -R ${bindir} ${includedir}`\" \
	-DBIN_TO_DLLDIR=\"`${MAKEDEP} -R ${bindir} ${dlldir}`\"
35

36
INSTALL_DEV = $(PROGRAMS)