summaryrefslogtreecommitdiff
path: root/libs/regex/build/vc10.mak
blob: 7635d1140916886a404dc1c9151baaa5b9442768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
# copyright John Maddock 2006
# Distributed under the Boost Software License, Version 1.0. 
# (See accompanying file LICENSE_1_0.txt or copy at 
# http://www.boost.org/LICENSE_1_0.txt.
#
# auto generated makefile for MSVC compiler
#
# usage:
# make
#   brings libraries up to date
# make install
#   brings libraries up to date and copies binaries to your VC6 /lib and /bin directories (recomended)
#

#
# path to ICU library installation goes here:
#
ICU_PATH=
#
# Add additional compiler options here:
#
CXXFLAGS=
#
# Add additional include directories here:
#
INCLUDES=
#
# add additional linker flags here:
#
XLFLAGS=
#
# add additional static-library creation flags here:
#
XSFLAGS=

!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE 
NULL=nul
!ENDIF 

!IF "$(MSVCDIR)" == ""
MSVCDIR=$(VS100COMNTOOLS)..\..\VC
!ENDIF

!IF "$(MSVCDIR)" == ""
!ERROR Variable MSVCDIR not set.
!ENDIF

!IF "$(ICU_PATH)" == ""
ICU_COMPILE_OPTS=
ICU_LINK_OPTS=
!MESSAGE Building Boost.Regex without ICU / Unicode support:
!MESSAGE Hint: set ICU_PATH on the nmake command line to point 
!MESSAGE to your ICU installation if you have one.
!ELSE
ICU_COMPILE_OPTS= -DBOOST_HAS_ICU=1 -I"$(ICU_PATH)\include"
ICU_LINK_OPTS= /LIBPATH:"$(ICU_PATH)\lib" icuin.lib icuuc.lib
!MESSAGE Building Boost.Regex with ICU in $(ICU_PATH)
!ENDIF


ALL_HEADER= ../../../boost/regex/config.hpp ../../../boost/regex/icu.hpp ../../../boost/regex/pattern_except.hpp ../../../boost/regex/regex_traits.hpp ../../../boost/regex/user.hpp ../../../boost/regex/v4/basic_regex.hpp ../../../boost/regex/v4/basic_regex_creator.hpp ../../../boost/regex/v4/basic_regex_parser.hpp ../../../boost/regex/v4/c_regex_traits.hpp ../../../boost/regex/v4/char_regex_traits.hpp ../../../boost/regex/v4/cpp_regex_traits.hpp ../../../boost/regex/v4/cregex.hpp ../../../boost/regex/v4/error_type.hpp ../../../boost/regex/v4/fileiter.hpp ../../../boost/regex/v4/instances.hpp ../../../boost/regex/v4/iterator_category.hpp ../../../boost/regex/v4/iterator_traits.hpp ../../../boost/regex/v4/match_flags.hpp ../../../boost/regex/v4/match_results.hpp ../../../boost/regex/v4/mem_block_cache.hpp ../../../boost/regex/v4/perl_matcher.hpp ../../../boost/regex/v4/perl_matcher_common.hpp ../../../boost/regex/v4/perl_matcher_non_recursive.hpp ../../../boost/regex/v4/perl_matcher_recursive.hpp ../../../boost/regex/v4/primary_transform.hpp ../../../boost/regex/v4/protected_call.hpp ../../../boost/regex/v4/regbase.hpp ../../../boost/regex/v4/regex.hpp ../../../boost/regex/v4/regex_format.hpp ../../../boost/regex/v4/regex_fwd.hpp ../../../boost/regex/v4/regex_grep.hpp ../../../boost/regex/v4/regex_iterator.hpp ../../../boost/regex/v4/regex_match.hpp ../../../boost/regex/v4/regex_merge.hpp ../../../boost/regex/v4/regex_raw_buffer.hpp ../../../boost/regex/v4/regex_replace.hpp ../../../boost/regex/v4/regex_search.hpp ../../../boost/regex/v4/regex_split.hpp ../../../boost/regex/v4/regex_token_iterator.hpp ../../../boost/regex/v4/regex_traits.hpp ../../../boost/regex/v4/regex_traits_defaults.hpp ../../../boost/regex/v4/regex_workaround.hpp ../../../boost/regex/v4/states.hpp ../../../boost/regex/v4/sub_match.hpp ../../../boost/regex/v4/syntax_type.hpp ../../../boost/regex/v4/u32regex_iterator.hpp ../../../boost/regex/v4/u32regex_token_iterator.hpp ../../../boost/regex/v4/w32_regex_traits.hpp ../../../boost/regex/config/borland.hpp ../../../boost/regex/config/cwchar.hpp

all : main_dir libboost_regex-vc100-mt-s-1_53_dir ./vc100/libboost_regex-vc100-mt-s-1_53.lib libboost_regex-vc100-mt-sgd-1_53_dir ./vc100/libboost_regex-vc100-mt-sgd-1_53.lib boost_regex-vc100-mt-gd-1_53_dir ./vc100/boost_regex-vc100-mt-gd-1_53.lib boost_regex-vc100-mt-1_53_dir ./vc100/boost_regex-vc100-mt-1_53.lib libboost_regex-vc100-mt-1_53_dir ./vc100/libboost_regex-vc100-mt-1_53.lib libboost_regex-vc100-mt-gd-1_53_dir ./vc100/libboost_regex-vc100-mt-gd-1_53.lib

clean :  libboost_regex-vc100-mt-s-1_53_clean libboost_regex-vc100-mt-sgd-1_53_clean boost_regex-vc100-mt-gd-1_53_clean boost_regex-vc100-mt-1_53_clean libboost_regex-vc100-mt-1_53_clean libboost_regex-vc100-mt-gd-1_53_clean

install : all
	copy vc100\libboost_regex-vc100-mt-s-1_53.lib "$(MSVCDIR)\lib"
	copy vc100\libboost_regex-vc100-mt-sgd-1_53.lib "$(MSVCDIR)\lib"
	copy vc100\boost_regex-vc100-mt-gd-1_53.lib "$(MSVCDIR)\lib"
	copy vc100\boost_regex-vc100-mt-gd-1_53.dll "$(MSVCDIR)\bin"
	copy vc100\boost_regex-vc100-mt-1_53.lib "$(MSVCDIR)\lib"
	copy vc100\boost_regex-vc100-mt-1_53.dll "$(MSVCDIR)\bin"
	copy vc100\libboost_regex-vc100-mt-1_53.lib "$(MSVCDIR)\lib"
	copy vc100\libboost_regex-vc100-mt-gd-1_53.lib "$(MSVCDIR)\lib"
	copy vc100\libboost_regex-vc100-mt-gd-1_53.pdb "$(MSVCDIR)\lib"

main_dir :
	@if not exist "vc100\$(NULL)" mkdir vc100


########################################################
#
# section for libboost_regex-vc100-mt-s-1_53.lib
#
########################################################
vc100/libboost_regex-vc100-mt-s-1_53/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/c_regex_traits.cpp

vc100/libboost_regex-vc100-mt-s-1_53/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/cpp_regex_traits.cpp

vc100/libboost_regex-vc100-mt-s-1_53/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/cregex.cpp

vc100/libboost_regex-vc100-mt-s-1_53/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/fileiter.cpp

vc100/libboost_regex-vc100-mt-s-1_53/icu.obj: ../src/icu.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/icu.cpp

vc100/libboost_regex-vc100-mt-s-1_53/instances.obj: ../src/instances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/instances.cpp

vc100/libboost_regex-vc100-mt-s-1_53/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/posix_api.cpp

vc100/libboost_regex-vc100-mt-s-1_53/regex.obj: ../src/regex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/regex.cpp

vc100/libboost_regex-vc100-mt-s-1_53/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/regex_debug.cpp

vc100/libboost_regex-vc100-mt-s-1_53/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/regex_raw_buffer.cpp

vc100/libboost_regex-vc100-mt-s-1_53/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/regex_traits_defaults.cpp

vc100/libboost_regex-vc100-mt-s-1_53/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/static_mutex.cpp

vc100/libboost_regex-vc100-mt-s-1_53/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/usinstances.cpp

vc100/libboost_regex-vc100-mt-s-1_53/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/w32_regex_traits.cpp

vc100/libboost_regex-vc100-mt-s-1_53/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/wc_regex_traits.cpp

vc100/libboost_regex-vc100-mt-s-1_53/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/wide_posix_api.cpp

vc100/libboost_regex-vc100-mt-s-1_53/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MT /W3 /EHsc /O2  /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-s-1_53/ -Fdvc100/libboost_regex-vc100-mt-s-1_53.pdb ../src/winstances.cpp

libboost_regex-vc100-mt-s-1_53_dir :
	@if not exist "vc100\libboost_regex-vc100-mt-s-1_53\$(NULL)" mkdir vc100\libboost_regex-vc100-mt-s-1_53

libboost_regex-vc100-mt-s-1_53_clean :
	del vc100\libboost_regex-vc100-mt-s-1_53\*.obj
	del vc100\libboost_regex-vc100-mt-s-1_53\*.idb
	del vc100\libboost_regex-vc100-mt-s-1_53\*.exp
	del vc100\libboost_regex-vc100-mt-s-1_53\*.pch

./vc100/libboost_regex-vc100-mt-s-1_53.lib : vc100/libboost_regex-vc100-mt-s-1_53/c_regex_traits.obj vc100/libboost_regex-vc100-mt-s-1_53/cpp_regex_traits.obj vc100/libboost_regex-vc100-mt-s-1_53/cregex.obj vc100/libboost_regex-vc100-mt-s-1_53/fileiter.obj vc100/libboost_regex-vc100-mt-s-1_53/icu.obj vc100/libboost_regex-vc100-mt-s-1_53/instances.obj vc100/libboost_regex-vc100-mt-s-1_53/posix_api.obj vc100/libboost_regex-vc100-mt-s-1_53/regex.obj vc100/libboost_regex-vc100-mt-s-1_53/regex_debug.obj vc100/libboost_regex-vc100-mt-s-1_53/regex_raw_buffer.obj vc100/libboost_regex-vc100-mt-s-1_53/regex_traits_defaults.obj vc100/libboost_regex-vc100-mt-s-1_53/static_mutex.obj vc100/libboost_regex-vc100-mt-s-1_53/usinstances.obj vc100/libboost_regex-vc100-mt-s-1_53/w32_regex_traits.obj vc100/libboost_regex-vc100-mt-s-1_53/wc_regex_traits.obj vc100/libboost_regex-vc100-mt-s-1_53/wide_posix_api.obj vc100/libboost_regex-vc100-mt-s-1_53/winstances.obj
	link -lib /nologo /out:vc100/libboost_regex-vc100-mt-s-1_53.lib $(XSFLAGS)  vc100/libboost_regex-vc100-mt-s-1_53/c_regex_traits.obj vc100/libboost_regex-vc100-mt-s-1_53/cpp_regex_traits.obj vc100/libboost_regex-vc100-mt-s-1_53/cregex.obj vc100/libboost_regex-vc100-mt-s-1_53/fileiter.obj vc100/libboost_regex-vc100-mt-s-1_53/icu.obj vc100/libboost_regex-vc100-mt-s-1_53/instances.obj vc100/libboost_regex-vc100-mt-s-1_53/posix_api.obj vc100/libboost_regex-vc100-mt-s-1_53/regex.obj vc100/libboost_regex-vc100-mt-s-1_53/regex_debug.obj vc100/libboost_regex-vc100-mt-s-1_53/regex_raw_buffer.obj vc100/libboost_regex-vc100-mt-s-1_53/regex_traits_defaults.obj vc100/libboost_regex-vc100-mt-s-1_53/static_mutex.obj vc100/libboost_regex-vc100-mt-s-1_53/usinstances.obj vc100/libboost_regex-vc100-mt-s-1_53/w32_regex_traits.obj vc100/libboost_regex-vc100-mt-s-1_53/wc_regex_traits.obj vc100/libboost_regex-vc100-mt-s-1_53/wide_posix_api.obj vc100/libboost_regex-vc100-mt-s-1_53/winstances.obj

########################################################
#
# section for libboost_regex-vc100-mt-sgd-1_53.lib
#
########################################################
vc100/libboost_regex-vc100-mt-sgd-1_53/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/c_regex_traits.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/cpp_regex_traits.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/cregex.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/fileiter.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/icu.obj: ../src/icu.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/icu.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/instances.obj: ../src/instances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/instances.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/posix_api.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/regex.obj: ../src/regex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/regex.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/regex_debug.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/regex_raw_buffer.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/regex_traits_defaults.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/static_mutex.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/usinstances.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/w32_regex_traits.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/wc_regex_traits.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/wide_posix_api.cpp

vc100/libboost_regex-vc100-mt-sgd-1_53/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MTd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-sgd-1_53/ -Fdvc100/libboost_regex-vc100-mt-sgd-1_53.pdb ../src/winstances.cpp

libboost_regex-vc100-mt-sgd-1_53_dir :
	@if not exist "vc100\libboost_regex-vc100-mt-sgd-1_53\$(NULL)" mkdir vc100\libboost_regex-vc100-mt-sgd-1_53

libboost_regex-vc100-mt-sgd-1_53_clean :
	del vc100\libboost_regex-vc100-mt-sgd-1_53\*.obj
	del vc100\libboost_regex-vc100-mt-sgd-1_53\*.idb
	del vc100\libboost_regex-vc100-mt-sgd-1_53\*.exp
	del vc100\libboost_regex-vc100-mt-sgd-1_53\*.pch

./vc100/libboost_regex-vc100-mt-sgd-1_53.lib : vc100/libboost_regex-vc100-mt-sgd-1_53/c_regex_traits.obj vc100/libboost_regex-vc100-mt-sgd-1_53/cpp_regex_traits.obj vc100/libboost_regex-vc100-mt-sgd-1_53/cregex.obj vc100/libboost_regex-vc100-mt-sgd-1_53/fileiter.obj vc100/libboost_regex-vc100-mt-sgd-1_53/icu.obj vc100/libboost_regex-vc100-mt-sgd-1_53/instances.obj vc100/libboost_regex-vc100-mt-sgd-1_53/posix_api.obj vc100/libboost_regex-vc100-mt-sgd-1_53/regex.obj vc100/libboost_regex-vc100-mt-sgd-1_53/regex_debug.obj vc100/libboost_regex-vc100-mt-sgd-1_53/regex_raw_buffer.obj vc100/libboost_regex-vc100-mt-sgd-1_53/regex_traits_defaults.obj vc100/libboost_regex-vc100-mt-sgd-1_53/static_mutex.obj vc100/libboost_regex-vc100-mt-sgd-1_53/usinstances.obj vc100/libboost_regex-vc100-mt-sgd-1_53/w32_regex_traits.obj vc100/libboost_regex-vc100-mt-sgd-1_53/wc_regex_traits.obj vc100/libboost_regex-vc100-mt-sgd-1_53/wide_posix_api.obj vc100/libboost_regex-vc100-mt-sgd-1_53/winstances.obj
	link -lib /nologo /out:vc100/libboost_regex-vc100-mt-sgd-1_53.lib $(XSFLAGS)  vc100/libboost_regex-vc100-mt-sgd-1_53/c_regex_traits.obj vc100/libboost_regex-vc100-mt-sgd-1_53/cpp_regex_traits.obj vc100/libboost_regex-vc100-mt-sgd-1_53/cregex.obj vc100/libboost_regex-vc100-mt-sgd-1_53/fileiter.obj vc100/libboost_regex-vc100-mt-sgd-1_53/icu.obj vc100/libboost_regex-vc100-mt-sgd-1_53/instances.obj vc100/libboost_regex-vc100-mt-sgd-1_53/posix_api.obj vc100/libboost_regex-vc100-mt-sgd-1_53/regex.obj vc100/libboost_regex-vc100-mt-sgd-1_53/regex_debug.obj vc100/libboost_regex-vc100-mt-sgd-1_53/regex_raw_buffer.obj vc100/libboost_regex-vc100-mt-sgd-1_53/regex_traits_defaults.obj vc100/libboost_regex-vc100-mt-sgd-1_53/static_mutex.obj vc100/libboost_regex-vc100-mt-sgd-1_53/usinstances.obj vc100/libboost_regex-vc100-mt-sgd-1_53/w32_regex_traits.obj vc100/libboost_regex-vc100-mt-sgd-1_53/wc_regex_traits.obj vc100/libboost_regex-vc100-mt-sgd-1_53/wide_posix_api.obj vc100/libboost_regex-vc100-mt-sgd-1_53/winstances.obj

########################################################
#
# section for boost_regex-vc100-mt-gd-1_53.lib
#
########################################################
vc100/boost_regex-vc100-mt-gd-1_53/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/c_regex_traits.cpp

vc100/boost_regex-vc100-mt-gd-1_53/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/cpp_regex_traits.cpp

vc100/boost_regex-vc100-mt-gd-1_53/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/cregex.cpp

vc100/boost_regex-vc100-mt-gd-1_53/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/fileiter.cpp

vc100/boost_regex-vc100-mt-gd-1_53/icu.obj: ../src/icu.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/icu.cpp

vc100/boost_regex-vc100-mt-gd-1_53/instances.obj: ../src/instances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/instances.cpp

vc100/boost_regex-vc100-mt-gd-1_53/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/posix_api.cpp

vc100/boost_regex-vc100-mt-gd-1_53/regex.obj: ../src/regex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/regex.cpp

vc100/boost_regex-vc100-mt-gd-1_53/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/regex_debug.cpp

vc100/boost_regex-vc100-mt-gd-1_53/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/regex_raw_buffer.cpp

vc100/boost_regex-vc100-mt-gd-1_53/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/regex_traits_defaults.cpp

vc100/boost_regex-vc100-mt-gd-1_53/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/static_mutex.cpp

vc100/boost_regex-vc100-mt-gd-1_53/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/usinstances.cpp

vc100/boost_regex-vc100-mt-gd-1_53/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/w32_regex_traits.cpp

vc100/boost_regex-vc100-mt-gd-1_53/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/wc_regex_traits.cpp

vc100/boost_regex-vc100-mt-gd-1_53/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/wide_posix_api.cpp

vc100/boost_regex-vc100-mt-gd-1_53/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-gd-1_53/ -Fdvc100/boost_regex-vc100-mt-gd-1_53.pdb ../src/winstances.cpp

boost_regex-vc100-mt-gd-1_53_dir :
	@if not exist "vc100\boost_regex-vc100-mt-gd-1_53\$(NULL)" mkdir vc100\boost_regex-vc100-mt-gd-1_53

boost_regex-vc100-mt-gd-1_53_clean :
	del vc100\boost_regex-vc100-mt-gd-1_53\*.obj
	del vc100\boost_regex-vc100-mt-gd-1_53\*.idb
	del vc100\boost_regex-vc100-mt-gd-1_53\*.exp
	del vc100\boost_regex-vc100-mt-gd-1_53\*.pch

./vc100/boost_regex-vc100-mt-gd-1_53.lib : vc100/boost_regex-vc100-mt-gd-1_53/c_regex_traits.obj vc100/boost_regex-vc100-mt-gd-1_53/cpp_regex_traits.obj vc100/boost_regex-vc100-mt-gd-1_53/cregex.obj vc100/boost_regex-vc100-mt-gd-1_53/fileiter.obj vc100/boost_regex-vc100-mt-gd-1_53/icu.obj vc100/boost_regex-vc100-mt-gd-1_53/instances.obj vc100/boost_regex-vc100-mt-gd-1_53/posix_api.obj vc100/boost_regex-vc100-mt-gd-1_53/regex.obj vc100/boost_regex-vc100-mt-gd-1_53/regex_debug.obj vc100/boost_regex-vc100-mt-gd-1_53/regex_raw_buffer.obj vc100/boost_regex-vc100-mt-gd-1_53/regex_traits_defaults.obj vc100/boost_regex-vc100-mt-gd-1_53/static_mutex.obj vc100/boost_regex-vc100-mt-gd-1_53/usinstances.obj vc100/boost_regex-vc100-mt-gd-1_53/w32_regex_traits.obj vc100/boost_regex-vc100-mt-gd-1_53/wc_regex_traits.obj vc100/boost_regex-vc100-mt-gd-1_53/wide_posix_api.obj vc100/boost_regex-vc100-mt-gd-1_53/winstances.obj
	link kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /dll /incremental:yes /pdb:"vc100/boost_regex-vc100-mt-gd-1_53.pdb" /debug /machine:I386 /out:"vc100/boost_regex-vc100-mt-gd-1_53.dll" /implib:"vc100/boost_regex-vc100-mt-gd-1_53.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS)  vc100/boost_regex-vc100-mt-gd-1_53/c_regex_traits.obj vc100/boost_regex-vc100-mt-gd-1_53/cpp_regex_traits.obj vc100/boost_regex-vc100-mt-gd-1_53/cregex.obj vc100/boost_regex-vc100-mt-gd-1_53/fileiter.obj vc100/boost_regex-vc100-mt-gd-1_53/icu.obj vc100/boost_regex-vc100-mt-gd-1_53/instances.obj vc100/boost_regex-vc100-mt-gd-1_53/posix_api.obj vc100/boost_regex-vc100-mt-gd-1_53/regex.obj vc100/boost_regex-vc100-mt-gd-1_53/regex_debug.obj vc100/boost_regex-vc100-mt-gd-1_53/regex_raw_buffer.obj vc100/boost_regex-vc100-mt-gd-1_53/regex_traits_defaults.obj vc100/boost_regex-vc100-mt-gd-1_53/static_mutex.obj vc100/boost_regex-vc100-mt-gd-1_53/usinstances.obj vc100/boost_regex-vc100-mt-gd-1_53/w32_regex_traits.obj vc100/boost_regex-vc100-mt-gd-1_53/wc_regex_traits.obj vc100/boost_regex-vc100-mt-gd-1_53/wide_posix_api.obj vc100/boost_regex-vc100-mt-gd-1_53/winstances.obj

########################################################
#
# section for boost_regex-vc100-mt-1_53.lib
#
########################################################
vc100/boost_regex-vc100-mt-1_53/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/c_regex_traits.cpp

vc100/boost_regex-vc100-mt-1_53/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/cpp_regex_traits.cpp

vc100/boost_regex-vc100-mt-1_53/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/cregex.cpp

vc100/boost_regex-vc100-mt-1_53/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/fileiter.cpp

vc100/boost_regex-vc100-mt-1_53/icu.obj: ../src/icu.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/icu.cpp

vc100/boost_regex-vc100-mt-1_53/instances.obj: ../src/instances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/instances.cpp

vc100/boost_regex-vc100-mt-1_53/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/posix_api.cpp

vc100/boost_regex-vc100-mt-1_53/regex.obj: ../src/regex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/regex.cpp

vc100/boost_regex-vc100-mt-1_53/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/regex_debug.cpp

vc100/boost_regex-vc100-mt-1_53/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/regex_raw_buffer.cpp

vc100/boost_regex-vc100-mt-1_53/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/regex_traits_defaults.cpp

vc100/boost_regex-vc100-mt-1_53/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/static_mutex.cpp

vc100/boost_regex-vc100-mt-1_53/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/usinstances.cpp

vc100/boost_regex-vc100-mt-1_53/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/w32_regex_traits.cpp

vc100/boost_regex-vc100-mt-1_53/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/wc_regex_traits.cpp

vc100/boost_regex-vc100-mt-1_53/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/wide_posix_api.cpp

vc100/boost_regex-vc100-mt-1_53/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/boost_regex-vc100-mt-1_53/ -Fdvc100/boost_regex-vc100-mt-1_53.pdb ../src/winstances.cpp

boost_regex-vc100-mt-1_53_dir :
	@if not exist "vc100\boost_regex-vc100-mt-1_53\$(NULL)" mkdir vc100\boost_regex-vc100-mt-1_53

boost_regex-vc100-mt-1_53_clean :
	del vc100\boost_regex-vc100-mt-1_53\*.obj
	del vc100\boost_regex-vc100-mt-1_53\*.idb
	del vc100\boost_regex-vc100-mt-1_53\*.exp
	del vc100\boost_regex-vc100-mt-1_53\*.pch

./vc100/boost_regex-vc100-mt-1_53.lib : vc100/boost_regex-vc100-mt-1_53/c_regex_traits.obj vc100/boost_regex-vc100-mt-1_53/cpp_regex_traits.obj vc100/boost_regex-vc100-mt-1_53/cregex.obj vc100/boost_regex-vc100-mt-1_53/fileiter.obj vc100/boost_regex-vc100-mt-1_53/icu.obj vc100/boost_regex-vc100-mt-1_53/instances.obj vc100/boost_regex-vc100-mt-1_53/posix_api.obj vc100/boost_regex-vc100-mt-1_53/regex.obj vc100/boost_regex-vc100-mt-1_53/regex_debug.obj vc100/boost_regex-vc100-mt-1_53/regex_raw_buffer.obj vc100/boost_regex-vc100-mt-1_53/regex_traits_defaults.obj vc100/boost_regex-vc100-mt-1_53/static_mutex.obj vc100/boost_regex-vc100-mt-1_53/usinstances.obj vc100/boost_regex-vc100-mt-1_53/w32_regex_traits.obj vc100/boost_regex-vc100-mt-1_53/wc_regex_traits.obj vc100/boost_regex-vc100-mt-1_53/wide_posix_api.obj vc100/boost_regex-vc100-mt-1_53/winstances.obj
	link kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /dll /incremental:yes /pdb:"vc100/boost_regex-vc100-mt-1_53.pdb" /debug /machine:I386 /out:"vc100/boost_regex-vc100-mt-1_53.dll" /implib:"vc100/boost_regex-vc100-mt-1_53.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS)  vc100/boost_regex-vc100-mt-1_53/c_regex_traits.obj vc100/boost_regex-vc100-mt-1_53/cpp_regex_traits.obj vc100/boost_regex-vc100-mt-1_53/cregex.obj vc100/boost_regex-vc100-mt-1_53/fileiter.obj vc100/boost_regex-vc100-mt-1_53/icu.obj vc100/boost_regex-vc100-mt-1_53/instances.obj vc100/boost_regex-vc100-mt-1_53/posix_api.obj vc100/boost_regex-vc100-mt-1_53/regex.obj vc100/boost_regex-vc100-mt-1_53/regex_debug.obj vc100/boost_regex-vc100-mt-1_53/regex_raw_buffer.obj vc100/boost_regex-vc100-mt-1_53/regex_traits_defaults.obj vc100/boost_regex-vc100-mt-1_53/static_mutex.obj vc100/boost_regex-vc100-mt-1_53/usinstances.obj vc100/boost_regex-vc100-mt-1_53/w32_regex_traits.obj vc100/boost_regex-vc100-mt-1_53/wc_regex_traits.obj vc100/boost_regex-vc100-mt-1_53/wide_posix_api.obj vc100/boost_regex-vc100-mt-1_53/winstances.obj

########################################################
#
# section for libboost_regex-vc100-mt-1_53.lib
#
########################################################
vc100/libboost_regex-vc100-mt-1_53/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/c_regex_traits.cpp

vc100/libboost_regex-vc100-mt-1_53/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/cpp_regex_traits.cpp

vc100/libboost_regex-vc100-mt-1_53/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/cregex.cpp

vc100/libboost_regex-vc100-mt-1_53/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/fileiter.cpp

vc100/libboost_regex-vc100-mt-1_53/icu.obj: ../src/icu.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/icu.cpp

vc100/libboost_regex-vc100-mt-1_53/instances.obj: ../src/instances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/instances.cpp

vc100/libboost_regex-vc100-mt-1_53/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/posix_api.cpp

vc100/libboost_regex-vc100-mt-1_53/regex.obj: ../src/regex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/regex.cpp

vc100/libboost_regex-vc100-mt-1_53/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/regex_debug.cpp

vc100/libboost_regex-vc100-mt-1_53/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/regex_raw_buffer.cpp

vc100/libboost_regex-vc100-mt-1_53/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/regex_traits_defaults.cpp

vc100/libboost_regex-vc100-mt-1_53/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/static_mutex.cpp

vc100/libboost_regex-vc100-mt-1_53/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/usinstances.cpp

vc100/libboost_regex-vc100-mt-1_53/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/w32_regex_traits.cpp

vc100/libboost_regex-vc100-mt-1_53/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/wc_regex_traits.cpp

vc100/libboost_regex-vc100-mt-1_53/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/wide_posix_api.cpp

vc100/libboost_regex-vc100-mt-1_53/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MD /W3 /EHsc /O2  /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-1_53/ -Fdvc100/libboost_regex-vc100-mt-1_53.pdb ../src/winstances.cpp

libboost_regex-vc100-mt-1_53_dir :
	@if not exist "vc100\libboost_regex-vc100-mt-1_53\$(NULL)" mkdir vc100\libboost_regex-vc100-mt-1_53

libboost_regex-vc100-mt-1_53_clean :
	del vc100\libboost_regex-vc100-mt-1_53\*.obj
	del vc100\libboost_regex-vc100-mt-1_53\*.idb
	del vc100\libboost_regex-vc100-mt-1_53\*.exp
	del vc100\libboost_regex-vc100-mt-1_53\*.pch

./vc100/libboost_regex-vc100-mt-1_53.lib : vc100/libboost_regex-vc100-mt-1_53/c_regex_traits.obj vc100/libboost_regex-vc100-mt-1_53/cpp_regex_traits.obj vc100/libboost_regex-vc100-mt-1_53/cregex.obj vc100/libboost_regex-vc100-mt-1_53/fileiter.obj vc100/libboost_regex-vc100-mt-1_53/icu.obj vc100/libboost_regex-vc100-mt-1_53/instances.obj vc100/libboost_regex-vc100-mt-1_53/posix_api.obj vc100/libboost_regex-vc100-mt-1_53/regex.obj vc100/libboost_regex-vc100-mt-1_53/regex_debug.obj vc100/libboost_regex-vc100-mt-1_53/regex_raw_buffer.obj vc100/libboost_regex-vc100-mt-1_53/regex_traits_defaults.obj vc100/libboost_regex-vc100-mt-1_53/static_mutex.obj vc100/libboost_regex-vc100-mt-1_53/usinstances.obj vc100/libboost_regex-vc100-mt-1_53/w32_regex_traits.obj vc100/libboost_regex-vc100-mt-1_53/wc_regex_traits.obj vc100/libboost_regex-vc100-mt-1_53/wide_posix_api.obj vc100/libboost_regex-vc100-mt-1_53/winstances.obj
	link -lib /nologo /out:vc100/libboost_regex-vc100-mt-1_53.lib $(XSFLAGS)  vc100/libboost_regex-vc100-mt-1_53/c_regex_traits.obj vc100/libboost_regex-vc100-mt-1_53/cpp_regex_traits.obj vc100/libboost_regex-vc100-mt-1_53/cregex.obj vc100/libboost_regex-vc100-mt-1_53/fileiter.obj vc100/libboost_regex-vc100-mt-1_53/icu.obj vc100/libboost_regex-vc100-mt-1_53/instances.obj vc100/libboost_regex-vc100-mt-1_53/posix_api.obj vc100/libboost_regex-vc100-mt-1_53/regex.obj vc100/libboost_regex-vc100-mt-1_53/regex_debug.obj vc100/libboost_regex-vc100-mt-1_53/regex_raw_buffer.obj vc100/libboost_regex-vc100-mt-1_53/regex_traits_defaults.obj vc100/libboost_regex-vc100-mt-1_53/static_mutex.obj vc100/libboost_regex-vc100-mt-1_53/usinstances.obj vc100/libboost_regex-vc100-mt-1_53/w32_regex_traits.obj vc100/libboost_regex-vc100-mt-1_53/wc_regex_traits.obj vc100/libboost_regex-vc100-mt-1_53/wide_posix_api.obj vc100/libboost_regex-vc100-mt-1_53/winstances.obj

########################################################
#
# section for libboost_regex-vc100-mt-gd-1_53.lib
#
########################################################
vc100/libboost_regex-vc100-mt-gd-1_53/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/c_regex_traits.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/cpp_regex_traits.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/cregex.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/fileiter.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/icu.obj: ../src/icu.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/icu.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/instances.obj: ../src/instances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/instances.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/posix_api.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/regex.obj: ../src/regex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/regex.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/regex_debug.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/regex_raw_buffer.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/regex_traits_defaults.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/static_mutex.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/usinstances.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/w32_regex_traits.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/wc_regex_traits.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/wide_posix_api.cpp

vc100/libboost_regex-vc100-mt-gd-1_53/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
	cl $(INCLUDES) /nologo /MDd /W3 /Gm /EHsc /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc100/libboost_regex-vc100-mt-gd-1_53/ -Fdvc100/libboost_regex-vc100-mt-gd-1_53.pdb ../src/winstances.cpp

libboost_regex-vc100-mt-gd-1_53_dir :
	@if not exist "vc100\libboost_regex-vc100-mt-gd-1_53\$(NULL)" mkdir vc100\libboost_regex-vc100-mt-gd-1_53

libboost_regex-vc100-mt-gd-1_53_clean :
	del vc100\libboost_regex-vc100-mt-gd-1_53\*.obj
	del vc100\libboost_regex-vc100-mt-gd-1_53\*.idb
	del vc100\libboost_regex-vc100-mt-gd-1_53\*.exp
	del vc100\libboost_regex-vc100-mt-gd-1_53\*.pch

./vc100/libboost_regex-vc100-mt-gd-1_53.lib : vc100/libboost_regex-vc100-mt-gd-1_53/c_regex_traits.obj vc100/libboost_regex-vc100-mt-gd-1_53/cpp_regex_traits.obj vc100/libboost_regex-vc100-mt-gd-1_53/cregex.obj vc100/libboost_regex-vc100-mt-gd-1_53/fileiter.obj vc100/libboost_regex-vc100-mt-gd-1_53/icu.obj vc100/libboost_regex-vc100-mt-gd-1_53/instances.obj vc100/libboost_regex-vc100-mt-gd-1_53/posix_api.obj vc100/libboost_regex-vc100-mt-gd-1_53/regex.obj vc100/libboost_regex-vc100-mt-gd-1_53/regex_debug.obj vc100/libboost_regex-vc100-mt-gd-1_53/regex_raw_buffer.obj vc100/libboost_regex-vc100-mt-gd-1_53/regex_traits_defaults.obj vc100/libboost_regex-vc100-mt-gd-1_53/static_mutex.obj vc100/libboost_regex-vc100-mt-gd-1_53/usinstances.obj vc100/libboost_regex-vc100-mt-gd-1_53/w32_regex_traits.obj vc100/libboost_regex-vc100-mt-gd-1_53/wc_regex_traits.obj vc100/libboost_regex-vc100-mt-gd-1_53/wide_posix_api.obj vc100/libboost_regex-vc100-mt-gd-1_53/winstances.obj
	link -lib /nologo /out:vc100/libboost_regex-vc100-mt-gd-1_53.lib $(XSFLAGS)  vc100/libboost_regex-vc100-mt-gd-1_53/c_regex_traits.obj vc100/libboost_regex-vc100-mt-gd-1_53/cpp_regex_traits.obj vc100/libboost_regex-vc100-mt-gd-1_53/cregex.obj vc100/libboost_regex-vc100-mt-gd-1_53/fileiter.obj vc100/libboost_regex-vc100-mt-gd-1_53/icu.obj vc100/libboost_regex-vc100-mt-gd-1_53/instances.obj vc100/libboost_regex-vc100-mt-gd-1_53/posix_api.obj vc100/libboost_regex-vc100-mt-gd-1_53/regex.obj vc100/libboost_regex-vc100-mt-gd-1_53/regex_debug.obj vc100/libboost_regex-vc100-mt-gd-1_53/regex_raw_buffer.obj vc100/libboost_regex-vc100-mt-gd-1_53/regex_traits_defaults.obj vc100/libboost_regex-vc100-mt-gd-1_53/static_mutex.obj vc100/libboost_regex-vc100-mt-gd-1_53/usinstances.obj vc100/libboost_regex-vc100-mt-gd-1_53/w32_regex_traits.obj vc100/libboost_regex-vc100-mt-gd-1_53/wc_regex_traits.obj vc100/libboost_regex-vc100-mt-gd-1_53/wide_posix_api.obj vc100/libboost_regex-vc100-mt-gd-1_53/winstances.obj