]> git.saurik.com Git - wxWidgets.git/blob - utils/Makefile.in
applied SF patch #846732 file dialog long filename support
[wxWidgets.git] / utils / Makefile.in
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.1 (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 clean:
26 rm -rf ./.deps ./.pch
27 rm -f ./*.o
28 (cd configtool/src && $(MAKE) clean)
29 (cd emulator/src && $(MAKE) clean)
30 (cd helpview/src && $(MAKE) clean)
31 (cd tex2rtf/src && $(MAKE) clean)
32 (cd HelpGen && $(MAKE) clean)
33
34 configtool:
35 (cd configtool/src && $(MAKE) all)
36
37 distclean: clean
38 rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
39
40 emulator:
41 (cd emulator/src && $(MAKE) all)
42
43 helpgen:
44 (cd HelpGen && $(MAKE) all)
45
46 helpview:
47 (cd helpview/src && $(MAKE) all)
48
49 install: all
50 (cd tex2rtf/src && $(MAKE) install)
51 (cd HelpGen && $(MAKE) install)
52
53 install-strip: install
54 (cd tex2rtf/src && $(MAKE) install-strip)
55 (cd HelpGen && $(MAKE) install-strip)
56
57 tex2rtf:
58 (cd tex2rtf/src && $(MAKE) all)
59
60 uninstall:
61
62
63 # Include dependency info, if present:
64 @IF_GNU_MAKE@-include .deps/*.d
65
66 .PHONY: all clean configtool distclean emulator helpgen helpview install tex2rtf uninstall