- Fixed a memory corruption in safe arrays when using SafeArrayCopy()
[wine.git] / tools / Makefile.in
blobafabfe618a45ef885d38e36fae4d232b4eb41291
1 DEFS = -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
7 PROGRAMS = build makedep fnt2bdf bin2res
8 MODULE = none
10 C_SRCS = build.c makedep.c fnt2bdf.c bin2res.c
12 SUBDIRS = \
13 cvdump \
14 wmc \
15 wrc
17 INSTALLSUBDIRS = \
18 wmc \
19 wrc
21 EXTRASUBDIRS = \
22 winapi_check \
23 winapi_check/win16 \
24 winapi_check/win32 \
25 wineconf.libs
27 all: $(PROGRAMS) wmc wrc
29 @MAKE_RULES@
31 build: build.o
32 $(CC) $(CFLAGS) -o build build.o
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) build $(bindir)/winebuild
46 $(INSTALL_PROGRAM) fnt2bdf $(bindir)/fnt2bdf
48 uninstall:: $(PROGRAMS) $(INSTALLSUBDIRS:%=%/__uninstall__)
49 $(RM) $(bindir)/winebuild $(bindir)/fnt2bdf
51 ### Dependencies: