po: Fix some space issues in the Norwegian Bokmål translation.
[wine/multimedia.git] / tools / widl / Makefile.in
blobf2bd3f3934763a3d104ef4890a6b72e3db6cd2ae
1 DEFS = -D__WINESRC__ $(EXTRADEFS)
3 PROGRAMS = widl$(EXEEXT)
4 MANPAGE = widl.man
6 C_SRCS = \
7 client.c \
8 expr.c \
9 hash.c \
10 header.c \
11 proxy.c \
12 register.c \
13 server.c \
14 typegen.c \
15 typelib.c \
16 typetree.c \
17 utils.c \
18 widl.c \
19 write_msft.c
21 LEX_SRCS = parser.l
22 BISON_SRCS = parser.y
24 INSTALLDIRS = $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man$(prog_manext)
26 all: $(PROGRAMS)
28 @MAKE_RULES@
30 widl$(EXEEXT): $(OBJS) $(LIBWPP)
31 $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBWPP) $(LIBPORT) $(LDFLAGS)
33 install install-dev:: $(PROGRAMS) $(DESTDIR)$(bindir)
34 $(INSTALL_PROGRAM) widl$(EXEEXT) $(DESTDIR)$(bindir)/widl$(EXEEXT)
36 uninstall::
37 $(RM) $(DESTDIR)$(bindir)/widl$(EXEEXT)