]> git.saurik.com Git - wxWidgets.git/blob - utils/Makefile.in
while gcc 4 works under xcode, 3.3. builds don't, therefore this workaround for sourc...
[wxWidgets.git] / utils / Makefile.in
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.0 (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: emulator helpview tex2rtf helpgen
24
25 install: all install_tex2rtf install_helpgen
26
27 uninstall:
28
29 install-strip: install install-strip_tex2rtf install-strip_helpgen
30
31 clean:
32 rm -rf ./.deps ./.pch
33 rm -f ./*.o
34 (cd emulator/src && $(MAKE) clean)
35 (cd helpview/src && $(MAKE) clean)
36 (cd tex2rtf/src && $(MAKE) clean)
37 (cd HelpGen && $(MAKE) clean)
38
39 distclean: clean
40 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
41
42 emulator:
43 (cd emulator/src && $(MAKE) all)
44
45 helpview:
46 (cd helpview/src && $(MAKE) all)
47
48 tex2rtf:
49 (cd tex2rtf/src && $(MAKE) all)
50
51 install_tex2rtf:
52 (cd tex2rtf/src && $(MAKE) install)
53
54 install-strip_tex2rtf:
55 (cd tex2rtf/src && $(MAKE) install-strip)
56
57 helpgen:
58 (cd HelpGen && $(MAKE) all)
59
60 install_helpgen:
61 (cd HelpGen && $(MAKE) install)
62
63 install-strip_helpgen:
64 (cd HelpGen && $(MAKE) install-strip)
65
66
67 # Include dependency info, if present:
68 @IF_GNU_MAKE@-include .deps/*.d
69
70 .PHONY: all install uninstall clean distclean emulator helpview tex2rtf install_tex2rtf install-strip_tex2rtf helpgen install_helpgen install-strip_helpgen