- Improve LVM_GETITEMRECT values for LVS_ICON style. Now mostly
[wine] / tools / Makefile.in
1 DEFS      = -D__WINE__ -DNO_LIBWINE -DLEX_OUTPUT_ROOT="\"@LEX_OUTPUT_ROOT@\""
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6
7 PROGRAMS = makedep fnt2bdf bin2res
8 MODULE   = none
9
10 C_SRCS = makedep.c fnt2bdf.c bin2res.c
11
12 SUBDIRS = \
13         widl \
14         winebuild \
15         winedump \
16         wmc \
17         wpp \
18         wrc
19
20 INSTALLSUBDIRS = $(SUBDIRS)
21
22 EXTRASUBDIRS = \
23         winapi_check \
24         wineconf.libs
25
26 all: $(PROGRAMS) $(SUBDIRS)
27
28 @MAKE_RULES@
29
30 widl wrc: wpp
31
32 makedep: makedep.o
33         $(CC) $(CFLAGS) -o makedep makedep.o
34
35 fnt2bdf: fnt2bdf.o
36         $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o
37
38 bin2res: bin2res.o
39         $(CC) $(CFLAGS) -o bin2res bin2res.o
40
41 install::
42         $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
43         $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
44         $(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
45
46 uninstall::
47         $(RM) $(bindir)/winemaker $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
48
49 ### Dependencies: