]> git.saurik.com Git - wxWidgets.git/blame - utils/Makefile.in
give an error if wxMotif is built in Unicode mode (to prevent bug reports like 117719...
[wxWidgets.git] / utils / Makefile.in
CommitLineData
2ace0078
VS
1# =========================================================================
2# This makefile was generated by
8c9f8f91 3# Bakefile 0.1.8 (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
b17c1746
DE
25install: all
26 (cd tex2rtf/src && $(MAKE) install)
27 (cd HelpGen && $(MAKE) install)
28
29uninstall:
30
31install-strip: install
32 (cd tex2rtf/src && $(MAKE) install-strip)
33 (cd HelpGen && $(MAKE) install-strip)
34
2ace0078
VS
35clean:
36 rm -rf ./.deps ./.pch
37 rm -f ./*.o
e1e61c81
VS
38 (cd configtool/src && $(MAKE) clean)
39 (cd emulator/src && $(MAKE) clean)
40 (cd helpview/src && $(MAKE) clean)
2ace0078
VS
41 (cd tex2rtf/src && $(MAKE) clean)
42 (cd HelpGen && $(MAKE) clean)
43
44distclean: clean
162a956b 45 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
2ace0078 46
b17c1746
DE
47configtool:
48 (cd configtool/src && $(MAKE) all)
49
e1e61c81
VS
50emulator:
51 (cd emulator/src && $(MAKE) all)
52
e1e61c81
VS
53helpview:
54 (cd helpview/src && $(MAKE) all)
55
2ace0078
VS
56tex2rtf:
57 (cd tex2rtf/src && $(MAKE) all)
58
b17c1746
DE
59helpgen:
60 (cd HelpGen && $(MAKE) all)
2ace0078
VS
61
62
63# Include dependency info, if present:
64@IF_GNU_MAKE@-include .deps/*.d
65
b17c1746 66.PHONY: all install uninstall clean distclean configtool emulator helpview tex2rtf helpgen