Do at least something for SHDragDrop functions although that isn't the
[wine/multimedia.git] / tools / Makefile.in
bloba839336574ee5e7284d77c9ff53f01c1407e2787
1 DEFS = -DNO_LIBWINE -DLEX_OUTPUT_ROOT="\"@LEX_OUTPUT_ROOT@\"" -DINCLUDEDIR="\"$(includedir)\"" -DBINDIR="\"$(bindir)\""
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
8 PROGRAMS = \
9 bin2res \
10 fnt2bdf \
11 makedep \
12 mingwrap \
13 winewrap
15 C_SRCS = \
16 bin2res.c \
17 fnt2bdf.c \
18 makedep.c \
19 mingwrap.c \
20 winewrap.c
22 SUBDIRS = \
23 widl \
24 winebuild \
25 winedump \
26 wmc \
27 wpp \
28 wrc
30 INSTALLSUBDIRS = $(SUBDIRS)
32 EXTRASUBDIRS = \
33 winapi_check \
34 wineconf.libs
36 all: $(PROGRAMS) $(SUBDIRS)
38 @MAKE_RULES@
40 widl wrc: wpp
42 makedep: makedep.o
43 $(CC) $(CFLAGS) -o makedep makedep.o
45 fnt2bdf: fnt2bdf.o
46 $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o
48 bin2res: bin2res.o
49 $(CC) $(CFLAGS) -o bin2res bin2res.o
51 mingwrap: mingwrap.o
52 $(CC) $(CFLAGS) -o mingwrap mingwrap.o
54 winewrap: winewrap.o
55 $(CC) $(CFLAGS) -o winewrap winewrap.o
57 install::
58 $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
59 $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
60 $(INSTALL_PROGRAM) mingwrap $(bindir)/mingwrap
61 $(INSTALL_PROGRAM) winewrap $(bindir)/winewrap
62 $(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
64 uninstall::
65 $(RM) $(bindir)/winemaker $(bindir)/mingwrap $(bindir)/winewrap $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
67 ### Dependencies: