]> git.saurik.com Git - wxWidgets.git/blame - samples/html/Makefile.in
Regenerated makefiles.
[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
16
17### Conditionally set variables: ###
18
19
20### Targets: ###
21
22all: about help helpview printing test virtual widget zip
23
24about:
25 (cd about && $(MAKE) all)
26
27clean:
ab892b95 28 rm -rf ./.deps ./.pch
076f10e0 29 rm -f ./*.o
b1169abb
VS
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
39distclean: clean
ab892b95 40 rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
b1169abb
VS
41
42help:
43 (cd help && $(MAKE) all)
44
45helpview:
46 (cd helpview && $(MAKE) all)
47
48install: all
b1169abb
VS
49
50install-strip: install
b1169abb
VS
51
52printing:
53 (cd printing && $(MAKE) all)
54
55test:
56 (cd test && $(MAKE) all)
57
58uninstall:
59
60virtual:
61 (cd virtual && $(MAKE) all)
62
63widget:
64 (cd widget && $(MAKE) all)
65
66zip:
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