]> git.saurik.com Git - wxWidgets.git/blob - samples/html/makefile.bcc
regenerated
[wxWidgets.git] / samples / html / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 !ifndef BCCDIR
8 BCCDIR = $(MAKEDIR)\..
9 !endif
10
11 !include ../../build/msw/config.bcc
12
13 # -------------------------------------------------------------------------
14 # Do not modify the rest of this file!
15 # -------------------------------------------------------------------------
16
17 !if "$(BCCDIR)" == "\.."
18 !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
19 !endif
20
21 ### Variables: ###
22
23
24 ### Conditionally set variables: ###
25
26
27 MAKEARGS =
28
29
30 ### Targets: ###
31
32 all: about help helpview printing test virtual widget zip
33
34 about:
35 cd about
36 $(MAKE) -f makefile.bcc $(MAKEARGS) all
37 cd ..
38
39 clean:
40 -if exist .\*.obj del .\*.obj
41 -if exist .\*.res del .\*.res
42
43 help:
44 cd help
45 $(MAKE) -f makefile.bcc $(MAKEARGS) all
46 cd ..
47
48 helpview:
49 cd helpview
50 $(MAKE) -f makefile.bcc $(MAKEARGS) all
51 cd ..
52
53 printing:
54 cd printing
55 $(MAKE) -f makefile.bcc $(MAKEARGS) all
56 cd ..
57
58 test:
59 cd test
60 $(MAKE) -f makefile.bcc $(MAKEARGS) all
61 cd ..
62
63 virtual:
64 cd virtual
65 $(MAKE) -f makefile.bcc $(MAKEARGS) all
66 cd ..
67
68 widget:
69 cd widget
70 $(MAKE) -f makefile.bcc $(MAKEARGS) all
71 cd ..
72
73 zip:
74 cd zip
75 $(MAKE) -f makefile.bcc $(MAKEARGS) all
76 cd ..