From 3b3a3ce6d1b1f4fd8116653f2ade8efd2a577d17 Mon Sep 17 00:00:00 2001
From: John Maddock
Date: Mon, 27 Oct 2008 13:52:23 +0000
Subject: [PATCH] Merged updated docs with some typo fixes, also adding missing
makefile.
[SVN r49460]
---
build/vc9.mak | 633 ++++++++++++++++++
build/vc_gen.sh | 1 -
.../background_information/examples.html | 6 +-
.../background_information/history.html | 10 +-
.../background_information/locale.html | 8 +-
.../background_information/standards.html | 10 +-
doc/html/boost_regex/captures.html | 6 +-
.../format/boost_format_syntax.html | 8 +-
doc/html/boost_regex/install.html | 16 +-
doc/html/boost_regex/ref/bad_expression.html | 4 +-
doc/html/boost_regex/ref/basic_regex.html | 18 +-
.../ref/concepts/traits_concept.html | 4 +-
.../deprecated_interfaces/regex_format.html | 2 +-
doc/html/boost_regex/ref/error_type.html | 4 +-
doc/html/boost_regex/ref/match_flag_type.html | 2 +-
doc/html/boost_regex/ref/match_results.html | 4 +-
.../ref/non_std_strings/icu/unicode_algo.html | 6 +-
.../ref/non_std_strings/icu/unicode_iter.html | 4 +-
.../non_std_strings/mfc_strings/mfc_algo.html | 10 +-
.../non_std_strings/mfc_strings/mfc_iter.html | 4 +-
doc/html/boost_regex/ref/posix.html | 8 +-
doc/html/boost_regex/ref/regex_iterator.html | 4 +-
doc/html/boost_regex/ref/regex_match.html | 4 +-
doc/html/boost_regex/ref/regex_replace.html | 6 +-
doc/html/boost_regex/ref/regex_search.html | 4 +-
.../boost_regex/ref/regex_token_iterator.html | 4 +-
doc/html/boost_regex/ref/regex_traits.html | 2 +-
doc/html/boost_regex/ref/sub_match.html | 8 +-
.../boost_regex/syntax/basic_extended.html | 66 +-
doc/html/boost_regex/syntax/basic_syntax.html | 44 +-
doc/html/boost_regex/syntax/perl_syntax.html | 84 +--
doc/html/boost_regex/unicode.html | 4 +-
doc/html/index.html | 4 +-
doc/regex_replace.qbk | 2 +-
34 files changed, 818 insertions(+), 186 deletions(-)
create mode 100644 build/vc9.mak
diff --git a/build/vc9.mak b/build/vc9.mak
new file mode 100644
index 00000000..b7bc83be
--- /dev/null
+++ b/build/vc9.mak
@@ -0,0 +1,633 @@
+# 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 VC6 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=$(VS90COMNTOOLS)..\..\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-vc90-s-1_37_dir ./vc90/libboost_regex-vc90-s-1_37.lib libboost_regex-vc90-mt-s-1_37_dir ./vc90/libboost_regex-vc90-mt-s-1_37.lib libboost_regex-vc90-sgd-1_37_dir ./vc90/libboost_regex-vc90-sgd-1_37.lib libboost_regex-vc90-mt-sgd-1_37_dir ./vc90/libboost_regex-vc90-mt-sgd-1_37.lib boost_regex-vc90-mt-gd-1_37_dir ./vc90/boost_regex-vc90-mt-gd-1_37.lib boost_regex-vc90-mt-1_37_dir ./vc90/boost_regex-vc90-mt-1_37.lib libboost_regex-vc90-mt-1_37_dir ./vc90/libboost_regex-vc90-mt-1_37.lib libboost_regex-vc90-mt-gd-1_37_dir ./vc90/libboost_regex-vc90-mt-gd-1_37.lib
+
+clean : libboost_regex-vc90-s-1_37_clean libboost_regex-vc90-mt-s-1_37_clean libboost_regex-vc90-sgd-1_37_clean libboost_regex-vc90-mt-sgd-1_37_clean boost_regex-vc90-mt-gd-1_37_clean boost_regex-vc90-mt-1_37_clean libboost_regex-vc90-mt-1_37_clean libboost_regex-vc90-mt-gd-1_37_clean
+
+install : all
+ copy vc90\libboost_regex-vc90-s-1_37.lib "$(MSVCDIR)\lib"
+ copy vc90\libboost_regex-vc90-mt-s-1_37.lib "$(MSVCDIR)\lib"
+ copy vc90\libboost_regex-vc90-sgd-1_37.lib "$(MSVCDIR)\lib"
+ copy vc90\libboost_regex-vc90-sgd-1_37.pdb "$(MSVCDIR)\lib"
+ copy vc90\libboost_regex-vc90-mt-sgd-1_37.lib "$(MSVCDIR)\lib"
+ copy vc90\libboost_regex-vc90-mt-sgd-1_37.pdb "$(MSVCDIR)\lib"
+ copy vc90\boost_regex-vc90-mt-gd-1_37.lib "$(MSVCDIR)\lib"
+ copy vc90\boost_regex-vc90-mt-gd-1_37.dll "$(MSVCDIR)\bin"
+ copy vc90\boost_regex-vc90-mt-gd-1_37.pdb "$(MSVCDIR)\lib"
+ copy vc90\boost_regex-vc90-mt-1_37.lib "$(MSVCDIR)\lib"
+ copy vc90\boost_regex-vc90-mt-1_37.dll "$(MSVCDIR)\bin"
+ copy vc90\libboost_regex-vc90-mt-1_37.lib "$(MSVCDIR)\lib"
+ copy vc90\libboost_regex-vc90-mt-gd-1_37.lib "$(MSVCDIR)\lib"
+ copy vc90\libboost_regex-vc90-mt-gd-1_37.pdb "$(MSVCDIR)\lib"
+
+main_dir :
+ @if not exist "vc90\$(NULL)" mkdir vc90
+
+
+########################################################
+#
+# section for libboost_regex-vc90-s-1_37.lib
+#
+########################################################
+vc90/libboost_regex-vc90-s-1_37/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/c_regex_traits.cpp
+
+vc90/libboost_regex-vc90-s-1_37/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/cpp_regex_traits.cpp
+
+vc90/libboost_regex-vc90-s-1_37/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/cregex.cpp
+
+vc90/libboost_regex-vc90-s-1_37/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/fileiter.cpp
+
+vc90/libboost_regex-vc90-s-1_37/icu.obj: ../src/icu.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/icu.cpp
+
+vc90/libboost_regex-vc90-s-1_37/instances.obj: ../src/instances.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/instances.cpp
+
+vc90/libboost_regex-vc90-s-1_37/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/posix_api.cpp
+
+vc90/libboost_regex-vc90-s-1_37/regex.obj: ../src/regex.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/regex.cpp
+
+vc90/libboost_regex-vc90-s-1_37/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/regex_debug.cpp
+
+vc90/libboost_regex-vc90-s-1_37/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/regex_raw_buffer.cpp
+
+vc90/libboost_regex-vc90-s-1_37/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/regex_traits_defaults.cpp
+
+vc90/libboost_regex-vc90-s-1_37/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/static_mutex.cpp
+
+vc90/libboost_regex-vc90-s-1_37/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/usinstances.cpp
+
+vc90/libboost_regex-vc90-s-1_37/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/w32_regex_traits.cpp
+
+vc90/libboost_regex-vc90-s-1_37/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/wc_regex_traits.cpp
+
+vc90/libboost_regex-vc90-s-1_37/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/wide_posix_api.cpp
+
+vc90/libboost_regex-vc90-s-1_37/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /c /nologo /ML /W3 /EHsc /O2 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-s-1_37/ -Fdvc90/libboost_regex-vc90-s-1_37.pdb ../src/winstances.cpp
+
+libboost_regex-vc90-s-1_37_dir :
+ @if not exist "vc90\libboost_regex-vc90-s-1_37\$(NULL)" mkdir vc90\libboost_regex-vc90-s-1_37
+
+libboost_regex-vc90-s-1_37_clean :
+ del vc90\libboost_regex-vc90-s-1_37\*.obj
+ del vc90\libboost_regex-vc90-s-1_37\*.idb
+ del vc90\libboost_regex-vc90-s-1_37\*.exp
+ del vc90\libboost_regex-vc90-s-1_37\*.pch
+
+./vc90/libboost_regex-vc90-s-1_37.lib : vc90/libboost_regex-vc90-s-1_37/c_regex_traits.obj vc90/libboost_regex-vc90-s-1_37/cpp_regex_traits.obj vc90/libboost_regex-vc90-s-1_37/cregex.obj vc90/libboost_regex-vc90-s-1_37/fileiter.obj vc90/libboost_regex-vc90-s-1_37/icu.obj vc90/libboost_regex-vc90-s-1_37/instances.obj vc90/libboost_regex-vc90-s-1_37/posix_api.obj vc90/libboost_regex-vc90-s-1_37/regex.obj vc90/libboost_regex-vc90-s-1_37/regex_debug.obj vc90/libboost_regex-vc90-s-1_37/regex_raw_buffer.obj vc90/libboost_regex-vc90-s-1_37/regex_traits_defaults.obj vc90/libboost_regex-vc90-s-1_37/static_mutex.obj vc90/libboost_regex-vc90-s-1_37/usinstances.obj vc90/libboost_regex-vc90-s-1_37/w32_regex_traits.obj vc90/libboost_regex-vc90-s-1_37/wc_regex_traits.obj vc90/libboost_regex-vc90-s-1_37/wide_posix_api.obj vc90/libboost_regex-vc90-s-1_37/winstances.obj
+ link -lib /nologo /out:vc90/libboost_regex-vc90-s-1_37.lib $(XSFLAGS) vc90/libboost_regex-vc90-s-1_37/c_regex_traits.obj vc90/libboost_regex-vc90-s-1_37/cpp_regex_traits.obj vc90/libboost_regex-vc90-s-1_37/cregex.obj vc90/libboost_regex-vc90-s-1_37/fileiter.obj vc90/libboost_regex-vc90-s-1_37/icu.obj vc90/libboost_regex-vc90-s-1_37/instances.obj vc90/libboost_regex-vc90-s-1_37/posix_api.obj vc90/libboost_regex-vc90-s-1_37/regex.obj vc90/libboost_regex-vc90-s-1_37/regex_debug.obj vc90/libboost_regex-vc90-s-1_37/regex_raw_buffer.obj vc90/libboost_regex-vc90-s-1_37/regex_traits_defaults.obj vc90/libboost_regex-vc90-s-1_37/static_mutex.obj vc90/libboost_regex-vc90-s-1_37/usinstances.obj vc90/libboost_regex-vc90-s-1_37/w32_regex_traits.obj vc90/libboost_regex-vc90-s-1_37/wc_regex_traits.obj vc90/libboost_regex-vc90-s-1_37/wide_posix_api.obj vc90/libboost_regex-vc90-s-1_37/winstances.obj
+
+########################################################
+#
+# section for libboost_regex-vc90-mt-s-1_37.lib
+#
+########################################################
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/c_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/cpp_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/cregex.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/fileiter.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/icu.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/instances.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/posix_api.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/regex.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/regex_debug.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/regex_raw_buffer.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/regex_traits_defaults.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/static_mutex.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/usinstances.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/w32_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/wc_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/wide_posix_api.cpp
+
+vc90/libboost_regex-vc90-mt-s-1_37/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./vc90/libboost_regex-vc90-mt-s-1_37/ -Fdvc90/libboost_regex-vc90-mt-s-1_37.pdb ../src/winstances.cpp
+
+libboost_regex-vc90-mt-s-1_37_dir :
+ @if not exist "vc90\libboost_regex-vc90-mt-s-1_37\$(NULL)" mkdir vc90\libboost_regex-vc90-mt-s-1_37
+
+libboost_regex-vc90-mt-s-1_37_clean :
+ del vc90\libboost_regex-vc90-mt-s-1_37\*.obj
+ del vc90\libboost_regex-vc90-mt-s-1_37\*.idb
+ del vc90\libboost_regex-vc90-mt-s-1_37\*.exp
+ del vc90\libboost_regex-vc90-mt-s-1_37\*.pch
+
+./vc90/libboost_regex-vc90-mt-s-1_37.lib : vc90/libboost_regex-vc90-mt-s-1_37/c_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_37/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_37/cregex.obj vc90/libboost_regex-vc90-mt-s-1_37/fileiter.obj vc90/libboost_regex-vc90-mt-s-1_37/icu.obj vc90/libboost_regex-vc90-mt-s-1_37/instances.obj vc90/libboost_regex-vc90-mt-s-1_37/posix_api.obj vc90/libboost_regex-vc90-mt-s-1_37/regex.obj vc90/libboost_regex-vc90-mt-s-1_37/regex_debug.obj vc90/libboost_regex-vc90-mt-s-1_37/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-s-1_37/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-s-1_37/static_mutex.obj vc90/libboost_regex-vc90-mt-s-1_37/usinstances.obj vc90/libboost_regex-vc90-mt-s-1_37/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_37/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_37/wide_posix_api.obj vc90/libboost_regex-vc90-mt-s-1_37/winstances.obj
+ link -lib /nologo /out:vc90/libboost_regex-vc90-mt-s-1_37.lib $(XSFLAGS) vc90/libboost_regex-vc90-mt-s-1_37/c_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_37/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_37/cregex.obj vc90/libboost_regex-vc90-mt-s-1_37/fileiter.obj vc90/libboost_regex-vc90-mt-s-1_37/icu.obj vc90/libboost_regex-vc90-mt-s-1_37/instances.obj vc90/libboost_regex-vc90-mt-s-1_37/posix_api.obj vc90/libboost_regex-vc90-mt-s-1_37/regex.obj vc90/libboost_regex-vc90-mt-s-1_37/regex_debug.obj vc90/libboost_regex-vc90-mt-s-1_37/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-s-1_37/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-s-1_37/static_mutex.obj vc90/libboost_regex-vc90-mt-s-1_37/usinstances.obj vc90/libboost_regex-vc90-mt-s-1_37/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_37/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_37/wide_posix_api.obj vc90/libboost_regex-vc90-mt-s-1_37/winstances.obj
+
+########################################################
+#
+# section for libboost_regex-vc90-sgd-1_37.lib
+#
+########################################################
+vc90/libboost_regex-vc90-sgd-1_37/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/c_regex_traits.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/cpp_regex_traits.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/cregex.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/fileiter.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/icu.obj: ../src/icu.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/icu.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/instances.obj: ../src/instances.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/instances.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/posix_api.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/regex.obj: ../src/regex.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/regex.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/regex_debug.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/regex_raw_buffer.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/regex_traits_defaults.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/static_mutex.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/usinstances.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/w32_regex_traits.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/wc_regex_traits.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/wide_posix_api.cpp
+
+vc90/libboost_regex-vc90-sgd-1_37/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
+ cl $(INCLUDES) /nologo /MLd /W3 /Gm /EHsc /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /EHsc /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc90/libboost_regex-vc90-sgd-1_37/ -Fdvc90/libboost_regex-vc90-sgd-1_37.pdb ../src/winstances.cpp
+
+libboost_regex-vc90-sgd-1_37_dir :
+ @if not exist "vc90\libboost_regex-vc90-sgd-1_37\$(NULL)" mkdir vc90\libboost_regex-vc90-sgd-1_37
+
+libboost_regex-vc90-sgd-1_37_clean :
+ del vc90\libboost_regex-vc90-sgd-1_37\*.obj
+ del vc90\libboost_regex-vc90-sgd-1_37\*.idb
+ del vc90\libboost_regex-vc90-sgd-1_37\*.exp
+ del vc90\libboost_regex-vc90-sgd-1_37\*.pch
+
+./vc90/libboost_regex-vc90-sgd-1_37.lib : vc90/libboost_regex-vc90-sgd-1_37/c_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_37/cpp_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_37/cregex.obj vc90/libboost_regex-vc90-sgd-1_37/fileiter.obj vc90/libboost_regex-vc90-sgd-1_37/icu.obj vc90/libboost_regex-vc90-sgd-1_37/instances.obj vc90/libboost_regex-vc90-sgd-1_37/posix_api.obj vc90/libboost_regex-vc90-sgd-1_37/regex.obj vc90/libboost_regex-vc90-sgd-1_37/regex_debug.obj vc90/libboost_regex-vc90-sgd-1_37/regex_raw_buffer.obj vc90/libboost_regex-vc90-sgd-1_37/regex_traits_defaults.obj vc90/libboost_regex-vc90-sgd-1_37/static_mutex.obj vc90/libboost_regex-vc90-sgd-1_37/usinstances.obj vc90/libboost_regex-vc90-sgd-1_37/w32_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_37/wc_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_37/wide_posix_api.obj vc90/libboost_regex-vc90-sgd-1_37/winstances.obj
+ link -lib /nologo /out:vc90/libboost_regex-vc90-sgd-1_37.lib $(XSFLAGS) vc90/libboost_regex-vc90-sgd-1_37/c_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_37/cpp_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_37/cregex.obj vc90/libboost_regex-vc90-sgd-1_37/fileiter.obj vc90/libboost_regex-vc90-sgd-1_37/icu.obj vc90/libboost_regex-vc90-sgd-1_37/instances.obj vc90/libboost_regex-vc90-sgd-1_37/posix_api.obj vc90/libboost_regex-vc90-sgd-1_37/regex.obj vc90/libboost_regex-vc90-sgd-1_37/regex_debug.obj vc90/libboost_regex-vc90-sgd-1_37/regex_raw_buffer.obj vc90/libboost_regex-vc90-sgd-1_37/regex_traits_defaults.obj vc90/libboost_regex-vc90-sgd-1_37/static_mutex.obj vc90/libboost_regex-vc90-sgd-1_37/usinstances.obj vc90/libboost_regex-vc90-sgd-1_37/w32_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_37/wc_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_37/wide_posix_api.obj vc90/libboost_regex-vc90-sgd-1_37/winstances.obj
+
+########################################################
+#
+# section for libboost_regex-vc90-mt-sgd-1_37.lib
+#
+########################################################
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/c_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/cpp_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/cregex.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/fileiter.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/icu.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/instances.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/posix_api.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/regex.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/regex_debug.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/regex_raw_buffer.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/regex_traits_defaults.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/static_mutex.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/usinstances.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/w32_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/wc_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/wide_posix_api.cpp
+
+vc90/libboost_regex-vc90-mt-sgd-1_37/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./vc90/libboost_regex-vc90-mt-sgd-1_37/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_37.pdb ../src/winstances.cpp
+
+libboost_regex-vc90-mt-sgd-1_37_dir :
+ @if not exist "vc90\libboost_regex-vc90-mt-sgd-1_37\$(NULL)" mkdir vc90\libboost_regex-vc90-mt-sgd-1_37
+
+libboost_regex-vc90-mt-sgd-1_37_clean :
+ del vc90\libboost_regex-vc90-mt-sgd-1_37\*.obj
+ del vc90\libboost_regex-vc90-mt-sgd-1_37\*.idb
+ del vc90\libboost_regex-vc90-mt-sgd-1_37\*.exp
+ del vc90\libboost_regex-vc90-mt-sgd-1_37\*.pch
+
+./vc90/libboost_regex-vc90-mt-sgd-1_37.lib : vc90/libboost_regex-vc90-mt-sgd-1_37/c_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_37/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_37/cregex.obj vc90/libboost_regex-vc90-mt-sgd-1_37/fileiter.obj vc90/libboost_regex-vc90-mt-sgd-1_37/icu.obj vc90/libboost_regex-vc90-mt-sgd-1_37/instances.obj vc90/libboost_regex-vc90-mt-sgd-1_37/posix_api.obj vc90/libboost_regex-vc90-mt-sgd-1_37/regex.obj vc90/libboost_regex-vc90-mt-sgd-1_37/regex_debug.obj vc90/libboost_regex-vc90-mt-sgd-1_37/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-sgd-1_37/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-sgd-1_37/static_mutex.obj vc90/libboost_regex-vc90-mt-sgd-1_37/usinstances.obj vc90/libboost_regex-vc90-mt-sgd-1_37/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_37/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_37/wide_posix_api.obj vc90/libboost_regex-vc90-mt-sgd-1_37/winstances.obj
+ link -lib /nologo /out:vc90/libboost_regex-vc90-mt-sgd-1_37.lib $(XSFLAGS) vc90/libboost_regex-vc90-mt-sgd-1_37/c_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_37/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_37/cregex.obj vc90/libboost_regex-vc90-mt-sgd-1_37/fileiter.obj vc90/libboost_regex-vc90-mt-sgd-1_37/icu.obj vc90/libboost_regex-vc90-mt-sgd-1_37/instances.obj vc90/libboost_regex-vc90-mt-sgd-1_37/posix_api.obj vc90/libboost_regex-vc90-mt-sgd-1_37/regex.obj vc90/libboost_regex-vc90-mt-sgd-1_37/regex_debug.obj vc90/libboost_regex-vc90-mt-sgd-1_37/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-sgd-1_37/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-sgd-1_37/static_mutex.obj vc90/libboost_regex-vc90-mt-sgd-1_37/usinstances.obj vc90/libboost_regex-vc90-mt-sgd-1_37/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_37/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_37/wide_posix_api.obj vc90/libboost_regex-vc90-mt-sgd-1_37/winstances.obj
+
+########################################################
+#
+# section for boost_regex-vc90-mt-gd-1_37.lib
+#
+########################################################
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/c_regex_traits.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/cpp_regex_traits.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/cregex.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/fileiter.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/icu.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/instances.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/posix_api.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/regex.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/regex_debug.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/regex_raw_buffer.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/regex_traits_defaults.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/static_mutex.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/usinstances.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/w32_regex_traits.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/wc_regex_traits.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/wide_posix_api.cpp
+
+vc90/boost_regex-vc90-mt-gd-1_37/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./vc90/boost_regex-vc90-mt-gd-1_37/ -Fdvc90/boost_regex-vc90-mt-gd-1_37.pdb ../src/winstances.cpp
+
+boost_regex-vc90-mt-gd-1_37_dir :
+ @if not exist "vc90\boost_regex-vc90-mt-gd-1_37\$(NULL)" mkdir vc90\boost_regex-vc90-mt-gd-1_37
+
+boost_regex-vc90-mt-gd-1_37_clean :
+ del vc90\boost_regex-vc90-mt-gd-1_37\*.obj
+ del vc90\boost_regex-vc90-mt-gd-1_37\*.idb
+ del vc90\boost_regex-vc90-mt-gd-1_37\*.exp
+ del vc90\boost_regex-vc90-mt-gd-1_37\*.pch
+
+./vc90/boost_regex-vc90-mt-gd-1_37.lib : vc90/boost_regex-vc90-mt-gd-1_37/c_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_37/cpp_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_37/cregex.obj vc90/boost_regex-vc90-mt-gd-1_37/fileiter.obj vc90/boost_regex-vc90-mt-gd-1_37/icu.obj vc90/boost_regex-vc90-mt-gd-1_37/instances.obj vc90/boost_regex-vc90-mt-gd-1_37/posix_api.obj vc90/boost_regex-vc90-mt-gd-1_37/regex.obj vc90/boost_regex-vc90-mt-gd-1_37/regex_debug.obj vc90/boost_regex-vc90-mt-gd-1_37/regex_raw_buffer.obj vc90/boost_regex-vc90-mt-gd-1_37/regex_traits_defaults.obj vc90/boost_regex-vc90-mt-gd-1_37/static_mutex.obj vc90/boost_regex-vc90-mt-gd-1_37/usinstances.obj vc90/boost_regex-vc90-mt-gd-1_37/w32_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_37/wc_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_37/wide_posix_api.obj vc90/boost_regex-vc90-mt-gd-1_37/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:"vc90/boost_regex-vc90-mt-gd-1_37.pdb" /debug /machine:I386 /out:"vc90/boost_regex-vc90-mt-gd-1_37.dll" /implib:"vc90/boost_regex-vc90-mt-gd-1_37.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc90/boost_regex-vc90-mt-gd-1_37/c_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_37/cpp_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_37/cregex.obj vc90/boost_regex-vc90-mt-gd-1_37/fileiter.obj vc90/boost_regex-vc90-mt-gd-1_37/icu.obj vc90/boost_regex-vc90-mt-gd-1_37/instances.obj vc90/boost_regex-vc90-mt-gd-1_37/posix_api.obj vc90/boost_regex-vc90-mt-gd-1_37/regex.obj vc90/boost_regex-vc90-mt-gd-1_37/regex_debug.obj vc90/boost_regex-vc90-mt-gd-1_37/regex_raw_buffer.obj vc90/boost_regex-vc90-mt-gd-1_37/regex_traits_defaults.obj vc90/boost_regex-vc90-mt-gd-1_37/static_mutex.obj vc90/boost_regex-vc90-mt-gd-1_37/usinstances.obj vc90/boost_regex-vc90-mt-gd-1_37/w32_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_37/wc_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_37/wide_posix_api.obj vc90/boost_regex-vc90-mt-gd-1_37/winstances.obj
+
+########################################################
+#
+# section for boost_regex-vc90-mt-1_37.lib
+#
+########################################################
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/c_regex_traits.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/cpp_regex_traits.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/cregex.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/fileiter.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/icu.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/instances.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/posix_api.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/regex.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/regex_debug.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/regex_raw_buffer.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/regex_traits_defaults.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/static_mutex.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/usinstances.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/w32_regex_traits.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/wc_regex_traits.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/wide_posix_api.cpp
+
+vc90/boost_regex-vc90-mt-1_37/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./vc90/boost_regex-vc90-mt-1_37/ -Fdvc90/boost_regex-vc90-mt-1_37.pdb ../src/winstances.cpp
+
+boost_regex-vc90-mt-1_37_dir :
+ @if not exist "vc90\boost_regex-vc90-mt-1_37\$(NULL)" mkdir vc90\boost_regex-vc90-mt-1_37
+
+boost_regex-vc90-mt-1_37_clean :
+ del vc90\boost_regex-vc90-mt-1_37\*.obj
+ del vc90\boost_regex-vc90-mt-1_37\*.idb
+ del vc90\boost_regex-vc90-mt-1_37\*.exp
+ del vc90\boost_regex-vc90-mt-1_37\*.pch
+
+./vc90/boost_regex-vc90-mt-1_37.lib : vc90/boost_regex-vc90-mt-1_37/c_regex_traits.obj vc90/boost_regex-vc90-mt-1_37/cpp_regex_traits.obj vc90/boost_regex-vc90-mt-1_37/cregex.obj vc90/boost_regex-vc90-mt-1_37/fileiter.obj vc90/boost_regex-vc90-mt-1_37/icu.obj vc90/boost_regex-vc90-mt-1_37/instances.obj vc90/boost_regex-vc90-mt-1_37/posix_api.obj vc90/boost_regex-vc90-mt-1_37/regex.obj vc90/boost_regex-vc90-mt-1_37/regex_debug.obj vc90/boost_regex-vc90-mt-1_37/regex_raw_buffer.obj vc90/boost_regex-vc90-mt-1_37/regex_traits_defaults.obj vc90/boost_regex-vc90-mt-1_37/static_mutex.obj vc90/boost_regex-vc90-mt-1_37/usinstances.obj vc90/boost_regex-vc90-mt-1_37/w32_regex_traits.obj vc90/boost_regex-vc90-mt-1_37/wc_regex_traits.obj vc90/boost_regex-vc90-mt-1_37/wide_posix_api.obj vc90/boost_regex-vc90-mt-1_37/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:"vc90/boost_regex-vc90-mt-1_37.pdb" /debug /machine:I386 /out:"vc90/boost_regex-vc90-mt-1_37.dll" /implib:"vc90/boost_regex-vc90-mt-1_37.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc90/boost_regex-vc90-mt-1_37/c_regex_traits.obj vc90/boost_regex-vc90-mt-1_37/cpp_regex_traits.obj vc90/boost_regex-vc90-mt-1_37/cregex.obj vc90/boost_regex-vc90-mt-1_37/fileiter.obj vc90/boost_regex-vc90-mt-1_37/icu.obj vc90/boost_regex-vc90-mt-1_37/instances.obj vc90/boost_regex-vc90-mt-1_37/posix_api.obj vc90/boost_regex-vc90-mt-1_37/regex.obj vc90/boost_regex-vc90-mt-1_37/regex_debug.obj vc90/boost_regex-vc90-mt-1_37/regex_raw_buffer.obj vc90/boost_regex-vc90-mt-1_37/regex_traits_defaults.obj vc90/boost_regex-vc90-mt-1_37/static_mutex.obj vc90/boost_regex-vc90-mt-1_37/usinstances.obj vc90/boost_regex-vc90-mt-1_37/w32_regex_traits.obj vc90/boost_regex-vc90-mt-1_37/wc_regex_traits.obj vc90/boost_regex-vc90-mt-1_37/wide_posix_api.obj vc90/boost_regex-vc90-mt-1_37/winstances.obj
+
+########################################################
+#
+# section for libboost_regex-vc90-mt-1_37.lib
+#
+########################################################
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/c_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/cpp_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/cregex.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/fileiter.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/icu.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/instances.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/posix_api.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/regex.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/regex_debug.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/regex_raw_buffer.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/regex_traits_defaults.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/static_mutex.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/usinstances.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/w32_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/wc_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/wide_posix_api.cpp
+
+vc90/libboost_regex-vc90-mt-1_37/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./vc90/libboost_regex-vc90-mt-1_37/ -Fdvc90/libboost_regex-vc90-mt-1_37.pdb ../src/winstances.cpp
+
+libboost_regex-vc90-mt-1_37_dir :
+ @if not exist "vc90\libboost_regex-vc90-mt-1_37\$(NULL)" mkdir vc90\libboost_regex-vc90-mt-1_37
+
+libboost_regex-vc90-mt-1_37_clean :
+ del vc90\libboost_regex-vc90-mt-1_37\*.obj
+ del vc90\libboost_regex-vc90-mt-1_37\*.idb
+ del vc90\libboost_regex-vc90-mt-1_37\*.exp
+ del vc90\libboost_regex-vc90-mt-1_37\*.pch
+
+./vc90/libboost_regex-vc90-mt-1_37.lib : vc90/libboost_regex-vc90-mt-1_37/c_regex_traits.obj vc90/libboost_regex-vc90-mt-1_37/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-1_37/cregex.obj vc90/libboost_regex-vc90-mt-1_37/fileiter.obj vc90/libboost_regex-vc90-mt-1_37/icu.obj vc90/libboost_regex-vc90-mt-1_37/instances.obj vc90/libboost_regex-vc90-mt-1_37/posix_api.obj vc90/libboost_regex-vc90-mt-1_37/regex.obj vc90/libboost_regex-vc90-mt-1_37/regex_debug.obj vc90/libboost_regex-vc90-mt-1_37/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-1_37/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-1_37/static_mutex.obj vc90/libboost_regex-vc90-mt-1_37/usinstances.obj vc90/libboost_regex-vc90-mt-1_37/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-1_37/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-1_37/wide_posix_api.obj vc90/libboost_regex-vc90-mt-1_37/winstances.obj
+ link -lib /nologo /out:vc90/libboost_regex-vc90-mt-1_37.lib $(XSFLAGS) vc90/libboost_regex-vc90-mt-1_37/c_regex_traits.obj vc90/libboost_regex-vc90-mt-1_37/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-1_37/cregex.obj vc90/libboost_regex-vc90-mt-1_37/fileiter.obj vc90/libboost_regex-vc90-mt-1_37/icu.obj vc90/libboost_regex-vc90-mt-1_37/instances.obj vc90/libboost_regex-vc90-mt-1_37/posix_api.obj vc90/libboost_regex-vc90-mt-1_37/regex.obj vc90/libboost_regex-vc90-mt-1_37/regex_debug.obj vc90/libboost_regex-vc90-mt-1_37/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-1_37/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-1_37/static_mutex.obj vc90/libboost_regex-vc90-mt-1_37/usinstances.obj vc90/libboost_regex-vc90-mt-1_37/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-1_37/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-1_37/wide_posix_api.obj vc90/libboost_regex-vc90-mt-1_37/winstances.obj
+
+########################################################
+#
+# section for libboost_regex-vc90-mt-gd-1_37.lib
+#
+########################################################
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/c_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/cpp_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/cregex.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/fileiter.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/icu.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/instances.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/posix_api.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/regex.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/regex_debug.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/regex_raw_buffer.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/regex_traits_defaults.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/static_mutex.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/usinstances.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/w32_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/wc_regex_traits.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/wide_posix_api.cpp
+
+vc90/libboost_regex-vc90-mt-gd-1_37/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./vc90/libboost_regex-vc90-mt-gd-1_37/ -Fdvc90/libboost_regex-vc90-mt-gd-1_37.pdb ../src/winstances.cpp
+
+libboost_regex-vc90-mt-gd-1_37_dir :
+ @if not exist "vc90\libboost_regex-vc90-mt-gd-1_37\$(NULL)" mkdir vc90\libboost_regex-vc90-mt-gd-1_37
+
+libboost_regex-vc90-mt-gd-1_37_clean :
+ del vc90\libboost_regex-vc90-mt-gd-1_37\*.obj
+ del vc90\libboost_regex-vc90-mt-gd-1_37\*.idb
+ del vc90\libboost_regex-vc90-mt-gd-1_37\*.exp
+ del vc90\libboost_regex-vc90-mt-gd-1_37\*.pch
+
+./vc90/libboost_regex-vc90-mt-gd-1_37.lib : vc90/libboost_regex-vc90-mt-gd-1_37/c_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_37/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_37/cregex.obj vc90/libboost_regex-vc90-mt-gd-1_37/fileiter.obj vc90/libboost_regex-vc90-mt-gd-1_37/icu.obj vc90/libboost_regex-vc90-mt-gd-1_37/instances.obj vc90/libboost_regex-vc90-mt-gd-1_37/posix_api.obj vc90/libboost_regex-vc90-mt-gd-1_37/regex.obj vc90/libboost_regex-vc90-mt-gd-1_37/regex_debug.obj vc90/libboost_regex-vc90-mt-gd-1_37/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-gd-1_37/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-gd-1_37/static_mutex.obj vc90/libboost_regex-vc90-mt-gd-1_37/usinstances.obj vc90/libboost_regex-vc90-mt-gd-1_37/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_37/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_37/wide_posix_api.obj vc90/libboost_regex-vc90-mt-gd-1_37/winstances.obj
+ link -lib /nologo /out:vc90/libboost_regex-vc90-mt-gd-1_37.lib $(XSFLAGS) vc90/libboost_regex-vc90-mt-gd-1_37/c_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_37/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_37/cregex.obj vc90/libboost_regex-vc90-mt-gd-1_37/fileiter.obj vc90/libboost_regex-vc90-mt-gd-1_37/icu.obj vc90/libboost_regex-vc90-mt-gd-1_37/instances.obj vc90/libboost_regex-vc90-mt-gd-1_37/posix_api.obj vc90/libboost_regex-vc90-mt-gd-1_37/regex.obj vc90/libboost_regex-vc90-mt-gd-1_37/regex_debug.obj vc90/libboost_regex-vc90-mt-gd-1_37/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-gd-1_37/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-gd-1_37/static_mutex.obj vc90/libboost_regex-vc90-mt-gd-1_37/usinstances.obj vc90/libboost_regex-vc90-mt-gd-1_37/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_37/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_37/wide_posix_api.obj vc90/libboost_regex-vc90-mt-gd-1_37/winstances.obj
+
+
diff --git a/build/vc_gen.sh b/build/vc_gen.sh
index 473ec526..73f5776c 100644
--- a/build/vc_gen.sh
+++ b/build/vc_gen.sh
@@ -506,5 +506,4 @@ rm -f $tout $iout
-
diff --git a/doc/html/boost_regex/background_information/examples.html b/doc/html/boost_regex/background_information/examples.html
index 02183086..1f7c69f1 100644
--- a/doc/html/boost_regex/background_information/examples.html
+++ b/doc/html/boost_regex/background_information/examples.html
@@ -28,7 +28,7 @@
Example Programs
@@ -107,7 +107,7 @@
Files: captures_test.cpp.
@@ -133,7 +133,7 @@
Files: regex_timer.cpp.
diff --git a/doc/html/boost_regex/background_information/history.html b/doc/html/boost_regex/background_information/history.html
index 3240fd5b..ef4821de 100644
--- a/doc/html/boost_regex/background_information/history.html
+++ b/doc/html/boost_regex/background_information/history.html
@@ -26,7 +26,7 @@
History
@@ -49,7 +49,7 @@
@@ -119,7 +119,7 @@
@@ -174,7 +174,7 @@
@@ -182,7 +182,7 @@
Fixed bug in partial matches of bounded repeats of '.'.
diff --git a/doc/html/boost_regex/background_information/locale.html b/doc/html/boost_regex/background_information/locale.html
index 0cb063c7..5bc84117 100644
--- a/doc/html/boost_regex/background_information/locale.html
+++ b/doc/html/boost_regex/background_information/locale.html
@@ -58,7 +58,7 @@
There are three separate localization mechanisms supported by Boost.Regex:
@@ -90,7 +90,7 @@
are treated as "unknown" graphic characters.
@@ -114,7 +114,7 @@
libraries including version 1 of this library.
@@ -151,7 +151,7 @@
in your code. The best way to ensure this is to add the #define to <boost/regex/user.hpp>
.
diff --git a/doc/html/boost_regex/background_information/standards.html b/doc/html/boost_regex/background_information/standards.html
index 534755f3..11ba91d9 100644
--- a/doc/html/boost_regex/background_information/standards.html
+++ b/doc/html/boost_regex/background_information/standards.html
@@ -28,7 +28,7 @@
Conformance
@@ -36,7 +36,7 @@
Report on C++ Library Extensions.
@@ -49,7 +49,7 @@
rather than a Unicode escape sequence; use \x{DDDD} for Unicode escape sequences.
@@ -62,7 +62,7 @@
(??{code}) Not implementable in a compiled strongly typed language.
@@ -82,7 +82,7 @@
a custom traits class.
diff --git a/doc/html/boost_regex/captures.html b/doc/html/boost_regex/captures.html
index f306d7c4..447f5489 100644
--- a/doc/html/boost_regex/captures.html
+++ b/doc/html/boost_regex/captures.html
@@ -35,7 +35,7 @@
accessed.
@@ -218,7 +218,7 @@
output stream.
@@ -231,7 +231,7 @@
you can determine which sub-expressions matched by accessing the sub_match::matched
data member.
diff --git a/doc/html/boost_regex/format/boost_format_syntax.html b/doc/html/boost_regex/format/boost_format_syntax.html
index c733757b..13563591 100644
--- a/doc/html/boost_regex/format/boost_format_syntax.html
+++ b/doc/html/boost_regex/format/boost_format_syntax.html
@@ -32,7 +32,7 @@
'$', '\', '(', ')', '?', and ':'.
@@ -40,7 +40,7 @@
you want a to output literal parenthesis.
@@ -66,7 +66,7 @@
with "bar" otherwise.
@@ -161,7 +161,7 @@
as a literal.
diff --git a/doc/html/boost_regex/install.html b/doc/html/boost_regex/install.html
index 46755547..bcb685bb 100644
--- a/doc/html/boost_regex/install.html
+++ b/doc/html/boost_regex/install.html
@@ -49,7 +49,7 @@
file before you can use it, instructions for specific platforms are as follows:
@@ -58,7 +58,7 @@
started guide for more information.
@@ -96,11 +96,11 @@
ICU you are using is binary compatible with the toolset you use to build Boost.
@@ -166,7 +166,7 @@
a lot in compile times!
@@ -253,7 +253,7 @@
@@ -302,7 +302,7 @@
see the config library documentation.
@@ -347,7 +347,7 @@
will build v9 variants of the regex library named libboost_regex_v9.a etc.
diff --git a/doc/html/boost_regex/ref/bad_expression.html b/doc/html/boost_regex/ref/bad_expression.html
index 09e0dce2..252069b9 100644
--- a/doc/html/boost_regex/ref/bad_expression.html
+++ b/doc/html/boost_regex/ref/bad_expression.html
@@ -27,7 +27,7 @@
bad_expression
#include <boost/pattern_except.hpp>
@@ -54,7 +54,7 @@
}
regex_error(const std::string& s, regex_constants::error_type err, std::ptrdiff_t pos);
diff --git a/doc/html/boost_regex/ref/basic_regex.html b/doc/html/boost_regex/ref/basic_regex.html
index 1a72c91a..2aae2876 100644
--- a/doc/html/boost_regex/ref/basic_regex.html
+++ b/doc/html/boost_regex/ref/basic_regex.html
@@ -27,7 +27,7 @@
basic_regex
#include <boost/regex.hpp>
@@ -243,7 +243,7 @@
}
@@ -326,7 +326,7 @@
basic_regex
.
-
Table 1. basic_regex default construction postconditions
+
Table 1. basic_regex default construction postconditions
@@ -406,7 +406,7 @@
flags specified in f.
-
Table 2. Postconditions for basic_regex construction
+
Table 2. Postconditions for basic_regex construction
@@ -511,7 +511,7 @@
specified in f.
-
Table 3. Postconditions for basic_regex construction
+
Table 3. Postconditions for basic_regex construction
@@ -615,7 +615,7 @@
according the option flags specified in f.
-
Table 4. Postconditions for basic_regex construction
+
Table 4. Postconditions for basic_regex construction
@@ -726,7 +726,7 @@
flags specified in f.
-
Table 5. Postconditions for basic_regex construction
+
Table 5. Postconditions for basic_regex construction
@@ -828,7 +828,7 @@
flags specified in f.
-
Table 6. Postconditions for basic_regex construction
+
Table 6. Postconditions for basic_regex construction
@@ -1026,7 +1026,7 @@
in f.
-
Table 7. Postconditions for basic_regex::assign
+
Table 7. Postconditions for basic_regex::assign
diff --git a/doc/html/boost_regex/ref/concepts/traits_concept.html b/doc/html/boost_regex/ref/concepts/traits_concept.html
index f7f2e58a..7aa5ca43 100644
--- a/doc/html/boost_regex/ref/concepts/traits_concept.html
+++ b/doc/html/boost_regex/ref/concepts/traits_concept.html
@@ -34,7 +34,7 @@
Boost-specific enhanced interface.
@@ -381,7 +381,7 @@
diff --git a/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html b/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html
index 04d02660..7f4b0c24 100644
--- a/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html
+++ b/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html
@@ -34,7 +34,7 @@
previous version of Boost.Regex and will not be further updated:
diff --git a/doc/html/boost_regex/ref/error_type.html b/doc/html/boost_regex/ref/error_type.html
index f18f3fdb..9840fe39 100644
--- a/doc/html/boost_regex/ref/error_type.html
+++ b/doc/html/boost_regex/ref/error_type.html
@@ -27,7 +27,7 @@
error_type
@@ -57,7 +57,7 @@
}
diff --git a/doc/html/boost_regex/ref/match_flag_type.html b/doc/html/boost_regex/ref/match_flag_type.html
index f95d26d7..f020a69d 100644
--- a/doc/html/boost_regex/ref/match_flag_type.html
+++ b/doc/html/boost_regex/ref/match_flag_type.html
@@ -69,7 +69,7 @@
}
diff --git a/doc/html/boost_regex/ref/match_results.html b/doc/html/boost_regex/ref/match_results.html
index 47f364d9..617cd4ce 100644
--- a/doc/html/boost_regex/ref/match_results.html
+++ b/doc/html/boost_regex/ref/match_results.html
@@ -27,7 +27,7 @@
match_results
#include <boost/regex.hpp>
@@ -142,7 +142,7 @@
match_results<BidirectionalIterator, Allocator>& m2);
diff --git a/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html b/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html
index 2a386b1d..257bfa7c 100644
--- a/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html
+++ b/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html
@@ -43,7 +43,7 @@
on to the "real" algorithm.
@@ -89,7 +89,7 @@
}
@@ -128,7 +128,7 @@
}
diff --git a/doc/html/boost_regex/ref/non_std_strings/icu/unicode_iter.html b/doc/html/boost_regex/ref/non_std_strings/icu/unicode_iter.html
index 73ad7f29..e19d4610 100644
--- a/doc/html/boost_regex/ref/non_std_strings/icu/unicode_iter.html
+++ b/doc/html/boost_regex/ref/non_std_strings/icu/unicode_iter.html
@@ -28,7 +28,7 @@
Unicode Aware Regex Iterators
@@ -126,7 +126,7 @@
Provided of course that the input is encoded as UTF-8.
diff --git a/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html b/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html
index 3dc47f0c..b010c05e 100644
--- a/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html
+++ b/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html
@@ -34,7 +34,7 @@
here they are anyway:
@@ -82,7 +82,7 @@
}
@@ -110,7 +110,7 @@
}
@@ -149,7 +149,7 @@
}
@@ -164,7 +164,7 @@
+ s.GetLength(), e, f);
diff --git a/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html b/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html
index 794ea347..24d97c88 100644
--- a/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html
+++ b/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html
@@ -32,7 +32,7 @@
an MFC/ATL string to a regex_iterator
or regex_token_iterator
:
@@ -68,7 +68,7 @@
}
diff --git a/doc/html/boost_regex/ref/posix.html b/doc/html/boost_regex/ref/posix.html
index e2134095..846d2ae4 100644
--- a/doc/html/boost_regex/ref/posix.html
+++ b/doc/html/boost_regex/ref/posix.html
@@ -165,7 +165,7 @@
@@ -379,7 +379,7 @@
@@ -467,7 +467,7 @@
@@ -537,7 +537,7 @@
diff --git a/doc/html/boost_regex/ref/regex_iterator.html b/doc/html/boost_regex/ref/regex_iterator.html
index 3bda19c5..6ed6c16d 100644
--- a/doc/html/boost_regex/ref/regex_iterator.html
+++ b/doc/html/boost_regex/ref/regex_iterator.html
@@ -78,7 +78,7 @@
regex_constants::match_flag_type m = regex_constants::match_default);
@@ -436,7 +436,7 @@
m.
diff --git a/doc/html/boost_regex/ref/regex_match.html b/doc/html/boost_regex/ref/regex_match.html
index e55dd632..7a0cb9de 100644
--- a/doc/html/boost_regex/ref/regex_match.html
+++ b/doc/html/boost_regex/ref/regex_match.html
@@ -80,7 +80,7 @@
match_flag_type flags = match_default);
template <class BidirectionalIterator, class Allocator, class charT, class traits>
@@ -360,7 +360,7 @@
Effects: Returns the result of regex_match(s.begin(), s.end(), e, flags)
.
diff --git a/doc/html/boost_regex/ref/regex_replace.html b/doc/html/boost_regex/ref/regex_replace.html
index c7d5dabe..fc09fb43 100644
--- a/doc/html/boost_regex/ref/regex_replace.html
+++ b/doc/html/boost_regex/ref/regex_replace.html
@@ -53,7 +53,7 @@
match_flag_type flags = match_default);
template <class OutputIterator, class BidirectionalIterator, class traits, class charT>
@@ -163,7 +163,7 @@
and then returns result
.
@@ -238,7 +238,7 @@
}
extern const char* pre_expression = "(<)|(>)|(&)|\\r";
-extern const char* pre_format = "(?1<)(?2>)(?3&)";
+extern const char* pre_format = "(?1<)(?2>)(?3&)";
const char* expression_text =
diff --git a/doc/html/boost_regex/ref/regex_search.html b/doc/html/boost_regex/ref/regex_search.html
index 10fc7836..48ed9b57 100644
--- a/doc/html/boost_regex/ref/regex_search.html
+++ b/doc/html/boost_regex/ref/regex_search.html
@@ -73,7 +73,7 @@
match_flag_type flags = match_default);
template <class BidirectionalIterator, class Allocator, class charT, class traits>
@@ -355,7 +355,7 @@
Effects: Returns the result of regex_search(s.begin(), s.end(), e, flags)
.
diff --git a/doc/html/boost_regex/ref/regex_token_iterator.html b/doc/html/boost_regex/ref/regex_token_iterator.html
index 56b09721..b21f8df4 100644
--- a/doc/html/boost_regex/ref/regex_token_iterator.html
+++ b/doc/html/boost_regex/ref/regex_token_iterator.html
@@ -136,7 +136,7 @@
regex_constants::match_flag_type m = regex_constants::match_default);
@@ -383,7 +383,7 @@
m.
diff --git a/doc/html/boost_regex/ref/regex_traits.html b/doc/html/boost_regex/ref/regex_traits.html
index 74b6511c..d51514b8 100644
--- a/doc/html/boost_regex/ref/regex_traits.html
+++ b/doc/html/boost_regex/ref/regex_traits.html
@@ -46,7 +46,7 @@
}
diff --git a/doc/html/boost_regex/ref/sub_match.html b/doc/html/boost_regex/ref/sub_match.html
index e2bbf19a..f153c515 100644
--- a/doc/html/boost_regex/ref/sub_match.html
+++ b/doc/html/boost_regex/ref/sub_match.html
@@ -329,11 +329,11 @@
}
@@ -473,7 +473,7 @@
@@ -1008,7 +1008,7 @@
+ m2.str().
diff --git a/doc/html/boost_regex/syntax/basic_extended.html b/doc/html/boost_regex/syntax/basic_extended.html
index b8490b92..48398b60 100644
--- a/doc/html/boost_regex/syntax/basic_extended.html
+++ b/doc/html/boost_regex/syntax/basic_extended.html
@@ -28,7 +28,7 @@
Expression Syntax
@@ -46,7 +46,7 @@
@@ -56,7 +56,7 @@
.[{()\*+?|^$
@@ -74,7 +74,7 @@
@@ -86,7 +86,7 @@
of an expression, or the last character of a sub-expression.
@@ -98,7 +98,7 @@
to by a back-reference.
@@ -184,7 +184,7 @@ cab
operator to be applied to.
@@ -214,7 +214,7 @@ cab
@@ -227,7 +227,7 @@ cab
will match either of "abd" or "abef".
@@ -240,7 +240,7 @@ cab
A bracket expression may contain any combination of the following:
@@ -249,7 +249,7 @@ cab
or 'c'.
@@ -265,7 +265,7 @@ cab
the code points of the characters only.
@@ -274,7 +274,7 @@ cab
range a-c
.
@@ -284,7 +284,7 @@ cab
character class names.
@@ -312,7 +312,7 @@ cab
matches a NUL character.
@@ -329,7 +329,7 @@ cab
or even all locales on one platform.
@@ -337,7 +337,7 @@ cab
[[:digit:]a-c[.NUL.]]
.
@@ -363,7 +363,7 @@ cab
extensions are also supported by Boost.Regex:
@@ -552,7 +552,7 @@ cab
@@ -706,7 +706,7 @@ cab
@@ -813,7 +813,7 @@ cab
matches any "digit" character, as does
\p{digit}
.
@@ -888,7 +888,7 @@ cab
@@ -979,7 +979,7 @@ cab
@@ -991,7 +991,7 @@ cab
match to start where the last one ended.
@@ -1005,7 +1005,7 @@ cab
\*+aaa
@@ -1056,7 +1056,7 @@ cab
@@ -1065,7 +1065,7 @@ cab
\@ matches a literal '@'.
@@ -1101,7 +1101,7 @@ cab
@@ -1111,11 +1111,11 @@ cab
rule.
@@ -1136,7 +1136,7 @@ cab
used with the -E option.
@@ -1150,7 +1150,7 @@ cab
these by default anyway.
@@ -1163,7 +1163,7 @@ cab
modify how the case and locale sensitivity are to be applied.
diff --git a/doc/html/boost_regex/syntax/basic_syntax.html b/doc/html/boost_regex/syntax/basic_syntax.html
index 6a7bde4f..c9521955 100644
--- a/doc/html/boost_regex/syntax/basic_syntax.html
+++ b/doc/html/boost_regex/syntax/basic_syntax.html
@@ -28,7 +28,7 @@
Expression Syntax
@@ -45,7 +45,7 @@
@@ -55,7 +55,7 @@
.[\*^$
@@ -73,7 +73,7 @@
@@ -85,7 +85,7 @@
of an expression, or the last character of a sub-expression.
@@ -97,7 +97,7 @@
by a back-reference.
@@ -155,7 +155,7 @@ aaaa
to.
@@ -173,7 +173,7 @@ aaaa
aaabba
@@ -186,7 +186,7 @@ aaaa
A bracket expression may contain any combination of the following:
@@ -195,7 +195,7 @@ aaaa
or 'c'.
@@ -211,7 +211,7 @@ aaaa
of the characters only.
@@ -220,7 +220,7 @@ aaaa
range a-c.
@@ -230,7 +230,7 @@ aaaa
character class names.
@@ -259,7 +259,7 @@ aaaa
element names.
@@ -276,7 +276,7 @@ aaaa
or even all locales on one platform.
@@ -284,7 +284,7 @@ aaaa
[[:digit:]a-c[.NUL.]].
@@ -299,7 +299,7 @@ aaaa
will match either a literal '\' or a '^'.
@@ -309,13 +309,13 @@ aaaa
rule.
@@ -333,7 +333,7 @@ aaaa
As its name suggests, this behavior is consistent with the Unix utility grep.
@@ -613,7 +613,7 @@ aaaa
leftmost-longest rule.
@@ -627,7 +627,7 @@ aaaa
options modify how the case and locale sensitivity are to be applied.
diff --git a/doc/html/boost_regex/syntax/perl_syntax.html b/doc/html/boost_regex/syntax/perl_syntax.html
index cfe83674..2c1bf3b3 100644
--- a/doc/html/boost_regex/syntax/perl_syntax.html
+++ b/doc/html/boost_regex/syntax/perl_syntax.html
@@ -28,7 +28,7 @@
Syntax
@@ -45,7 +45,7 @@
boost::regex e2(my_expression, boost::regex::perl|boost::regex::icase);
@@ -55,7 +55,7 @@
.[{()\*+?|^$
@@ -75,7 +75,7 @@
@@ -85,7 +85,7 @@
A '$' character shall match the end of a line.
@@ -97,7 +97,7 @@
to by a back-reference.
@@ -111,7 +111,7 @@
out any separate sub-expressions.
@@ -197,7 +197,7 @@
operator to be applied to.
@@ -228,7 +228,7 @@
input as possible.
@@ -248,7 +248,7 @@
aaabba
@@ -277,7 +277,7 @@
(?:abc)??
has exactly the same effect.
@@ -290,7 +290,7 @@
A bracket expression may contain any combination of the following:
@@ -298,7 +298,7 @@
or 'c'.
@@ -311,7 +311,7 @@
regular expression, then ranges are locale sensitive.
@@ -320,7 +320,7 @@
range a-c
.
@@ -330,7 +330,7 @@
character class names.
@@ -354,7 +354,7 @@
character.
@@ -371,7 +371,7 @@
or even all locales on one platform.
@@ -383,7 +383,7 @@
is not a "word" character.
@@ -391,7 +391,7 @@
[[:digit:]a-c[.NUL.]]
.
@@ -584,7 +584,7 @@
@@ -738,7 +738,7 @@
@@ -846,7 +846,7 @@
matches any "digit" character, as does \p{digit}
.
@@ -868,7 +868,7 @@
Matches only when not at a word boundary.
@@ -893,7 +893,7 @@
to the regular expression \n*\z
@@ -905,7 +905,7 @@
match to start where the last one ended.
@@ -918,7 +918,7 @@
\*+aaa
@@ -929,7 +929,7 @@
combining characters.
@@ -938,7 +938,7 @@
\@ matches a literal '@'.
@@ -947,7 +947,7 @@
(?
.
@@ -956,7 +956,7 @@
are ignored.
@@ -971,7 +971,7 @@
applies the specified modifiers to pattern only.
@@ -980,7 +980,7 @@
an additional sub-expression.
@@ -1003,7 +1003,7 @@
could be used to validate the password.
@@ -1017,7 +1017,7 @@
(pattern must be of fixed length).
@@ -1030,7 +1030,7 @@
no match is found at all.
@@ -1050,7 +1050,7 @@
sub-expression has been matched).
@@ -1086,7 +1086,7 @@
@@ -1271,7 +1271,7 @@
@@ -1280,7 +1280,7 @@
JavaScript
and JScript
are all synonyms for perl
.
@@ -1293,7 +1293,7 @@
sensitivity are to be applied.
@@ -1305,7 +1305,7 @@
and no_mod_s
.
diff --git a/doc/html/boost_regex/unicode.html b/doc/html/boost_regex/unicode.html
index 3b98caff..72e5dbb2 100644
--- a/doc/html/boost_regex/unicode.html
+++ b/doc/html/boost_regex/unicode.html
@@ -30,7 +30,7 @@
There are two ways to use Boost.Regex with Unicode strings:
@@ -56,7 +56,7 @@
diff --git a/doc/html/index.html b/doc/html/index.html
index b95c821b..24529589 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -28,7 +28,7 @@
Copyright © 1998 -2007 John Maddock
-Last revised: July 25, 2008 at 09:01:43 GMT |
+Last revised: October 23, 2008 at 14:48:47 GMT |
|
diff --git a/doc/regex_replace.qbk b/doc/regex_replace.qbk
index e87c0303..252397aa 100644
--- a/doc/regex_replace.qbk
+++ b/doc/regex_replace.qbk
@@ -190,7 +190,7 @@ syntax highlighted HTML code.
}
extern const char* pre_expression = "(<)|(>)|(&)|\\r";
- extern const char* pre_format = "(?1<)(?2>)(?3&)";
+ extern const char* pre_format = "(?1<)(?2>)(?3&)";
const char* expression_text =