Framework for the doppler effect.
[wine] / tools / Makefile.in
1 DEFS      = -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
7
8 PROGRAMS = \
9         bin2res \
10         fnt2bdf \
11         makedep \
12         winegcc \
13         winewrap
14
15 C_SRCS = \
16         bin2res.c \
17         fnt2bdf.c \
18         makedep.c \
19         winegcc.c \
20         winewrap.c
21
22 SUBDIRS = \
23         widl \
24         winebuild \
25         winedump \
26         wmc \
27         wpp \
28         wrc
29
30 INSTALLSUBDIRS = $(SUBDIRS)
31
32 EXTRASUBDIRS = \
33         winapi_check \
34         wineconf.libs
35
36 all: $(PROGRAMS) $(SUBDIRS)
37
38 @MAKE_RULES@
39
40 widl wrc: wpp
41
42 makedep: makedep.o
43         $(CC) $(CFLAGS) -o makedep makedep.o
44
45 fnt2bdf: fnt2bdf.o
46         $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o $(LIBPORT)
47
48 bin2res: bin2res.o
49         $(CC) $(CFLAGS) -o bin2res bin2res.o $(LIBPORT)
50
51 winegcc: winegcc.o
52         $(CC) $(CFLAGS) -o winegcc winegcc.o $(LIBPORT)
53
54 winewrap: winewrap.o
55         $(CC) $(CFLAGS) -o winewrap winewrap.o $(LIBPORT)
56
57 install::
58         $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
59         $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
60         $(INSTALL_PROGRAM) winegcc $(bindir)/winegcc
61         cd $(bindir) && $(RM) wineg++ && $(LN_S) winegcc wineg++
62         $(INSTALL_PROGRAM) winewrap $(bindir)/winewrap
63         $(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
64
65 uninstall::
66         $(RM) $(bindir)/winemaker $(bindir)/winegcc $(bindir)/wineg++ $(bindir)/winewrap $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
67
68 ### Dependencies: