Baked files with Bakefile 0.1.2 (Mac OS 10.3 Python 2.3)
[wxWidgets.git] / utils / Makefile.in
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.2 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7
8 @MAKE_SET@
9
10 prefix = @prefix@
11 exec_prefix = @exec_prefix@
12 INSTALL = @INSTALL@
13
14 ### Variables: ###
15
16 DESTDIR =
17
18 ### Conditionally set variables: ###
19
20
21 ### Targets: ###
22
23 all: configtool emulator helpview tex2rtf helpgen
24
25 install: all
26 (cd tex2rtf/src && $(MAKE) install)
27 (cd HelpGen && $(MAKE) install)
28
29 uninstall:
30
31 install-strip: install
32 (cd tex2rtf/src && $(MAKE) install-strip)
33 (cd HelpGen && $(MAKE) install-strip)
34
35 clean:
36 rm -rf ./.deps ./.pch
37 rm -f ./*.o
38 (cd configtool/src && $(MAKE) clean)
39 (cd emulator/src && $(MAKE) clean)
40 (cd helpview/src && $(MAKE) clean)
41 (cd tex2rtf/src && $(MAKE) clean)
42 (cd HelpGen && $(MAKE) clean)
43
44 distclean: clean
45 rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
46
47 configtool:
48 (cd configtool/src && $(MAKE) all)
49
50 emulator:
51 (cd emulator/src && $(MAKE) all)
52
53 helpview:
54 (cd helpview/src && $(MAKE) all)
55
56 tex2rtf:
57 (cd tex2rtf/src && $(MAKE) all)
58
59 helpgen:
60 (cd HelpGen && $(MAKE) all)
61
62
63 # Include dependency info, if present:
64 @IF_GNU_MAKE@-include .deps/*.d
65
66 .PHONY: all install uninstall clean distclean configtool emulator helpview tex2rtf helpgen