]> git.saurik.com Git - wxWidgets.git/blob - samples/html/Makefile.in
Implement NSMenuValidation protocol for the wxNSMenuItemTarget
[wxWidgets.git] / samples / html / 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
17 ### Conditionally set variables: ###
18
19
20 ### Targets: ###
21
22 all: about help helpview printing test virtual widget zip
23
24 about:
25 (cd about && $(MAKE) all)
26
27 clean:
28 rm -rf ./.deps ./.pch
29 rm -f ./*.o
30 (cd about && $(MAKE) clean)
31 (cd help && $(MAKE) clean)
32 (cd helpview && $(MAKE) clean)
33 (cd printing && $(MAKE) clean)
34 (cd test && $(MAKE) clean)
35 (cd virtual && $(MAKE) clean)
36 (cd widget && $(MAKE) clean)
37 (cd zip && $(MAKE) clean)
38
39 distclean: clean
40 rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
41
42 help:
43 (cd help && $(MAKE) all)
44
45 helpview:
46 (cd helpview && $(MAKE) all)
47
48 install: all
49
50 install-strip: install
51
52 printing:
53 (cd printing && $(MAKE) all)
54
55 test:
56 (cd test && $(MAKE) all)
57
58 uninstall:
59
60 virtual:
61 (cd virtual && $(MAKE) all)
62
63 widget:
64 (cd widget && $(MAKE) all)
65
66 zip:
67 (cd zip && $(MAKE) all)
68
69
70 # Include dependency info, if present:
71 @IF_GNU_MAKE@-include .deps/*.d
72
73 .PHONY: all about clean distclean help helpview install printing test uninstall virtual widget zip