]> git.saurik.com Git - wxWidgets.git/blame - utils/Makefile.in
Commited region iterator fix.
[wxWidgets.git] / utils / Makefile.in
CommitLineData
2ace0078
VS
1# =========================================================================
2# This makefile was generated by
cf9b63b3 3# Bakefile 0.2.0 (http://bakefile.sourceforge.net)
2ace0078
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
622e48cb 6
39fc1a6a 7
2ace0078 8@MAKE_SET@
622e48cb 9
2ace0078
VS
10prefix = @prefix@
11exec_prefix = @exec_prefix@
12INSTALL = @INSTALL@
622e48cb 13
2ace0078
VS
14### Variables: ###
15
b71531ad 16DESTDIR =
2ace0078
VS
17
18### Conditionally set variables: ###
19
20
21### Targets: ###
22
c744d3f8 23all: emulator helpview tex2rtf helpgen
2ace0078 24
cf9b63b3 25install: all install_tex2rtf install_helpgen
b17c1746
DE
26
27uninstall:
28
cf9b63b3 29install-strip: install install-strip_tex2rtf install-strip_helpgen
b17c1746 30
2ace0078
VS
31clean:
32 rm -rf ./.deps ./.pch
33 rm -f ./*.o
e1e61c81
VS
34 (cd emulator/src && $(MAKE) clean)
35 (cd helpview/src && $(MAKE) clean)
2ace0078
VS
36 (cd tex2rtf/src && $(MAKE) clean)
37 (cd HelpGen && $(MAKE) clean)
38
39distclean: clean
162a956b 40 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
2ace0078 41
e1e61c81
VS
42emulator:
43 (cd emulator/src && $(MAKE) all)
44
e1e61c81
VS
45helpview:
46 (cd helpview/src && $(MAKE) all)
47
2ace0078
VS
48tex2rtf:
49 (cd tex2rtf/src && $(MAKE) all)
50
cf9b63b3
VZ
51install_tex2rtf:
52 (cd tex2rtf/src && $(MAKE) install)
53
54install-strip_tex2rtf:
55 (cd tex2rtf/src && $(MAKE) install-strip)
56
b17c1746
DE
57helpgen:
58 (cd HelpGen && $(MAKE) all)
2ace0078 59
cf9b63b3
VZ
60install_helpgen:
61 (cd HelpGen && $(MAKE) install)
62
63install-strip_helpgen:
64 (cd HelpGen && $(MAKE) install-strip)
65
2ace0078
VS
66
67# Include dependency info, if present:
68@IF_GNU_MAKE@-include .deps/*.d
69
c744d3f8 70.PHONY: all install uninstall clean distclean emulator helpview tex2rtf install_tex2rtf install-strip_tex2rtf helpgen install_helpgen install-strip_helpgen