]> git.saurik.com Git - wxWidgets.git/blob - samples/html/makefile.unx
Add missing aui dependencies to the notebook sample.
[wxWidgets.git] / samples / html / makefile.unx
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
9 # -------------------------------------------------------------------------
10 # These are configurable options:
11 # -------------------------------------------------------------------------
12
13
14
15 # -------------------------------------------------------------------------
16 # Do not modify the rest of this file!
17 # -------------------------------------------------------------------------
18
19 ### Variables: ###
20
21
22 ### Conditionally set variables: ###
23
24
25
26 ### Targets: ###
27
28 all: about help helpview printing test virtual widget zip
29
30 install:
31
32 uninstall:
33
34 clean:
35 rm -f ./*.o
36 rm -f ./*.d
37 -(cd about && $(MAKE) clean)
38 -(cd help && $(MAKE) clean)
39 -(cd helpview && $(MAKE) clean)
40 -(cd printing && $(MAKE) clean)
41 -(cd test && $(MAKE) clean)
42 -(cd virtual && $(MAKE) clean)
43 -(cd widget && $(MAKE) clean)
44 -(cd zip && $(MAKE) clean)
45
46 about:
47 (cd about && $(MAKE) all)
48
49 help:
50 (cd help && $(MAKE) all)
51
52 helpview:
53 (cd helpview && $(MAKE) all)
54
55 printing:
56 (cd printing && $(MAKE) all)
57
58 test:
59 (cd test && $(MAKE) all)
60
61 virtual:
62 (cd virtual && $(MAKE) all)
63
64 widget:
65 (cd widget && $(MAKE) all)
66
67 zip:
68 (cd zip && $(MAKE) all)
69
70 .PHONY: all install uninstall clean about help helpview printing test virtual widget \
71 zip
72
73
74 # Dependencies tracking:
75 -include ./*.d