RDW_FRAME should be RDW_NOFRAME when validating (spotted by Duane
[wine/multimedia.git] / tools / Makefile.in
blobe6d1cb4f42a3ab2900ca1c1e866880dd5b0d6508
1 DEFS = -D__WINE__ -DNO_LIBWINE -DLEX_OUTPUT_ROOT="\"@LEX_OUTPUT_ROOT@\""
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
7 PROGRAMS = makedep fnt2bdf bin2res
8 MODULE = none
10 C_SRCS = makedep.c fnt2bdf.c bin2res.c
12 SUBDIRS = \
13 widl \
14 winebuild \
15 winedump \
16 wmc \
17 wpp \
18 wrc
20 INSTALLSUBDIRS = $(SUBDIRS)
22 EXTRASUBDIRS = \
23 winapi_check \
24 winapi_check/win16 \
25 winapi_check/win32 \
26 wineconf.libs
28 all: $(PROGRAMS) $(SUBDIRS)
30 @MAKE_RULES@
32 widl wrc: wpp
34 makedep: makedep.o
35 $(CC) $(CFLAGS) -o makedep makedep.o
37 fnt2bdf: fnt2bdf.o
38 $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o
40 bin2res: bin2res.o
41 $(CC) $(CFLAGS) -o bin2res bin2res.o
43 install::
44 $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
45 $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
46 $(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
48 uninstall::
49 $(RM) $(bindir)/winemaker $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
51 ### Dependencies: