Added wine.inf setupapi script to setup the initial Wine registry
[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
13 C_SRCS = \
14         bin2res.c \
15         fnt2bdf.c \
16         makedep.c
17
18 SUBDIRS = \
19         widl \
20         winebuild \
21         winedump \
22         winegcc \
23         wmc \
24         wrc
25
26 INSTALLSUBDIRS = $(SUBDIRS)
27
28 EXTRASUBDIRS = winapi_check
29
30 all: $(PROGRAMS) $(SUBDIRS)
31
32 @MAKE_RULES@
33
34 makedep: makedep.o
35         $(CC) $(CFLAGS) -o makedep makedep.o
36
37 fnt2bdf: fnt2bdf.o
38         $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o $(LIBPORT)
39
40 bin2res: bin2res.o
41         $(CC) $(CFLAGS) -o bin2res bin2res.o $(LIBPORT)
42
43 install::
44         $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext) $(datadir)/wine
45         $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
46         $(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
47         $(INSTALL_DATA) $(SRCDIR)/wine.inf $(datadir)/wine/wine.inf
48
49 uninstall::
50         $(RM) $(bindir)/winemaker $(mandir)/man$(prog_manext)/winemaker.$(prog_manext) $(datadir)/wine/wine.inf
51
52 ### Dependencies: