A new set of baked makefiles
[wxWidgets.git] / samples / html / makefile.vc
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net)
4 #     Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 !include <../../build/config.vc>
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15
16 ### Conditionally set variables: ###
17
18
19
20 ### Targets: ###
21
22 all: about help helpview printing test virtual widget zip
23
24 about: 
25         cd about
26         $(MAKE) /$(MAKEFLAGS) all
27         cd $(MAKEDIR)
28
29 clean: 
30         -if exist .\*.obj del .\*.obj
31         -if exist .\*.res del .\*.res
32
33 help: 
34         cd help
35         $(MAKE) /$(MAKEFLAGS) all
36         cd $(MAKEDIR)
37
38 helpview: 
39         cd helpview
40         $(MAKE) /$(MAKEFLAGS) all
41         cd $(MAKEDIR)
42
43 printing: 
44         cd printing
45         $(MAKE) /$(MAKEFLAGS) all
46         cd $(MAKEDIR)
47
48 test: 
49         cd test
50         $(MAKE) /$(MAKEFLAGS) all
51         cd $(MAKEDIR)
52
53 virtual: 
54         cd virtual
55         $(MAKE) /$(MAKEFLAGS) all
56         cd $(MAKEDIR)
57
58 widget: 
59         cd widget
60         $(MAKE) /$(MAKEFLAGS) all
61         cd $(MAKEDIR)
62
63 zip: 
64         cd zip
65         $(MAKE) /$(MAKEFLAGS) all
66         cd $(MAKEDIR)