HTTP_DealWithProxy: Only add http:// to proxy string when needed.
[wine/multimedia.git] / tools / Makefile.in
blob52cb32a810ab3bbc1acfd8a0c7e7bebcbb8be0ab
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 = winapi_check
30 all: $(PROGRAMS) $(SUBDIRS)
32 @MAKE_RULES@
34 makedep: makedep.o
35 $(CC) $(CFLAGS) -o makedep makedep.o
37 fnt2bdf: fnt2bdf.o
38 $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o $(LIBPORT)
40 bin2res: bin2res.o
41 $(CC) $(CFLAGS) -o bin2res bin2res.o $(LIBPORT)
43 install::
44 $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
45 $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
46 $(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
48 uninstall::
49 $(RM) $(bindir)/winemaker $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
51 ### Dependencies: