Regenerated makefiles
[wxWidgets.git] / samples / html / test / makefile.bcc
1 # =========================================================================
2 #     This makefile was generated by
3 #     Bakefile 0.1.6 (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 WX_RELEASE_NODOT = 25
25 OBJS = \
26         bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27 LIBDIRNAME = .\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
28 SETUPHDIR = \
29         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
30 TEST_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
31         $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32         $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
33         -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) \
34         $(CXXFLAGS)
35 TEST_OBJECTS =  \
36         $(OBJS)\test_test.obj
37
38 ### Conditionally set variables: ###
39
40 !if "$(USE_GUI)" == "0"
41 PORTNAME = base
42 !endif
43 !if "$(USE_GUI)" == "1"
44 PORTNAME = msw
45 !endif
46 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
47 WXDEBUGFLAG = d
48 !endif
49 !if "$(DEBUG_FLAG)" == "1"
50 WXDEBUGFLAG = d
51 !endif
52 !if "$(UNICODE)" == "1"
53 WXUNICODEFLAG = u
54 !endif
55 !if "$(WXUNIV)" == "1"
56 WXUNIVNAME = univ
57 !endif
58 !if "$(SHARED)" == "1"
59 WXDLLFLAG = dll
60 !endif
61 !if "$(SHARED)" == "0"
62 LIBTYPE_SUFFIX = lib
63 !endif
64 !if "$(SHARED)" == "1"
65 LIBTYPE_SUFFIX = dll
66 !endif
67 !if "$(MONOLITHIC)" == "0"
68 EXTRALIBS_FOR_BASE = 
69 !endif
70 !if "$(MONOLITHIC)" == "1"
71 EXTRALIBS_FOR_BASE =  
72 !endif
73 !if "$(BUILD)" == "debug"
74 __OPTIMIZEFLAG_2 = -Od
75 !endif
76 !if "$(BUILD)" == "release"
77 __OPTIMIZEFLAG_2 = -O2
78 !endif
79 !if "$(RUNTIME_LIBS)" == "dynamic"
80 __RUNTIME_LIBS_6 = -tWR
81 !endif
82 !if "$(RUNTIME_LIBS)" == "static"
83 __RUNTIME_LIBS_6 = 
84 !endif
85 !if "$(RUNTIME_LIBS)" == "dynamic"
86 __RUNTIME_LIBS_7 = i
87 !endif
88 !if "$(RUNTIME_LIBS)" == "static"
89 __RUNTIME_LIBS_7 = 
90 !endif
91 !if "$(WXUNIV)" == "1"
92 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
93 !endif
94 !if "$(WXUNIV)" == "1"
95 __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
96 !endif
97 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
98 __DEBUG_DEFINE_p = -D__WXDEBUG__
99 !endif
100 !if "$(DEBUG_FLAG)" == "1"
101 __DEBUG_DEFINE_p = -D__WXDEBUG__
102 !endif
103 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
104 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
105 !endif
106 !if "$(DEBUG_FLAG)" == "1"
107 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
108 !endif
109 !if "$(UNICODE)" == "1"
110 __UNICODE_DEFINE_p = -D_UNICODE
111 !endif
112 !if "$(UNICODE)" == "1"
113 __UNICODE_DEFINE_p_1 = -d_UNICODE
114 !endif
115 !if "$(SHARED)" == "1"
116 __DLLFLAG_p = -DWXUSINGDLL
117 !endif
118 !if "$(SHARED)" == "1"
119 __DLLFLAG_p_1 = -dWXUSINGDLL
120 !endif
121 !if "$(MONOLITHIC)" == "0"
122 __WXLIB_HTML_p = \
123         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
124 !endif
125 !if "$(MONOLITHIC)" == "0"
126 __WXLIB_CORE_p = \
127         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
128 !endif
129 !if "$(MONOLITHIC)" == "0"
130 __WXLIB_NET_p = \
131         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net.lib
132 !endif
133 !if "$(MONOLITHIC)" == "0"
134 __WXLIB_BASE_p = \
135         wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
136 !endif
137 !if "$(MONOLITHIC)" == "1"
138 __WXLIB_MONO_p = \
139         wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
140 !endif
141 !if "$(USE_GUI)" == "1"
142 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
143 !endif
144 !if "$(USE_GUI)" == "1"
145 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
146 !endif
147 !if "$(USE_GUI)" == "1"
148 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
149 !endif
150 !if "$(MSLU)" == "1"
151 __UNICOWS_LIB_p = unicows.lib
152 !endif
153 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
154 __DEBUGINFO = -v
155 !endif
156 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
157 __DEBUGINFO = -v-
158 !endif
159 !if "$(DEBUG_INFO)" == "0"
160 __DEBUGINFO = -v-
161 !endif
162 !if "$(DEBUG_INFO)" == "1"
163 __DEBUGINFO = -v
164 !endif
165
166
167 all: $(OBJS)
168 $(OBJS):
169         -if not exist $(OBJS) mkdir $(OBJS)
170
171 ### Targets: ###
172
173 all: $(OBJS)\test.exe data
174
175 clean: 
176         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
177         -if exist $(OBJS)\*.res del $(OBJS)\*.res
178         -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
179         -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
180         -if exist $(OBJS)\test.tds del $(OBJS)\test.tds
181         -if exist $(OBJS)\test.ilc del $(OBJS)\test.ilc
182         -if exist $(OBJS)\test.ild del $(OBJS)\test.ild
183         -if exist $(OBJS)\test.ilf del $(OBJS)\test.ilf
184         -if exist $(OBJS)\test.ils del $(OBJS)\test.ils
185
186 $(OBJS)\test.exe: $(TEST_OBJECTS)  $(OBJS)\test_test.res
187         ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO)  -L$(LIBDIRNAME) -aa @&&|
188         c0w32.obj $(TEST_OBJECTS),$@,, $(__WXLIB_HTML_p)  $(__WXLIB_CORE_p)  $(__WXLIB_NET_p)  $(__WXLIB_BASE_p)  $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib  wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib  import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\test_test.res
189 |
190
191 data: 
192         if not exist $(OBJS) mkdir $(OBJS)
193         for %f in (f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp tables.htm test.htm listtest.htm i18n.gif 8859_2.htm cp1250.htm regres.htm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
194
195 $(OBJS)\test_test.obj: .\test.cpp
196         $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
197
198 $(OBJS)\test_test.res: .\test.rc
199         brcc32 -32 -r -fo$@ -i$(BCCDIR)\include   -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\..\samples -dNOPCH $**
200