]> git.saurik.com Git - wxWidgets.git/blob - samples/html/makefile.bcc
unused variables
[wxWidgets.git] / samples / html / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.0 (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 = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
25 -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
26 -DCPP="$(CPP)" -DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" \
27 -DUNICODE="$(UNICODE)" -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" \
28 -DDEBUG_INFO="$(DEBUG_INFO)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \
29 -DMONOLITHIC="$(MONOLITHIC)" -DUSE_GUI="$(USE_GUI)" \
30 -DUSE_HTML="$(USE_HTML)" -DUSE_XRC="$(USE_XRC)" \
31 -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" -DUSE_QA="$(USE_QA)" \
32 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
33 -DUSE_THREADS="$(USE_THREADS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
34 -DVENDOR="$(VENDOR)" -DWX_FLAVOUR="$(WX_FLAVOUR)" \
35 -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" -DCFG="$(CFG)" \
36 -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
37 -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
38
39 ### Conditionally set variables: ###
40
41
42
43 ### Targets: ###
44
45 all: about help helpview printing test virtual widget zip
46
47 clean:
48 -if exist .\*.obj del .\*.obj
49 -if exist .\*.res del .\*.res
50 -if exist .\*.csm del .\*.csm
51 @echo cd about >about.bat
52 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>about.bat
53 call about.bat
54 @del about.bat
55 @echo cd help >help.bat
56 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>help.bat
57 call help.bat
58 @del help.bat
59 @echo cd helpview >helpview.bat
60 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat
61 call helpview.bat
62 @del helpview.bat
63 @echo cd printing >printing.bat
64 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
65 call printing.bat
66 @del printing.bat
67 @echo cd test >test.bat
68 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>test.bat
69 call test.bat
70 @del test.bat
71 @echo cd virtual >virtual.bat
72 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>virtual.bat
73 call virtual.bat
74 @del virtual.bat
75 @echo cd widget >widget.bat
76 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>widget.bat
77 call widget.bat
78 @del widget.bat
79 @echo cd zip >zip.bat
80 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>zip.bat
81 call zip.bat
82 @del zip.bat
83
84 about:
85 @echo cd about >about.bat
86 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>about.bat
87 call about.bat
88 @del about.bat
89
90 help:
91 @echo cd help >help.bat
92 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat
93 call help.bat
94 @del help.bat
95
96 helpview:
97 @echo cd helpview >helpview.bat
98 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat
99 call helpview.bat
100 @del helpview.bat
101
102 printing:
103 @echo cd printing >printing.bat
104 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat
105 call printing.bat
106 @del printing.bat
107
108 test:
109 @echo cd test >test.bat
110 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>test.bat
111 call test.bat
112 @del test.bat
113
114 virtual:
115 @echo cd virtual >virtual.bat
116 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>virtual.bat
117 call virtual.bat
118 @del virtual.bat
119
120 widget:
121 @echo cd widget >widget.bat
122 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widget.bat
123 call widget.bat
124 @del widget.bat
125
126 zip:
127 @echo cd zip >zip.bat
128 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>zip.bat
129 call zip.bat
130 @del zip.bat
131