Leave IID check to the OleCreateFontIndirect, so that SFCF will handle
[wine/wine-kai.git] / tools / Makefile.in
blob6259294b9d142e30277e2f13d6a4225888fe0a3e
1 DEFS = -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
7 PROGRAMS = makedep fnt2bdf bin2res
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 install:: $(PROGRAMS) $(INSTALLSUBDIRS:%=%/__install__)
44 [ -d $(bindir) ] || $(MKDIR) $(bindir)
45 $(INSTALL_PROGRAM) fnt2bdf $(bindir)/fnt2bdf
46 $(INSTALL_SCRIPT) winelauncher $(bindir)/winelauncher
47 $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
48 $(INSTALL_SCRIPT) $(SRCDIR)/wineshelllink $(bindir)/wineshelllink
50 uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
51 $(RM) $(bindir)/fnt2bdf $(bindir)/winelauncher $(bindir)/winemaker $(bindir)/wineshelllink
53 ### Dependencies: