Trace format fix.
[wine/wine64.git] / tools / Makefile.in
blob283904813917ec5cd5667a5b768d9ed1d3ef7e7b
1 DEFS = -DLEX_OUTPUT_ROOT="\"@LEX_OUTPUT_ROOT@\"" -DINCLUDEDIR="\"$(includedir)\"" -DBINDIR="\"$(bindir)\""
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
8 PROGRAMS = \
9 bin2res \
10 fnt2bdf \
11 makedep \
12 winegcc \
13 winewrap
15 C_SRCS = \
16 bin2res.c \
17 fnt2bdf.c \
18 makedep.c \
19 winegcc.c \
20 winewrap.c
22 SUBDIRS = \
23 widl \
24 winebuild \
25 winedump \
26 wmc \
27 wpp \
28 wrc
30 INSTALLSUBDIRS = $(SUBDIRS)
32 EXTRASUBDIRS = \
33 winapi_check \
34 wineconf.libs
36 all: $(PROGRAMS) $(SUBDIRS)
38 @MAKE_RULES@
40 widl wrc: wpp
42 makedep: makedep.o
43 $(CC) $(CFLAGS) -o makedep makedep.o
45 fnt2bdf: fnt2bdf.o
46 $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o $(LIBPORT)
48 bin2res: bin2res.o
49 $(CC) $(CFLAGS) -o bin2res bin2res.o $(LIBPORT)
51 winegcc: winegcc.o
52 $(CC) $(CFLAGS) -o winegcc winegcc.o $(LIBPORT)
54 winewrap: winewrap.o
55 $(CC) $(CFLAGS) -o winewrap winewrap.o $(LIBPORT)
57 install::
58 $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
59 $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
60 $(INSTALL_PROGRAM) winegcc $(bindir)/winegcc
61 cd $(bindir) && $(RM) wineg++ && $(LN_S) winegcc wineg++
62 $(INSTALL_PROGRAM) winewrap $(bindir)/winewrap
63 $(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
65 uninstall::
66 $(RM) $(bindir)/winemaker $(bindir)/winegcc $(bindir)/wineg++ $(bindir)/winewrap $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
68 ### Dependencies: