removed the old tmake project files
[wxWidgets.git] / samples / html / Makefile.in
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.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 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 (cd about && $(MAKE) distclean)
46 (cd help && $(MAKE) distclean)
47 (cd helpview && $(MAKE) distclean)
48 (cd printing && $(MAKE) distclean)
49 (cd test && $(MAKE) distclean)
50 (cd virtual && $(MAKE) distclean)
51 (cd widget && $(MAKE) distclean)
52 (cd zip && $(MAKE) distclean)
53
54 about:
55 (cd about && $(MAKE) all)
56
57 help:
58 (cd help && $(MAKE) all)
59
60 helpview:
61 (cd helpview && $(MAKE) all)
62
63 printing:
64 (cd printing && $(MAKE) all)
65
66 test:
67 (cd test && $(MAKE) all)
68
69 virtual:
70 (cd virtual && $(MAKE) all)
71
72 widget:
73 (cd widget && $(MAKE) all)
74
75 zip:
76 (cd zip && $(MAKE) all)
77
78
79 # Include dependency info, if present:
80 @IF_GNU_MAKE@-include .deps/*.d
81
82 .PHONY: all install uninstall clean distclean about help helpview printing test virtual widget zip