Handle forwarded functions properly (based on a patch by Francois
[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         winapi_check/win16 \
25         winapi_check/win32 \
26         wineconf.libs
27
28 all: $(PROGRAMS) $(SUBDIRS)
29
30 @MAKE_RULES@
31
32 widl wrc: wpp
33
34 makedep: makedep.o
35         $(CC) $(CFLAGS) -o makedep makedep.o
36
37 fnt2bdf: fnt2bdf.o
38         $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o
39
40 bin2res: bin2res.o
41         $(CC) $(CFLAGS) -o bin2res bin2res.o
42
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)
47
48 uninstall::
49         $(RM) $(bindir)/winemaker $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
50
51 ### Dependencies: