Baked files with Bakefile 0.1.1 using Python 2.3
[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 .autodepend
8
9 !ifndef BCCDIR
10 !ifndef MAKEDIR
11 !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12 !endif
13 BCCDIR = $(MAKEDIR)\..
14 !endif
15
16 !include ../../build/msw/config.bcc
17
18 # -------------------------------------------------------------------------
19 # Do not modify the rest of this file!
20 # -------------------------------------------------------------------------
21
22 ### Variables: ###
23
24 MAKEARGS = -DCPPFLAGS="$(CPPFLAGS)" -DMONOLITHIC="$(MONOLITHIC)" \
25         -DCXXFLAGS="$(CXXFLAGS)" -DVENDOR="$(VENDOR)" \
26         -DRUNTIME_LIBS="$(RUNTIME_LIBS)" -DLDFLAGS="$(LDFLAGS)" \
27         -DUSE_OPENGL="$(USE_OPENGL)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \
28         -DUNICODE="$(UNICODE)" -DCC="$(CC)" -DUSE_GUI="$(USE_GUI)" \
29         -DUSE_HTML="$(USE_HTML)" -DBUILD="$(BUILD)" -DDEBUG_INFO="$(DEBUG_INFO)" \
30         -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
31         -DMSLU="$(MSLU)" -DWXUNIV="$(WXUNIV)" -DCXX="$(CXX)" -DCFG="$(CFG)" \
32         -DCFLAGS="$(CFLAGS)" -DSHARED="$(SHARED)" -DUSE_ODBC="$(USE_ODBC)"
33
34 ### Conditionally set variables: ###
35
36
37
38 ### Targets: ###
39
40 all: about help helpview printing test virtual widget zip
41
42 about: 
43         cd about
44         $(MAKE) -f makefile.bcc $(MAKEARGS) all
45         cd ..
46
47 clean: 
48         -if exist .\*.obj del .\*.obj
49         -if exist .\*.res del .\*.res
50
51 help: 
52         cd help
53         $(MAKE) -f makefile.bcc $(MAKEARGS) all
54         cd ..
55
56 helpview: 
57         cd helpview
58         $(MAKE) -f makefile.bcc $(MAKEARGS) all
59         cd ..
60
61 printing: 
62         cd printing
63         $(MAKE) -f makefile.bcc $(MAKEARGS) all
64         cd ..
65
66 test: 
67         cd test
68         $(MAKE) -f makefile.bcc $(MAKEARGS) all
69         cd ..
70
71 virtual: 
72         cd virtual
73         $(MAKE) -f makefile.bcc $(MAKEARGS) all
74         cd ..
75
76 widget: 
77         cd widget
78         $(MAKE) -f makefile.bcc $(MAKEARGS) all
79         cd ..
80
81 zip: 
82         cd zip
83         $(MAKE) -f makefile.bcc $(MAKEARGS) all
84         cd ..