Drawtext tidying up ready for the next big change:
[wine/wine-kai.git] / tools / Makefile.in
blob1095c1583a8935851ca85a325a8c12753a9c957d
1 DEFS = -D__WINE__ -DLEX_OUTPUT_ROOT="\"@LEX_OUTPUT_ROOT@\""
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
7 PROGRAMS = makedep fnt2bdf bin2res winelauncher
8 MODULE = none
10 C_SRCS = makedep.c fnt2bdf.c bin2res.c
12 SUBDIRS = \
13 winebuild \
14 winedump \
15 wmc \
16 wrc
18 INSTALLSUBDIRS = \
19 winebuild \
20 winedump \
21 wmc \
22 wrc
24 EXTRASUBDIRS = \
25 winapi_check \
26 winapi_check/win16 \
27 winapi_check/win32 \
28 wineconf.libs
30 all: $(PROGRAMS) winebuild winedump wmc wrc
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
40 bin2res: bin2res.o
41 $(CC) $(CFLAGS) -o bin2res bin2res.o
43 winelauncher: winelauncher.in
44 sed -e 's,@bindir\@,$(bindir),g' -e 's,@libdir\@,$(libdir),g' $(SRCDIR)/winelauncher.in >winelauncher
46 install:: $(PROGRAMS) $(INSTALLSUBDIRS:%=%/__install__)
47 [ -d $(bindir) ] || $(MKDIR) $(bindir)
48 $(INSTALL_PROGRAM) fnt2bdf $(bindir)/fnt2bdf
49 $(INSTALL_SCRIPT) winelauncher $(bindir)/winelauncher
50 $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
51 $(INSTALL_SCRIPT) $(SRCDIR)/wineshelllink $(bindir)/wineshelllink
53 uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
54 $(RM) $(bindir)/fnt2bdf $(bindir)/winelauncher $(bindir)/winemaker $(bindir)/wineshelllink
56 ### Dependencies: