Fixed tmpfile buffer size.
[wine.git] / tools / Makefile.in
blob234fad8f4bee97a205473f3fc5829666b4f75941
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 cvdump \
14 specmaker \
15 winebuild \
16 wmc \
17 wrc
19 INSTALLSUBDIRS = \
20 specmaker \
21 winebuild \
22 wmc \
23 wrc
25 EXTRASUBDIRS = \
26 winapi_check \
27 winapi_check/win16 \
28 winapi_check/win32 \
29 wineconf.libs
31 all: $(PROGRAMS) specmaker winebuild wmc wrc
33 @MAKE_RULES@
35 makedep: makedep.o
36 $(CC) $(CFLAGS) -o makedep makedep.o
38 fnt2bdf: fnt2bdf.o
39 $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o
41 bin2res: bin2res.o
42 $(CC) $(CFLAGS) -o bin2res bin2res.o
44 install:: $(PROGRAMS) $(INSTALLSUBDIRS:%=%/__install__)
45 [ -d $(bindir) ] || $(MKDIR) $(bindir)
46 $(INSTALL_PROGRAM) fnt2bdf $(bindir)/fnt2bdf
47 $(INSTALL_PROGRAM) winelauncher $(bindir)/winelauncher
48 $(INSTALL_PROGRAM) $(SRCDIR)/winemaker $(bindir)/winemaker
49 $(INSTALL_PROGRAM) $(SRCDIR)/wineshelllink $(bindir)/wineshelllink
51 uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
52 $(RM) $(bindir)/fnt2bdf $(bindir)/winelauncher $(bindir)/winemaker $(bindir)/wineshelllink
54 ### Dependencies: