Avoid divide by zero if the sound driver returns 0 for speed.
[wine/multimedia.git] / tools / Makefile.in
blobe0f6494a6e7b71b31f395467b6cbbedfbb83b62f
1 DEFS = -DLEX_OUTPUT_ROOT="\"@LEX_OUTPUT_ROOT@\""
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
8 PROGRAMS = \
9 bin2res \
10 fnt2bdf \
11 makedep
13 C_SRCS = \
14 bin2res.c \
15 fnt2bdf.c \
16 makedep.c
18 SUBDIRS = \
19 widl \
20 winebuild \
21 winedump \
22 winegcc \
23 wmc \
24 wrc
26 INSTALLSUBDIRS = $(SUBDIRS)
28 EXTRASUBDIRS = \
29 winapi_check \
30 wineconf.libs
32 all: $(PROGRAMS) $(SUBDIRS)
34 @MAKE_RULES@
36 makedep: makedep.o
37 $(CC) $(CFLAGS) -o makedep makedep.o
39 fnt2bdf: fnt2bdf.o
40 $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o $(LIBPORT)
42 bin2res: bin2res.o
43 $(CC) $(CFLAGS) -o bin2res bin2res.o $(LIBPORT)
45 install::
46 $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
47 $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
48 $(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
50 uninstall::
51 $(RM) $(bindir)/winemaker $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
53 ### Dependencies: