removed the old tmake project files
[wxWidgets.git] / samples / html / makefile.unx
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
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: all
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 zip
71
72
73 # Dependencies tracking:
74 -include ./*.d