Added sample config file in the new format.
[wine/multimedia.git] / tools / Makefile.in
blob4e5384bd46ae291d0c153f3fd618ce44a440e5e5
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 winebuild \
15 wmc \
16 wrc
18 INSTALLSUBDIRS = \
19 winebuild \
20 wmc \
21 wrc
23 EXTRASUBDIRS = \
24 winapi_check \
25 winapi_check/win16 \
26 winapi_check/win32 \
27 wineconf.libs
29 all: $(PROGRAMS) winebuild wmc wrc
31 @MAKE_RULES@
33 makedep: makedep.o
34 $(CC) $(CFLAGS) -o makedep makedep.o
36 fnt2bdf: fnt2bdf.o
37 $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o
39 bin2res: bin2res.o
40 $(CC) $(CFLAGS) -o bin2res bin2res.o
42 install:: $(PROGRAMS) $(INSTALLSUBDIRS:%=%/__install__)
43 [ -d $(bindir) ] || $(MKDIR) $(bindir)
44 $(INSTALL_PROGRAM) fnt2bdf $(bindir)/fnt2bdf
45 $(INSTALL_PROGRAM) winelauncher $(bindir)/winelauncher
46 $(INSTALL_PROGRAM) $(SRCDIR)/winemaker $(bindir)/winemaker
47 $(INSTALL_PROGRAM) $(SRCDIR)/wineshelllink $(bindir)/wineshelllink
49 uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__)
50 $(RM) $(bindir)/fnt2bdf $(bindir)/winelauncher $(bindir)/winemaker $(bindir)/wineshelllink
52 ### Dependencies: