Fixed a couple of crashes.
[wine.git] / tools / Makefile.in
blob3393a2a45f6e264585b2b8eafa2c35e554cbe770
1 DEFS = -DLEX_OUTPUT_ROOT="\"@LEX_OUTPUT_ROOT@\""
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
8 PROGRAMS = \
9 bin2res \
10 fnt2bdf \
11 makedep
13 C_SRCS = \
14 bin2res.c \
15 fnt2bdf.c \
16 makedep.c
18 SUBDIRS = \
19 widl \
20 winebuild \
21 winedump \
22 winegcc \
23 wmc \
24 wrc
26 INSTALLSUBDIRS = $(SUBDIRS)
28 EXTRASUBDIRS = winapi_check
30 all: $(PROGRAMS) $(SUBDIRS)
32 @MAKE_RULES@
34 makedep: makedep.o
35 $(CC) $(CFLAGS) -o makedep makedep.o
37 fnt2bdf: fnt2bdf.o
38 $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o $(LIBPORT)
40 bin2res: bin2res.o
41 $(CC) $(CFLAGS) -o bin2res bin2res.o $(LIBPORT)
43 install::
44 $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext) $(datadir)/wine
45 $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
46 $(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
47 $(INSTALL_DATA) $(SRCDIR)/wine.inf $(datadir)/wine/wine.inf
49 uninstall::
50 $(RM) $(bindir)/winemaker $(mandir)/man$(prog_manext)/winemaker.$(prog_manext) $(datadir)/wine/wine.inf
52 ### Dependencies: