]> git.saurik.com Git - wxWidgets.git/blame - utils/Makefile.in
g_value_set_string duplicates the string itself, so don't do it ourselves only to...
[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
e1e61c81 23all: configtool 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 configtool/src && $(MAKE) clean)
35 (cd emulator/src && $(MAKE) clean)
36 (cd helpview/src && $(MAKE) clean)
2ace0078
VS
37 (cd tex2rtf/src && $(MAKE) clean)
38 (cd HelpGen && $(MAKE) clean)
39
40distclean: clean
162a956b 41 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
2ace0078 42
b17c1746
DE
43configtool:
44 (cd configtool/src && $(MAKE) all)
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
58install-strip_tex2rtf:
59 (cd tex2rtf/src && $(MAKE) install-strip)
60
b17c1746
DE
61helpgen:
62 (cd HelpGen && $(MAKE) all)
2ace0078 63
cf9b63b3
VZ
64install_helpgen:
65 (cd HelpGen && $(MAKE) install)
66
67install-strip_helpgen:
68 (cd HelpGen && $(MAKE) install-strip)
69
2ace0078
VS
70
71# Include dependency info, if present:
72@IF_GNU_MAKE@-include .deps/*.d
73
cf9b63b3 74.PHONY: all install uninstall clean distclean configtool emulator helpview tex2rtf install_tex2rtf install-strip_tex2rtf helpgen install_helpgen install-strip_helpgen