]>
Commit | Line | Data |
---|---|---|
670ec357 VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
1b035b8c | 3 | # Bakefile 0.1.4 (http://bakefile.sourceforge.net) |
670ec357 VS |
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 | OBJS = \ | |
25 | bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
26 | SETUPHDIR = \ | |
27 | $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) | |
28 | TEST_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \ | |
29 | $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \ | |
30 | $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\include -I$(SETUPHDIR) -I. \ | |
31 | $(__DLLFLAG_p) $(CPPUNIT_CFLAGS) $(CPPFLAGS) $(CXXFLAGS) | |
32 | TEST_OBJECTS = \ | |
33 | $(OBJS)\test_test.obj \ | |
e70833fb | 34 | $(OBJS)\test_main.obj \ |
7d5ab151 | 35 | $(OBJS)\test_formatconverter.obj \ |
4827cbd9 | 36 | $(OBJS)\test_regex.obj \ |
cf1014a2 | 37 | $(OBJS)\test_filesys.obj \ |
1b035b8c | 38 | $(OBJS)\test_arrays.obj \ |
7735998c | 39 | $(OBJS)\test_longlong.obj \ |
1cd53e88 | 40 | $(OBJS)\test_strings.obj \ |
7735998c VS |
41 | $(OBJS)\test_bstream.obj \ |
42 | $(OBJS)\test_ffilestream.obj \ | |
43 | $(OBJS)\test_filestream.obj \ | |
44 | $(OBJS)\test_memstream.obj \ | |
45 | $(OBJS)\test_zlibstream.obj | |
670ec357 VS |
46 | |
47 | ### Conditionally set variables: ### | |
48 | ||
49 | !if "$(USE_GUI)" == "0" | |
50 | PORTNAME = base | |
51 | !endif | |
52 | !if "$(USE_GUI)" == "1" | |
53 | PORTNAME = msw | |
54 | !endif | |
55 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" | |
56 | WXDEBUGFLAG = d | |
57 | !endif | |
58 | !if "$(DEBUG_FLAG)" == "1" | |
59 | WXDEBUGFLAG = d | |
60 | !endif | |
61 | !if "$(UNICODE)" == "1" | |
62 | WXUNICODEFLAG = u | |
63 | !endif | |
64 | !if "$(WXUNIV)" == "1" | |
65 | WXUNIVNAME = univ | |
66 | !endif | |
67 | !if "$(SHARED)" == "1" | |
68 | WXDLLFLAG = dll | |
69 | !endif | |
70 | !if "$(BUILD)" == "debug" | |
71 | __OPTIMIZEFLAG_2 = -Od | |
72 | !endif | |
73 | !if "$(BUILD)" == "release" | |
74 | __OPTIMIZEFLAG_2 = -O2 | |
75 | !endif | |
76 | !if "$(RUNTIME_LIBS)" == "dynamic" | |
77 | __RUNTIME_LIBS_6 = -tWR | |
78 | !endif | |
79 | !if "$(RUNTIME_LIBS)" == "static" | |
80 | __RUNTIME_LIBS_6 = | |
81 | !endif | |
82 | !if "$(RUNTIME_LIBS)" == "dynamic" | |
83 | __RUNTIME_LIBS_7 = i | |
84 | !endif | |
85 | !if "$(RUNTIME_LIBS)" == "static" | |
86 | __RUNTIME_LIBS_7 = | |
87 | !endif | |
88 | !if "$(WXUNIV)" == "1" | |
89 | __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__ | |
90 | !endif | |
91 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" | |
92 | __DEBUG_DEFINE_p = -D__WXDEBUG__ | |
93 | !endif | |
94 | !if "$(DEBUG_FLAG)" == "1" | |
95 | __DEBUG_DEFINE_p = -D__WXDEBUG__ | |
96 | !endif | |
97 | !if "$(UNICODE)" == "1" | |
98 | __UNICODE_DEFINE_p = -D_UNICODE | |
99 | !endif | |
100 | !if "$(SHARED)" == "1" | |
101 | __DLLFLAG_p = -DWXUSINGDLL | |
102 | !endif | |
103 | !if "$(MONOLITHIC)" == "0" | |
104 | __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
105 | !endif | |
106 | !if "$(MONOLITHIC)" == "1" | |
107 | __WXLIB_MONO_p = \ | |
108 | wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
109 | !endif | |
110 | !if "$(USE_GUI)" == "1" | |
111 | __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib | |
112 | !endif | |
113 | !if "$(USE_GUI)" == "1" | |
114 | __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib | |
115 | !endif | |
116 | !if "$(USE_GUI)" == "1" | |
117 | __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib | |
118 | !endif | |
119 | !if "$(MSLU)" == "1" | |
120 | __UNICOWS_LIB_p = unicows.lib | |
121 | !endif | |
122 | !if "$(SHARED)" == "0" | |
123 | LIBDIRNAME = .\..\lib\bcc_lib$(CFG) | |
124 | !endif | |
125 | !if "$(SHARED)" == "1" | |
126 | LIBDIRNAME = .\..\lib\bcc_dll$(CFG) | |
127 | !endif | |
128 | !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default" | |
129 | __DEBUGINFO = -v | |
130 | !endif | |
131 | !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" | |
132 | __DEBUGINFO = -v- | |
133 | !endif | |
134 | !if "$(DEBUG_INFO)" == "0" | |
135 | __DEBUGINFO = -v- | |
136 | !endif | |
137 | !if "$(DEBUG_INFO)" == "1" | |
138 | __DEBUGINFO = -v | |
139 | !endif | |
140 | ||
141 | ||
142 | all: $(OBJS) | |
143 | $(OBJS): | |
144 | -if not exist $(OBJS) mkdir $(OBJS) | |
145 | ||
146 | ### Targets: ### | |
147 | ||
148 | all: $(OBJS)\test.exe | |
149 | ||
150 | clean: | |
151 | -if exist $(OBJS)\*.obj del $(OBJS)\*.obj | |
152 | -if exist $(OBJS)\*.res del $(OBJS)\*.res | |
153 | -if exist $(OBJS)\test.exe del $(OBJS)\test.exe | |
154 | -if exist $(OBJS)\test.tds del $(OBJS)\test.tds | |
155 | -if exist $(OBJS)\test.ilc del $(OBJS)\test.ilc | |
156 | -if exist $(OBJS)\test.ild del $(OBJS)\test.ild | |
157 | -if exist $(OBJS)\test.ilf del $(OBJS)\test.ilf | |
158 | -if exist $(OBJS)\test.ils del $(OBJS)\test.ils | |
159 | ||
160 | $(OBJS)\test.exe: $(TEST_OBJECTS) | |
161 | ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap $(CPPUNIT_LIBS) @&&| | |
162 | c0x32.obj $(TEST_OBJECTS),$@,, $(__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 $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, | |
163 | | | |
164 | ||
165 | $(OBJS)\test_test.obj: .\test.cpp | |
166 | $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** | |
167 | ||
168 | $(OBJS)\test_main.obj: .\mbconv\main.cpp | |
169 | $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** | |
e70833fb | 170 | |
7d5ab151 VS |
171 | $(OBJS)\test_formatconverter.obj: .\formatconverter\formatconverter.cpp |
172 | $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** | |
173 | ||
e70833fb VS |
174 | $(OBJS)\test_regex.obj: .\regex\regex.cpp |
175 | $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** | |
4827cbd9 VS |
176 | |
177 | $(OBJS)\test_filesys.obj: .\filesys\filesys.cpp | |
178 | $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** | |
cf1014a2 VS |
179 | |
180 | $(OBJS)\test_arrays.obj: .\arrays\arrays.cpp | |
181 | $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** | |
1b035b8c VS |
182 | |
183 | $(OBJS)\test_longlong.obj: .\longlong\longlong.cpp | |
184 | $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** | |
7735998c | 185 | |
1cd53e88 VS |
186 | $(OBJS)\test_strings.obj: .\strings\strings.cpp |
187 | $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** | |
188 | ||
7735998c VS |
189 | $(OBJS)\test_bstream.obj: .\streams\bstream.cpp |
190 | $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** | |
191 | ||
192 | $(OBJS)\test_ffilestream.obj: .\streams\ffilestream.cpp | |
193 | $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** | |
194 | ||
195 | $(OBJS)\test_filestream.obj: .\streams\filestream.cpp | |
196 | $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** | |
197 | ||
198 | $(OBJS)\test_memstream.obj: .\streams\memstream.cpp | |
199 | $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** | |
200 | ||
201 | $(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp | |
202 | $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** |