Always add libwxscintilla in monolithic mode.
[wxWidgets.git] / samples / html / Makefile.in
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.9 (http://www.bakefile.org)
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 datarootdir = @datarootdir@
13 INSTALL = @INSTALL@
14
15 ### Variables: ###
16
17 DESTDIR =
18
19 ### Conditionally set variables: ###
20
21
22 ### Targets: ###
23
24 all: about help helpview printing test virtual widget zip
25
26 install:
27
28 uninstall:
29
30 install-strip: install
31
32 clean:
33 rm -rf ./.deps ./.pch
34 rm -f ./*.o
35 -(cd about && $(MAKE) clean)
36 -(cd help && $(MAKE) clean)
37 -(cd helpview && $(MAKE) clean)
38 -(cd printing && $(MAKE) clean)
39 -(cd test && $(MAKE) clean)
40 -(cd virtual && $(MAKE) clean)
41 -(cd widget && $(MAKE) clean)
42 -(cd zip && $(MAKE) clean)
43
44 distclean: clean
45 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
46 -(cd about && $(MAKE) distclean)
47 -(cd help && $(MAKE) distclean)
48 -(cd helpview && $(MAKE) distclean)
49 -(cd printing && $(MAKE) distclean)
50 -(cd test && $(MAKE) distclean)
51 -(cd virtual && $(MAKE) distclean)
52 -(cd widget && $(MAKE) distclean)
53 -(cd zip && $(MAKE) distclean)
54
55 about:
56 (cd about && $(MAKE) all)
57
58 help:
59 (cd help && $(MAKE) all)
60
61 helpview:
62 (cd helpview && $(MAKE) all)
63
64 printing:
65 (cd printing && $(MAKE) all)
66
67 test:
68 (cd test && $(MAKE) all)
69
70 virtual:
71 (cd virtual && $(MAKE) all)
72
73 widget:
74 (cd widget && $(MAKE) all)
75
76 zip:
77 (cd zip && $(MAKE) all)
78
79
80 # Include dependency info, if present:
81 @IF_GNU_MAKE@-include ./.deps/*.d
82
83 .PHONY: all install uninstall clean distclean about help helpview printing test \
84 virtual widget zip