]> git.saurik.com Git - wxWidgets.git/blame - utils/Makefile.in
silence bakefile warnings about the generation of project files for sample bakefiles...
[wxWidgets.git] / utils / Makefile.in
CommitLineData
2ace0078
VS
1# =========================================================================
2# This makefile was generated by
6e0fbb3d 3# Bakefile 0.2.3 (http://www.bakefile.org)
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@
6e0fbb3d 12datarootdir = @datarootdir@
2ace0078 13INSTALL = @INSTALL@
622e48cb 14
2ace0078
VS
15### Variables: ###
16
b71531ad 17DESTDIR =
2ace0078
VS
18
19### Conditionally set variables: ###
20
21
22### Targets: ###
23
c744d3f8 24all: emulator helpview tex2rtf helpgen
2ace0078 25
cf9b63b3 26install: all install_tex2rtf install_helpgen
b17c1746 27
69199aad 28uninstall: uninstall_tex2rtf uninstall_helpgen
b17c1746 29
cf9b63b3 30install-strip: install install-strip_tex2rtf install-strip_helpgen
b17c1746 31
2ace0078
VS
32clean:
33 rm -rf ./.deps ./.pch
34 rm -f ./*.o
6e0fbb3d
VS
35 -(cd emulator/src && $(MAKE) clean)
36 -(cd helpview/src && $(MAKE) clean)
37 -(cd tex2rtf/src && $(MAKE) clean)
38 -(cd HelpGen/src && $(MAKE) clean)
2ace0078
VS
39
40distclean: clean
162a956b 41 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
6e0fbb3d
VS
42 -(cd emulator/src && $(MAKE) distclean)
43 -(cd helpview/src && $(MAKE) distclean)
44 -(cd tex2rtf/src && $(MAKE) distclean)
45 -(cd HelpGen/src && $(MAKE) distclean)
2ace0078 46
e1e61c81
VS
47emulator:
48 (cd emulator/src && $(MAKE) all)
49
e1e61c81
VS
50helpview:
51 (cd helpview/src && $(MAKE) all)
52
2ace0078
VS
53tex2rtf:
54 (cd tex2rtf/src && $(MAKE) all)
55
cf9b63b3
VZ
56install_tex2rtf:
57 (cd tex2rtf/src && $(MAKE) install)
58
69199aad
VZ
59uninstall_tex2rtf:
60 (cd tex2rtf/src && $(MAKE) uninstall)
61
cf9b63b3
VZ
62install-strip_tex2rtf:
63 (cd tex2rtf/src && $(MAKE) install-strip)
64
b17c1746 65helpgen:
cef590ee 66 (cd HelpGen/src && $(MAKE) all)
2ace0078 67
cf9b63b3 68install_helpgen:
cef590ee 69 (cd HelpGen/src && $(MAKE) install)
cf9b63b3 70
69199aad 71uninstall_helpgen:
cef590ee 72 (cd HelpGen/src && $(MAKE) uninstall)
69199aad 73
cf9b63b3 74install-strip_helpgen:
cef590ee 75 (cd HelpGen/src && $(MAKE) install-strip)
cf9b63b3 76
2ace0078
VS
77
78# Include dependency info, if present:
79@IF_GNU_MAKE@-include .deps/*.d
80
69199aad 81.PHONY: all install uninstall clean distclean emulator helpview tex2rtf install_tex2rtf uninstall_tex2rtf install-strip_tex2rtf helpgen install_helpgen uninstall_helpgen install-strip_helpgen