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