Convert most of the file APIs to Unicode.
[wine/wine-kai.git] / tools / Makefile.in
blobdbf1b17cb6c7e0071650dca97b355ed47ced34e9
1 DEFS = -D__WINE__ -DNO_LIBWINE -DLEX_OUTPUT_ROOT="\"@LEX_OUTPUT_ROOT@\""
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 widl \
14 winebuild \
15 winedump \
16 wmc \
17 wpp \
18 wrc
20 INSTALLSUBDIRS = $(SUBDIRS)
22 EXTRASUBDIRS = \
23 winapi_check \
24 wineconf.libs
26 all: $(PROGRAMS) $(SUBDIRS)
28 @MAKE_RULES@
30 widl wrc: wpp
32 makedep: makedep.o
33 $(CC) $(CFLAGS) -o makedep makedep.o
35 fnt2bdf: fnt2bdf.o
36 $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o
38 bin2res: bin2res.o
39 $(CC) $(CFLAGS) -o bin2res bin2res.o
41 install::
42 $(MKINSTALLDIRS) $(bindir) $(mandir)/man$(prog_manext)
43 $(INSTALL_SCRIPT) $(SRCDIR)/winemaker $(bindir)/winemaker
44 $(INSTALL_DATA) $(SRCDIR)/winemaker.man $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
46 uninstall::
47 $(RM) $(bindir)/winemaker $(mandir)/man$(prog_manext)/winemaker.$(prog_manext)
49 ### Dependencies: