Uncomment implemented in Wine msvidc32 (MSVC/CRAM) codec.
[wine] / tools / Makefile.in
1 DEFS      = -DLEX_OUTPUT_ROOT="\"@LEX_OUTPUT_ROOT@\""
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = none
7
8 PROGRAMS = \
9         bin2res \
10         fnt2bdf \
11         makedep \
12         wineprefixcreate
13
14 C_SRCS = \
15         bin2res.c \
16         fnt2bdf.c \
17         makedep.c
18
19 SUBDIRS = \
20         widl \
21         winebuild \
22         winedump \
23         winegcc \
24         wmc \
25         wrc
26
27 INSTALLSUBDIRS = $(SUBDIRS)
28
29 EXTRASUBDIRS = winapi_check
30
31 all: $(PROGRAMS) $(SUBDIRS)
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 $(LIBPORT)
40
41 bin2res: bin2res.o
42         $(CC) $(CFLAGS) -o bin2res bin2res.o $(LIBPORT)
43
44 wineprefixcreate: wineprefixcreate.in
45         sed -e 's,@dlldir\@,$(dlldir),g' -e 's,@datadir\@,$(datadir),g' $(SRCDIR)/wineprefixcreate.in >$@ || ($(RM) $@ && false)
46         chmod +x wineprefixcreate
47
48 install:: wineprefixcreate
49         $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext) $(datadir)/wine
50         $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
51         $(INSTALL_SCRIPT) wineprefixcreate $(bindir)/wineprefixcreate
52         $(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
53         $(INSTALL_DATA) $(SRCDIR)/wine.inf $(datadir)/wine/wine.inf
54
55 uninstall::
56         $(RM) $(bindir)/winemaker $(bindir)/wineprefixcreate $(mandir)/man$(prog_manext)/winemaker.$(prog_manext) $(datadir)/wine/wine.inf
57
58 ### Dependencies: