Fix crash when auto-sizing a wxDataViewCtrl column.
[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 # Used toolkit [MSW,GTK]
14 TOOLKIT ?= MSW
15
16
17
18 # -------------------------------------------------------------------------
19 # Do not modify the rest of this file!
20 # -------------------------------------------------------------------------
21
22 ### Variables: ###
23
24
25 ### Conditionally set variables: ###
26
27
28
29 ### Targets: ###
30
31 all: about help helpview printing test virtual widget zip
32
33 install: 
34
35 uninstall: 
36
37 clean: 
38         rm -f ./*.o
39         rm -f ./*.d
40         -(cd about && $(MAKE) clean)
41         -(cd help && $(MAKE) clean)
42         -(cd helpview && $(MAKE) clean)
43         -(cd printing && $(MAKE) clean)
44         -(cd test && $(MAKE) clean)
45         -(cd virtual && $(MAKE) clean)
46         -(cd widget && $(MAKE) clean)
47         -(cd zip && $(MAKE) clean)
48
49 about: 
50         (cd about && $(MAKE) all)
51
52 help: 
53         (cd help && $(MAKE) all)
54
55 helpview: 
56         (cd helpview && $(MAKE) all)
57
58 printing: 
59         (cd printing && $(MAKE) all)
60
61 test: 
62         (cd test && $(MAKE) all)
63
64 virtual: 
65         (cd virtual && $(MAKE) all)
66
67 widget: 
68         (cd widget && $(MAKE) all)
69
70 zip: 
71         (cd zip && $(MAKE) all)
72
73 .PHONY: all install uninstall clean about help helpview printing test virtual widget \
74         zip
75
76
77 # Dependencies tracking:
78 -include ./*.d