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