]> git.saurik.com Git - wxWidgets.git/blame - utils/Makefile.in
don't output -DwxUSE_GUI=0 in cflags by default, do output it if 'base' is specified...
[wxWidgets.git] / utils / Makefile.in
CommitLineData
2ace0078
VS
1# =========================================================================
2# This makefile was generated by
cef590ee 3# Bakefile 0.2.2 (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 26
69199aad 27uninstall: uninstall_tex2rtf uninstall_helpgen
b17c1746 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 36 (cd tex2rtf/src && $(MAKE) clean)
cef590ee 37 (cd HelpGen/src && $(MAKE) clean)
2ace0078
VS
38
39distclean: clean
162a956b 40 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
69199aad
VZ
41 (cd emulator/src && $(MAKE) distclean)
42 (cd helpview/src && $(MAKE) distclean)
43 (cd tex2rtf/src && $(MAKE) distclean)
cef590ee 44 (cd HelpGen/src && $(MAKE) distclean)
2ace0078 45
e1e61c81
VS
46emulator:
47 (cd emulator/src && $(MAKE) all)
48
e1e61c81
VS
49helpview:
50 (cd helpview/src && $(MAKE) all)
51
2ace0078
VS
52tex2rtf:
53 (cd tex2rtf/src && $(MAKE) all)
54
cf9b63b3
VZ
55install_tex2rtf:
56 (cd tex2rtf/src && $(MAKE) install)
57
69199aad
VZ
58uninstall_tex2rtf:
59 (cd tex2rtf/src && $(MAKE) uninstall)
60
cf9b63b3
VZ
61install-strip_tex2rtf:
62 (cd tex2rtf/src && $(MAKE) install-strip)
63
b17c1746 64helpgen:
cef590ee 65 (cd HelpGen/src && $(MAKE) all)
2ace0078 66
cf9b63b3 67install_helpgen:
cef590ee 68 (cd HelpGen/src && $(MAKE) install)
cf9b63b3 69
69199aad 70uninstall_helpgen:
cef590ee 71 (cd HelpGen/src && $(MAKE) uninstall)
69199aad 72
cf9b63b3 73install-strip_helpgen:
cef590ee 74 (cd HelpGen/src && $(MAKE) install-strip)
cf9b63b3 75
2ace0078
VS
76
77# Include dependency info, if present:
78@IF_GNU_MAKE@-include .deps/*.d
79
69199aad 80.PHONY: all install uninstall clean distclean emulator helpview tex2rtf install_tex2rtf uninstall_tex2rtf install-strip_tex2rtf helpgen install_helpgen uninstall_helpgen install-strip_helpgen