]> git.saurik.com Git - wxWidgets.git/blob - samples/html/makefile.bcc
18183f386a48b432f412da584e83760b7d6bb4de
[wxWidgets.git] / samples / html / makefile.bcc
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 !ifndef BCCDIR
8 BCCDIR = $(MAKEDIR)\..
9 !endif
10
11 !include ../../build/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
28 ### Targets: ###
29
30 all: about help helpview printing test virtual widget zip
31
32 about:
33 (cd about && $(MAKE) all)
34
35 clean:
36 -if exist .\*.obj del .\*.obj
37 -if exist .\*.res del .\*.res
38
39 help:
40 (cd help && $(MAKE) all)
41
42 helpview:
43 (cd helpview && $(MAKE) all)
44
45 printing:
46 (cd printing && $(MAKE) all)
47
48 test:
49 (cd test && $(MAKE) all)
50
51 virtual:
52 (cd virtual && $(MAKE) all)
53
54 widget:
55 (cd widget && $(MAKE) all)
56
57 zip:
58 (cd zip && $(MAKE) all)