Added an unknown VxD error code.
[wine] / tools / Makefile.in
1 DEFS      = -D__WINE__
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         cvdump \
14         specmaker \
15         winebuild \
16         wmc \
17         wrc
18
19 INSTALLSUBDIRS = \
20         specmaker \
21         winebuild \
22         wmc \
23         wrc
24
25 EXTRASUBDIRS = \
26         winapi_check \
27         winapi_check/win16 \
28         winapi_check/win32 \
29         wineconf.libs
30
31 all: $(PROGRAMS) specmaker winebuild wmc wrc
32
33 @MAKE_RULES@
34
35 makedep: makedep.o
36         $(CC) $(CFLAGS) -o makedep makedep.o
37
38 fnt2bdf: fnt2bdf.o
39         $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o
40
41 bin2res: bin2res.o
42         $(CC) $(CFLAGS) -o bin2res bin2res.o
43
44 install:: $(PROGRAMS) $(INSTALLSUBDIRS:%=%/__install__)
45         [ -d $(bindir) ] || $(MKDIR) $(bindir)
46         $(INSTALL_PROGRAM) fnt2bdf $(bindir)/fnt2bdf
47         $(INSTALL_SCRIPT) winelauncher $(bindir)/winelauncher
48         $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
49         $(INSTALL_SCRIPT) $(SRCDIR)/wineshelllink $(bindir)/wineshelllink
50
51 uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
52         $(RM) $(bindir)/fnt2bdf $(bindir)/winelauncher $(bindir)/winemaker $(bindir)/wineshelllink
53
54 ### Dependencies: