]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/html/Makefile.in
Shell Script file to copy setup.h for ProjectBuilder
[wxWidgets.git] / samples / html / Makefile.in
... / ...
CommitLineData
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
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:
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
39distclean: clean
40 rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
41
42help:
43 (cd help && $(MAKE) all)
44
45helpview:
46 (cd helpview && $(MAKE) all)
47
48install: all
49
50install-strip: install
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