Removed @PROGEXT@ (it was broken anyway).
[wine.git] / tools / Makefile.in
blob84418c4d02c402c9e8e4827be3647c553fc399f2
1 DEFS = -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
7 PROGRAMS = build makedep fnt2bdf bin2res
8 MODULE = none
10 C_SRCS = build.c makedep.c fnt2bdf.c bin2res.c
12 SUBDIRS = \
13 cvdump \
14 wmc \
15 wrc
17 EXTRASUBDIRS = \
18 winapi_check \
19 winapi_check/win16 \
20 winapi_check/win32 \
21 wineconf.libs
23 all: $(PROGRAMS) wmc wrc
25 @MAKE_RULES@
27 build: build.o
28 $(CC) $(CFLAGS) -o build build.o
30 makedep: makedep.o
31 $(CC) $(CFLAGS) -o makedep makedep.o
33 fnt2bdf: fnt2bdf.o
34 $(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o
36 bin2res: bin2res.o
37 $(CC) $(CFLAGS) -o bin2res bin2res.o
39 install:: $(PROGRAMS) $(SUBDIRS:%=%/__install__)
40 [ -d $(bindir) ] || $(MKDIR) $(bindir)
41 $(INSTALL_PROGRAM) build $(bindir)/winebuild
42 $(INSTALL_PROGRAM) fnt2bdf $(bindir)/fnt2bdf
44 uninstall:: $(PROGRAMS) $(SUBDIRS:%=%/__uninstall__)
45 $(RM) $(bindir)/winebuild $(bindir)/fnt2bdf
47 ### Dependencies: