]> git.saurik.com Git - wxWidgets.git/blame - samples/html/Makefile.in
added test for cancelled END_EDIT
[wxWidgets.git] / samples / html / Makefile.in
CommitLineData
b1169abb
VS
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
b1169abb
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
b1683d38 6
b1169abb
VS
7
8@MAKE_SET@
9
10prefix = @prefix@
11exec_prefix = @exec_prefix@
12INSTALL = @INSTALL@
13
14### Variables: ###
15
b71531ad 16DESTDIR =
b1169abb
VS
17
18### Conditionally set variables: ###
19
20
21### Targets: ###
22
23all: about help helpview printing test virtual widget zip
24
25about:
26 (cd about && $(MAKE) all)
27
28clean:
ab892b95 29 rm -rf ./.deps ./.pch
076f10e0 30 rm -f ./*.o
b1169abb
VS
31 (cd about && $(MAKE) clean)
32 (cd help && $(MAKE) clean)
33 (cd helpview && $(MAKE) clean)
34 (cd printing && $(MAKE) clean)
35 (cd test && $(MAKE) clean)
36 (cd virtual && $(MAKE) clean)
37 (cd widget && $(MAKE) clean)
38 (cd zip && $(MAKE) clean)
39
40distclean: clean
ab892b95 41 rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
b1169abb
VS
42
43help:
44 (cd help && $(MAKE) all)
45
46helpview:
47 (cd helpview && $(MAKE) all)
48
49install: all
b1169abb
VS
50
51install-strip: install
b1169abb
VS
52
53printing:
54 (cd printing && $(MAKE) all)
55
56test:
57 (cd test && $(MAKE) all)
58
59uninstall:
60
61virtual:
62 (cd virtual && $(MAKE) all)
63
64widget:
65 (cd widget && $(MAKE) all)
66
67zip:
68 (cd zip && $(MAKE) all)
69
70
71# Include dependency info, if present:
72@IF_GNU_MAKE@-include .deps/*.d
73
74.PHONY: all about clean distclean help helpview install printing test uninstall virtual widget zip