mirror of
https://github.com/boostorg/regex.git
synced 2026-06-11 19:51:14 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b033d8b088 |
@@ -1,96 +0,0 @@
|
||||
* text=auto !eol svneol=native#text/plain
|
||||
*.gitattributes text svneol=native#text/plain
|
||||
|
||||
# Scriptish formats
|
||||
*.bat text svneol=native#text/plain
|
||||
*.bsh text svneol=native#text/x-beanshell
|
||||
*.cgi text svneol=native#text/plain
|
||||
*.cmd text svneol=native#text/plain
|
||||
*.js text svneol=native#text/javascript
|
||||
*.php text svneol=native#text/x-php
|
||||
*.pl text svneol=native#text/x-perl
|
||||
*.pm text svneol=native#text/x-perl
|
||||
*.py text svneol=native#text/x-python
|
||||
*.sh eol=lf svneol=LF#text/x-sh
|
||||
configure eol=lf svneol=LF#text/x-sh
|
||||
|
||||
# Image formats
|
||||
*.bmp binary svneol=unset#image/bmp
|
||||
*.gif binary svneol=unset#image/gif
|
||||
*.ico binary svneol=unset#image/ico
|
||||
*.jpeg binary svneol=unset#image/jpeg
|
||||
*.jpg binary svneol=unset#image/jpeg
|
||||
*.png binary svneol=unset#image/png
|
||||
*.tif binary svneol=unset#image/tiff
|
||||
*.tiff binary svneol=unset#image/tiff
|
||||
*.svg text svneol=native#image/svg%2Bxml
|
||||
|
||||
# Data formats
|
||||
*.pdf binary svneol=unset#application/pdf
|
||||
*.avi binary svneol=unset#video/avi
|
||||
*.doc binary svneol=unset#application/msword
|
||||
*.dsp text svneol=crlf#text/plain
|
||||
*.dsw text svneol=crlf#text/plain
|
||||
*.eps binary svneol=unset#application/postscript
|
||||
*.gz binary svneol=unset#application/gzip
|
||||
*.mov binary svneol=unset#video/quicktime
|
||||
*.mp3 binary svneol=unset#audio/mpeg
|
||||
*.ppt binary svneol=unset#application/vnd.ms-powerpoint
|
||||
*.ps binary svneol=unset#application/postscript
|
||||
*.psd binary svneol=unset#application/photoshop
|
||||
*.rdf binary svneol=unset#text/rdf
|
||||
*.rss text svneol=unset#text/xml
|
||||
*.rtf binary svneol=unset#text/rtf
|
||||
*.sln text svneol=native#text/plain
|
||||
*.swf binary svneol=unset#application/x-shockwave-flash
|
||||
*.tgz binary svneol=unset#application/gzip
|
||||
*.vcproj text svneol=native#text/xml
|
||||
*.vcxproj text svneol=native#text/xml
|
||||
*.vsprops text svneol=native#text/xml
|
||||
*.wav binary svneol=unset#audio/wav
|
||||
*.xls binary svneol=unset#application/vnd.ms-excel
|
||||
*.zip binary svneol=unset#application/zip
|
||||
|
||||
# Text formats
|
||||
.htaccess text svneol=native#text/plain
|
||||
*.bbk text svneol=native#text/xml
|
||||
*.cmake text svneol=native#text/plain
|
||||
*.css text svneol=native#text/css
|
||||
*.dtd text svneol=native#text/xml
|
||||
*.htm text svneol=native#text/html
|
||||
*.html text svneol=native#text/html
|
||||
*.ini text svneol=native#text/plain
|
||||
*.log text svneol=native#text/plain
|
||||
*.mak text svneol=native#text/plain
|
||||
*.qbk text svneol=native#text/plain
|
||||
*.rst text svneol=native#text/plain
|
||||
*.sql text svneol=native#text/x-sql
|
||||
*.txt text svneol=native#text/plain
|
||||
*.xhtml text svneol=native#text/xhtml%2Bxml
|
||||
*.xml text svneol=native#text/xml
|
||||
*.xsd text svneol=native#text/xml
|
||||
*.xsl text svneol=native#text/xml
|
||||
*.xslt text svneol=native#text/xml
|
||||
*.xul text svneol=native#text/xul
|
||||
*.yml text svneol=native#text/plain
|
||||
boost-no-inspect text svneol=native#text/plain
|
||||
CHANGES text svneol=native#text/plain
|
||||
COPYING text svneol=native#text/plain
|
||||
INSTALL text svneol=native#text/plain
|
||||
Jamfile text svneol=native#text/plain
|
||||
Jamroot text svneol=native#text/plain
|
||||
Jamfile.v2 text svneol=native#text/plain
|
||||
Jamrules text svneol=native#text/plain
|
||||
Makefile* text svneol=native#text/plain
|
||||
README text svneol=native#text/plain
|
||||
TODO text svneol=native#text/plain
|
||||
|
||||
# Code formats
|
||||
*.c text svneol=native#text/plain
|
||||
*.cpp text svneol=native#text/plain
|
||||
*.h text svneol=native#text/plain
|
||||
*.hpp text svneol=native#text/plain
|
||||
*.ipp text svneol=native#text/plain
|
||||
*.tpp text svneol=native#text/plain
|
||||
*.jam text svneol=native#text/plain
|
||||
*.java text svneol=native#text/plain
|
||||
@@ -1,72 +0,0 @@
|
||||
# copyright John Maddock 2003
|
||||
# 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.
|
||||
|
||||
#
|
||||
# ICU configuration:
|
||||
#
|
||||
if [ modules.peek : ICU_PATH ]
|
||||
{
|
||||
ICU_PATH = [ modules.peek : ICU_PATH ] ;
|
||||
}
|
||||
if [ modules.peek : ICU_LINK ]
|
||||
{
|
||||
ICU_LINK = [ modules.peek : ICU_LINK ] ;
|
||||
}
|
||||
|
||||
if $(ICU_LINK)
|
||||
{
|
||||
ICU_OPTS = <include>$(ICU_PATH)/include <linkflags>$(ICU_LINK) <dll-path>$(ICU_PATH)/bin <define>BOOST_HAS_ICU=1 <runtime-link>shared ;
|
||||
}
|
||||
else
|
||||
{
|
||||
lib icuuc : : <search>$(ICU_PATH)/lib <link>shared <runtime-link>shared ;
|
||||
lib icuuc : : <toolset>msvc <variant>debug <name>icuucd <search>$(ICU_PATH)/lib <link>shared <runtime-link>shared ;
|
||||
lib icuuc : : <name>this_is_an_invalid_library_name ;
|
||||
lib icudt : : <search>$(ICU_PATH)/lib <name>icudata <link>shared <runtime-link>shared ;
|
||||
lib icudt : : <search>$(ICU_PATH)/lib <name>icudt <toolset>msvc <link>shared <runtime-link>shared ;
|
||||
lib icudt : : <name>this_is_an_invalid_library_name ;
|
||||
lib icuin : : <search>$(ICU_PATH)/lib <name>icui18n <link>shared <runtime-link>shared ;
|
||||
lib icuin : : <toolset>msvc <variant>debug <name>icuind <search>$(ICU_PATH)/lib <link>shared <runtime-link>shared ;
|
||||
lib icuin : : <toolset>msvc <variant>release <name>icuin <search>$(ICU_PATH)/lib <link>shared <runtime-link>shared ;
|
||||
lib icuin : : <name>this_is_an_invalid_library_name ;
|
||||
|
||||
ICU_OPTS = <include>$(ICU_PATH)/include <library>icuuc/<link>shared/<runtime-link>shared <library>icudt/<link>shared/<runtime-link>shared <library>icuin/<link>shared/<runtime-link>shared <dll-path>$(ICU_PATH)/bin <define>BOOST_HAS_ICU=1 <runtime-link>shared ;
|
||||
}
|
||||
|
||||
exe has_icu : ./has_icu_test.cpp : $(ICU_OPTS) ;
|
||||
explicit has_icu ;
|
||||
|
||||
alias icu_options : : : : [ check-target-builds has_icu : $(ICU_OPTS) : ] ;
|
||||
|
||||
SOURCES =
|
||||
c_regex_traits.cpp
|
||||
cpp_regex_traits.cpp
|
||||
cregex.cpp
|
||||
fileiter.cpp
|
||||
icu.cpp
|
||||
instances.cpp
|
||||
posix_api.cpp
|
||||
regex.cpp
|
||||
regex_debug.cpp
|
||||
regex_raw_buffer.cpp
|
||||
regex_traits_defaults.cpp
|
||||
static_mutex.cpp
|
||||
w32_regex_traits.cpp
|
||||
wc_regex_traits.cpp
|
||||
wide_posix_api.cpp
|
||||
winstances.cpp
|
||||
usinstances.cpp ;
|
||||
|
||||
|
||||
lib boost_regex : ../src/$(SOURCES) icu_options
|
||||
:
|
||||
<link>shared:<define>BOOST_REGEX_DYN_LINK=1
|
||||
<toolset>gcc-mw:<link>static
|
||||
<toolset>gcc-mingw:<link>static
|
||||
<toolset>gcc-cygwin:<link>static
|
||||
;
|
||||
|
||||
boost-install boost_regex ;
|
||||
|
||||
-271
@@ -1,271 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
# copyright John Maddock 2003
|
||||
# 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.
|
||||
|
||||
libname=""
|
||||
src=""
|
||||
header=""
|
||||
all_dep=""
|
||||
|
||||
# current makefile:
|
||||
out=""
|
||||
# temporary file:
|
||||
tout=""
|
||||
# install target temp file:
|
||||
iout=""
|
||||
# debug flag:
|
||||
debug="no"
|
||||
# compile options:
|
||||
opts=""
|
||||
# main output sub-directory:
|
||||
subdir=""
|
||||
|
||||
#######################################################################
|
||||
#
|
||||
# section for C++ Builder
|
||||
#
|
||||
#######################################################################
|
||||
|
||||
function bcb_gen_lib()
|
||||
{
|
||||
all_dep="$all_dep $subdir\\$libname $subdir\\$libname.lib"
|
||||
echo " copy $subdir\\$libname.lib \$(BCROOT)\\lib" >> $iout
|
||||
#
|
||||
# set up section comments:
|
||||
cat >> $tout << EOF
|
||||
########################################################
|
||||
#
|
||||
# section for $libname.lib
|
||||
#
|
||||
########################################################
|
||||
EOF
|
||||
#
|
||||
# process source files:
|
||||
all_obj=""
|
||||
all_lib_obj=""
|
||||
for file in $src
|
||||
do
|
||||
obj=`echo "$file" | sed 's/.*src\/\(.*\)cpp/\1obj/g'`
|
||||
obj="$subdir\\$libname\\$obj"
|
||||
all_obj="$all_obj $obj"
|
||||
all_lib_obj="$all_lib_obj +\"$obj\""
|
||||
echo "$obj: $file \$(ALL_HEADER)" >> $tout
|
||||
echo " bcc32 @&&|" >> $tout
|
||||
echo "-c \$(INCLUDES) $opts \$(CXXFLAGS) -o$obj $file" >> $tout
|
||||
echo "|" >> $tout
|
||||
echo "" >> $tout
|
||||
done
|
||||
#
|
||||
# now for the directories for this library:
|
||||
echo "$subdir\\$libname : " >> $tout
|
||||
echo " -@mkdir $subdir\\$libname" >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the clean options for this library:
|
||||
all_clean="$all_clean $libname""_clean"
|
||||
echo "$libname"_clean : >> $tout
|
||||
echo " del $subdir\\$libname\\"'*.obj' >> $tout
|
||||
echo " del $subdir\\$libname\\"'*.il?' >> $tout
|
||||
echo " del $subdir\\$libname\\"'*.csm' >> $tout
|
||||
echo " del $subdir\\$libname\\"'*.tds' >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the main target for this library:
|
||||
echo $subdir\\$libname.lib : $all_obj >> $tout
|
||||
echo " if exist $subdir\\$libname.lib del $subdir\\$libname.lib " >> $tout
|
||||
echo " tlib @&&|" >> $tout
|
||||
echo "/P128 /C /u /a \$(XSFLAGS) \"$subdir\\$libname.lib\" $all_lib_obj" >> $tout
|
||||
echo "|" >> $tout
|
||||
echo "" >> $tout
|
||||
}
|
||||
|
||||
function bcb_gen_dll()
|
||||
{
|
||||
all_dep="$all_dep $subdir\\$libname $subdir\\$libname.lib"
|
||||
echo " copy $subdir\\$libname.lib \$(BCROOT)\\lib" >> $iout
|
||||
echo " copy $subdir\\$libname.dll \$(BCROOT)\\bin" >> $iout
|
||||
echo " copy $subdir\\$libname.tds \$(BCROOT)\\bin" >> $iout
|
||||
#
|
||||
# set up section comments:
|
||||
cat >> $tout << EOF
|
||||
########################################################
|
||||
#
|
||||
# section for $libname.lib
|
||||
#
|
||||
########################################################
|
||||
EOF
|
||||
#
|
||||
# process source files:
|
||||
all_obj=""
|
||||
for file in $src
|
||||
do
|
||||
obj=`echo "$file" | sed 's/.*src\/\(.*\)cpp/\1obj/g'`
|
||||
obj="$subdir\\$libname\\$obj"
|
||||
all_obj="$all_obj $obj"
|
||||
echo "$obj: $file \$(ALL_HEADER)" >> $tout
|
||||
echo " bcc32 @&&|" >> $tout
|
||||
echo "-c \$(INCLUDES) $opts \$(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -o$obj $file" >> $tout
|
||||
echo "|" >> $tout
|
||||
echo "" >> $tout
|
||||
done
|
||||
#
|
||||
# now for the directories for this library:
|
||||
echo "$subdir\\$libname :" >> $tout
|
||||
echo " -@mkdir $subdir\\$libname" >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the clean options for this library:
|
||||
all_clean="$all_clean $libname""_clean"
|
||||
echo "$libname"_clean : >> $tout
|
||||
echo " del $subdir\\$libname\\"'*.obj' >> $tout
|
||||
echo " del $subdir\\$libname\\"'*.il?' >> $tout
|
||||
echo " del $subdir\\$libname\\"'*.csm' >> $tout
|
||||
echo " del $subdir\\$libname\\"'*.tds' >> $tout
|
||||
echo " del $subdir\\"'*.tds' >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the main target for this library:
|
||||
echo $subdir\\$libname.lib : $all_obj >> $tout
|
||||
echo " bcc32 @&&|" >> $tout
|
||||
echo "-lw-dup -lw-dpl $opts -e$subdir\\$libname.dll \$(XLFLAGS) $all_obj \$(LIBS)" >> $tout
|
||||
echo "|" >> $tout
|
||||
echo " implib -w $subdir\\$libname.lib $subdir\\$libname.dll" >> $tout
|
||||
echo "" >> $tout
|
||||
}
|
||||
|
||||
|
||||
|
||||
function bcb_gen()
|
||||
{
|
||||
tout="temp"
|
||||
iout="temp_install"
|
||||
all_dep="$subdir"
|
||||
all_clean=""
|
||||
echo > $out
|
||||
echo > $tout
|
||||
rm -f $iout
|
||||
|
||||
libname="libboost_regex-${subdir}-s-${boost_version}"
|
||||
opts="-tWM- -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I\$(BCROOT)\include;../../../"
|
||||
bcb_gen_lib
|
||||
|
||||
libname="libboost_regex-${subdir}-mt-s-${boost_version}"
|
||||
opts="-tWM -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I\$(BCROOT)\include;../../../"
|
||||
bcb_gen_lib
|
||||
|
||||
libname="boost_regex-${subdir}-mt-${boost_version}"
|
||||
opts="-tWD -tWM -tWR -D_NO_VCL -D_RTLDLL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I\$(BCROOT)\include;../../../ -L\$(BCROOT)\lib;\$(BCROOT)\lib\release;"
|
||||
bcb_gen_dll
|
||||
|
||||
libname="boost_regex-${subdir}-${boost_version}"
|
||||
opts="-tWD -tWR -tWM- -D_NO_VCL -D_RTLDLL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I\$(BCROOT)\include;../../../ -L\$(BCROOT)\lib;\$(BCROOT)\lib\release;"
|
||||
bcb_gen_dll
|
||||
|
||||
libname="libboost_regex-${subdir}-mt-${boost_version}"
|
||||
opts="-tWD -tWM -tWR -DBOOST_REGEX_STATIC_LINK -D_NO_VCL -D_RTLDLL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I\$(BCROOT)\include;../../../ -L\$(BCROOT)\lib;\$(BCROOT)\lib\release;"
|
||||
bcb_gen_lib
|
||||
|
||||
libname="libboost_regex-${subdir}-${boost_version}"
|
||||
opts="-tWD -tWR -tWM- -DBOOST_REGEX_STATIC_LINK -D_NO_VCL -D_RTLDLL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I\$(BCROOT)\include;../../../ -L\$(BCROOT)\lib;\$(BCROOT)\lib\release;"
|
||||
bcb_gen_lib
|
||||
|
||||
libname="libboost_regex-${subdir}-sd-${boost_version}"
|
||||
opts="-tWM- -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I\$(BCROOT)\include;../../../"
|
||||
bcb_gen_lib
|
||||
|
||||
libname="libboost_regex-${subdir}-mt-sd-${boost_version}"
|
||||
opts="-tWM -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I\$(BCROOT)\include;../../../"
|
||||
bcb_gen_lib
|
||||
|
||||
libname="boost_regex-${subdir}-mt-d-${boost_version}"
|
||||
opts="-tWD -tWM -tWR -D_NO_VCL -D_RTLDLL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I\$(BCROOT)\include;../../../ -L\$(BCROOT)\lib;\$(BCROOT)\lib\release;"
|
||||
bcb_gen_dll
|
||||
|
||||
libname="boost_regex-${subdir}-d-${boost_version}"
|
||||
opts="-tWD -tWR -tWM- -D_NO_VCL -D_RTLDLL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I\$(BCROOT)\include;../../../ -L\$(BCROOT)\lib;\$(BCROOT)\lib\release;"
|
||||
bcb_gen_dll
|
||||
|
||||
libname="libboost_regex-${subdir}-mt-d-${boost_version}"
|
||||
opts="-tWD -tWM -tWR -DBOOST_REGEX_STATIC_LINK -D_NO_VCL -D_RTLDLL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I\$(BCROOT)\include;../../../ -L\$(BCROOT)\lib;\$(BCROOT)\lib\release;"
|
||||
bcb_gen_lib
|
||||
|
||||
libname="libboost_regex-${subdir}-d-${boost_version}"
|
||||
opts="-tWD -tWR -tWM- -DBOOST_REGEX_STATIC_LINK -D_NO_VCL -D_RTLDLL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I\$(BCROOT)\include;../../../ -L\$(BCROOT)\lib;\$(BCROOT)\lib\release;"
|
||||
bcb_gen_lib
|
||||
|
||||
cat > $out << EOF
|
||||
# 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 C++ Builder
|
||||
#
|
||||
# usage:
|
||||
# make
|
||||
# brings libraries up to date
|
||||
# make install
|
||||
# brings libraries up to date and copies binaries to your C++ Builder /lib and /bin directories (recomended)
|
||||
# make clean
|
||||
# removes all temporary files.
|
||||
|
||||
#
|
||||
# Add additional compiler options here:
|
||||
#
|
||||
CXXFLAGS=
|
||||
#
|
||||
# Add additional include directories here:
|
||||
#
|
||||
INCLUDES=
|
||||
#
|
||||
# add additional linker flags here:
|
||||
#
|
||||
XLFLAGS=
|
||||
#
|
||||
# add additional libraries to link to here:
|
||||
#
|
||||
LIBS=
|
||||
#
|
||||
# add additional static-library creation flags here:
|
||||
#
|
||||
XSFLAGS=
|
||||
|
||||
!ifndef BCROOT
|
||||
BCROOT=\$(MAKEDIR)\\..
|
||||
!endif
|
||||
|
||||
EOF
|
||||
echo "" >> $out
|
||||
echo "ALL_HEADER=$header" >> $out
|
||||
echo "" >> $out
|
||||
echo "all : $all_dep" >> $out
|
||||
echo >> $out
|
||||
echo "clean : $all_clean" >> $out
|
||||
echo >> $out
|
||||
echo "install : all" >> $out
|
||||
cat $iout >> $out
|
||||
echo >> $out
|
||||
echo $subdir : >> $out
|
||||
echo " -@mkdir $subdir" >> $out
|
||||
echo "" >> $out
|
||||
|
||||
cat $tout >> $out
|
||||
}
|
||||
|
||||
. common.sh
|
||||
|
||||
#
|
||||
# generate C++ Builder 6 files:
|
||||
out="bcb6.mak"
|
||||
subdir="bcb"
|
||||
has_stlport="yes"
|
||||
bcb_gen
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
-1338
File diff suppressed because it is too large
Load Diff
@@ -1,66 +0,0 @@
|
||||
# copyright John Maddock 2003
|
||||
# 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.
|
||||
#
|
||||
# locate all the header dependencies:
|
||||
for file in ../../../boost/regex/*.hpp ; do
|
||||
if [ -f $file ]; then
|
||||
if [ $file != ../../../boost/regex/concepts.hpp ]; then
|
||||
if [ $file != ../../../boost/regex/mfc.hpp ]; then
|
||||
header="$header $file"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
for file in ../../../boost/regex/v3/*.hpp; do
|
||||
if [ -f $file ]; then
|
||||
header="$header $file"
|
||||
fi
|
||||
done
|
||||
|
||||
for file in ../../../boost/regex/v3/*.hxx; do
|
||||
if [ -f $file ]; then
|
||||
header="$header $file"
|
||||
fi
|
||||
done
|
||||
|
||||
for file in ../../../boost/regex/v4/*.hpp; do
|
||||
if [ -f $file ]; then
|
||||
header="$header $file"
|
||||
fi
|
||||
done
|
||||
|
||||
for file in ../../../boost/regex/v4/*.hxx; do
|
||||
if [ -f $file ]; then
|
||||
header="$header $file"
|
||||
fi
|
||||
done
|
||||
|
||||
for file in ../../../boost/regex/config/*.hpp; do
|
||||
if [ -f $file ]; then
|
||||
header="$header $file"
|
||||
fi
|
||||
done
|
||||
|
||||
for file in ../../../boost/regex/config/*.hxx; do
|
||||
if [ -f $file ]; then
|
||||
header="$header $file"
|
||||
fi
|
||||
done
|
||||
|
||||
#
|
||||
# locate all the source files:
|
||||
for file in ../src/*.cpp; do
|
||||
if [ -f $file ]; then
|
||||
src="$src $file"
|
||||
fi
|
||||
done
|
||||
|
||||
boost_version=$(grep 'define.*BOOST_LIB_VERSION' ../../../boost/version.hpp | sed 's/.*"\([^"]*\)".*/\1/')
|
||||
echo Boost version tag = $boost_version
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,191 +0,0 @@
|
||||
# copyright John Maddock 2006-7
|
||||
# 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 gcc compiler
|
||||
#
|
||||
# usage:
|
||||
# make
|
||||
# brings libraries up to date
|
||||
# make clean
|
||||
# deletes temporary object files (but not archives).
|
||||
#
|
||||
|
||||
#
|
||||
# the following environment variables are recognised:
|
||||
# ICU_PATH= Path to ICU installation.
|
||||
# CXXFLAGS= extra compiler options - note applies to all build variants
|
||||
# INCLUDES= additional include directories
|
||||
# LDFLAGS= additional linker options
|
||||
# LIBS= additional library files
|
||||
|
||||
# compiler:
|
||||
CXX=g++
|
||||
LINKER=g++ -shared
|
||||
|
||||
#
|
||||
# compiler options for release build:
|
||||
#
|
||||
C1=-c -O2 -I../../.. -fPIC
|
||||
#
|
||||
# compiler options for debug build:
|
||||
#
|
||||
C2=-c -g -I../../.. -fPIC
|
||||
|
||||
ifeq "$(ICU_PATH)" ""
|
||||
$(warning "Building Boost.Regex without ICU / Unicode support:")
|
||||
$(warning "Hint: set ICU_PATH on the nmake command line to point ")
|
||||
$(warning "to your ICU installation if you have one.")
|
||||
else
|
||||
ICU_CXXFLAGS= -DBOOST_HAS_ICU=1 -I$(ICU_PATH)/include
|
||||
ICU_LDFLAGS= -L$(ICU_PATH)/lib
|
||||
ICU_LIBS= -licui18n -licuuc
|
||||
$(warning "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 : gcc gcc gcc/boost_regex-gcc-1_42_shared ./gcc/libboost_regex-gcc-1_42.so gcc gcc/boost_regex-gcc-d-1_42_shared ./gcc/libboost_regex-gcc-d-1_42.so
|
||||
|
||||
gcc :
|
||||
mkdir -p gcc
|
||||
|
||||
clean : boost_regex-gcc-1_42_clean boost_regex-gcc-d-1_42_clean
|
||||
|
||||
install : all
|
||||
|
||||
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-gcc-1_42.a
|
||||
#
|
||||
########################################################
|
||||
gcc/boost_regex-gcc-1_42_shared/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/c_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/cpp_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/cregex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/fileiter.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/icu.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/instances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/regex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/regex_debug.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/regex_raw_buffer.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/regex_traits_defaults.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/static_mutex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/usinstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/w32_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/wc_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/wide_posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42_shared/winstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42_shared :
|
||||
mkdir -p gcc/boost_regex-gcc-1_42_shared
|
||||
|
||||
boost_regex-gcc-1_42_clean :
|
||||
rm -f gcc/boost_regex-gcc-1_42_shared/*.o
|
||||
|
||||
./gcc/libboost_regex-gcc-1_42.so : gcc/boost_regex-gcc-1_42_shared/c_regex_traits.o gcc/boost_regex-gcc-1_42_shared/cpp_regex_traits.o gcc/boost_regex-gcc-1_42_shared/cregex.o gcc/boost_regex-gcc-1_42_shared/fileiter.o gcc/boost_regex-gcc-1_42_shared/icu.o gcc/boost_regex-gcc-1_42_shared/instances.o gcc/boost_regex-gcc-1_42_shared/posix_api.o gcc/boost_regex-gcc-1_42_shared/regex.o gcc/boost_regex-gcc-1_42_shared/regex_debug.o gcc/boost_regex-gcc-1_42_shared/regex_raw_buffer.o gcc/boost_regex-gcc-1_42_shared/regex_traits_defaults.o gcc/boost_regex-gcc-1_42_shared/static_mutex.o gcc/boost_regex-gcc-1_42_shared/usinstances.o gcc/boost_regex-gcc-1_42_shared/w32_regex_traits.o gcc/boost_regex-gcc-1_42_shared/wc_regex_traits.o gcc/boost_regex-gcc-1_42_shared/wide_posix_api.o gcc/boost_regex-gcc-1_42_shared/winstances.o
|
||||
$(LINKER) -o gcc/libboost_regex-gcc-1_42.so $(LDFLAGS) $(ICU_LDFLAGS) gcc/boost_regex-gcc-1_42_shared/c_regex_traits.o gcc/boost_regex-gcc-1_42_shared/cpp_regex_traits.o gcc/boost_regex-gcc-1_42_shared/cregex.o gcc/boost_regex-gcc-1_42_shared/fileiter.o gcc/boost_regex-gcc-1_42_shared/icu.o gcc/boost_regex-gcc-1_42_shared/instances.o gcc/boost_regex-gcc-1_42_shared/posix_api.o gcc/boost_regex-gcc-1_42_shared/regex.o gcc/boost_regex-gcc-1_42_shared/regex_debug.o gcc/boost_regex-gcc-1_42_shared/regex_raw_buffer.o gcc/boost_regex-gcc-1_42_shared/regex_traits_defaults.o gcc/boost_regex-gcc-1_42_shared/static_mutex.o gcc/boost_regex-gcc-1_42_shared/usinstances.o gcc/boost_regex-gcc-1_42_shared/w32_regex_traits.o gcc/boost_regex-gcc-1_42_shared/wc_regex_traits.o gcc/boost_regex-gcc-1_42_shared/wide_posix_api.o gcc/boost_regex-gcc-1_42_shared/winstances.o $(ICU_LIBS) $(LIBS)
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-gcc-d-1_42.a
|
||||
#
|
||||
########################################################
|
||||
gcc/boost_regex-gcc-d-1_42_shared/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/c_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/cpp_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/cregex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/fileiter.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/icu.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/instances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/regex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/regex_debug.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/regex_raw_buffer.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/regex_traits_defaults.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/static_mutex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/usinstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/w32_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/wc_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/wide_posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42_shared/winstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42_shared :
|
||||
mkdir -p gcc/boost_regex-gcc-d-1_42_shared
|
||||
|
||||
boost_regex-gcc-d-1_42_clean :
|
||||
rm -f gcc/boost_regex-gcc-d-1_42_shared/*.o
|
||||
|
||||
./gcc/libboost_regex-gcc-d-1_42.so : gcc/boost_regex-gcc-d-1_42_shared/c_regex_traits.o gcc/boost_regex-gcc-d-1_42_shared/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_42_shared/cregex.o gcc/boost_regex-gcc-d-1_42_shared/fileiter.o gcc/boost_regex-gcc-d-1_42_shared/icu.o gcc/boost_regex-gcc-d-1_42_shared/instances.o gcc/boost_regex-gcc-d-1_42_shared/posix_api.o gcc/boost_regex-gcc-d-1_42_shared/regex.o gcc/boost_regex-gcc-d-1_42_shared/regex_debug.o gcc/boost_regex-gcc-d-1_42_shared/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_42_shared/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_42_shared/static_mutex.o gcc/boost_regex-gcc-d-1_42_shared/usinstances.o gcc/boost_regex-gcc-d-1_42_shared/w32_regex_traits.o gcc/boost_regex-gcc-d-1_42_shared/wc_regex_traits.o gcc/boost_regex-gcc-d-1_42_shared/wide_posix_api.o gcc/boost_regex-gcc-d-1_42_shared/winstances.o
|
||||
$(LINKER) -o gcc/libboost_regex-gcc-d-1_42.so $(LDFLAGS) $(ICU_LDFLAGS) gcc/boost_regex-gcc-d-1_42_shared/c_regex_traits.o gcc/boost_regex-gcc-d-1_42_shared/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_42_shared/cregex.o gcc/boost_regex-gcc-d-1_42_shared/fileiter.o gcc/boost_regex-gcc-d-1_42_shared/icu.o gcc/boost_regex-gcc-d-1_42_shared/instances.o gcc/boost_regex-gcc-d-1_42_shared/posix_api.o gcc/boost_regex-gcc-d-1_42_shared/regex.o gcc/boost_regex-gcc-d-1_42_shared/regex_debug.o gcc/boost_regex-gcc-d-1_42_shared/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_42_shared/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_42_shared/static_mutex.o gcc/boost_regex-gcc-d-1_42_shared/usinstances.o gcc/boost_regex-gcc-d-1_42_shared/w32_regex_traits.o gcc/boost_regex-gcc-d-1_42_shared/wc_regex_traits.o gcc/boost_regex-gcc-d-1_42_shared/wide_posix_api.o gcc/boost_regex-gcc-d-1_42_shared/winstances.o $(ICU_LIBS) $(LIBS)
|
||||
|
||||
|
||||
-193
@@ -1,193 +0,0 @@
|
||||
# copyright John Maddock 2006-7
|
||||
# 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 gcc compiler
|
||||
#
|
||||
# usage:
|
||||
# make
|
||||
# brings libraries up to date
|
||||
# make clean
|
||||
# deletes temporary object files (but not archives).
|
||||
#
|
||||
|
||||
#
|
||||
# the following environment variables are recognised:
|
||||
# ICU_PATH= Path to ICU installation.
|
||||
# CXXFLAGS= extra compiler options - note applies to all build variants
|
||||
# INCLUDES= additional include directories
|
||||
# LDFLAGS= additional linker options
|
||||
# LIBS= additional library files
|
||||
|
||||
# compiler:
|
||||
CXX=g++
|
||||
LINKER=g++ -shared
|
||||
|
||||
#
|
||||
# compiler options for release build:
|
||||
#
|
||||
C1=-c -O2 -I../../..
|
||||
#
|
||||
# compiler options for debug build:
|
||||
#
|
||||
C2=-c -g -I../../..
|
||||
|
||||
ifeq "$(ICU_PATH)" ""
|
||||
$(warning "Building Boost.Regex without ICU / Unicode support:")
|
||||
$(warning "Hint: set ICU_PATH on the nmake command line to point ")
|
||||
$(warning "to your ICU installation if you have one.")
|
||||
else
|
||||
ICU_CXXFLAGS= -DBOOST_HAS_ICU=1 -I$(ICU_PATH)/include
|
||||
ICU_LDFLAGS= -L$(ICU_PATH)/lib
|
||||
ICU_LIBS= -licui18n -licuuc
|
||||
$(warning "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 : gcc gcc gcc/boost_regex-gcc-1_42 ./gcc/libboost_regex-gcc-1_42.a gcc gcc/boost_regex-gcc-d-1_42 ./gcc/libboost_regex-gcc-d-1_42.a
|
||||
|
||||
gcc :
|
||||
mkdir -p gcc
|
||||
|
||||
clean : boost_regex-gcc-1_42_clean boost_regex-gcc-d-1_42_clean
|
||||
|
||||
install : all
|
||||
|
||||
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-gcc-1_42.a
|
||||
#
|
||||
########################################################
|
||||
gcc/boost_regex-gcc-1_42/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/c_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/cpp_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/cregex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/fileiter.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/icu.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/instances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/regex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/regex_debug.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/regex_raw_buffer.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/regex_traits_defaults.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/static_mutex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/usinstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/w32_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/wc_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/wide_posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_42/winstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_42 :
|
||||
mkdir -p gcc/boost_regex-gcc-1_42
|
||||
|
||||
boost_regex-gcc-1_42_clean :
|
||||
rm -f gcc/boost_regex-gcc-1_42/*.o
|
||||
|
||||
./gcc/libboost_regex-gcc-1_42.a : gcc/boost_regex-gcc-1_42/c_regex_traits.o gcc/boost_regex-gcc-1_42/cpp_regex_traits.o gcc/boost_regex-gcc-1_42/cregex.o gcc/boost_regex-gcc-1_42/fileiter.o gcc/boost_regex-gcc-1_42/icu.o gcc/boost_regex-gcc-1_42/instances.o gcc/boost_regex-gcc-1_42/posix_api.o gcc/boost_regex-gcc-1_42/regex.o gcc/boost_regex-gcc-1_42/regex_debug.o gcc/boost_regex-gcc-1_42/regex_raw_buffer.o gcc/boost_regex-gcc-1_42/regex_traits_defaults.o gcc/boost_regex-gcc-1_42/static_mutex.o gcc/boost_regex-gcc-1_42/usinstances.o gcc/boost_regex-gcc-1_42/w32_regex_traits.o gcc/boost_regex-gcc-1_42/wc_regex_traits.o gcc/boost_regex-gcc-1_42/wide_posix_api.o gcc/boost_regex-gcc-1_42/winstances.o
|
||||
ar -r gcc/libboost_regex-gcc-1_42.a gcc/boost_regex-gcc-1_42/c_regex_traits.o gcc/boost_regex-gcc-1_42/cpp_regex_traits.o gcc/boost_regex-gcc-1_42/cregex.o gcc/boost_regex-gcc-1_42/fileiter.o gcc/boost_regex-gcc-1_42/icu.o gcc/boost_regex-gcc-1_42/instances.o gcc/boost_regex-gcc-1_42/posix_api.o gcc/boost_regex-gcc-1_42/regex.o gcc/boost_regex-gcc-1_42/regex_debug.o gcc/boost_regex-gcc-1_42/regex_raw_buffer.o gcc/boost_regex-gcc-1_42/regex_traits_defaults.o gcc/boost_regex-gcc-1_42/static_mutex.o gcc/boost_regex-gcc-1_42/usinstances.o gcc/boost_regex-gcc-1_42/w32_regex_traits.o gcc/boost_regex-gcc-1_42/wc_regex_traits.o gcc/boost_regex-gcc-1_42/wide_posix_api.o gcc/boost_regex-gcc-1_42/winstances.o
|
||||
-ar -s gcc/libboost_regex-gcc-1_42.a
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-gcc-d-1_42.a
|
||||
#
|
||||
########################################################
|
||||
gcc/boost_regex-gcc-d-1_42/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/c_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/cpp_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/cregex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/fileiter.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/icu.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/instances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/regex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/regex_debug.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/regex_raw_buffer.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/regex_traits_defaults.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/static_mutex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/usinstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/w32_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/wc_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/wide_posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_42/winstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_42 :
|
||||
mkdir -p gcc/boost_regex-gcc-d-1_42
|
||||
|
||||
boost_regex-gcc-d-1_42_clean :
|
||||
rm -f gcc/boost_regex-gcc-d-1_42/*.o
|
||||
|
||||
./gcc/libboost_regex-gcc-d-1_42.a : gcc/boost_regex-gcc-d-1_42/c_regex_traits.o gcc/boost_regex-gcc-d-1_42/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_42/cregex.o gcc/boost_regex-gcc-d-1_42/fileiter.o gcc/boost_regex-gcc-d-1_42/icu.o gcc/boost_regex-gcc-d-1_42/instances.o gcc/boost_regex-gcc-d-1_42/posix_api.o gcc/boost_regex-gcc-d-1_42/regex.o gcc/boost_regex-gcc-d-1_42/regex_debug.o gcc/boost_regex-gcc-d-1_42/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_42/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_42/static_mutex.o gcc/boost_regex-gcc-d-1_42/usinstances.o gcc/boost_regex-gcc-d-1_42/w32_regex_traits.o gcc/boost_regex-gcc-d-1_42/wc_regex_traits.o gcc/boost_regex-gcc-d-1_42/wide_posix_api.o gcc/boost_regex-gcc-d-1_42/winstances.o
|
||||
ar -r gcc/libboost_regex-gcc-d-1_42.a gcc/boost_regex-gcc-d-1_42/c_regex_traits.o gcc/boost_regex-gcc-d-1_42/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_42/cregex.o gcc/boost_regex-gcc-d-1_42/fileiter.o gcc/boost_regex-gcc-d-1_42/icu.o gcc/boost_regex-gcc-d-1_42/instances.o gcc/boost_regex-gcc-d-1_42/posix_api.o gcc/boost_regex-gcc-d-1_42/regex.o gcc/boost_regex-gcc-d-1_42/regex_debug.o gcc/boost_regex-gcc-d-1_42/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_42/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_42/static_mutex.o gcc/boost_regex-gcc-d-1_42/usinstances.o gcc/boost_regex-gcc-d-1_42/w32_regex_traits.o gcc/boost_regex-gcc-d-1_42/wc_regex_traits.o gcc/boost_regex-gcc-d-1_42/wide_posix_api.o gcc/boost_regex-gcc-d-1_42/winstances.o
|
||||
-ar -s gcc/libboost_regex-gcc-d-1_42.a
|
||||
|
||||
|
||||
@@ -1,278 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
# copyright John Maddock 2003
|
||||
# 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.
|
||||
|
||||
libname=""
|
||||
src=""
|
||||
header=""
|
||||
all_dep=""
|
||||
|
||||
# current makefile:
|
||||
out=""
|
||||
# temporary file:
|
||||
tout=""
|
||||
# install target temp file:
|
||||
iout=""
|
||||
# debug flag:
|
||||
debug="no"
|
||||
# compile options:
|
||||
opts=""
|
||||
# main output sub-directory:
|
||||
subdir=""
|
||||
# vcl flag:
|
||||
use_vcl="yes"
|
||||
|
||||
###############################################################
|
||||
#
|
||||
# gcc generator section:
|
||||
#
|
||||
###############################################################
|
||||
|
||||
gcc_shared="no"
|
||||
|
||||
function gcc_gen_lib()
|
||||
{
|
||||
if test "$gcc_shared" == "yes"; then
|
||||
obj_dir="$libname""_shared"
|
||||
all_dep="$all_dep $subdir $subdir/$obj_dir ./$subdir/lib$libname.so"
|
||||
else
|
||||
obj_dir="$libname"
|
||||
all_dep="$all_dep $subdir $subdir/$obj_dir ./$subdir/lib$libname.a"
|
||||
fi
|
||||
#
|
||||
# set up section comments:
|
||||
cat >> $tout << EOF
|
||||
########################################################
|
||||
#
|
||||
# section for lib$libname.a
|
||||
#
|
||||
########################################################
|
||||
EOF
|
||||
#
|
||||
# process source files:
|
||||
all_obj=""
|
||||
for file in $src
|
||||
do
|
||||
obj=`echo "$file" | sed 's/.*src\/\(.*\)cpp/\1o/g'`
|
||||
obj="$subdir/$obj_dir/$obj"
|
||||
all_obj="$all_obj $obj"
|
||||
echo "$obj: $file \$(ALL_HEADER)" >> $tout
|
||||
echo " \$(CXX) \$(INCLUDES) -o $obj $opts \$(CXXFLAGS) \$(ICU_CXXFLAGS) $file" >> $tout
|
||||
echo "" >> $tout
|
||||
done
|
||||
#
|
||||
# now for the directories for this library:
|
||||
echo "$subdir/$obj_dir : " >> $tout
|
||||
echo " mkdir -p $subdir/$obj_dir" >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the clean options for this library:
|
||||
all_clean="$all_clean $libname""_clean"
|
||||
echo "$libname"_clean : >> $tout
|
||||
echo " rm -f $subdir/$obj_dir/*.o" >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the main target for this library:
|
||||
if test "$gcc_shared" == "yes"; then
|
||||
echo ./$subdir/lib$libname.so : $all_obj >> $tout
|
||||
echo " \$(LINKER) -o $subdir/lib$libname.so \$(LDFLAGS) \$(ICU_LDFLAGS) $all_obj \$(ICU_LIBS) \$(LIBS)" >> $tout
|
||||
else
|
||||
echo ./$subdir/lib$libname.a : $all_obj >> $tout
|
||||
echo " ar -r $subdir/lib$libname.a $all_obj" >> $tout
|
||||
echo " -ar -s $subdir/lib$libname.a" >> $tout
|
||||
fi
|
||||
echo "" >> $tout
|
||||
}
|
||||
|
||||
function gcc_gen()
|
||||
{
|
||||
out="gcc.mak"
|
||||
tout="temp"
|
||||
iout="temp_install"
|
||||
subdir="gcc"
|
||||
all_dep=""
|
||||
all_clean=""
|
||||
echo > $out
|
||||
echo > $tout
|
||||
echo > $iout
|
||||
|
||||
libname="boost_regex-gcc-${boost_version}"
|
||||
opts="\$(C1)"
|
||||
gcc_gen_lib
|
||||
libname="boost_regex-gcc-d-${boost_version}"
|
||||
opts="\$(C2)"
|
||||
gcc_gen_lib
|
||||
|
||||
|
||||
cat > $out << EOF
|
||||
# copyright John Maddock 2006-7
|
||||
# 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 gcc compiler
|
||||
#
|
||||
# usage:
|
||||
# make
|
||||
# brings libraries up to date
|
||||
# make clean
|
||||
# deletes temporary object files (but not archives).
|
||||
#
|
||||
|
||||
#
|
||||
# the following environment variables are recognised:
|
||||
# ICU_PATH= Path to ICU installation.
|
||||
# CXXFLAGS= extra compiler options - note applies to all build variants
|
||||
# INCLUDES= additional include directories
|
||||
# LDFLAGS= additional linker options
|
||||
# LIBS= additional library files
|
||||
|
||||
# compiler:
|
||||
CXX=g++
|
||||
LINKER=g++ -shared
|
||||
|
||||
#
|
||||
# compiler options for release build:
|
||||
#
|
||||
C1=-c -O2 -I../../..
|
||||
#
|
||||
# compiler options for debug build:
|
||||
#
|
||||
C2=-c -g -I../../..
|
||||
|
||||
ifeq "\$(ICU_PATH)" ""
|
||||
\$(warning "Building Boost.Regex without ICU / Unicode support:")
|
||||
\$(warning "Hint: set ICU_PATH on the nmake command line to point ")
|
||||
\$(warning "to your ICU installation if you have one.")
|
||||
else
|
||||
ICU_CXXFLAGS= -DBOOST_HAS_ICU=1 -I\$(ICU_PATH)/include
|
||||
ICU_LDFLAGS= -L\$(ICU_PATH)/lib
|
||||
ICU_LIBS= -licui18n -licuuc
|
||||
\$(warning "Building Boost.Regex with ICU in \$(ICU_PATH)")
|
||||
endif
|
||||
|
||||
EOF
|
||||
echo "" >> $out
|
||||
echo "ALL_HEADER=$header" >> $out
|
||||
echo "" >> $out
|
||||
echo "all : $subdir $all_dep" >> $out
|
||||
echo >> $out
|
||||
echo "$subdir :" >> $out
|
||||
echo " mkdir -p $subdir" >> $out
|
||||
echo >> $out
|
||||
echo "clean : $all_clean" >> $out
|
||||
echo >> $out
|
||||
echo "install : all" >> $out
|
||||
cat $iout >> $out
|
||||
echo >> $out
|
||||
cat $tout >> $out
|
||||
}
|
||||
|
||||
function gcc_gen_shared()
|
||||
{
|
||||
out="gcc-shared.mak"
|
||||
tout="temp"
|
||||
iout="temp_install"
|
||||
subdir="gcc"
|
||||
all_dep=""
|
||||
all_clean=""
|
||||
echo > $out
|
||||
echo > $tout
|
||||
echo > $iout
|
||||
|
||||
libname="boost_regex-gcc-${boost_version}"
|
||||
opts="\$(C1)"
|
||||
gcc_gen_lib
|
||||
libname="boost_regex-gcc-d-${boost_version}"
|
||||
opts="\$(C2)"
|
||||
gcc_gen_lib
|
||||
|
||||
|
||||
cat > $out << EOF
|
||||
# copyright John Maddock 2006-7
|
||||
# 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 gcc compiler
|
||||
#
|
||||
# usage:
|
||||
# make
|
||||
# brings libraries up to date
|
||||
# make clean
|
||||
# deletes temporary object files (but not archives).
|
||||
#
|
||||
|
||||
#
|
||||
# the following environment variables are recognised:
|
||||
# ICU_PATH= Path to ICU installation.
|
||||
# CXXFLAGS= extra compiler options - note applies to all build variants
|
||||
# INCLUDES= additional include directories
|
||||
# LDFLAGS= additional linker options
|
||||
# LIBS= additional library files
|
||||
|
||||
# compiler:
|
||||
CXX=g++
|
||||
LINKER=g++ -shared
|
||||
|
||||
#
|
||||
# compiler options for release build:
|
||||
#
|
||||
C1=-c -O2 -I../../.. -fPIC
|
||||
#
|
||||
# compiler options for debug build:
|
||||
#
|
||||
C2=-c -g -I../../.. -fPIC
|
||||
|
||||
ifeq "\$(ICU_PATH)" ""
|
||||
\$(warning "Building Boost.Regex without ICU / Unicode support:")
|
||||
\$(warning "Hint: set ICU_PATH on the nmake command line to point ")
|
||||
\$(warning "to your ICU installation if you have one.")
|
||||
else
|
||||
ICU_CXXFLAGS= -DBOOST_HAS_ICU=1 -I\$(ICU_PATH)/include
|
||||
ICU_LDFLAGS= -L\$(ICU_PATH)/lib
|
||||
ICU_LIBS= -licui18n -licuuc
|
||||
\$(warning "Building Boost.Regex with ICU in \$(ICU_PATH)")
|
||||
endif
|
||||
|
||||
EOF
|
||||
echo "" >> $out
|
||||
echo "ALL_HEADER=$header" >> $out
|
||||
echo "" >> $out
|
||||
echo "all : $subdir $all_dep" >> $out
|
||||
echo >> $out
|
||||
echo "$subdir :" >> $out
|
||||
echo " mkdir -p $subdir" >> $out
|
||||
echo >> $out
|
||||
echo "clean : $all_clean" >> $out
|
||||
echo >> $out
|
||||
echo "install : all" >> $out
|
||||
cat $iout >> $out
|
||||
echo >> $out
|
||||
cat $tout >> $out
|
||||
}
|
||||
|
||||
#
|
||||
# locate source files:
|
||||
#
|
||||
. common.sh
|
||||
|
||||
#
|
||||
# generate gcc makefile:
|
||||
gcc_gen
|
||||
gcc_shared="yes"
|
||||
gcc_gen_shared
|
||||
|
||||
|
||||
#
|
||||
# remove tmep files;
|
||||
rm -f $tout $iout
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,111 +0,0 @@
|
||||
# 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 generic compiler
|
||||
#
|
||||
# usage:
|
||||
# make
|
||||
# brings libraries up to date
|
||||
# make clean
|
||||
# deletes temporary object files (but not archives).
|
||||
#
|
||||
|
||||
#
|
||||
# the following environment variables are recognised:
|
||||
# CXXFLAGS= extra compiler options - note applies to all build variants
|
||||
# INCLUDES= additional include directories
|
||||
# LDFLAGS= additional linker options
|
||||
# LIBS= additional library files
|
||||
# CXX= compiler to use
|
||||
# LINKER= linker/archiver to use
|
||||
# name of subdirectory to use for object/archive files:
|
||||
DIRNAME=generic
|
||||
|
||||
#
|
||||
# default compiler options for release build:
|
||||
#
|
||||
C1=-c -O2 -I../../../
|
||||
|
||||
|
||||
|
||||
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 : $(DIRNAME) $(DIRNAME) $(DIRNAME)/boost_regex ./$(DIRNAME)/libboost_regex.so
|
||||
|
||||
$(DIRNAME) :
|
||||
mkdir -p $(DIRNAME)
|
||||
|
||||
clean : boost_regex_clean
|
||||
|
||||
install : all
|
||||
|
||||
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex.so
|
||||
#
|
||||
########################################################
|
||||
$(DIRNAME)/boost_regex/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/c_regex_traits.o $(C1) $(CXXFLAGS) ../src/c_regex_traits.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/cpp_regex_traits.o $(C1) $(CXXFLAGS) ../src/cpp_regex_traits.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/cregex.o $(C1) $(CXXFLAGS) ../src/cregex.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/fileiter.o $(C1) $(CXXFLAGS) ../src/fileiter.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/icu.o $(C1) $(CXXFLAGS) ../src/icu.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/instances.o $(C1) $(CXXFLAGS) ../src/instances.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/posix_api.o $(C1) $(CXXFLAGS) ../src/posix_api.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/regex.o $(C1) $(CXXFLAGS) ../src/regex.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/regex_debug.o $(C1) $(CXXFLAGS) ../src/regex_debug.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/regex_raw_buffer.o $(C1) $(CXXFLAGS) ../src/regex_raw_buffer.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/regex_traits_defaults.o $(C1) $(CXXFLAGS) ../src/regex_traits_defaults.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/static_mutex.o $(C1) $(CXXFLAGS) ../src/static_mutex.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/usinstances.o $(C1) $(CXXFLAGS) ../src/usinstances.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/w32_regex_traits.o $(C1) $(CXXFLAGS) ../src/w32_regex_traits.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/wc_regex_traits.o $(C1) $(CXXFLAGS) ../src/wc_regex_traits.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/wide_posix_api.o $(C1) $(CXXFLAGS) ../src/wide_posix_api.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o $(DIRNAME)/boost_regex/winstances.o $(C1) $(CXXFLAGS) ../src/winstances.cpp
|
||||
|
||||
$(DIRNAME)/boost_regex :
|
||||
mkdir -p $(DIRNAME)/boost_regex
|
||||
|
||||
boost_regex_clean :
|
||||
rm -f $(DIRNAME)/boost_regex/*.o
|
||||
|
||||
./$(DIRNAME)/libboost_regex.so : $(DIRNAME)/boost_regex/c_regex_traits.o $(DIRNAME)/boost_regex/cpp_regex_traits.o $(DIRNAME)/boost_regex/cregex.o $(DIRNAME)/boost_regex/fileiter.o $(DIRNAME)/boost_regex/icu.o $(DIRNAME)/boost_regex/instances.o $(DIRNAME)/boost_regex/posix_api.o $(DIRNAME)/boost_regex/regex.o $(DIRNAME)/boost_regex/regex_debug.o $(DIRNAME)/boost_regex/regex_raw_buffer.o $(DIRNAME)/boost_regex/regex_traits_defaults.o $(DIRNAME)/boost_regex/static_mutex.o $(DIRNAME)/boost_regex/usinstances.o $(DIRNAME)/boost_regex/w32_regex_traits.o $(DIRNAME)/boost_regex/wc_regex_traits.o $(DIRNAME)/boost_regex/wide_posix_api.o $(DIRNAME)/boost_regex/winstances.o
|
||||
$(LINKER) $(LDFLAGS) -o $(DIRNAME)/libboost_regex.so $(DIRNAME)/boost_regex/c_regex_traits.o $(DIRNAME)/boost_regex/cpp_regex_traits.o $(DIRNAME)/boost_regex/cregex.o $(DIRNAME)/boost_regex/fileiter.o $(DIRNAME)/boost_regex/icu.o $(DIRNAME)/boost_regex/instances.o $(DIRNAME)/boost_regex/posix_api.o $(DIRNAME)/boost_regex/regex.o $(DIRNAME)/boost_regex/regex_debug.o $(DIRNAME)/boost_regex/regex_raw_buffer.o $(DIRNAME)/boost_regex/regex_traits_defaults.o $(DIRNAME)/boost_regex/static_mutex.o $(DIRNAME)/boost_regex/usinstances.o $(DIRNAME)/boost_regex/w32_regex_traits.o $(DIRNAME)/boost_regex/wc_regex_traits.o $(DIRNAME)/boost_regex/wide_posix_api.o $(DIRNAME)/boost_regex/winstances.o $(LIBS)
|
||||
|
||||
|
||||
@@ -1,154 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
# copyright John Maddock 2003
|
||||
# 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.
|
||||
|
||||
libname=""
|
||||
src=""
|
||||
header=""
|
||||
all_dep=""
|
||||
|
||||
# current makefile:
|
||||
out=""
|
||||
# temporary file:
|
||||
tout=""
|
||||
# install target temp file:
|
||||
iout=""
|
||||
# debug flag:
|
||||
debug="no"
|
||||
# compile options:
|
||||
opts=""
|
||||
# main output sub-directory:
|
||||
subdir=""
|
||||
# vcl flag:
|
||||
use_vcl="yes"
|
||||
|
||||
|
||||
#######################################################################
|
||||
#
|
||||
# section for generic compiler
|
||||
#
|
||||
#######################################################################
|
||||
|
||||
|
||||
function gen_gen_lib()
|
||||
{
|
||||
all_dep="$all_dep $subdir $subdir/$libname ./$subdir/lib$libname.so"
|
||||
#
|
||||
# set up section comments:
|
||||
cat >> $tout << EOF
|
||||
########################################################
|
||||
#
|
||||
# section for lib$libname.so
|
||||
#
|
||||
########################################################
|
||||
EOF
|
||||
#
|
||||
# process source files:
|
||||
all_obj=""
|
||||
for file in $src
|
||||
do
|
||||
obj=`echo "$file" | sed 's/.*src\/\(.*\)cpp/\1o/g'`
|
||||
obj="$subdir/$libname/$obj"
|
||||
all_obj="$all_obj $obj"
|
||||
echo "$obj: $file \$(ALL_HEADER)" >> $tout
|
||||
echo " \$(CXX) \$(INCLUDES) -o $obj $opts \$(CXXFLAGS) $file" >> $tout
|
||||
echo "" >> $tout
|
||||
done
|
||||
#
|
||||
# now for the directories for this library:
|
||||
echo "$subdir/$libname : " >> $tout
|
||||
echo " mkdir -p $subdir/$libname" >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the clean options for this library:
|
||||
all_clean="$all_clean $libname""_clean"
|
||||
echo "$libname"_clean : >> $tout
|
||||
echo " rm -f $subdir/$libname/*.o" >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the main target for this library:
|
||||
echo ./$subdir/lib$libname.so : $all_obj >> $tout
|
||||
echo " \$(LINKER) \$(LDFLAGS) -o $subdir/lib$libname.so $all_obj \$(LIBS)" >> $tout
|
||||
echo "" >> $tout
|
||||
}
|
||||
|
||||
function gen_gen()
|
||||
{
|
||||
out="generic.mak"
|
||||
tout="temp"
|
||||
iout="temp_install"
|
||||
subdir="\$(DIRNAME)"
|
||||
all_dep=""
|
||||
all_clean=""
|
||||
echo > $out
|
||||
echo > $tout
|
||||
echo > $iout
|
||||
|
||||
libname="boost_regex"
|
||||
opts="\$(C1)"
|
||||
gen_gen_lib
|
||||
|
||||
cat > $out << EOF
|
||||
# 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 generic compiler
|
||||
#
|
||||
# usage:
|
||||
# make
|
||||
# brings libraries up to date
|
||||
# make clean
|
||||
# deletes temporary object files (but not archives).
|
||||
#
|
||||
|
||||
#
|
||||
# the following environment variables are recognised:
|
||||
# CXXFLAGS= extra compiler options - note applies to all build variants
|
||||
# INCLUDES= additional include directories
|
||||
# LDFLAGS= additional linker options
|
||||
# LIBS= additional library files
|
||||
# CXX= compiler to use
|
||||
# LINKER= linker/archiver to use
|
||||
# name of subdirectory to use for object/archive files:
|
||||
DIRNAME=generic
|
||||
|
||||
#
|
||||
# default compiler options for release build:
|
||||
#
|
||||
C1=-c -O2 -I../../../
|
||||
|
||||
|
||||
EOF
|
||||
echo "" >> $out
|
||||
echo "ALL_HEADER=$header" >> $out
|
||||
echo "" >> $out
|
||||
echo "all : $subdir $all_dep" >> $out
|
||||
echo >> $out
|
||||
echo "$subdir :" >> $out
|
||||
echo " mkdir -p $subdir" >> $out
|
||||
echo >> $out
|
||||
echo "clean : $all_clean" >> $out
|
||||
echo >> $out
|
||||
echo "install : all" >> $out
|
||||
cat $iout >> $out
|
||||
echo >> $out
|
||||
cat $tout >> $out
|
||||
}
|
||||
|
||||
. common.sh
|
||||
|
||||
#
|
||||
# generate generic makefile:
|
||||
gen_gen
|
||||
|
||||
#
|
||||
# remove tmep files;
|
||||
rm -f $tout $iout
|
||||
|
||||
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
/*
|
||||
*
|
||||
* Copyright (c) 2010
|
||||
* John Maddock
|
||||
*
|
||||
* Use, modification and distribution are subject to 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)
|
||||
*
|
||||
*/
|
||||
|
||||
#include <unicode/uversion.h>
|
||||
#include <unicode/utypes.h>
|
||||
#include <unicode/uchar.h>
|
||||
#include <unicode/coll.h>
|
||||
|
||||
#if defined(_MSC_VER) && !defined(_DLL)
|
||||
#error "Mixing ICU with a static runtime doesn't work"
|
||||
#endif
|
||||
|
||||
int main()
|
||||
{
|
||||
UErrorCode err = U_ZERO_ERROR;
|
||||
UChar32 c = ::u_charFromName(U_UNICODE_CHAR_NAME, "GREEK SMALL LETTER ALPHA", &err);
|
||||
return err;
|
||||
}
|
||||
@@ -1,225 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
# copyright John Maddock 2003
|
||||
# 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.
|
||||
|
||||
libname=""
|
||||
src=""
|
||||
header=""
|
||||
all_dep=""
|
||||
|
||||
# current makefile:
|
||||
out=""
|
||||
# temporary file:
|
||||
tout=""
|
||||
# install target temp file:
|
||||
iout=""
|
||||
# debug flag:
|
||||
debug="no"
|
||||
# compile options:
|
||||
opts=""
|
||||
# main output sub-directory:
|
||||
subdir=""
|
||||
# vcl flag:
|
||||
use_vcl="yes"
|
||||
|
||||
#######################################################################
|
||||
#
|
||||
# section for Sun Forte 6.1 (5.1 compiler)
|
||||
#
|
||||
#######################################################################
|
||||
|
||||
function sun_gen_lib()
|
||||
{
|
||||
all_dep="$all_dep $subdir/$libname $subdir/$libname.a"
|
||||
|
||||
#
|
||||
# set up section comments:
|
||||
cat >> $tout << EOF
|
||||
########################################################
|
||||
#
|
||||
# section for $libname.a
|
||||
#
|
||||
########################################################
|
||||
EOF
|
||||
#
|
||||
# process source files:
|
||||
all_obj=""
|
||||
all_lib_obj=""
|
||||
for file in $src
|
||||
do
|
||||
obj=`echo "$file" | sed 's/.*src\/\(.*\)cpp/\1o/g'`
|
||||
obj="$subdir/$libname/$obj"
|
||||
all_obj="$all_obj $obj"
|
||||
all_lib_obj="$all_lib_obj $obj"
|
||||
echo "$obj: $file \$(ALL_HEADER)" >> $tout
|
||||
echo " CC -c \$(INCLUDES) $opts \$(CXXFLAGS) -o $obj $file" >> $tout
|
||||
echo "" >> $tout
|
||||
done
|
||||
#
|
||||
# now for the directories for this library:
|
||||
echo "$subdir/$libname : " >> $tout
|
||||
echo " mkdir -p $subdir/$libname" >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the clean options for this library:
|
||||
all_clean="$all_clean $libname""_clean"
|
||||
echo "$libname"_clean : >> $tout
|
||||
echo " rm -f $subdir/$libname/"'*.o' >> $tout
|
||||
echo " rm -fr $subdir/$libname/\$(SUNWS_CACHE_NAME)" >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the main target for this library:
|
||||
echo $subdir/$libname.a : $all_obj >> $tout
|
||||
echo " CC -xar \$(CXXFLAGS) \$(LDFLAGS) -o $subdir/$libname.a $all_lib_obj" >> $tout
|
||||
echo "" >> $tout
|
||||
}
|
||||
|
||||
function sun_gen_dll()
|
||||
{
|
||||
all_dep="$all_dep $subdir/shared_$libname $subdir/$libname.so"
|
||||
#
|
||||
# set up section comments:
|
||||
cat >> $tout << EOF
|
||||
########################################################
|
||||
#
|
||||
# section for $libname.so
|
||||
#
|
||||
########################################################
|
||||
EOF
|
||||
#
|
||||
# process source files:
|
||||
all_obj=""
|
||||
for file in $src
|
||||
do
|
||||
obj=`echo "$file" | sed 's/.*src\/\(.*\)cpp/\1o/g'`
|
||||
obj="$subdir/shared_$libname/$obj"
|
||||
all_obj="$all_obj $obj"
|
||||
echo "$obj: $file \$(ALL_HEADER)" >> $tout
|
||||
echo " CC -c \$(INCLUDES) $opts \$(CXXFLAGS) -o $obj $file" >> $tout
|
||||
echo "" >> $tout
|
||||
done
|
||||
#
|
||||
# now for the directories for this library:
|
||||
echo "$subdir/shared_$libname :" >> $tout
|
||||
echo " mkdir -p $subdir/shared_$libname" >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the clean options for this library:
|
||||
all_clean="$all_clean $libname""_clean_shared"
|
||||
echo "$libname"_clean_shared : >> $tout
|
||||
echo " rm -f $subdir/shared_$libname/"'*.o' >> $tout
|
||||
echo " rm -fr $subdir/shared_$libname/\$(SUNWS_CACHE_NAME)" >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the main target for this library:
|
||||
echo $subdir/$libname.so : $all_obj >> $tout
|
||||
echo " CC $opts -G -o $subdir/$libname.so \$(LDFLAGS) $all_obj \$(LIBS)" >> $tout
|
||||
echo "" >> $tout
|
||||
}
|
||||
|
||||
|
||||
|
||||
function sun_gen()
|
||||
{
|
||||
tout="temp"
|
||||
iout="temp_install"
|
||||
all_dep="$subdir"
|
||||
all_clean=""
|
||||
echo > $out
|
||||
echo > $tout
|
||||
rm -f $iout
|
||||
|
||||
libname="libboost_regex\$(LIBSUFFIX)"
|
||||
opts="-O2 -I../../../"
|
||||
sun_gen_lib
|
||||
|
||||
libname="libboost_regex_mt\$(LIBSUFFIX)"
|
||||
opts="-O2 -mt -I../../../"
|
||||
sun_gen_lib
|
||||
|
||||
libname="libboost_regex\$(LIBSUFFIX)"
|
||||
opts="-KPIC -O2 -I../../../"
|
||||
sun_gen_dll
|
||||
|
||||
libname="libboost_regex_mt\$(LIBSUFFIX)"
|
||||
opts="-KPIC -O2 -mt -I../../../"
|
||||
sun_gen_dll
|
||||
|
||||
|
||||
cat > $out << EOF
|
||||
# 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 Sun Forte 6.1
|
||||
#
|
||||
# usage:
|
||||
# make
|
||||
# brings libraries up to date
|
||||
# make clean
|
||||
# removes all temporary files.
|
||||
|
||||
#
|
||||
# Add additional compiler options here:
|
||||
#
|
||||
CXXFLAGS=
|
||||
#
|
||||
# Add additional include directories here:
|
||||
#
|
||||
INCLUDES=
|
||||
#
|
||||
# add additional linker flags here:
|
||||
#
|
||||
LDFLAGS=
|
||||
#
|
||||
# add additional libraries to link to here:
|
||||
#
|
||||
LIBS=
|
||||
#
|
||||
# lib suffix string:
|
||||
#
|
||||
LIBSUFFIX=
|
||||
#
|
||||
# template cache path:
|
||||
#
|
||||
SUNWS_CACHE_NAME=SunWS_cache
|
||||
|
||||
|
||||
EOF
|
||||
echo "" >> $out
|
||||
echo "ALL_HEADER=$header" >> $out
|
||||
echo "" >> $out
|
||||
echo "all : $all_dep" >> $out
|
||||
echo >> $out
|
||||
echo "clean : $all_clean" >> $out
|
||||
echo >> $out
|
||||
echo "install : all" >> $out
|
||||
# cat $iout >> $out
|
||||
echo >> $out
|
||||
echo $subdir : >> $out
|
||||
echo " mkdir -p $subdir" >> $out
|
||||
echo "" >> $out
|
||||
|
||||
cat $tout >> $out
|
||||
}
|
||||
|
||||
. common.sh
|
||||
|
||||
#
|
||||
# generate Sun 6.1 makefile:
|
||||
out="sunpro.mak"
|
||||
subdir="sunpro"
|
||||
sun_gen
|
||||
|
||||
|
||||
#
|
||||
# remove tmep files;
|
||||
rm -f $tout $iout
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,317 +0,0 @@
|
||||
# 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 Sun Forte 6.1
|
||||
#
|
||||
# usage:
|
||||
# make
|
||||
# brings libraries up to date
|
||||
# make clean
|
||||
# removes all temporary files.
|
||||
|
||||
#
|
||||
# Add additional compiler options here:
|
||||
#
|
||||
CXXFLAGS=
|
||||
#
|
||||
# Add additional include directories here:
|
||||
#
|
||||
INCLUDES=
|
||||
#
|
||||
# add additional linker flags here:
|
||||
#
|
||||
LDFLAGS=
|
||||
#
|
||||
# add additional libraries to link to here:
|
||||
#
|
||||
LIBS=
|
||||
#
|
||||
# lib suffix string:
|
||||
#
|
||||
LIBSUFFIX=
|
||||
#
|
||||
# template cache path:
|
||||
#
|
||||
SUNWS_CACHE_NAME=SunWS_cache
|
||||
|
||||
|
||||
|
||||
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 : sunpro sunpro/libboost_regex$(LIBSUFFIX) sunpro/libboost_regex$(LIBSUFFIX).a sunpro/libboost_regex_mt$(LIBSUFFIX) sunpro/libboost_regex_mt$(LIBSUFFIX).a sunpro/shared_libboost_regex$(LIBSUFFIX) sunpro/libboost_regex$(LIBSUFFIX).so sunpro/shared_libboost_regex_mt$(LIBSUFFIX) sunpro/libboost_regex_mt$(LIBSUFFIX).so
|
||||
|
||||
clean : libboost_regex$(LIBSUFFIX)_clean libboost_regex_mt$(LIBSUFFIX)_clean libboost_regex$(LIBSUFFIX)_clean_shared libboost_regex_mt$(LIBSUFFIX)_clean_shared
|
||||
|
||||
install : all
|
||||
|
||||
sunpro :
|
||||
mkdir -p sunpro
|
||||
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex$(LIBSUFFIX).a
|
||||
#
|
||||
########################################################
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/c_regex_traits.o ../src/c_regex_traits.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/cpp_regex_traits.o ../src/cpp_regex_traits.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/cregex.o ../src/cregex.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/fileiter.o ../src/fileiter.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/icu.o ../src/icu.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/instances.o ../src/instances.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/posix_api.o ../src/posix_api.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/regex.o ../src/regex.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/regex_debug.o ../src/regex_debug.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/regex_raw_buffer.o ../src/regex_raw_buffer.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/regex_traits_defaults.o ../src/regex_traits_defaults.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/static_mutex.o ../src/static_mutex.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/usinstances.o ../src/usinstances.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/w32_regex_traits.o ../src/w32_regex_traits.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/wc_regex_traits.o ../src/wc_regex_traits.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/wide_posix_api.o ../src/wide_posix_api.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX)/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX)/winstances.o ../src/winstances.cpp
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX) :
|
||||
mkdir -p sunpro/libboost_regex$(LIBSUFFIX)
|
||||
|
||||
libboost_regex$(LIBSUFFIX)_clean :
|
||||
rm -f sunpro/libboost_regex$(LIBSUFFIX)/*.o
|
||||
rm -fr sunpro/libboost_regex$(LIBSUFFIX)/$(SUNWS_CACHE_NAME)
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX).a : sunpro/libboost_regex$(LIBSUFFIX)/c_regex_traits.o sunpro/libboost_regex$(LIBSUFFIX)/cpp_regex_traits.o sunpro/libboost_regex$(LIBSUFFIX)/cregex.o sunpro/libboost_regex$(LIBSUFFIX)/fileiter.o sunpro/libboost_regex$(LIBSUFFIX)/icu.o sunpro/libboost_regex$(LIBSUFFIX)/instances.o sunpro/libboost_regex$(LIBSUFFIX)/posix_api.o sunpro/libboost_regex$(LIBSUFFIX)/regex.o sunpro/libboost_regex$(LIBSUFFIX)/regex_debug.o sunpro/libboost_regex$(LIBSUFFIX)/regex_raw_buffer.o sunpro/libboost_regex$(LIBSUFFIX)/regex_traits_defaults.o sunpro/libboost_regex$(LIBSUFFIX)/static_mutex.o sunpro/libboost_regex$(LIBSUFFIX)/usinstances.o sunpro/libboost_regex$(LIBSUFFIX)/w32_regex_traits.o sunpro/libboost_regex$(LIBSUFFIX)/wc_regex_traits.o sunpro/libboost_regex$(LIBSUFFIX)/wide_posix_api.o sunpro/libboost_regex$(LIBSUFFIX)/winstances.o
|
||||
CC -xar $(CXXFLAGS) $(LDFLAGS) -o sunpro/libboost_regex$(LIBSUFFIX).a sunpro/libboost_regex$(LIBSUFFIX)/c_regex_traits.o sunpro/libboost_regex$(LIBSUFFIX)/cpp_regex_traits.o sunpro/libboost_regex$(LIBSUFFIX)/cregex.o sunpro/libboost_regex$(LIBSUFFIX)/fileiter.o sunpro/libboost_regex$(LIBSUFFIX)/icu.o sunpro/libboost_regex$(LIBSUFFIX)/instances.o sunpro/libboost_regex$(LIBSUFFIX)/posix_api.o sunpro/libboost_regex$(LIBSUFFIX)/regex.o sunpro/libboost_regex$(LIBSUFFIX)/regex_debug.o sunpro/libboost_regex$(LIBSUFFIX)/regex_raw_buffer.o sunpro/libboost_regex$(LIBSUFFIX)/regex_traits_defaults.o sunpro/libboost_regex$(LIBSUFFIX)/static_mutex.o sunpro/libboost_regex$(LIBSUFFIX)/usinstances.o sunpro/libboost_regex$(LIBSUFFIX)/w32_regex_traits.o sunpro/libboost_regex$(LIBSUFFIX)/wc_regex_traits.o sunpro/libboost_regex$(LIBSUFFIX)/wide_posix_api.o sunpro/libboost_regex$(LIBSUFFIX)/winstances.o
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex_mt$(LIBSUFFIX).a
|
||||
#
|
||||
########################################################
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/c_regex_traits.o ../src/c_regex_traits.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/cpp_regex_traits.o ../src/cpp_regex_traits.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/cregex.o ../src/cregex.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/fileiter.o ../src/fileiter.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/icu.o ../src/icu.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/instances.o ../src/instances.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/posix_api.o ../src/posix_api.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/regex.o ../src/regex.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/regex_debug.o ../src/regex_debug.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/regex_raw_buffer.o ../src/regex_raw_buffer.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/regex_traits_defaults.o ../src/regex_traits_defaults.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/static_mutex.o ../src/static_mutex.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/usinstances.o ../src/usinstances.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/w32_regex_traits.o ../src/w32_regex_traits.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/wc_regex_traits.o ../src/wc_regex_traits.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/wide_posix_api.o ../src/wide_posix_api.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX)/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX)/winstances.o ../src/winstances.cpp
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX) :
|
||||
mkdir -p sunpro/libboost_regex_mt$(LIBSUFFIX)
|
||||
|
||||
libboost_regex_mt$(LIBSUFFIX)_clean :
|
||||
rm -f sunpro/libboost_regex_mt$(LIBSUFFIX)/*.o
|
||||
rm -fr sunpro/libboost_regex_mt$(LIBSUFFIX)/$(SUNWS_CACHE_NAME)
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX).a : sunpro/libboost_regex_mt$(LIBSUFFIX)/c_regex_traits.o sunpro/libboost_regex_mt$(LIBSUFFIX)/cpp_regex_traits.o sunpro/libboost_regex_mt$(LIBSUFFIX)/cregex.o sunpro/libboost_regex_mt$(LIBSUFFIX)/fileiter.o sunpro/libboost_regex_mt$(LIBSUFFIX)/icu.o sunpro/libboost_regex_mt$(LIBSUFFIX)/instances.o sunpro/libboost_regex_mt$(LIBSUFFIX)/posix_api.o sunpro/libboost_regex_mt$(LIBSUFFIX)/regex.o sunpro/libboost_regex_mt$(LIBSUFFIX)/regex_debug.o sunpro/libboost_regex_mt$(LIBSUFFIX)/regex_raw_buffer.o sunpro/libboost_regex_mt$(LIBSUFFIX)/regex_traits_defaults.o sunpro/libboost_regex_mt$(LIBSUFFIX)/static_mutex.o sunpro/libboost_regex_mt$(LIBSUFFIX)/usinstances.o sunpro/libboost_regex_mt$(LIBSUFFIX)/w32_regex_traits.o sunpro/libboost_regex_mt$(LIBSUFFIX)/wc_regex_traits.o sunpro/libboost_regex_mt$(LIBSUFFIX)/wide_posix_api.o sunpro/libboost_regex_mt$(LIBSUFFIX)/winstances.o
|
||||
CC -xar $(CXXFLAGS) $(LDFLAGS) -o sunpro/libboost_regex_mt$(LIBSUFFIX).a sunpro/libboost_regex_mt$(LIBSUFFIX)/c_regex_traits.o sunpro/libboost_regex_mt$(LIBSUFFIX)/cpp_regex_traits.o sunpro/libboost_regex_mt$(LIBSUFFIX)/cregex.o sunpro/libboost_regex_mt$(LIBSUFFIX)/fileiter.o sunpro/libboost_regex_mt$(LIBSUFFIX)/icu.o sunpro/libboost_regex_mt$(LIBSUFFIX)/instances.o sunpro/libboost_regex_mt$(LIBSUFFIX)/posix_api.o sunpro/libboost_regex_mt$(LIBSUFFIX)/regex.o sunpro/libboost_regex_mt$(LIBSUFFIX)/regex_debug.o sunpro/libboost_regex_mt$(LIBSUFFIX)/regex_raw_buffer.o sunpro/libboost_regex_mt$(LIBSUFFIX)/regex_traits_defaults.o sunpro/libboost_regex_mt$(LIBSUFFIX)/static_mutex.o sunpro/libboost_regex_mt$(LIBSUFFIX)/usinstances.o sunpro/libboost_regex_mt$(LIBSUFFIX)/w32_regex_traits.o sunpro/libboost_regex_mt$(LIBSUFFIX)/wc_regex_traits.o sunpro/libboost_regex_mt$(LIBSUFFIX)/wide_posix_api.o sunpro/libboost_regex_mt$(LIBSUFFIX)/winstances.o
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex$(LIBSUFFIX).so
|
||||
#
|
||||
########################################################
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/c_regex_traits.o ../src/c_regex_traits.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/cpp_regex_traits.o ../src/cpp_regex_traits.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/cregex.o ../src/cregex.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/fileiter.o ../src/fileiter.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/icu.o ../src/icu.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/instances.o ../src/instances.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/posix_api.o ../src/posix_api.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/regex.o ../src/regex.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/regex_debug.o ../src/regex_debug.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/regex_raw_buffer.o ../src/regex_raw_buffer.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/regex_traits_defaults.o ../src/regex_traits_defaults.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/static_mutex.o ../src/static_mutex.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/usinstances.o ../src/usinstances.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/w32_regex_traits.o ../src/w32_regex_traits.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/wc_regex_traits.o ../src/wc_regex_traits.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/wide_posix_api.o ../src/wide_posix_api.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX)/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex$(LIBSUFFIX)/winstances.o ../src/winstances.cpp
|
||||
|
||||
sunpro/shared_libboost_regex$(LIBSUFFIX) :
|
||||
mkdir -p sunpro/shared_libboost_regex$(LIBSUFFIX)
|
||||
|
||||
libboost_regex$(LIBSUFFIX)_clean_shared :
|
||||
rm -f sunpro/shared_libboost_regex$(LIBSUFFIX)/*.o
|
||||
rm -fr sunpro/shared_libboost_regex$(LIBSUFFIX)/$(SUNWS_CACHE_NAME)
|
||||
|
||||
sunpro/libboost_regex$(LIBSUFFIX).so : sunpro/shared_libboost_regex$(LIBSUFFIX)/c_regex_traits.o sunpro/shared_libboost_regex$(LIBSUFFIX)/cpp_regex_traits.o sunpro/shared_libboost_regex$(LIBSUFFIX)/cregex.o sunpro/shared_libboost_regex$(LIBSUFFIX)/fileiter.o sunpro/shared_libboost_regex$(LIBSUFFIX)/icu.o sunpro/shared_libboost_regex$(LIBSUFFIX)/instances.o sunpro/shared_libboost_regex$(LIBSUFFIX)/posix_api.o sunpro/shared_libboost_regex$(LIBSUFFIX)/regex.o sunpro/shared_libboost_regex$(LIBSUFFIX)/regex_debug.o sunpro/shared_libboost_regex$(LIBSUFFIX)/regex_raw_buffer.o sunpro/shared_libboost_regex$(LIBSUFFIX)/regex_traits_defaults.o sunpro/shared_libboost_regex$(LIBSUFFIX)/static_mutex.o sunpro/shared_libboost_regex$(LIBSUFFIX)/usinstances.o sunpro/shared_libboost_regex$(LIBSUFFIX)/w32_regex_traits.o sunpro/shared_libboost_regex$(LIBSUFFIX)/wc_regex_traits.o sunpro/shared_libboost_regex$(LIBSUFFIX)/wide_posix_api.o sunpro/shared_libboost_regex$(LIBSUFFIX)/winstances.o
|
||||
CC -KPIC -O2 -I../../../ -G -o sunpro/libboost_regex$(LIBSUFFIX).so $(LDFLAGS) sunpro/shared_libboost_regex$(LIBSUFFIX)/c_regex_traits.o sunpro/shared_libboost_regex$(LIBSUFFIX)/cpp_regex_traits.o sunpro/shared_libboost_regex$(LIBSUFFIX)/cregex.o sunpro/shared_libboost_regex$(LIBSUFFIX)/fileiter.o sunpro/shared_libboost_regex$(LIBSUFFIX)/icu.o sunpro/shared_libboost_regex$(LIBSUFFIX)/instances.o sunpro/shared_libboost_regex$(LIBSUFFIX)/posix_api.o sunpro/shared_libboost_regex$(LIBSUFFIX)/regex.o sunpro/shared_libboost_regex$(LIBSUFFIX)/regex_debug.o sunpro/shared_libboost_regex$(LIBSUFFIX)/regex_raw_buffer.o sunpro/shared_libboost_regex$(LIBSUFFIX)/regex_traits_defaults.o sunpro/shared_libboost_regex$(LIBSUFFIX)/static_mutex.o sunpro/shared_libboost_regex$(LIBSUFFIX)/usinstances.o sunpro/shared_libboost_regex$(LIBSUFFIX)/w32_regex_traits.o sunpro/shared_libboost_regex$(LIBSUFFIX)/wc_regex_traits.o sunpro/shared_libboost_regex$(LIBSUFFIX)/wide_posix_api.o sunpro/shared_libboost_regex$(LIBSUFFIX)/winstances.o $(LIBS)
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex_mt$(LIBSUFFIX).so
|
||||
#
|
||||
########################################################
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/c_regex_traits.o ../src/c_regex_traits.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/cpp_regex_traits.o ../src/cpp_regex_traits.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/cregex.o ../src/cregex.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/fileiter.o ../src/fileiter.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/icu.o ../src/icu.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/instances.o ../src/instances.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/posix_api.o ../src/posix_api.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex.o ../src/regex.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex_debug.o ../src/regex_debug.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex_raw_buffer.o ../src/regex_raw_buffer.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex_traits_defaults.o ../src/regex_traits_defaults.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/static_mutex.o ../src/static_mutex.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/usinstances.o ../src/usinstances.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/w32_regex_traits.o ../src/w32_regex_traits.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/wc_regex_traits.o ../src/wc_regex_traits.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/wide_posix_api.o ../src/wide_posix_api.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
CC -c $(INCLUDES) -KPIC -O2 -mt -I../../../ $(CXXFLAGS) -o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/winstances.o ../src/winstances.cpp
|
||||
|
||||
sunpro/shared_libboost_regex_mt$(LIBSUFFIX) :
|
||||
mkdir -p sunpro/shared_libboost_regex_mt$(LIBSUFFIX)
|
||||
|
||||
libboost_regex_mt$(LIBSUFFIX)_clean_shared :
|
||||
rm -f sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/*.o
|
||||
rm -fr sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/$(SUNWS_CACHE_NAME)
|
||||
|
||||
sunpro/libboost_regex_mt$(LIBSUFFIX).so : sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/c_regex_traits.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/cpp_regex_traits.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/cregex.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/fileiter.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/icu.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/instances.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/posix_api.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex_debug.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex_raw_buffer.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex_traits_defaults.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/static_mutex.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/usinstances.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/w32_regex_traits.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/wc_regex_traits.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/wide_posix_api.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/winstances.o
|
||||
CC -KPIC -O2 -mt -I../../../ -G -o sunpro/libboost_regex_mt$(LIBSUFFIX).so $(LDFLAGS) sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/c_regex_traits.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/cpp_regex_traits.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/cregex.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/fileiter.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/icu.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/instances.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/posix_api.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex_debug.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex_raw_buffer.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/regex_traits_defaults.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/static_mutex.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/usinstances.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/w32_regex_traits.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/wc_regex_traits.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/wide_posix_api.o sunpro/shared_libboost_regex_mt$(LIBSUFFIX)/winstances.o $(LIBS)
|
||||
|
||||
|
||||
@@ -1,497 +0,0 @@
|
||||
# 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+STLPort
|
||||
#
|
||||
# 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)
|
||||
#
|
||||
|
||||
#
|
||||
# ICU setup:
|
||||
#
|
||||
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)" == ""
|
||||
!ERROR Variable MSVCDIR not set.
|
||||
!ENDIF
|
||||
|
||||
!IF "$(STLPORT_PATH)" == ""
|
||||
!ERROR Variable STLPORT_PATH 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-vc6-mt-sp-1_42_dir ./vc6-stlport/libboost_regex-vc6-mt-sp-1_42.lib boost_regex-vc6-mt-p-1_42_dir ./vc6-stlport/boost_regex-vc6-mt-p-1_42.lib libboost_regex-vc6-mt-p-1_42_dir ./vc6-stlport/libboost_regex-vc6-mt-p-1_42.lib boost_regex-vc6-mt-gdp-1_42_dir ./vc6-stlport/boost_regex-vc6-mt-gdp-1_42.lib libboost_regex-vc6-mt-sgdp-1_42_dir ./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.lib libboost_regex-vc6-mt-gdp-1_42_dir ./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42.lib
|
||||
|
||||
clean : libboost_regex-vc6-mt-sp-1_42_clean boost_regex-vc6-mt-p-1_42_clean libboost_regex-vc6-mt-p-1_42_clean boost_regex-vc6-mt-gdp-1_42_clean libboost_regex-vc6-mt-sgdp-1_42_clean libboost_regex-vc6-mt-gdp-1_42_clean
|
||||
|
||||
install : stlport_check all
|
||||
copy vc6-stlport\libboost_regex-vc6-mt-sp-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc6-stlport\boost_regex-vc6-mt-p-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc6-stlport\boost_regex-vc6-mt-p-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc6-stlport\libboost_regex-vc6-mt-p-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc6-stlport\boost_regex-vc6-mt-gdp-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc6-stlport\boost_regex-vc6-mt-gdp-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc6-stlport\boost_regex-vc6-mt-gdp-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc6-stlport\libboost_regex-vc6-mt-sgdp-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc6-stlport\libboost_regex-vc6-mt-sgdp-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc6-stlport\libboost_regex-vc6-mt-gdp-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc6-stlport\libboost_regex-vc6-mt-gdp-1_42.pdb "$(MSVCDIR)\lib"
|
||||
|
||||
main_dir :
|
||||
@if not exist "vc6-stlport\$(NULL)" mkdir vc6-stlport
|
||||
|
||||
stlport_check : "$(STLPORT_PATH)\stlport\string"
|
||||
echo
|
||||
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc6-mt-sp-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sp-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sp-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc6-mt-sp-1_42_dir :
|
||||
@if not exist "vc6-stlport\libboost_regex-vc6-mt-sp-1_42\$(NULL)" mkdir vc6-stlport\libboost_regex-vc6-mt-sp-1_42
|
||||
|
||||
libboost_regex-vc6-mt-sp-1_42_clean :
|
||||
del vc6-stlport\libboost_regex-vc6-mt-sp-1_42\*.obj
|
||||
del vc6-stlport\libboost_regex-vc6-mt-sp-1_42\*.idb
|
||||
del vc6-stlport\libboost_regex-vc6-mt-sp-1_42\*.exp
|
||||
del vc6-stlport\libboost_regex-vc6-mt-sp-1_42\*.pch
|
||||
|
||||
./vc6-stlport/libboost_regex-vc6-mt-sp-1_42.lib : vc6-stlport/libboost_regex-vc6-mt-sp-1_42/c_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/cpp_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/cregex.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/fileiter.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/icu.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/instances.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/posix_api.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/regex.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/regex_debug.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/regex_raw_buffer.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/regex_traits_defaults.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/static_mutex.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/usinstances.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/w32_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/wc_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/wide_posix_api.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc6-stlport/libboost_regex-vc6-mt-sp-1_42.lib $(XSFLAGS) vc6-stlport/libboost_regex-vc6-mt-sp-1_42/c_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/cpp_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/cregex.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/fileiter.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/icu.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/instances.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/posix_api.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/regex.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/regex_debug.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/regex_raw_buffer.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/regex_traits_defaults.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/static_mutex.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/usinstances.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/w32_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/wc_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/wide_posix_api.obj vc6-stlport/libboost_regex-vc6-mt-sp-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc6-mt-p-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-p-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-p-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc6-mt-p-1_42_dir :
|
||||
@if not exist "vc6-stlport\boost_regex-vc6-mt-p-1_42\$(NULL)" mkdir vc6-stlport\boost_regex-vc6-mt-p-1_42
|
||||
|
||||
boost_regex-vc6-mt-p-1_42_clean :
|
||||
del vc6-stlport\boost_regex-vc6-mt-p-1_42\*.obj
|
||||
del vc6-stlport\boost_regex-vc6-mt-p-1_42\*.idb
|
||||
del vc6-stlport\boost_regex-vc6-mt-p-1_42\*.exp
|
||||
del vc6-stlport\boost_regex-vc6-mt-p-1_42\*.pch
|
||||
|
||||
./vc6-stlport/boost_regex-vc6-mt-p-1_42.lib : vc6-stlport/boost_regex-vc6-mt-p-1_42/c_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/cpp_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/cregex.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/fileiter.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/icu.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/instances.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/posix_api.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/regex.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/regex_debug.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/regex_raw_buffer.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/regex_traits_defaults.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/static_mutex.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/usinstances.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/w32_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/wc_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/wide_posix_api.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/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:"vc6-stlport/boost_regex-vc6-mt-p-1_42.pdb" /debug /machine:I386 /out:"vc6-stlport/boost_regex-vc6-mt-p-1_42.dll" /implib:"vc6-stlport/boost_regex-vc6-mt-p-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc6-stlport/boost_regex-vc6-mt-p-1_42/c_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/cpp_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/cregex.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/fileiter.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/icu.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/instances.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/posix_api.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/regex.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/regex_debug.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/regex_raw_buffer.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/regex_traits_defaults.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/static_mutex.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/usinstances.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/w32_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/wc_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/wide_posix_api.obj vc6-stlport/boost_regex-vc6-mt-p-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc6-mt-p-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-p-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-p-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-p-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc6-mt-p-1_42_dir :
|
||||
@if not exist "vc6-stlport\libboost_regex-vc6-mt-p-1_42\$(NULL)" mkdir vc6-stlport\libboost_regex-vc6-mt-p-1_42
|
||||
|
||||
libboost_regex-vc6-mt-p-1_42_clean :
|
||||
del vc6-stlport\libboost_regex-vc6-mt-p-1_42\*.obj
|
||||
del vc6-stlport\libboost_regex-vc6-mt-p-1_42\*.idb
|
||||
del vc6-stlport\libboost_regex-vc6-mt-p-1_42\*.exp
|
||||
del vc6-stlport\libboost_regex-vc6-mt-p-1_42\*.pch
|
||||
|
||||
./vc6-stlport/libboost_regex-vc6-mt-p-1_42.lib : vc6-stlport/libboost_regex-vc6-mt-p-1_42/c_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/cpp_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/cregex.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/fileiter.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/icu.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/instances.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/posix_api.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/regex.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/regex_debug.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/regex_raw_buffer.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/regex_traits_defaults.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/static_mutex.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/usinstances.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/w32_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/wc_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/wide_posix_api.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc6-stlport/libboost_regex-vc6-mt-p-1_42.lib $(XSFLAGS) vc6-stlport/libboost_regex-vc6-mt-p-1_42/c_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/cpp_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/cregex.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/fileiter.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/icu.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/instances.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/posix_api.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/regex.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/regex_debug.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/regex_raw_buffer.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/regex_traits_defaults.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/static_mutex.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/usinstances.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/w32_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/wc_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/wide_posix_api.obj vc6-stlport/libboost_regex-vc6-mt-p-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc6-mt-gdp-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc6-stlport/boost_regex-vc6-mt-gdp-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/boost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc6-mt-gdp-1_42_dir :
|
||||
@if not exist "vc6-stlport\boost_regex-vc6-mt-gdp-1_42\$(NULL)" mkdir vc6-stlport\boost_regex-vc6-mt-gdp-1_42
|
||||
|
||||
boost_regex-vc6-mt-gdp-1_42_clean :
|
||||
del vc6-stlport\boost_regex-vc6-mt-gdp-1_42\*.obj
|
||||
del vc6-stlport\boost_regex-vc6-mt-gdp-1_42\*.idb
|
||||
del vc6-stlport\boost_regex-vc6-mt-gdp-1_42\*.exp
|
||||
del vc6-stlport\boost_regex-vc6-mt-gdp-1_42\*.pch
|
||||
|
||||
./vc6-stlport/boost_regex-vc6-mt-gdp-1_42.lib : vc6-stlport/boost_regex-vc6-mt-gdp-1_42/c_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/cpp_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/cregex.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/fileiter.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/icu.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/instances.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/posix_api.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/regex.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/regex_debug.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/regex_raw_buffer.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/regex_traits_defaults.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/static_mutex.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/usinstances.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/w32_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/wc_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/wide_posix_api.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/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:"vc6-stlport/boost_regex-vc6-mt-gdp-1_42.pdb" /debug /machine:I386 /out:"vc6-stlport/boost_regex-vc6-mt-gdp-1_42.dll" /implib:"vc6-stlport/boost_regex-vc6-mt-gdp-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc6-stlport/boost_regex-vc6-mt-gdp-1_42/c_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/cpp_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/cregex.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/fileiter.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/icu.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/instances.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/posix_api.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/regex.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/regex_debug.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/regex_raw_buffer.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/regex_traits_defaults.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/static_mutex.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/usinstances.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/w32_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/wc_regex_traits.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/wide_posix_api.obj vc6-stlport/boost_regex-vc6-mt-gdp-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc6-mt-sgdp-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc6-mt-sgdp-1_42_dir :
|
||||
@if not exist "vc6-stlport\libboost_regex-vc6-mt-sgdp-1_42\$(NULL)" mkdir vc6-stlport\libboost_regex-vc6-mt-sgdp-1_42
|
||||
|
||||
libboost_regex-vc6-mt-sgdp-1_42_clean :
|
||||
del vc6-stlport\libboost_regex-vc6-mt-sgdp-1_42\*.obj
|
||||
del vc6-stlport\libboost_regex-vc6-mt-sgdp-1_42\*.idb
|
||||
del vc6-stlport\libboost_regex-vc6-mt-sgdp-1_42\*.exp
|
||||
del vc6-stlport\libboost_regex-vc6-mt-sgdp-1_42\*.pch
|
||||
|
||||
./vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.lib : vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/c_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/cpp_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/cregex.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/fileiter.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/icu.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/instances.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/posix_api.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/regex.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/regex_debug.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/regex_raw_buffer.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/regex_traits_defaults.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/static_mutex.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/usinstances.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/w32_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/wc_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/wide_posix_api.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42.lib $(XSFLAGS) vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/c_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/cpp_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/cregex.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/fileiter.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/icu.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/instances.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/posix_api.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/regex.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/regex_debug.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/regex_raw_buffer.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/regex_traits_defaults.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/static_mutex.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/usinstances.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/w32_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/wc_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/wide_posix_api.obj vc6-stlport/libboost_regex-vc6-mt-sgdp-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc6-mt-gdp-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/ -Fdvc6-stlport/libboost_regex-vc6-mt-gdp-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc6-mt-gdp-1_42_dir :
|
||||
@if not exist "vc6-stlport\libboost_regex-vc6-mt-gdp-1_42\$(NULL)" mkdir vc6-stlport\libboost_regex-vc6-mt-gdp-1_42
|
||||
|
||||
libboost_regex-vc6-mt-gdp-1_42_clean :
|
||||
del vc6-stlport\libboost_regex-vc6-mt-gdp-1_42\*.obj
|
||||
del vc6-stlport\libboost_regex-vc6-mt-gdp-1_42\*.idb
|
||||
del vc6-stlport\libboost_regex-vc6-mt-gdp-1_42\*.exp
|
||||
del vc6-stlport\libboost_regex-vc6-mt-gdp-1_42\*.pch
|
||||
|
||||
./vc6-stlport/libboost_regex-vc6-mt-gdp-1_42.lib : vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/c_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/cpp_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/cregex.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/fileiter.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/icu.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/instances.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/posix_api.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/regex.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/regex_debug.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/regex_raw_buffer.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/regex_traits_defaults.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/static_mutex.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/usinstances.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/w32_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/wc_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/wide_posix_api.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc6-stlport/libboost_regex-vc6-mt-gdp-1_42.lib $(XSFLAGS) vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/c_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/cpp_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/cregex.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/fileiter.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/icu.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/instances.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/posix_api.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/regex.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/regex_debug.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/regex_raw_buffer.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/regex_traits_defaults.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/static_mutex.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/usinstances.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/w32_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/wc_regex_traits.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/wide_posix_api.obj vc6-stlport/libboost_regex-vc6-mt-gdp-1_42/winstances.obj
|
||||
|
||||
|
||||
-633
@@ -1,633 +0,0 @@
|
||||
# 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)" == ""
|
||||
|
||||
!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-vc6-s-1_42_dir ./vc6/libboost_regex-vc6-s-1_42.lib libboost_regex-vc6-mt-s-1_42_dir ./vc6/libboost_regex-vc6-mt-s-1_42.lib libboost_regex-vc6-sgd-1_42_dir ./vc6/libboost_regex-vc6-sgd-1_42.lib libboost_regex-vc6-mt-sgd-1_42_dir ./vc6/libboost_regex-vc6-mt-sgd-1_42.lib boost_regex-vc6-mt-gd-1_42_dir ./vc6/boost_regex-vc6-mt-gd-1_42.lib boost_regex-vc6-mt-1_42_dir ./vc6/boost_regex-vc6-mt-1_42.lib libboost_regex-vc6-mt-1_42_dir ./vc6/libboost_regex-vc6-mt-1_42.lib libboost_regex-vc6-mt-gd-1_42_dir ./vc6/libboost_regex-vc6-mt-gd-1_42.lib
|
||||
|
||||
clean : libboost_regex-vc6-s-1_42_clean libboost_regex-vc6-mt-s-1_42_clean libboost_regex-vc6-sgd-1_42_clean libboost_regex-vc6-mt-sgd-1_42_clean boost_regex-vc6-mt-gd-1_42_clean boost_regex-vc6-mt-1_42_clean libboost_regex-vc6-mt-1_42_clean libboost_regex-vc6-mt-gd-1_42_clean
|
||||
|
||||
install : all
|
||||
copy vc6\libboost_regex-vc6-s-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc6\libboost_regex-vc6-mt-s-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc6\libboost_regex-vc6-sgd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc6\libboost_regex-vc6-sgd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc6\libboost_regex-vc6-mt-sgd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc6\libboost_regex-vc6-mt-sgd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc6\boost_regex-vc6-mt-gd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc6\boost_regex-vc6-mt-gd-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc6\boost_regex-vc6-mt-gd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc6\boost_regex-vc6-mt-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc6\boost_regex-vc6-mt-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc6\libboost_regex-vc6-mt-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc6\libboost_regex-vc6-mt-gd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc6\libboost_regex-vc6-mt-gd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
|
||||
main_dir :
|
||||
@if not exist "vc6\$(NULL)" mkdir vc6
|
||||
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc6-s-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc6/libboost_regex-vc6-s-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-s-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-s-1_42/ -Fdvc6/libboost_regex-vc6-s-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc6-s-1_42_dir :
|
||||
@if not exist "vc6\libboost_regex-vc6-s-1_42\$(NULL)" mkdir vc6\libboost_regex-vc6-s-1_42
|
||||
|
||||
libboost_regex-vc6-s-1_42_clean :
|
||||
del vc6\libboost_regex-vc6-s-1_42\*.obj
|
||||
del vc6\libboost_regex-vc6-s-1_42\*.idb
|
||||
del vc6\libboost_regex-vc6-s-1_42\*.exp
|
||||
del vc6\libboost_regex-vc6-s-1_42\*.pch
|
||||
|
||||
./vc6/libboost_regex-vc6-s-1_42.lib : vc6/libboost_regex-vc6-s-1_42/c_regex_traits.obj vc6/libboost_regex-vc6-s-1_42/cpp_regex_traits.obj vc6/libboost_regex-vc6-s-1_42/cregex.obj vc6/libboost_regex-vc6-s-1_42/fileiter.obj vc6/libboost_regex-vc6-s-1_42/icu.obj vc6/libboost_regex-vc6-s-1_42/instances.obj vc6/libboost_regex-vc6-s-1_42/posix_api.obj vc6/libboost_regex-vc6-s-1_42/regex.obj vc6/libboost_regex-vc6-s-1_42/regex_debug.obj vc6/libboost_regex-vc6-s-1_42/regex_raw_buffer.obj vc6/libboost_regex-vc6-s-1_42/regex_traits_defaults.obj vc6/libboost_regex-vc6-s-1_42/static_mutex.obj vc6/libboost_regex-vc6-s-1_42/usinstances.obj vc6/libboost_regex-vc6-s-1_42/w32_regex_traits.obj vc6/libboost_regex-vc6-s-1_42/wc_regex_traits.obj vc6/libboost_regex-vc6-s-1_42/wide_posix_api.obj vc6/libboost_regex-vc6-s-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc6/libboost_regex-vc6-s-1_42.lib $(XSFLAGS) vc6/libboost_regex-vc6-s-1_42/c_regex_traits.obj vc6/libboost_regex-vc6-s-1_42/cpp_regex_traits.obj vc6/libboost_regex-vc6-s-1_42/cregex.obj vc6/libboost_regex-vc6-s-1_42/fileiter.obj vc6/libboost_regex-vc6-s-1_42/icu.obj vc6/libboost_regex-vc6-s-1_42/instances.obj vc6/libboost_regex-vc6-s-1_42/posix_api.obj vc6/libboost_regex-vc6-s-1_42/regex.obj vc6/libboost_regex-vc6-s-1_42/regex_debug.obj vc6/libboost_regex-vc6-s-1_42/regex_raw_buffer.obj vc6/libboost_regex-vc6-s-1_42/regex_traits_defaults.obj vc6/libboost_regex-vc6-s-1_42/static_mutex.obj vc6/libboost_regex-vc6-s-1_42/usinstances.obj vc6/libboost_regex-vc6-s-1_42/w32_regex_traits.obj vc6/libboost_regex-vc6-s-1_42/wc_regex_traits.obj vc6/libboost_regex-vc6-s-1_42/wide_posix_api.obj vc6/libboost_regex-vc6-s-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc6-mt-s-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-s-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-s-1_42/ -Fdvc6/libboost_regex-vc6-mt-s-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc6-mt-s-1_42_dir :
|
||||
@if not exist "vc6\libboost_regex-vc6-mt-s-1_42\$(NULL)" mkdir vc6\libboost_regex-vc6-mt-s-1_42
|
||||
|
||||
libboost_regex-vc6-mt-s-1_42_clean :
|
||||
del vc6\libboost_regex-vc6-mt-s-1_42\*.obj
|
||||
del vc6\libboost_regex-vc6-mt-s-1_42\*.idb
|
||||
del vc6\libboost_regex-vc6-mt-s-1_42\*.exp
|
||||
del vc6\libboost_regex-vc6-mt-s-1_42\*.pch
|
||||
|
||||
./vc6/libboost_regex-vc6-mt-s-1_42.lib : vc6/libboost_regex-vc6-mt-s-1_42/c_regex_traits.obj vc6/libboost_regex-vc6-mt-s-1_42/cpp_regex_traits.obj vc6/libboost_regex-vc6-mt-s-1_42/cregex.obj vc6/libboost_regex-vc6-mt-s-1_42/fileiter.obj vc6/libboost_regex-vc6-mt-s-1_42/icu.obj vc6/libboost_regex-vc6-mt-s-1_42/instances.obj vc6/libboost_regex-vc6-mt-s-1_42/posix_api.obj vc6/libboost_regex-vc6-mt-s-1_42/regex.obj vc6/libboost_regex-vc6-mt-s-1_42/regex_debug.obj vc6/libboost_regex-vc6-mt-s-1_42/regex_raw_buffer.obj vc6/libboost_regex-vc6-mt-s-1_42/regex_traits_defaults.obj vc6/libboost_regex-vc6-mt-s-1_42/static_mutex.obj vc6/libboost_regex-vc6-mt-s-1_42/usinstances.obj vc6/libboost_regex-vc6-mt-s-1_42/w32_regex_traits.obj vc6/libboost_regex-vc6-mt-s-1_42/wc_regex_traits.obj vc6/libboost_regex-vc6-mt-s-1_42/wide_posix_api.obj vc6/libboost_regex-vc6-mt-s-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc6/libboost_regex-vc6-mt-s-1_42.lib $(XSFLAGS) vc6/libboost_regex-vc6-mt-s-1_42/c_regex_traits.obj vc6/libboost_regex-vc6-mt-s-1_42/cpp_regex_traits.obj vc6/libboost_regex-vc6-mt-s-1_42/cregex.obj vc6/libboost_regex-vc6-mt-s-1_42/fileiter.obj vc6/libboost_regex-vc6-mt-s-1_42/icu.obj vc6/libboost_regex-vc6-mt-s-1_42/instances.obj vc6/libboost_regex-vc6-mt-s-1_42/posix_api.obj vc6/libboost_regex-vc6-mt-s-1_42/regex.obj vc6/libboost_regex-vc6-mt-s-1_42/regex_debug.obj vc6/libboost_regex-vc6-mt-s-1_42/regex_raw_buffer.obj vc6/libboost_regex-vc6-mt-s-1_42/regex_traits_defaults.obj vc6/libboost_regex-vc6-mt-s-1_42/static_mutex.obj vc6/libboost_regex-vc6-mt-s-1_42/usinstances.obj vc6/libboost_regex-vc6-mt-s-1_42/w32_regex_traits.obj vc6/libboost_regex-vc6-mt-s-1_42/wc_regex_traits.obj vc6/libboost_regex-vc6-mt-s-1_42/wide_posix_api.obj vc6/libboost_regex-vc6-mt-s-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc6-sgd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc6/libboost_regex-vc6-sgd-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-sgd-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-sgd-1_42/ -Fdvc6/libboost_regex-vc6-sgd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc6-sgd-1_42_dir :
|
||||
@if not exist "vc6\libboost_regex-vc6-sgd-1_42\$(NULL)" mkdir vc6\libboost_regex-vc6-sgd-1_42
|
||||
|
||||
libboost_regex-vc6-sgd-1_42_clean :
|
||||
del vc6\libboost_regex-vc6-sgd-1_42\*.obj
|
||||
del vc6\libboost_regex-vc6-sgd-1_42\*.idb
|
||||
del vc6\libboost_regex-vc6-sgd-1_42\*.exp
|
||||
del vc6\libboost_regex-vc6-sgd-1_42\*.pch
|
||||
|
||||
./vc6/libboost_regex-vc6-sgd-1_42.lib : vc6/libboost_regex-vc6-sgd-1_42/c_regex_traits.obj vc6/libboost_regex-vc6-sgd-1_42/cpp_regex_traits.obj vc6/libboost_regex-vc6-sgd-1_42/cregex.obj vc6/libboost_regex-vc6-sgd-1_42/fileiter.obj vc6/libboost_regex-vc6-sgd-1_42/icu.obj vc6/libboost_regex-vc6-sgd-1_42/instances.obj vc6/libboost_regex-vc6-sgd-1_42/posix_api.obj vc6/libboost_regex-vc6-sgd-1_42/regex.obj vc6/libboost_regex-vc6-sgd-1_42/regex_debug.obj vc6/libboost_regex-vc6-sgd-1_42/regex_raw_buffer.obj vc6/libboost_regex-vc6-sgd-1_42/regex_traits_defaults.obj vc6/libboost_regex-vc6-sgd-1_42/static_mutex.obj vc6/libboost_regex-vc6-sgd-1_42/usinstances.obj vc6/libboost_regex-vc6-sgd-1_42/w32_regex_traits.obj vc6/libboost_regex-vc6-sgd-1_42/wc_regex_traits.obj vc6/libboost_regex-vc6-sgd-1_42/wide_posix_api.obj vc6/libboost_regex-vc6-sgd-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc6/libboost_regex-vc6-sgd-1_42.lib $(XSFLAGS) vc6/libboost_regex-vc6-sgd-1_42/c_regex_traits.obj vc6/libboost_regex-vc6-sgd-1_42/cpp_regex_traits.obj vc6/libboost_regex-vc6-sgd-1_42/cregex.obj vc6/libboost_regex-vc6-sgd-1_42/fileiter.obj vc6/libboost_regex-vc6-sgd-1_42/icu.obj vc6/libboost_regex-vc6-sgd-1_42/instances.obj vc6/libboost_regex-vc6-sgd-1_42/posix_api.obj vc6/libboost_regex-vc6-sgd-1_42/regex.obj vc6/libboost_regex-vc6-sgd-1_42/regex_debug.obj vc6/libboost_regex-vc6-sgd-1_42/regex_raw_buffer.obj vc6/libboost_regex-vc6-sgd-1_42/regex_traits_defaults.obj vc6/libboost_regex-vc6-sgd-1_42/static_mutex.obj vc6/libboost_regex-vc6-sgd-1_42/usinstances.obj vc6/libboost_regex-vc6-sgd-1_42/w32_regex_traits.obj vc6/libboost_regex-vc6-sgd-1_42/wc_regex_traits.obj vc6/libboost_regex-vc6-sgd-1_42/wide_posix_api.obj vc6/libboost_regex-vc6-sgd-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc6-mt-sgd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-sgd-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-sgd-1_42/ -Fdvc6/libboost_regex-vc6-mt-sgd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc6-mt-sgd-1_42_dir :
|
||||
@if not exist "vc6\libboost_regex-vc6-mt-sgd-1_42\$(NULL)" mkdir vc6\libboost_regex-vc6-mt-sgd-1_42
|
||||
|
||||
libboost_regex-vc6-mt-sgd-1_42_clean :
|
||||
del vc6\libboost_regex-vc6-mt-sgd-1_42\*.obj
|
||||
del vc6\libboost_regex-vc6-mt-sgd-1_42\*.idb
|
||||
del vc6\libboost_regex-vc6-mt-sgd-1_42\*.exp
|
||||
del vc6\libboost_regex-vc6-mt-sgd-1_42\*.pch
|
||||
|
||||
./vc6/libboost_regex-vc6-mt-sgd-1_42.lib : vc6/libboost_regex-vc6-mt-sgd-1_42/c_regex_traits.obj vc6/libboost_regex-vc6-mt-sgd-1_42/cpp_regex_traits.obj vc6/libboost_regex-vc6-mt-sgd-1_42/cregex.obj vc6/libboost_regex-vc6-mt-sgd-1_42/fileiter.obj vc6/libboost_regex-vc6-mt-sgd-1_42/icu.obj vc6/libboost_regex-vc6-mt-sgd-1_42/instances.obj vc6/libboost_regex-vc6-mt-sgd-1_42/posix_api.obj vc6/libboost_regex-vc6-mt-sgd-1_42/regex.obj vc6/libboost_regex-vc6-mt-sgd-1_42/regex_debug.obj vc6/libboost_regex-vc6-mt-sgd-1_42/regex_raw_buffer.obj vc6/libboost_regex-vc6-mt-sgd-1_42/regex_traits_defaults.obj vc6/libboost_regex-vc6-mt-sgd-1_42/static_mutex.obj vc6/libboost_regex-vc6-mt-sgd-1_42/usinstances.obj vc6/libboost_regex-vc6-mt-sgd-1_42/w32_regex_traits.obj vc6/libboost_regex-vc6-mt-sgd-1_42/wc_regex_traits.obj vc6/libboost_regex-vc6-mt-sgd-1_42/wide_posix_api.obj vc6/libboost_regex-vc6-mt-sgd-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc6/libboost_regex-vc6-mt-sgd-1_42.lib $(XSFLAGS) vc6/libboost_regex-vc6-mt-sgd-1_42/c_regex_traits.obj vc6/libboost_regex-vc6-mt-sgd-1_42/cpp_regex_traits.obj vc6/libboost_regex-vc6-mt-sgd-1_42/cregex.obj vc6/libboost_regex-vc6-mt-sgd-1_42/fileiter.obj vc6/libboost_regex-vc6-mt-sgd-1_42/icu.obj vc6/libboost_regex-vc6-mt-sgd-1_42/instances.obj vc6/libboost_regex-vc6-mt-sgd-1_42/posix_api.obj vc6/libboost_regex-vc6-mt-sgd-1_42/regex.obj vc6/libboost_regex-vc6-mt-sgd-1_42/regex_debug.obj vc6/libboost_regex-vc6-mt-sgd-1_42/regex_raw_buffer.obj vc6/libboost_regex-vc6-mt-sgd-1_42/regex_traits_defaults.obj vc6/libboost_regex-vc6-mt-sgd-1_42/static_mutex.obj vc6/libboost_regex-vc6-mt-sgd-1_42/usinstances.obj vc6/libboost_regex-vc6-mt-sgd-1_42/w32_regex_traits.obj vc6/libboost_regex-vc6-mt-sgd-1_42/wc_regex_traits.obj vc6/libboost_regex-vc6-mt-sgd-1_42/wide_posix_api.obj vc6/libboost_regex-vc6-mt-sgd-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc6-mt-gd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-gd-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-gd-1_42/ -Fdvc6/boost_regex-vc6-mt-gd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc6-mt-gd-1_42_dir :
|
||||
@if not exist "vc6\boost_regex-vc6-mt-gd-1_42\$(NULL)" mkdir vc6\boost_regex-vc6-mt-gd-1_42
|
||||
|
||||
boost_regex-vc6-mt-gd-1_42_clean :
|
||||
del vc6\boost_regex-vc6-mt-gd-1_42\*.obj
|
||||
del vc6\boost_regex-vc6-mt-gd-1_42\*.idb
|
||||
del vc6\boost_regex-vc6-mt-gd-1_42\*.exp
|
||||
del vc6\boost_regex-vc6-mt-gd-1_42\*.pch
|
||||
|
||||
./vc6/boost_regex-vc6-mt-gd-1_42.lib : vc6/boost_regex-vc6-mt-gd-1_42/c_regex_traits.obj vc6/boost_regex-vc6-mt-gd-1_42/cpp_regex_traits.obj vc6/boost_regex-vc6-mt-gd-1_42/cregex.obj vc6/boost_regex-vc6-mt-gd-1_42/fileiter.obj vc6/boost_regex-vc6-mt-gd-1_42/icu.obj vc6/boost_regex-vc6-mt-gd-1_42/instances.obj vc6/boost_regex-vc6-mt-gd-1_42/posix_api.obj vc6/boost_regex-vc6-mt-gd-1_42/regex.obj vc6/boost_regex-vc6-mt-gd-1_42/regex_debug.obj vc6/boost_regex-vc6-mt-gd-1_42/regex_raw_buffer.obj vc6/boost_regex-vc6-mt-gd-1_42/regex_traits_defaults.obj vc6/boost_regex-vc6-mt-gd-1_42/static_mutex.obj vc6/boost_regex-vc6-mt-gd-1_42/usinstances.obj vc6/boost_regex-vc6-mt-gd-1_42/w32_regex_traits.obj vc6/boost_regex-vc6-mt-gd-1_42/wc_regex_traits.obj vc6/boost_regex-vc6-mt-gd-1_42/wide_posix_api.obj vc6/boost_regex-vc6-mt-gd-1_42/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:"vc6/boost_regex-vc6-mt-gd-1_42.pdb" /debug /machine:I386 /out:"vc6/boost_regex-vc6-mt-gd-1_42.dll" /implib:"vc6/boost_regex-vc6-mt-gd-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc6/boost_regex-vc6-mt-gd-1_42/c_regex_traits.obj vc6/boost_regex-vc6-mt-gd-1_42/cpp_regex_traits.obj vc6/boost_regex-vc6-mt-gd-1_42/cregex.obj vc6/boost_regex-vc6-mt-gd-1_42/fileiter.obj vc6/boost_regex-vc6-mt-gd-1_42/icu.obj vc6/boost_regex-vc6-mt-gd-1_42/instances.obj vc6/boost_regex-vc6-mt-gd-1_42/posix_api.obj vc6/boost_regex-vc6-mt-gd-1_42/regex.obj vc6/boost_regex-vc6-mt-gd-1_42/regex_debug.obj vc6/boost_regex-vc6-mt-gd-1_42/regex_raw_buffer.obj vc6/boost_regex-vc6-mt-gd-1_42/regex_traits_defaults.obj vc6/boost_regex-vc6-mt-gd-1_42/static_mutex.obj vc6/boost_regex-vc6-mt-gd-1_42/usinstances.obj vc6/boost_regex-vc6-mt-gd-1_42/w32_regex_traits.obj vc6/boost_regex-vc6-mt-gd-1_42/wc_regex_traits.obj vc6/boost_regex-vc6-mt-gd-1_42/wide_posix_api.obj vc6/boost_regex-vc6-mt-gd-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc6-mt-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc6/boost_regex-vc6-mt-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc6/boost_regex-vc6-mt-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/boost_regex-vc6-mt-1_42/ -Fdvc6/boost_regex-vc6-mt-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc6-mt-1_42_dir :
|
||||
@if not exist "vc6\boost_regex-vc6-mt-1_42\$(NULL)" mkdir vc6\boost_regex-vc6-mt-1_42
|
||||
|
||||
boost_regex-vc6-mt-1_42_clean :
|
||||
del vc6\boost_regex-vc6-mt-1_42\*.obj
|
||||
del vc6\boost_regex-vc6-mt-1_42\*.idb
|
||||
del vc6\boost_regex-vc6-mt-1_42\*.exp
|
||||
del vc6\boost_regex-vc6-mt-1_42\*.pch
|
||||
|
||||
./vc6/boost_regex-vc6-mt-1_42.lib : vc6/boost_regex-vc6-mt-1_42/c_regex_traits.obj vc6/boost_regex-vc6-mt-1_42/cpp_regex_traits.obj vc6/boost_regex-vc6-mt-1_42/cregex.obj vc6/boost_regex-vc6-mt-1_42/fileiter.obj vc6/boost_regex-vc6-mt-1_42/icu.obj vc6/boost_regex-vc6-mt-1_42/instances.obj vc6/boost_regex-vc6-mt-1_42/posix_api.obj vc6/boost_regex-vc6-mt-1_42/regex.obj vc6/boost_regex-vc6-mt-1_42/regex_debug.obj vc6/boost_regex-vc6-mt-1_42/regex_raw_buffer.obj vc6/boost_regex-vc6-mt-1_42/regex_traits_defaults.obj vc6/boost_regex-vc6-mt-1_42/static_mutex.obj vc6/boost_regex-vc6-mt-1_42/usinstances.obj vc6/boost_regex-vc6-mt-1_42/w32_regex_traits.obj vc6/boost_regex-vc6-mt-1_42/wc_regex_traits.obj vc6/boost_regex-vc6-mt-1_42/wide_posix_api.obj vc6/boost_regex-vc6-mt-1_42/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:"vc6/boost_regex-vc6-mt-1_42.pdb" /debug /machine:I386 /out:"vc6/boost_regex-vc6-mt-1_42.dll" /implib:"vc6/boost_regex-vc6-mt-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc6/boost_regex-vc6-mt-1_42/c_regex_traits.obj vc6/boost_regex-vc6-mt-1_42/cpp_regex_traits.obj vc6/boost_regex-vc6-mt-1_42/cregex.obj vc6/boost_regex-vc6-mt-1_42/fileiter.obj vc6/boost_regex-vc6-mt-1_42/icu.obj vc6/boost_regex-vc6-mt-1_42/instances.obj vc6/boost_regex-vc6-mt-1_42/posix_api.obj vc6/boost_regex-vc6-mt-1_42/regex.obj vc6/boost_regex-vc6-mt-1_42/regex_debug.obj vc6/boost_regex-vc6-mt-1_42/regex_raw_buffer.obj vc6/boost_regex-vc6-mt-1_42/regex_traits_defaults.obj vc6/boost_regex-vc6-mt-1_42/static_mutex.obj vc6/boost_regex-vc6-mt-1_42/usinstances.obj vc6/boost_regex-vc6-mt-1_42/w32_regex_traits.obj vc6/boost_regex-vc6-mt-1_42/wc_regex_traits.obj vc6/boost_regex-vc6-mt-1_42/wide_posix_api.obj vc6/boost_regex-vc6-mt-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc6-mt-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc6/libboost_regex-vc6-mt-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-1_42/ -Fdvc6/libboost_regex-vc6-mt-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc6-mt-1_42_dir :
|
||||
@if not exist "vc6\libboost_regex-vc6-mt-1_42\$(NULL)" mkdir vc6\libboost_regex-vc6-mt-1_42
|
||||
|
||||
libboost_regex-vc6-mt-1_42_clean :
|
||||
del vc6\libboost_regex-vc6-mt-1_42\*.obj
|
||||
del vc6\libboost_regex-vc6-mt-1_42\*.idb
|
||||
del vc6\libboost_regex-vc6-mt-1_42\*.exp
|
||||
del vc6\libboost_regex-vc6-mt-1_42\*.pch
|
||||
|
||||
./vc6/libboost_regex-vc6-mt-1_42.lib : vc6/libboost_regex-vc6-mt-1_42/c_regex_traits.obj vc6/libboost_regex-vc6-mt-1_42/cpp_regex_traits.obj vc6/libboost_regex-vc6-mt-1_42/cregex.obj vc6/libboost_regex-vc6-mt-1_42/fileiter.obj vc6/libboost_regex-vc6-mt-1_42/icu.obj vc6/libboost_regex-vc6-mt-1_42/instances.obj vc6/libboost_regex-vc6-mt-1_42/posix_api.obj vc6/libboost_regex-vc6-mt-1_42/regex.obj vc6/libboost_regex-vc6-mt-1_42/regex_debug.obj vc6/libboost_regex-vc6-mt-1_42/regex_raw_buffer.obj vc6/libboost_regex-vc6-mt-1_42/regex_traits_defaults.obj vc6/libboost_regex-vc6-mt-1_42/static_mutex.obj vc6/libboost_regex-vc6-mt-1_42/usinstances.obj vc6/libboost_regex-vc6-mt-1_42/w32_regex_traits.obj vc6/libboost_regex-vc6-mt-1_42/wc_regex_traits.obj vc6/libboost_regex-vc6-mt-1_42/wide_posix_api.obj vc6/libboost_regex-vc6-mt-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc6/libboost_regex-vc6-mt-1_42.lib $(XSFLAGS) vc6/libboost_regex-vc6-mt-1_42/c_regex_traits.obj vc6/libboost_regex-vc6-mt-1_42/cpp_regex_traits.obj vc6/libboost_regex-vc6-mt-1_42/cregex.obj vc6/libboost_regex-vc6-mt-1_42/fileiter.obj vc6/libboost_regex-vc6-mt-1_42/icu.obj vc6/libboost_regex-vc6-mt-1_42/instances.obj vc6/libboost_regex-vc6-mt-1_42/posix_api.obj vc6/libboost_regex-vc6-mt-1_42/regex.obj vc6/libboost_regex-vc6-mt-1_42/regex_debug.obj vc6/libboost_regex-vc6-mt-1_42/regex_raw_buffer.obj vc6/libboost_regex-vc6-mt-1_42/regex_traits_defaults.obj vc6/libboost_regex-vc6-mt-1_42/static_mutex.obj vc6/libboost_regex-vc6-mt-1_42/usinstances.obj vc6/libboost_regex-vc6-mt-1_42/w32_regex_traits.obj vc6/libboost_regex-vc6-mt-1_42/wc_regex_traits.obj vc6/libboost_regex-vc6-mt-1_42/wide_posix_api.obj vc6/libboost_regex-vc6-mt-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc6-mt-gd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc6/libboost_regex-vc6-mt-gd-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc6/libboost_regex-vc6-mt-gd-1_42/ -Fdvc6/libboost_regex-vc6-mt-gd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc6-mt-gd-1_42_dir :
|
||||
@if not exist "vc6\libboost_regex-vc6-mt-gd-1_42\$(NULL)" mkdir vc6\libboost_regex-vc6-mt-gd-1_42
|
||||
|
||||
libboost_regex-vc6-mt-gd-1_42_clean :
|
||||
del vc6\libboost_regex-vc6-mt-gd-1_42\*.obj
|
||||
del vc6\libboost_regex-vc6-mt-gd-1_42\*.idb
|
||||
del vc6\libboost_regex-vc6-mt-gd-1_42\*.exp
|
||||
del vc6\libboost_regex-vc6-mt-gd-1_42\*.pch
|
||||
|
||||
./vc6/libboost_regex-vc6-mt-gd-1_42.lib : vc6/libboost_regex-vc6-mt-gd-1_42/c_regex_traits.obj vc6/libboost_regex-vc6-mt-gd-1_42/cpp_regex_traits.obj vc6/libboost_regex-vc6-mt-gd-1_42/cregex.obj vc6/libboost_regex-vc6-mt-gd-1_42/fileiter.obj vc6/libboost_regex-vc6-mt-gd-1_42/icu.obj vc6/libboost_regex-vc6-mt-gd-1_42/instances.obj vc6/libboost_regex-vc6-mt-gd-1_42/posix_api.obj vc6/libboost_regex-vc6-mt-gd-1_42/regex.obj vc6/libboost_regex-vc6-mt-gd-1_42/regex_debug.obj vc6/libboost_regex-vc6-mt-gd-1_42/regex_raw_buffer.obj vc6/libboost_regex-vc6-mt-gd-1_42/regex_traits_defaults.obj vc6/libboost_regex-vc6-mt-gd-1_42/static_mutex.obj vc6/libboost_regex-vc6-mt-gd-1_42/usinstances.obj vc6/libboost_regex-vc6-mt-gd-1_42/w32_regex_traits.obj vc6/libboost_regex-vc6-mt-gd-1_42/wc_regex_traits.obj vc6/libboost_regex-vc6-mt-gd-1_42/wide_posix_api.obj vc6/libboost_regex-vc6-mt-gd-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc6/libboost_regex-vc6-mt-gd-1_42.lib $(XSFLAGS) vc6/libboost_regex-vc6-mt-gd-1_42/c_regex_traits.obj vc6/libboost_regex-vc6-mt-gd-1_42/cpp_regex_traits.obj vc6/libboost_regex-vc6-mt-gd-1_42/cregex.obj vc6/libboost_regex-vc6-mt-gd-1_42/fileiter.obj vc6/libboost_regex-vc6-mt-gd-1_42/icu.obj vc6/libboost_regex-vc6-mt-gd-1_42/instances.obj vc6/libboost_regex-vc6-mt-gd-1_42/posix_api.obj vc6/libboost_regex-vc6-mt-gd-1_42/regex.obj vc6/libboost_regex-vc6-mt-gd-1_42/regex_debug.obj vc6/libboost_regex-vc6-mt-gd-1_42/regex_raw_buffer.obj vc6/libboost_regex-vc6-mt-gd-1_42/regex_traits_defaults.obj vc6/libboost_regex-vc6-mt-gd-1_42/static_mutex.obj vc6/libboost_regex-vc6-mt-gd-1_42/usinstances.obj vc6/libboost_regex-vc6-mt-gd-1_42/w32_regex_traits.obj vc6/libboost_regex-vc6-mt-gd-1_42/wc_regex_traits.obj vc6/libboost_regex-vc6-mt-gd-1_42/wide_posix_api.obj vc6/libboost_regex-vc6-mt-gd-1_42/winstances.obj
|
||||
|
||||
|
||||
@@ -1,497 +0,0 @@
|
||||
# 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+STLPort
|
||||
#
|
||||
# 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)
|
||||
#
|
||||
|
||||
#
|
||||
# ICU setup:
|
||||
#
|
||||
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)" == ""
|
||||
!ERROR Variable MSVCDIR not set.
|
||||
!ENDIF
|
||||
|
||||
!IF "$(STLPORT_PATH)" == ""
|
||||
!ERROR Variable STLPORT_PATH 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-vc7-mt-sp-1_42_dir ./vc7-stlport/libboost_regex-vc7-mt-sp-1_42.lib boost_regex-vc7-mt-p-1_42_dir ./vc7-stlport/boost_regex-vc7-mt-p-1_42.lib libboost_regex-vc7-mt-p-1_42_dir ./vc7-stlport/libboost_regex-vc7-mt-p-1_42.lib boost_regex-vc7-mt-gdp-1_42_dir ./vc7-stlport/boost_regex-vc7-mt-gdp-1_42.lib libboost_regex-vc7-mt-sgdp-1_42_dir ./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.lib libboost_regex-vc7-mt-gdp-1_42_dir ./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42.lib
|
||||
|
||||
clean : libboost_regex-vc7-mt-sp-1_42_clean boost_regex-vc7-mt-p-1_42_clean libboost_regex-vc7-mt-p-1_42_clean boost_regex-vc7-mt-gdp-1_42_clean libboost_regex-vc7-mt-sgdp-1_42_clean libboost_regex-vc7-mt-gdp-1_42_clean
|
||||
|
||||
install : stlport_check all
|
||||
copy vc7-stlport\libboost_regex-vc7-mt-sp-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc7-stlport\boost_regex-vc7-mt-p-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc7-stlport\boost_regex-vc7-mt-p-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc7-stlport\libboost_regex-vc7-mt-p-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc7-stlport\boost_regex-vc7-mt-gdp-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc7-stlport\boost_regex-vc7-mt-gdp-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc7-stlport\boost_regex-vc7-mt-gdp-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc7-stlport\libboost_regex-vc7-mt-sgdp-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc7-stlport\libboost_regex-vc7-mt-sgdp-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc7-stlport\libboost_regex-vc7-mt-gdp-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc7-stlport\libboost_regex-vc7-mt-gdp-1_42.pdb "$(MSVCDIR)\lib"
|
||||
|
||||
main_dir :
|
||||
@if not exist "vc7-stlport\$(NULL)" mkdir vc7-stlport
|
||||
|
||||
stlport_check : "$(STLPORT_PATH)\stlport\string"
|
||||
echo
|
||||
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc7-mt-sp-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sp-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sp-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc7-mt-sp-1_42_dir :
|
||||
@if not exist "vc7-stlport\libboost_regex-vc7-mt-sp-1_42\$(NULL)" mkdir vc7-stlport\libboost_regex-vc7-mt-sp-1_42
|
||||
|
||||
libboost_regex-vc7-mt-sp-1_42_clean :
|
||||
del vc7-stlport\libboost_regex-vc7-mt-sp-1_42\*.obj
|
||||
del vc7-stlport\libboost_regex-vc7-mt-sp-1_42\*.idb
|
||||
del vc7-stlport\libboost_regex-vc7-mt-sp-1_42\*.exp
|
||||
del vc7-stlport\libboost_regex-vc7-mt-sp-1_42\*.pch
|
||||
|
||||
./vc7-stlport/libboost_regex-vc7-mt-sp-1_42.lib : vc7-stlport/libboost_regex-vc7-mt-sp-1_42/c_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/cpp_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/cregex.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/fileiter.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/icu.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/instances.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/posix_api.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/regex.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/regex_debug.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/regex_raw_buffer.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/regex_traits_defaults.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/static_mutex.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/usinstances.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/w32_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/wc_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/wide_posix_api.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc7-stlport/libboost_regex-vc7-mt-sp-1_42.lib $(XSFLAGS) vc7-stlport/libboost_regex-vc7-mt-sp-1_42/c_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/cpp_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/cregex.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/fileiter.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/icu.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/instances.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/posix_api.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/regex.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/regex_debug.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/regex_raw_buffer.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/regex_traits_defaults.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/static_mutex.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/usinstances.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/w32_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/wc_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/wide_posix_api.obj vc7-stlport/libboost_regex-vc7-mt-sp-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc7-mt-p-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-p-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-p-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc7-mt-p-1_42_dir :
|
||||
@if not exist "vc7-stlport\boost_regex-vc7-mt-p-1_42\$(NULL)" mkdir vc7-stlport\boost_regex-vc7-mt-p-1_42
|
||||
|
||||
boost_regex-vc7-mt-p-1_42_clean :
|
||||
del vc7-stlport\boost_regex-vc7-mt-p-1_42\*.obj
|
||||
del vc7-stlport\boost_regex-vc7-mt-p-1_42\*.idb
|
||||
del vc7-stlport\boost_regex-vc7-mt-p-1_42\*.exp
|
||||
del vc7-stlport\boost_regex-vc7-mt-p-1_42\*.pch
|
||||
|
||||
./vc7-stlport/boost_regex-vc7-mt-p-1_42.lib : vc7-stlport/boost_regex-vc7-mt-p-1_42/c_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/cpp_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/cregex.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/fileiter.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/icu.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/instances.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/posix_api.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/regex.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/regex_debug.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/regex_raw_buffer.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/regex_traits_defaults.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/static_mutex.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/usinstances.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/w32_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/wc_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/wide_posix_api.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/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:"vc7-stlport/boost_regex-vc7-mt-p-1_42.pdb" /debug /machine:I386 /out:"vc7-stlport/boost_regex-vc7-mt-p-1_42.dll" /implib:"vc7-stlport/boost_regex-vc7-mt-p-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc7-stlport/boost_regex-vc7-mt-p-1_42/c_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/cpp_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/cregex.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/fileiter.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/icu.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/instances.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/posix_api.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/regex.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/regex_debug.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/regex_raw_buffer.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/regex_traits_defaults.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/static_mutex.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/usinstances.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/w32_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/wc_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/wide_posix_api.obj vc7-stlport/boost_regex-vc7-mt-p-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc7-mt-p-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-p-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-p-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-p-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc7-mt-p-1_42_dir :
|
||||
@if not exist "vc7-stlport\libboost_regex-vc7-mt-p-1_42\$(NULL)" mkdir vc7-stlport\libboost_regex-vc7-mt-p-1_42
|
||||
|
||||
libboost_regex-vc7-mt-p-1_42_clean :
|
||||
del vc7-stlport\libboost_regex-vc7-mt-p-1_42\*.obj
|
||||
del vc7-stlport\libboost_regex-vc7-mt-p-1_42\*.idb
|
||||
del vc7-stlport\libboost_regex-vc7-mt-p-1_42\*.exp
|
||||
del vc7-stlport\libboost_regex-vc7-mt-p-1_42\*.pch
|
||||
|
||||
./vc7-stlport/libboost_regex-vc7-mt-p-1_42.lib : vc7-stlport/libboost_regex-vc7-mt-p-1_42/c_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/cpp_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/cregex.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/fileiter.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/icu.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/instances.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/posix_api.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/regex.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/regex_debug.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/regex_raw_buffer.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/regex_traits_defaults.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/static_mutex.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/usinstances.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/w32_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/wc_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/wide_posix_api.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc7-stlport/libboost_regex-vc7-mt-p-1_42.lib $(XSFLAGS) vc7-stlport/libboost_regex-vc7-mt-p-1_42/c_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/cpp_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/cregex.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/fileiter.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/icu.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/instances.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/posix_api.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/regex.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/regex_debug.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/regex_raw_buffer.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/regex_traits_defaults.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/static_mutex.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/usinstances.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/w32_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/wc_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/wide_posix_api.obj vc7-stlport/libboost_regex-vc7-mt-p-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc7-mt-gdp-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc7-stlport/boost_regex-vc7-mt-gdp-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/boost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc7-mt-gdp-1_42_dir :
|
||||
@if not exist "vc7-stlport\boost_regex-vc7-mt-gdp-1_42\$(NULL)" mkdir vc7-stlport\boost_regex-vc7-mt-gdp-1_42
|
||||
|
||||
boost_regex-vc7-mt-gdp-1_42_clean :
|
||||
del vc7-stlport\boost_regex-vc7-mt-gdp-1_42\*.obj
|
||||
del vc7-stlport\boost_regex-vc7-mt-gdp-1_42\*.idb
|
||||
del vc7-stlport\boost_regex-vc7-mt-gdp-1_42\*.exp
|
||||
del vc7-stlport\boost_regex-vc7-mt-gdp-1_42\*.pch
|
||||
|
||||
./vc7-stlport/boost_regex-vc7-mt-gdp-1_42.lib : vc7-stlport/boost_regex-vc7-mt-gdp-1_42/c_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/cpp_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/cregex.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/fileiter.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/icu.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/instances.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/posix_api.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/regex.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/regex_debug.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/regex_raw_buffer.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/regex_traits_defaults.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/static_mutex.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/usinstances.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/w32_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/wc_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/wide_posix_api.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/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:"vc7-stlport/boost_regex-vc7-mt-gdp-1_42.pdb" /debug /machine:I386 /out:"vc7-stlport/boost_regex-vc7-mt-gdp-1_42.dll" /implib:"vc7-stlport/boost_regex-vc7-mt-gdp-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc7-stlport/boost_regex-vc7-mt-gdp-1_42/c_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/cpp_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/cregex.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/fileiter.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/icu.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/instances.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/posix_api.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/regex.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/regex_debug.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/regex_raw_buffer.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/regex_traits_defaults.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/static_mutex.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/usinstances.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/w32_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/wc_regex_traits.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/wide_posix_api.obj vc7-stlport/boost_regex-vc7-mt-gdp-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc7-mt-sgdp-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc7-mt-sgdp-1_42_dir :
|
||||
@if not exist "vc7-stlport\libboost_regex-vc7-mt-sgdp-1_42\$(NULL)" mkdir vc7-stlport\libboost_regex-vc7-mt-sgdp-1_42
|
||||
|
||||
libboost_regex-vc7-mt-sgdp-1_42_clean :
|
||||
del vc7-stlport\libboost_regex-vc7-mt-sgdp-1_42\*.obj
|
||||
del vc7-stlport\libboost_regex-vc7-mt-sgdp-1_42\*.idb
|
||||
del vc7-stlport\libboost_regex-vc7-mt-sgdp-1_42\*.exp
|
||||
del vc7-stlport\libboost_regex-vc7-mt-sgdp-1_42\*.pch
|
||||
|
||||
./vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.lib : vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/c_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/cpp_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/cregex.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/fileiter.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/icu.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/instances.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/posix_api.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/regex.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/regex_debug.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/regex_raw_buffer.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/regex_traits_defaults.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/static_mutex.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/usinstances.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/w32_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/wc_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/wide_posix_api.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42.lib $(XSFLAGS) vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/c_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/cpp_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/cregex.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/fileiter.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/icu.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/instances.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/posix_api.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/regex.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/regex_debug.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/regex_raw_buffer.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/regex_traits_defaults.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/static_mutex.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/usinstances.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/w32_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/wc_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/wide_posix_api.obj vc7-stlport/libboost_regex-vc7-mt-sgdp-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc7-mt-gdp-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/ -Fdvc7-stlport/libboost_regex-vc7-mt-gdp-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc7-mt-gdp-1_42_dir :
|
||||
@if not exist "vc7-stlport\libboost_regex-vc7-mt-gdp-1_42\$(NULL)" mkdir vc7-stlport\libboost_regex-vc7-mt-gdp-1_42
|
||||
|
||||
libboost_regex-vc7-mt-gdp-1_42_clean :
|
||||
del vc7-stlport\libboost_regex-vc7-mt-gdp-1_42\*.obj
|
||||
del vc7-stlport\libboost_regex-vc7-mt-gdp-1_42\*.idb
|
||||
del vc7-stlport\libboost_regex-vc7-mt-gdp-1_42\*.exp
|
||||
del vc7-stlport\libboost_regex-vc7-mt-gdp-1_42\*.pch
|
||||
|
||||
./vc7-stlport/libboost_regex-vc7-mt-gdp-1_42.lib : vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/c_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/cpp_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/cregex.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/fileiter.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/icu.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/instances.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/posix_api.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/regex.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/regex_debug.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/regex_raw_buffer.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/regex_traits_defaults.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/static_mutex.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/usinstances.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/w32_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/wc_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/wide_posix_api.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc7-stlport/libboost_regex-vc7-mt-gdp-1_42.lib $(XSFLAGS) vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/c_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/cpp_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/cregex.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/fileiter.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/icu.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/instances.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/posix_api.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/regex.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/regex_debug.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/regex_raw_buffer.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/regex_traits_defaults.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/static_mutex.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/usinstances.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/w32_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/wc_regex_traits.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/wide_posix_api.obj vc7-stlport/libboost_regex-vc7-mt-gdp-1_42/winstances.obj
|
||||
|
||||
|
||||
-633
@@ -1,633 +0,0 @@
|
||||
# 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)" == ""
|
||||
|
||||
!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-vc7-s-1_42_dir ./vc7/libboost_regex-vc7-s-1_42.lib libboost_regex-vc7-mt-s-1_42_dir ./vc7/libboost_regex-vc7-mt-s-1_42.lib libboost_regex-vc7-sgd-1_42_dir ./vc7/libboost_regex-vc7-sgd-1_42.lib libboost_regex-vc7-mt-sgd-1_42_dir ./vc7/libboost_regex-vc7-mt-sgd-1_42.lib boost_regex-vc7-mt-gd-1_42_dir ./vc7/boost_regex-vc7-mt-gd-1_42.lib boost_regex-vc7-mt-1_42_dir ./vc7/boost_regex-vc7-mt-1_42.lib libboost_regex-vc7-mt-1_42_dir ./vc7/libboost_regex-vc7-mt-1_42.lib libboost_regex-vc7-mt-gd-1_42_dir ./vc7/libboost_regex-vc7-mt-gd-1_42.lib
|
||||
|
||||
clean : libboost_regex-vc7-s-1_42_clean libboost_regex-vc7-mt-s-1_42_clean libboost_regex-vc7-sgd-1_42_clean libboost_regex-vc7-mt-sgd-1_42_clean boost_regex-vc7-mt-gd-1_42_clean boost_regex-vc7-mt-1_42_clean libboost_regex-vc7-mt-1_42_clean libboost_regex-vc7-mt-gd-1_42_clean
|
||||
|
||||
install : all
|
||||
copy vc7\libboost_regex-vc7-s-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc7\libboost_regex-vc7-mt-s-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc7\libboost_regex-vc7-sgd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc7\libboost_regex-vc7-sgd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc7\libboost_regex-vc7-mt-sgd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc7\libboost_regex-vc7-mt-sgd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc7\boost_regex-vc7-mt-gd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc7\boost_regex-vc7-mt-gd-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc7\boost_regex-vc7-mt-gd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc7\boost_regex-vc7-mt-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc7\boost_regex-vc7-mt-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc7\libboost_regex-vc7-mt-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc7\libboost_regex-vc7-mt-gd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc7\libboost_regex-vc7-mt-gd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
|
||||
main_dir :
|
||||
@if not exist "vc7\$(NULL)" mkdir vc7
|
||||
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc7-s-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc7/libboost_regex-vc7-s-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-s-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-s-1_42/ -Fdvc7/libboost_regex-vc7-s-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc7-s-1_42_dir :
|
||||
@if not exist "vc7\libboost_regex-vc7-s-1_42\$(NULL)" mkdir vc7\libboost_regex-vc7-s-1_42
|
||||
|
||||
libboost_regex-vc7-s-1_42_clean :
|
||||
del vc7\libboost_regex-vc7-s-1_42\*.obj
|
||||
del vc7\libboost_regex-vc7-s-1_42\*.idb
|
||||
del vc7\libboost_regex-vc7-s-1_42\*.exp
|
||||
del vc7\libboost_regex-vc7-s-1_42\*.pch
|
||||
|
||||
./vc7/libboost_regex-vc7-s-1_42.lib : vc7/libboost_regex-vc7-s-1_42/c_regex_traits.obj vc7/libboost_regex-vc7-s-1_42/cpp_regex_traits.obj vc7/libboost_regex-vc7-s-1_42/cregex.obj vc7/libboost_regex-vc7-s-1_42/fileiter.obj vc7/libboost_regex-vc7-s-1_42/icu.obj vc7/libboost_regex-vc7-s-1_42/instances.obj vc7/libboost_regex-vc7-s-1_42/posix_api.obj vc7/libboost_regex-vc7-s-1_42/regex.obj vc7/libboost_regex-vc7-s-1_42/regex_debug.obj vc7/libboost_regex-vc7-s-1_42/regex_raw_buffer.obj vc7/libboost_regex-vc7-s-1_42/regex_traits_defaults.obj vc7/libboost_regex-vc7-s-1_42/static_mutex.obj vc7/libboost_regex-vc7-s-1_42/usinstances.obj vc7/libboost_regex-vc7-s-1_42/w32_regex_traits.obj vc7/libboost_regex-vc7-s-1_42/wc_regex_traits.obj vc7/libboost_regex-vc7-s-1_42/wide_posix_api.obj vc7/libboost_regex-vc7-s-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc7/libboost_regex-vc7-s-1_42.lib $(XSFLAGS) vc7/libboost_regex-vc7-s-1_42/c_regex_traits.obj vc7/libboost_regex-vc7-s-1_42/cpp_regex_traits.obj vc7/libboost_regex-vc7-s-1_42/cregex.obj vc7/libboost_regex-vc7-s-1_42/fileiter.obj vc7/libboost_regex-vc7-s-1_42/icu.obj vc7/libboost_regex-vc7-s-1_42/instances.obj vc7/libboost_regex-vc7-s-1_42/posix_api.obj vc7/libboost_regex-vc7-s-1_42/regex.obj vc7/libboost_regex-vc7-s-1_42/regex_debug.obj vc7/libboost_regex-vc7-s-1_42/regex_raw_buffer.obj vc7/libboost_regex-vc7-s-1_42/regex_traits_defaults.obj vc7/libboost_regex-vc7-s-1_42/static_mutex.obj vc7/libboost_regex-vc7-s-1_42/usinstances.obj vc7/libboost_regex-vc7-s-1_42/w32_regex_traits.obj vc7/libboost_regex-vc7-s-1_42/wc_regex_traits.obj vc7/libboost_regex-vc7-s-1_42/wide_posix_api.obj vc7/libboost_regex-vc7-s-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc7-mt-s-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-s-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-s-1_42/ -Fdvc7/libboost_regex-vc7-mt-s-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc7-mt-s-1_42_dir :
|
||||
@if not exist "vc7\libboost_regex-vc7-mt-s-1_42\$(NULL)" mkdir vc7\libboost_regex-vc7-mt-s-1_42
|
||||
|
||||
libboost_regex-vc7-mt-s-1_42_clean :
|
||||
del vc7\libboost_regex-vc7-mt-s-1_42\*.obj
|
||||
del vc7\libboost_regex-vc7-mt-s-1_42\*.idb
|
||||
del vc7\libboost_regex-vc7-mt-s-1_42\*.exp
|
||||
del vc7\libboost_regex-vc7-mt-s-1_42\*.pch
|
||||
|
||||
./vc7/libboost_regex-vc7-mt-s-1_42.lib : vc7/libboost_regex-vc7-mt-s-1_42/c_regex_traits.obj vc7/libboost_regex-vc7-mt-s-1_42/cpp_regex_traits.obj vc7/libboost_regex-vc7-mt-s-1_42/cregex.obj vc7/libboost_regex-vc7-mt-s-1_42/fileiter.obj vc7/libboost_regex-vc7-mt-s-1_42/icu.obj vc7/libboost_regex-vc7-mt-s-1_42/instances.obj vc7/libboost_regex-vc7-mt-s-1_42/posix_api.obj vc7/libboost_regex-vc7-mt-s-1_42/regex.obj vc7/libboost_regex-vc7-mt-s-1_42/regex_debug.obj vc7/libboost_regex-vc7-mt-s-1_42/regex_raw_buffer.obj vc7/libboost_regex-vc7-mt-s-1_42/regex_traits_defaults.obj vc7/libboost_regex-vc7-mt-s-1_42/static_mutex.obj vc7/libboost_regex-vc7-mt-s-1_42/usinstances.obj vc7/libboost_regex-vc7-mt-s-1_42/w32_regex_traits.obj vc7/libboost_regex-vc7-mt-s-1_42/wc_regex_traits.obj vc7/libboost_regex-vc7-mt-s-1_42/wide_posix_api.obj vc7/libboost_regex-vc7-mt-s-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc7/libboost_regex-vc7-mt-s-1_42.lib $(XSFLAGS) vc7/libboost_regex-vc7-mt-s-1_42/c_regex_traits.obj vc7/libboost_regex-vc7-mt-s-1_42/cpp_regex_traits.obj vc7/libboost_regex-vc7-mt-s-1_42/cregex.obj vc7/libboost_regex-vc7-mt-s-1_42/fileiter.obj vc7/libboost_regex-vc7-mt-s-1_42/icu.obj vc7/libboost_regex-vc7-mt-s-1_42/instances.obj vc7/libboost_regex-vc7-mt-s-1_42/posix_api.obj vc7/libboost_regex-vc7-mt-s-1_42/regex.obj vc7/libboost_regex-vc7-mt-s-1_42/regex_debug.obj vc7/libboost_regex-vc7-mt-s-1_42/regex_raw_buffer.obj vc7/libboost_regex-vc7-mt-s-1_42/regex_traits_defaults.obj vc7/libboost_regex-vc7-mt-s-1_42/static_mutex.obj vc7/libboost_regex-vc7-mt-s-1_42/usinstances.obj vc7/libboost_regex-vc7-mt-s-1_42/w32_regex_traits.obj vc7/libboost_regex-vc7-mt-s-1_42/wc_regex_traits.obj vc7/libboost_regex-vc7-mt-s-1_42/wide_posix_api.obj vc7/libboost_regex-vc7-mt-s-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc7-sgd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc7/libboost_regex-vc7-sgd-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-sgd-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-sgd-1_42/ -Fdvc7/libboost_regex-vc7-sgd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc7-sgd-1_42_dir :
|
||||
@if not exist "vc7\libboost_regex-vc7-sgd-1_42\$(NULL)" mkdir vc7\libboost_regex-vc7-sgd-1_42
|
||||
|
||||
libboost_regex-vc7-sgd-1_42_clean :
|
||||
del vc7\libboost_regex-vc7-sgd-1_42\*.obj
|
||||
del vc7\libboost_regex-vc7-sgd-1_42\*.idb
|
||||
del vc7\libboost_regex-vc7-sgd-1_42\*.exp
|
||||
del vc7\libboost_regex-vc7-sgd-1_42\*.pch
|
||||
|
||||
./vc7/libboost_regex-vc7-sgd-1_42.lib : vc7/libboost_regex-vc7-sgd-1_42/c_regex_traits.obj vc7/libboost_regex-vc7-sgd-1_42/cpp_regex_traits.obj vc7/libboost_regex-vc7-sgd-1_42/cregex.obj vc7/libboost_regex-vc7-sgd-1_42/fileiter.obj vc7/libboost_regex-vc7-sgd-1_42/icu.obj vc7/libboost_regex-vc7-sgd-1_42/instances.obj vc7/libboost_regex-vc7-sgd-1_42/posix_api.obj vc7/libboost_regex-vc7-sgd-1_42/regex.obj vc7/libboost_regex-vc7-sgd-1_42/regex_debug.obj vc7/libboost_regex-vc7-sgd-1_42/regex_raw_buffer.obj vc7/libboost_regex-vc7-sgd-1_42/regex_traits_defaults.obj vc7/libboost_regex-vc7-sgd-1_42/static_mutex.obj vc7/libboost_regex-vc7-sgd-1_42/usinstances.obj vc7/libboost_regex-vc7-sgd-1_42/w32_regex_traits.obj vc7/libboost_regex-vc7-sgd-1_42/wc_regex_traits.obj vc7/libboost_regex-vc7-sgd-1_42/wide_posix_api.obj vc7/libboost_regex-vc7-sgd-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc7/libboost_regex-vc7-sgd-1_42.lib $(XSFLAGS) vc7/libboost_regex-vc7-sgd-1_42/c_regex_traits.obj vc7/libboost_regex-vc7-sgd-1_42/cpp_regex_traits.obj vc7/libboost_regex-vc7-sgd-1_42/cregex.obj vc7/libboost_regex-vc7-sgd-1_42/fileiter.obj vc7/libboost_regex-vc7-sgd-1_42/icu.obj vc7/libboost_regex-vc7-sgd-1_42/instances.obj vc7/libboost_regex-vc7-sgd-1_42/posix_api.obj vc7/libboost_regex-vc7-sgd-1_42/regex.obj vc7/libboost_regex-vc7-sgd-1_42/regex_debug.obj vc7/libboost_regex-vc7-sgd-1_42/regex_raw_buffer.obj vc7/libboost_regex-vc7-sgd-1_42/regex_traits_defaults.obj vc7/libboost_regex-vc7-sgd-1_42/static_mutex.obj vc7/libboost_regex-vc7-sgd-1_42/usinstances.obj vc7/libboost_regex-vc7-sgd-1_42/w32_regex_traits.obj vc7/libboost_regex-vc7-sgd-1_42/wc_regex_traits.obj vc7/libboost_regex-vc7-sgd-1_42/wide_posix_api.obj vc7/libboost_regex-vc7-sgd-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc7-mt-sgd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-sgd-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-sgd-1_42/ -Fdvc7/libboost_regex-vc7-mt-sgd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc7-mt-sgd-1_42_dir :
|
||||
@if not exist "vc7\libboost_regex-vc7-mt-sgd-1_42\$(NULL)" mkdir vc7\libboost_regex-vc7-mt-sgd-1_42
|
||||
|
||||
libboost_regex-vc7-mt-sgd-1_42_clean :
|
||||
del vc7\libboost_regex-vc7-mt-sgd-1_42\*.obj
|
||||
del vc7\libboost_regex-vc7-mt-sgd-1_42\*.idb
|
||||
del vc7\libboost_regex-vc7-mt-sgd-1_42\*.exp
|
||||
del vc7\libboost_regex-vc7-mt-sgd-1_42\*.pch
|
||||
|
||||
./vc7/libboost_regex-vc7-mt-sgd-1_42.lib : vc7/libboost_regex-vc7-mt-sgd-1_42/c_regex_traits.obj vc7/libboost_regex-vc7-mt-sgd-1_42/cpp_regex_traits.obj vc7/libboost_regex-vc7-mt-sgd-1_42/cregex.obj vc7/libboost_regex-vc7-mt-sgd-1_42/fileiter.obj vc7/libboost_regex-vc7-mt-sgd-1_42/icu.obj vc7/libboost_regex-vc7-mt-sgd-1_42/instances.obj vc7/libboost_regex-vc7-mt-sgd-1_42/posix_api.obj vc7/libboost_regex-vc7-mt-sgd-1_42/regex.obj vc7/libboost_regex-vc7-mt-sgd-1_42/regex_debug.obj vc7/libboost_regex-vc7-mt-sgd-1_42/regex_raw_buffer.obj vc7/libboost_regex-vc7-mt-sgd-1_42/regex_traits_defaults.obj vc7/libboost_regex-vc7-mt-sgd-1_42/static_mutex.obj vc7/libboost_regex-vc7-mt-sgd-1_42/usinstances.obj vc7/libboost_regex-vc7-mt-sgd-1_42/w32_regex_traits.obj vc7/libboost_regex-vc7-mt-sgd-1_42/wc_regex_traits.obj vc7/libboost_regex-vc7-mt-sgd-1_42/wide_posix_api.obj vc7/libboost_regex-vc7-mt-sgd-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc7/libboost_regex-vc7-mt-sgd-1_42.lib $(XSFLAGS) vc7/libboost_regex-vc7-mt-sgd-1_42/c_regex_traits.obj vc7/libboost_regex-vc7-mt-sgd-1_42/cpp_regex_traits.obj vc7/libboost_regex-vc7-mt-sgd-1_42/cregex.obj vc7/libboost_regex-vc7-mt-sgd-1_42/fileiter.obj vc7/libboost_regex-vc7-mt-sgd-1_42/icu.obj vc7/libboost_regex-vc7-mt-sgd-1_42/instances.obj vc7/libboost_regex-vc7-mt-sgd-1_42/posix_api.obj vc7/libboost_regex-vc7-mt-sgd-1_42/regex.obj vc7/libboost_regex-vc7-mt-sgd-1_42/regex_debug.obj vc7/libboost_regex-vc7-mt-sgd-1_42/regex_raw_buffer.obj vc7/libboost_regex-vc7-mt-sgd-1_42/regex_traits_defaults.obj vc7/libboost_regex-vc7-mt-sgd-1_42/static_mutex.obj vc7/libboost_regex-vc7-mt-sgd-1_42/usinstances.obj vc7/libboost_regex-vc7-mt-sgd-1_42/w32_regex_traits.obj vc7/libboost_regex-vc7-mt-sgd-1_42/wc_regex_traits.obj vc7/libboost_regex-vc7-mt-sgd-1_42/wide_posix_api.obj vc7/libboost_regex-vc7-mt-sgd-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc7-mt-gd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-gd-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/boost_regex-vc7-mt-gd-1_42/ -Fdvc7/boost_regex-vc7-mt-gd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc7-mt-gd-1_42_dir :
|
||||
@if not exist "vc7\boost_regex-vc7-mt-gd-1_42\$(NULL)" mkdir vc7\boost_regex-vc7-mt-gd-1_42
|
||||
|
||||
boost_regex-vc7-mt-gd-1_42_clean :
|
||||
del vc7\boost_regex-vc7-mt-gd-1_42\*.obj
|
||||
del vc7\boost_regex-vc7-mt-gd-1_42\*.idb
|
||||
del vc7\boost_regex-vc7-mt-gd-1_42\*.exp
|
||||
del vc7\boost_regex-vc7-mt-gd-1_42\*.pch
|
||||
|
||||
./vc7/boost_regex-vc7-mt-gd-1_42.lib : vc7/boost_regex-vc7-mt-gd-1_42/c_regex_traits.obj vc7/boost_regex-vc7-mt-gd-1_42/cpp_regex_traits.obj vc7/boost_regex-vc7-mt-gd-1_42/cregex.obj vc7/boost_regex-vc7-mt-gd-1_42/fileiter.obj vc7/boost_regex-vc7-mt-gd-1_42/icu.obj vc7/boost_regex-vc7-mt-gd-1_42/instances.obj vc7/boost_regex-vc7-mt-gd-1_42/posix_api.obj vc7/boost_regex-vc7-mt-gd-1_42/regex.obj vc7/boost_regex-vc7-mt-gd-1_42/regex_debug.obj vc7/boost_regex-vc7-mt-gd-1_42/regex_raw_buffer.obj vc7/boost_regex-vc7-mt-gd-1_42/regex_traits_defaults.obj vc7/boost_regex-vc7-mt-gd-1_42/static_mutex.obj vc7/boost_regex-vc7-mt-gd-1_42/usinstances.obj vc7/boost_regex-vc7-mt-gd-1_42/w32_regex_traits.obj vc7/boost_regex-vc7-mt-gd-1_42/wc_regex_traits.obj vc7/boost_regex-vc7-mt-gd-1_42/wide_posix_api.obj vc7/boost_regex-vc7-mt-gd-1_42/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:"vc7/boost_regex-vc7-mt-gd-1_42.pdb" /debug /machine:I386 /out:"vc7/boost_regex-vc7-mt-gd-1_42.dll" /implib:"vc7/boost_regex-vc7-mt-gd-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc7/boost_regex-vc7-mt-gd-1_42/c_regex_traits.obj vc7/boost_regex-vc7-mt-gd-1_42/cpp_regex_traits.obj vc7/boost_regex-vc7-mt-gd-1_42/cregex.obj vc7/boost_regex-vc7-mt-gd-1_42/fileiter.obj vc7/boost_regex-vc7-mt-gd-1_42/icu.obj vc7/boost_regex-vc7-mt-gd-1_42/instances.obj vc7/boost_regex-vc7-mt-gd-1_42/posix_api.obj vc7/boost_regex-vc7-mt-gd-1_42/regex.obj vc7/boost_regex-vc7-mt-gd-1_42/regex_debug.obj vc7/boost_regex-vc7-mt-gd-1_42/regex_raw_buffer.obj vc7/boost_regex-vc7-mt-gd-1_42/regex_traits_defaults.obj vc7/boost_regex-vc7-mt-gd-1_42/static_mutex.obj vc7/boost_regex-vc7-mt-gd-1_42/usinstances.obj vc7/boost_regex-vc7-mt-gd-1_42/w32_regex_traits.obj vc7/boost_regex-vc7-mt-gd-1_42/wc_regex_traits.obj vc7/boost_regex-vc7-mt-gd-1_42/wide_posix_api.obj vc7/boost_regex-vc7-mt-gd-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc7-mt-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc7/boost_regex-vc7-mt-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc7/boost_regex-vc7-mt-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/boost_regex-vc7-mt-1_42/ -Fdvc7/boost_regex-vc7-mt-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc7-mt-1_42_dir :
|
||||
@if not exist "vc7\boost_regex-vc7-mt-1_42\$(NULL)" mkdir vc7\boost_regex-vc7-mt-1_42
|
||||
|
||||
boost_regex-vc7-mt-1_42_clean :
|
||||
del vc7\boost_regex-vc7-mt-1_42\*.obj
|
||||
del vc7\boost_regex-vc7-mt-1_42\*.idb
|
||||
del vc7\boost_regex-vc7-mt-1_42\*.exp
|
||||
del vc7\boost_regex-vc7-mt-1_42\*.pch
|
||||
|
||||
./vc7/boost_regex-vc7-mt-1_42.lib : vc7/boost_regex-vc7-mt-1_42/c_regex_traits.obj vc7/boost_regex-vc7-mt-1_42/cpp_regex_traits.obj vc7/boost_regex-vc7-mt-1_42/cregex.obj vc7/boost_regex-vc7-mt-1_42/fileiter.obj vc7/boost_regex-vc7-mt-1_42/icu.obj vc7/boost_regex-vc7-mt-1_42/instances.obj vc7/boost_regex-vc7-mt-1_42/posix_api.obj vc7/boost_regex-vc7-mt-1_42/regex.obj vc7/boost_regex-vc7-mt-1_42/regex_debug.obj vc7/boost_regex-vc7-mt-1_42/regex_raw_buffer.obj vc7/boost_regex-vc7-mt-1_42/regex_traits_defaults.obj vc7/boost_regex-vc7-mt-1_42/static_mutex.obj vc7/boost_regex-vc7-mt-1_42/usinstances.obj vc7/boost_regex-vc7-mt-1_42/w32_regex_traits.obj vc7/boost_regex-vc7-mt-1_42/wc_regex_traits.obj vc7/boost_regex-vc7-mt-1_42/wide_posix_api.obj vc7/boost_regex-vc7-mt-1_42/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:"vc7/boost_regex-vc7-mt-1_42.pdb" /debug /machine:I386 /out:"vc7/boost_regex-vc7-mt-1_42.dll" /implib:"vc7/boost_regex-vc7-mt-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc7/boost_regex-vc7-mt-1_42/c_regex_traits.obj vc7/boost_regex-vc7-mt-1_42/cpp_regex_traits.obj vc7/boost_regex-vc7-mt-1_42/cregex.obj vc7/boost_regex-vc7-mt-1_42/fileiter.obj vc7/boost_regex-vc7-mt-1_42/icu.obj vc7/boost_regex-vc7-mt-1_42/instances.obj vc7/boost_regex-vc7-mt-1_42/posix_api.obj vc7/boost_regex-vc7-mt-1_42/regex.obj vc7/boost_regex-vc7-mt-1_42/regex_debug.obj vc7/boost_regex-vc7-mt-1_42/regex_raw_buffer.obj vc7/boost_regex-vc7-mt-1_42/regex_traits_defaults.obj vc7/boost_regex-vc7-mt-1_42/static_mutex.obj vc7/boost_regex-vc7-mt-1_42/usinstances.obj vc7/boost_regex-vc7-mt-1_42/w32_regex_traits.obj vc7/boost_regex-vc7-mt-1_42/wc_regex_traits.obj vc7/boost_regex-vc7-mt-1_42/wide_posix_api.obj vc7/boost_regex-vc7-mt-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc7-mt-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc7/libboost_regex-vc7-mt-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc7/libboost_regex-vc7-mt-1_42/ -Fdvc7/libboost_regex-vc7-mt-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc7-mt-1_42_dir :
|
||||
@if not exist "vc7\libboost_regex-vc7-mt-1_42\$(NULL)" mkdir vc7\libboost_regex-vc7-mt-1_42
|
||||
|
||||
libboost_regex-vc7-mt-1_42_clean :
|
||||
del vc7\libboost_regex-vc7-mt-1_42\*.obj
|
||||
del vc7\libboost_regex-vc7-mt-1_42\*.idb
|
||||
del vc7\libboost_regex-vc7-mt-1_42\*.exp
|
||||
del vc7\libboost_regex-vc7-mt-1_42\*.pch
|
||||
|
||||
./vc7/libboost_regex-vc7-mt-1_42.lib : vc7/libboost_regex-vc7-mt-1_42/c_regex_traits.obj vc7/libboost_regex-vc7-mt-1_42/cpp_regex_traits.obj vc7/libboost_regex-vc7-mt-1_42/cregex.obj vc7/libboost_regex-vc7-mt-1_42/fileiter.obj vc7/libboost_regex-vc7-mt-1_42/icu.obj vc7/libboost_regex-vc7-mt-1_42/instances.obj vc7/libboost_regex-vc7-mt-1_42/posix_api.obj vc7/libboost_regex-vc7-mt-1_42/regex.obj vc7/libboost_regex-vc7-mt-1_42/regex_debug.obj vc7/libboost_regex-vc7-mt-1_42/regex_raw_buffer.obj vc7/libboost_regex-vc7-mt-1_42/regex_traits_defaults.obj vc7/libboost_regex-vc7-mt-1_42/static_mutex.obj vc7/libboost_regex-vc7-mt-1_42/usinstances.obj vc7/libboost_regex-vc7-mt-1_42/w32_regex_traits.obj vc7/libboost_regex-vc7-mt-1_42/wc_regex_traits.obj vc7/libboost_regex-vc7-mt-1_42/wide_posix_api.obj vc7/libboost_regex-vc7-mt-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc7/libboost_regex-vc7-mt-1_42.lib $(XSFLAGS) vc7/libboost_regex-vc7-mt-1_42/c_regex_traits.obj vc7/libboost_regex-vc7-mt-1_42/cpp_regex_traits.obj vc7/libboost_regex-vc7-mt-1_42/cregex.obj vc7/libboost_regex-vc7-mt-1_42/fileiter.obj vc7/libboost_regex-vc7-mt-1_42/icu.obj vc7/libboost_regex-vc7-mt-1_42/instances.obj vc7/libboost_regex-vc7-mt-1_42/posix_api.obj vc7/libboost_regex-vc7-mt-1_42/regex.obj vc7/libboost_regex-vc7-mt-1_42/regex_debug.obj vc7/libboost_regex-vc7-mt-1_42/regex_raw_buffer.obj vc7/libboost_regex-vc7-mt-1_42/regex_traits_defaults.obj vc7/libboost_regex-vc7-mt-1_42/static_mutex.obj vc7/libboost_regex-vc7-mt-1_42/usinstances.obj vc7/libboost_regex-vc7-mt-1_42/w32_regex_traits.obj vc7/libboost_regex-vc7-mt-1_42/wc_regex_traits.obj vc7/libboost_regex-vc7-mt-1_42/wide_posix_api.obj vc7/libboost_regex-vc7-mt-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc7-mt-gd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc7/libboost_regex-vc7-mt-gd-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc7/libboost_regex-vc7-mt-gd-1_42/ -Fdvc7/libboost_regex-vc7-mt-gd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc7-mt-gd-1_42_dir :
|
||||
@if not exist "vc7\libboost_regex-vc7-mt-gd-1_42\$(NULL)" mkdir vc7\libboost_regex-vc7-mt-gd-1_42
|
||||
|
||||
libboost_regex-vc7-mt-gd-1_42_clean :
|
||||
del vc7\libboost_regex-vc7-mt-gd-1_42\*.obj
|
||||
del vc7\libboost_regex-vc7-mt-gd-1_42\*.idb
|
||||
del vc7\libboost_regex-vc7-mt-gd-1_42\*.exp
|
||||
del vc7\libboost_regex-vc7-mt-gd-1_42\*.pch
|
||||
|
||||
./vc7/libboost_regex-vc7-mt-gd-1_42.lib : vc7/libboost_regex-vc7-mt-gd-1_42/c_regex_traits.obj vc7/libboost_regex-vc7-mt-gd-1_42/cpp_regex_traits.obj vc7/libboost_regex-vc7-mt-gd-1_42/cregex.obj vc7/libboost_regex-vc7-mt-gd-1_42/fileiter.obj vc7/libboost_regex-vc7-mt-gd-1_42/icu.obj vc7/libboost_regex-vc7-mt-gd-1_42/instances.obj vc7/libboost_regex-vc7-mt-gd-1_42/posix_api.obj vc7/libboost_regex-vc7-mt-gd-1_42/regex.obj vc7/libboost_regex-vc7-mt-gd-1_42/regex_debug.obj vc7/libboost_regex-vc7-mt-gd-1_42/regex_raw_buffer.obj vc7/libboost_regex-vc7-mt-gd-1_42/regex_traits_defaults.obj vc7/libboost_regex-vc7-mt-gd-1_42/static_mutex.obj vc7/libboost_regex-vc7-mt-gd-1_42/usinstances.obj vc7/libboost_regex-vc7-mt-gd-1_42/w32_regex_traits.obj vc7/libboost_regex-vc7-mt-gd-1_42/wc_regex_traits.obj vc7/libboost_regex-vc7-mt-gd-1_42/wide_posix_api.obj vc7/libboost_regex-vc7-mt-gd-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc7/libboost_regex-vc7-mt-gd-1_42.lib $(XSFLAGS) vc7/libboost_regex-vc7-mt-gd-1_42/c_regex_traits.obj vc7/libboost_regex-vc7-mt-gd-1_42/cpp_regex_traits.obj vc7/libboost_regex-vc7-mt-gd-1_42/cregex.obj vc7/libboost_regex-vc7-mt-gd-1_42/fileiter.obj vc7/libboost_regex-vc7-mt-gd-1_42/icu.obj vc7/libboost_regex-vc7-mt-gd-1_42/instances.obj vc7/libboost_regex-vc7-mt-gd-1_42/posix_api.obj vc7/libboost_regex-vc7-mt-gd-1_42/regex.obj vc7/libboost_regex-vc7-mt-gd-1_42/regex_debug.obj vc7/libboost_regex-vc7-mt-gd-1_42/regex_raw_buffer.obj vc7/libboost_regex-vc7-mt-gd-1_42/regex_traits_defaults.obj vc7/libboost_regex-vc7-mt-gd-1_42/static_mutex.obj vc7/libboost_regex-vc7-mt-gd-1_42/usinstances.obj vc7/libboost_regex-vc7-mt-gd-1_42/w32_regex_traits.obj vc7/libboost_regex-vc7-mt-gd-1_42/wc_regex_traits.obj vc7/libboost_regex-vc7-mt-gd-1_42/wide_posix_api.obj vc7/libboost_regex-vc7-mt-gd-1_42/winstances.obj
|
||||
|
||||
|
||||
@@ -1,497 +0,0 @@
|
||||
# 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+STLPort
|
||||
#
|
||||
# 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)
|
||||
#
|
||||
|
||||
#
|
||||
# ICU setup:
|
||||
#
|
||||
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)" == ""
|
||||
!ERROR Variable MSVCDIR not set.
|
||||
!ENDIF
|
||||
|
||||
!IF "$(STLPORT_PATH)" == ""
|
||||
!ERROR Variable STLPORT_PATH 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-vc71-mt-sp-1_42_dir ./vc71-stlport/libboost_regex-vc71-mt-sp-1_42.lib boost_regex-vc71-mt-p-1_42_dir ./vc71-stlport/boost_regex-vc71-mt-p-1_42.lib libboost_regex-vc71-mt-p-1_42_dir ./vc71-stlport/libboost_regex-vc71-mt-p-1_42.lib boost_regex-vc71-mt-gdp-1_42_dir ./vc71-stlport/boost_regex-vc71-mt-gdp-1_42.lib libboost_regex-vc71-mt-sgdp-1_42_dir ./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.lib libboost_regex-vc71-mt-gdp-1_42_dir ./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42.lib
|
||||
|
||||
clean : libboost_regex-vc71-mt-sp-1_42_clean boost_regex-vc71-mt-p-1_42_clean libboost_regex-vc71-mt-p-1_42_clean boost_regex-vc71-mt-gdp-1_42_clean libboost_regex-vc71-mt-sgdp-1_42_clean libboost_regex-vc71-mt-gdp-1_42_clean
|
||||
|
||||
install : stlport_check all
|
||||
copy vc71-stlport\libboost_regex-vc71-mt-sp-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc71-stlport\boost_regex-vc71-mt-p-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc71-stlport\boost_regex-vc71-mt-p-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc71-stlport\libboost_regex-vc71-mt-p-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc71-stlport\boost_regex-vc71-mt-gdp-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc71-stlport\boost_regex-vc71-mt-gdp-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc71-stlport\boost_regex-vc71-mt-gdp-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc71-stlport\libboost_regex-vc71-mt-sgdp-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc71-stlport\libboost_regex-vc71-mt-sgdp-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc71-stlport\libboost_regex-vc71-mt-gdp-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc71-stlport\libboost_regex-vc71-mt-gdp-1_42.pdb "$(MSVCDIR)\lib"
|
||||
|
||||
main_dir :
|
||||
@if not exist "vc71-stlport\$(NULL)" mkdir vc71-stlport
|
||||
|
||||
stlport_check : "$(STLPORT_PATH)\stlport\string"
|
||||
echo
|
||||
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc71-mt-sp-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sp-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sp-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc71-mt-sp-1_42_dir :
|
||||
@if not exist "vc71-stlport\libboost_regex-vc71-mt-sp-1_42\$(NULL)" mkdir vc71-stlport\libboost_regex-vc71-mt-sp-1_42
|
||||
|
||||
libboost_regex-vc71-mt-sp-1_42_clean :
|
||||
del vc71-stlport\libboost_regex-vc71-mt-sp-1_42\*.obj
|
||||
del vc71-stlport\libboost_regex-vc71-mt-sp-1_42\*.idb
|
||||
del vc71-stlport\libboost_regex-vc71-mt-sp-1_42\*.exp
|
||||
del vc71-stlport\libboost_regex-vc71-mt-sp-1_42\*.pch
|
||||
|
||||
./vc71-stlport/libboost_regex-vc71-mt-sp-1_42.lib : vc71-stlport/libboost_regex-vc71-mt-sp-1_42/c_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/cpp_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/cregex.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/fileiter.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/icu.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/instances.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/posix_api.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/regex.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/regex_debug.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/regex_raw_buffer.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/regex_traits_defaults.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/static_mutex.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/usinstances.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/w32_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/wc_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/wide_posix_api.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc71-stlport/libboost_regex-vc71-mt-sp-1_42.lib $(XSFLAGS) vc71-stlport/libboost_regex-vc71-mt-sp-1_42/c_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/cpp_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/cregex.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/fileiter.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/icu.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/instances.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/posix_api.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/regex.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/regex_debug.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/regex_raw_buffer.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/regex_traits_defaults.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/static_mutex.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/usinstances.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/w32_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/wc_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/wide_posix_api.obj vc71-stlport/libboost_regex-vc71-mt-sp-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc71-mt-p-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-p-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-p-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc71-mt-p-1_42_dir :
|
||||
@if not exist "vc71-stlport\boost_regex-vc71-mt-p-1_42\$(NULL)" mkdir vc71-stlport\boost_regex-vc71-mt-p-1_42
|
||||
|
||||
boost_regex-vc71-mt-p-1_42_clean :
|
||||
del vc71-stlport\boost_regex-vc71-mt-p-1_42\*.obj
|
||||
del vc71-stlport\boost_regex-vc71-mt-p-1_42\*.idb
|
||||
del vc71-stlport\boost_regex-vc71-mt-p-1_42\*.exp
|
||||
del vc71-stlport\boost_regex-vc71-mt-p-1_42\*.pch
|
||||
|
||||
./vc71-stlport/boost_regex-vc71-mt-p-1_42.lib : vc71-stlport/boost_regex-vc71-mt-p-1_42/c_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/cpp_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/cregex.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/fileiter.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/icu.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/instances.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/posix_api.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/regex.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/regex_debug.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/regex_raw_buffer.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/regex_traits_defaults.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/static_mutex.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/usinstances.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/w32_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/wc_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/wide_posix_api.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/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:"vc71-stlport/boost_regex-vc71-mt-p-1_42.pdb" /debug /machine:I386 /out:"vc71-stlport/boost_regex-vc71-mt-p-1_42.dll" /implib:"vc71-stlport/boost_regex-vc71-mt-p-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc71-stlport/boost_regex-vc71-mt-p-1_42/c_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/cpp_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/cregex.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/fileiter.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/icu.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/instances.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/posix_api.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/regex.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/regex_debug.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/regex_raw_buffer.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/regex_traits_defaults.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/static_mutex.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/usinstances.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/w32_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/wc_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/wide_posix_api.obj vc71-stlport/boost_regex-vc71-mt-p-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc71-mt-p-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-p-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-p-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-p-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc71-mt-p-1_42_dir :
|
||||
@if not exist "vc71-stlport\libboost_regex-vc71-mt-p-1_42\$(NULL)" mkdir vc71-stlport\libboost_regex-vc71-mt-p-1_42
|
||||
|
||||
libboost_regex-vc71-mt-p-1_42_clean :
|
||||
del vc71-stlport\libboost_regex-vc71-mt-p-1_42\*.obj
|
||||
del vc71-stlport\libboost_regex-vc71-mt-p-1_42\*.idb
|
||||
del vc71-stlport\libboost_regex-vc71-mt-p-1_42\*.exp
|
||||
del vc71-stlport\libboost_regex-vc71-mt-p-1_42\*.pch
|
||||
|
||||
./vc71-stlport/libboost_regex-vc71-mt-p-1_42.lib : vc71-stlport/libboost_regex-vc71-mt-p-1_42/c_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/cpp_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/cregex.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/fileiter.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/icu.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/instances.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/posix_api.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/regex.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/regex_debug.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/regex_raw_buffer.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/regex_traits_defaults.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/static_mutex.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/usinstances.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/w32_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/wc_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/wide_posix_api.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc71-stlport/libboost_regex-vc71-mt-p-1_42.lib $(XSFLAGS) vc71-stlport/libboost_regex-vc71-mt-p-1_42/c_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/cpp_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/cregex.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/fileiter.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/icu.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/instances.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/posix_api.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/regex.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/regex_debug.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/regex_raw_buffer.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/regex_traits_defaults.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/static_mutex.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/usinstances.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/w32_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/wc_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/wide_posix_api.obj vc71-stlport/libboost_regex-vc71-mt-p-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc71-mt-gdp-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc71-stlport/boost_regex-vc71-mt-gdp-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/boost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc71-mt-gdp-1_42_dir :
|
||||
@if not exist "vc71-stlport\boost_regex-vc71-mt-gdp-1_42\$(NULL)" mkdir vc71-stlport\boost_regex-vc71-mt-gdp-1_42
|
||||
|
||||
boost_regex-vc71-mt-gdp-1_42_clean :
|
||||
del vc71-stlport\boost_regex-vc71-mt-gdp-1_42\*.obj
|
||||
del vc71-stlport\boost_regex-vc71-mt-gdp-1_42\*.idb
|
||||
del vc71-stlport\boost_regex-vc71-mt-gdp-1_42\*.exp
|
||||
del vc71-stlport\boost_regex-vc71-mt-gdp-1_42\*.pch
|
||||
|
||||
./vc71-stlport/boost_regex-vc71-mt-gdp-1_42.lib : vc71-stlport/boost_regex-vc71-mt-gdp-1_42/c_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/cpp_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/cregex.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/fileiter.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/icu.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/instances.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/posix_api.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/regex.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/regex_debug.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/regex_raw_buffer.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/regex_traits_defaults.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/static_mutex.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/usinstances.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/w32_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/wc_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/wide_posix_api.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/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:"vc71-stlport/boost_regex-vc71-mt-gdp-1_42.pdb" /debug /machine:I386 /out:"vc71-stlport/boost_regex-vc71-mt-gdp-1_42.dll" /implib:"vc71-stlport/boost_regex-vc71-mt-gdp-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc71-stlport/boost_regex-vc71-mt-gdp-1_42/c_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/cpp_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/cregex.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/fileiter.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/icu.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/instances.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/posix_api.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/regex.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/regex_debug.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/regex_raw_buffer.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/regex_traits_defaults.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/static_mutex.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/usinstances.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/w32_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/wc_regex_traits.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/wide_posix_api.obj vc71-stlport/boost_regex-vc71-mt-gdp-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc71-mt-sgdp-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc71-mt-sgdp-1_42_dir :
|
||||
@if not exist "vc71-stlport\libboost_regex-vc71-mt-sgdp-1_42\$(NULL)" mkdir vc71-stlport\libboost_regex-vc71-mt-sgdp-1_42
|
||||
|
||||
libboost_regex-vc71-mt-sgdp-1_42_clean :
|
||||
del vc71-stlport\libboost_regex-vc71-mt-sgdp-1_42\*.obj
|
||||
del vc71-stlport\libboost_regex-vc71-mt-sgdp-1_42\*.idb
|
||||
del vc71-stlport\libboost_regex-vc71-mt-sgdp-1_42\*.exp
|
||||
del vc71-stlport\libboost_regex-vc71-mt-sgdp-1_42\*.pch
|
||||
|
||||
./vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.lib : vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/c_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/cpp_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/cregex.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/fileiter.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/icu.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/instances.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/posix_api.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/regex.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/regex_debug.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/regex_raw_buffer.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/regex_traits_defaults.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/static_mutex.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/usinstances.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/w32_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/wc_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/wide_posix_api.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42.lib $(XSFLAGS) vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/c_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/cpp_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/cregex.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/fileiter.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/icu.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/instances.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/posix_api.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/regex.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/regex_debug.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/regex_raw_buffer.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/regex_traits_defaults.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/static_mutex.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/usinstances.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/w32_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/wc_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/wide_posix_api.obj vc71-stlport/libboost_regex-vc71-mt-sgdp-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc71-mt-gdp-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/ -Fdvc71-stlport/libboost_regex-vc71-mt-gdp-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc71-mt-gdp-1_42_dir :
|
||||
@if not exist "vc71-stlport\libboost_regex-vc71-mt-gdp-1_42\$(NULL)" mkdir vc71-stlport\libboost_regex-vc71-mt-gdp-1_42
|
||||
|
||||
libboost_regex-vc71-mt-gdp-1_42_clean :
|
||||
del vc71-stlport\libboost_regex-vc71-mt-gdp-1_42\*.obj
|
||||
del vc71-stlport\libboost_regex-vc71-mt-gdp-1_42\*.idb
|
||||
del vc71-stlport\libboost_regex-vc71-mt-gdp-1_42\*.exp
|
||||
del vc71-stlport\libboost_regex-vc71-mt-gdp-1_42\*.pch
|
||||
|
||||
./vc71-stlport/libboost_regex-vc71-mt-gdp-1_42.lib : vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/c_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/cpp_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/cregex.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/fileiter.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/icu.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/instances.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/posix_api.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/regex.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/regex_debug.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/regex_raw_buffer.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/regex_traits_defaults.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/static_mutex.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/usinstances.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/w32_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/wc_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/wide_posix_api.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc71-stlport/libboost_regex-vc71-mt-gdp-1_42.lib $(XSFLAGS) vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/c_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/cpp_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/cregex.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/fileiter.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/icu.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/instances.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/posix_api.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/regex.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/regex_debug.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/regex_raw_buffer.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/regex_traits_defaults.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/static_mutex.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/usinstances.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/w32_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/wc_regex_traits.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/wide_posix_api.obj vc71-stlport/libboost_regex-vc71-mt-gdp-1_42/winstances.obj
|
||||
|
||||
|
||||
-633
@@ -1,633 +0,0 @@
|
||||
# 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=$(VS71COMNTOOLS)..\..\VC7
|
||||
!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-vc71-s-1_42_dir ./vc71/libboost_regex-vc71-s-1_42.lib libboost_regex-vc71-mt-s-1_42_dir ./vc71/libboost_regex-vc71-mt-s-1_42.lib libboost_regex-vc71-sgd-1_42_dir ./vc71/libboost_regex-vc71-sgd-1_42.lib libboost_regex-vc71-mt-sgd-1_42_dir ./vc71/libboost_regex-vc71-mt-sgd-1_42.lib boost_regex-vc71-mt-gd-1_42_dir ./vc71/boost_regex-vc71-mt-gd-1_42.lib boost_regex-vc71-mt-1_42_dir ./vc71/boost_regex-vc71-mt-1_42.lib libboost_regex-vc71-mt-1_42_dir ./vc71/libboost_regex-vc71-mt-1_42.lib libboost_regex-vc71-mt-gd-1_42_dir ./vc71/libboost_regex-vc71-mt-gd-1_42.lib
|
||||
|
||||
clean : libboost_regex-vc71-s-1_42_clean libboost_regex-vc71-mt-s-1_42_clean libboost_regex-vc71-sgd-1_42_clean libboost_regex-vc71-mt-sgd-1_42_clean boost_regex-vc71-mt-gd-1_42_clean boost_regex-vc71-mt-1_42_clean libboost_regex-vc71-mt-1_42_clean libboost_regex-vc71-mt-gd-1_42_clean
|
||||
|
||||
install : all
|
||||
copy vc71\libboost_regex-vc71-s-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc71\libboost_regex-vc71-mt-s-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc71\libboost_regex-vc71-sgd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc71\libboost_regex-vc71-sgd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc71\libboost_regex-vc71-mt-sgd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc71\libboost_regex-vc71-mt-sgd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc71\boost_regex-vc71-mt-gd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc71\boost_regex-vc71-mt-gd-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc71\boost_regex-vc71-mt-gd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc71\boost_regex-vc71-mt-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc71\boost_regex-vc71-mt-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc71\libboost_regex-vc71-mt-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc71\libboost_regex-vc71-mt-gd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc71\libboost_regex-vc71-mt-gd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
|
||||
main_dir :
|
||||
@if not exist "vc71\$(NULL)" mkdir vc71
|
||||
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc71-s-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc71/libboost_regex-vc71-s-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-s-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /c /nologo /ML /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-s-1_42/ -Fdvc71/libboost_regex-vc71-s-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc71-s-1_42_dir :
|
||||
@if not exist "vc71\libboost_regex-vc71-s-1_42\$(NULL)" mkdir vc71\libboost_regex-vc71-s-1_42
|
||||
|
||||
libboost_regex-vc71-s-1_42_clean :
|
||||
del vc71\libboost_regex-vc71-s-1_42\*.obj
|
||||
del vc71\libboost_regex-vc71-s-1_42\*.idb
|
||||
del vc71\libboost_regex-vc71-s-1_42\*.exp
|
||||
del vc71\libboost_regex-vc71-s-1_42\*.pch
|
||||
|
||||
./vc71/libboost_regex-vc71-s-1_42.lib : vc71/libboost_regex-vc71-s-1_42/c_regex_traits.obj vc71/libboost_regex-vc71-s-1_42/cpp_regex_traits.obj vc71/libboost_regex-vc71-s-1_42/cregex.obj vc71/libboost_regex-vc71-s-1_42/fileiter.obj vc71/libboost_regex-vc71-s-1_42/icu.obj vc71/libboost_regex-vc71-s-1_42/instances.obj vc71/libboost_regex-vc71-s-1_42/posix_api.obj vc71/libboost_regex-vc71-s-1_42/regex.obj vc71/libboost_regex-vc71-s-1_42/regex_debug.obj vc71/libboost_regex-vc71-s-1_42/regex_raw_buffer.obj vc71/libboost_regex-vc71-s-1_42/regex_traits_defaults.obj vc71/libboost_regex-vc71-s-1_42/static_mutex.obj vc71/libboost_regex-vc71-s-1_42/usinstances.obj vc71/libboost_regex-vc71-s-1_42/w32_regex_traits.obj vc71/libboost_regex-vc71-s-1_42/wc_regex_traits.obj vc71/libboost_regex-vc71-s-1_42/wide_posix_api.obj vc71/libboost_regex-vc71-s-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc71/libboost_regex-vc71-s-1_42.lib $(XSFLAGS) vc71/libboost_regex-vc71-s-1_42/c_regex_traits.obj vc71/libboost_regex-vc71-s-1_42/cpp_regex_traits.obj vc71/libboost_regex-vc71-s-1_42/cregex.obj vc71/libboost_regex-vc71-s-1_42/fileiter.obj vc71/libboost_regex-vc71-s-1_42/icu.obj vc71/libboost_regex-vc71-s-1_42/instances.obj vc71/libboost_regex-vc71-s-1_42/posix_api.obj vc71/libboost_regex-vc71-s-1_42/regex.obj vc71/libboost_regex-vc71-s-1_42/regex_debug.obj vc71/libboost_regex-vc71-s-1_42/regex_raw_buffer.obj vc71/libboost_regex-vc71-s-1_42/regex_traits_defaults.obj vc71/libboost_regex-vc71-s-1_42/static_mutex.obj vc71/libboost_regex-vc71-s-1_42/usinstances.obj vc71/libboost_regex-vc71-s-1_42/w32_regex_traits.obj vc71/libboost_regex-vc71-s-1_42/wc_regex_traits.obj vc71/libboost_regex-vc71-s-1_42/wide_posix_api.obj vc71/libboost_regex-vc71-s-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc71-mt-s-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-s-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MT /W3 /GX /O2 /GB /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-s-1_42/ -Fdvc71/libboost_regex-vc71-mt-s-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc71-mt-s-1_42_dir :
|
||||
@if not exist "vc71\libboost_regex-vc71-mt-s-1_42\$(NULL)" mkdir vc71\libboost_regex-vc71-mt-s-1_42
|
||||
|
||||
libboost_regex-vc71-mt-s-1_42_clean :
|
||||
del vc71\libboost_regex-vc71-mt-s-1_42\*.obj
|
||||
del vc71\libboost_regex-vc71-mt-s-1_42\*.idb
|
||||
del vc71\libboost_regex-vc71-mt-s-1_42\*.exp
|
||||
del vc71\libboost_regex-vc71-mt-s-1_42\*.pch
|
||||
|
||||
./vc71/libboost_regex-vc71-mt-s-1_42.lib : vc71/libboost_regex-vc71-mt-s-1_42/c_regex_traits.obj vc71/libboost_regex-vc71-mt-s-1_42/cpp_regex_traits.obj vc71/libboost_regex-vc71-mt-s-1_42/cregex.obj vc71/libboost_regex-vc71-mt-s-1_42/fileiter.obj vc71/libboost_regex-vc71-mt-s-1_42/icu.obj vc71/libboost_regex-vc71-mt-s-1_42/instances.obj vc71/libboost_regex-vc71-mt-s-1_42/posix_api.obj vc71/libboost_regex-vc71-mt-s-1_42/regex.obj vc71/libboost_regex-vc71-mt-s-1_42/regex_debug.obj vc71/libboost_regex-vc71-mt-s-1_42/regex_raw_buffer.obj vc71/libboost_regex-vc71-mt-s-1_42/regex_traits_defaults.obj vc71/libboost_regex-vc71-mt-s-1_42/static_mutex.obj vc71/libboost_regex-vc71-mt-s-1_42/usinstances.obj vc71/libboost_regex-vc71-mt-s-1_42/w32_regex_traits.obj vc71/libboost_regex-vc71-mt-s-1_42/wc_regex_traits.obj vc71/libboost_regex-vc71-mt-s-1_42/wide_posix_api.obj vc71/libboost_regex-vc71-mt-s-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc71/libboost_regex-vc71-mt-s-1_42.lib $(XSFLAGS) vc71/libboost_regex-vc71-mt-s-1_42/c_regex_traits.obj vc71/libboost_regex-vc71-mt-s-1_42/cpp_regex_traits.obj vc71/libboost_regex-vc71-mt-s-1_42/cregex.obj vc71/libboost_regex-vc71-mt-s-1_42/fileiter.obj vc71/libboost_regex-vc71-mt-s-1_42/icu.obj vc71/libboost_regex-vc71-mt-s-1_42/instances.obj vc71/libboost_regex-vc71-mt-s-1_42/posix_api.obj vc71/libboost_regex-vc71-mt-s-1_42/regex.obj vc71/libboost_regex-vc71-mt-s-1_42/regex_debug.obj vc71/libboost_regex-vc71-mt-s-1_42/regex_raw_buffer.obj vc71/libboost_regex-vc71-mt-s-1_42/regex_traits_defaults.obj vc71/libboost_regex-vc71-mt-s-1_42/static_mutex.obj vc71/libboost_regex-vc71-mt-s-1_42/usinstances.obj vc71/libboost_regex-vc71-mt-s-1_42/w32_regex_traits.obj vc71/libboost_regex-vc71-mt-s-1_42/wc_regex_traits.obj vc71/libboost_regex-vc71-mt-s-1_42/wide_posix_api.obj vc71/libboost_regex-vc71-mt-s-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc71-sgd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc71/libboost_regex-vc71-sgd-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-sgd-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MLd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-sgd-1_42/ -Fdvc71/libboost_regex-vc71-sgd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc71-sgd-1_42_dir :
|
||||
@if not exist "vc71\libboost_regex-vc71-sgd-1_42\$(NULL)" mkdir vc71\libboost_regex-vc71-sgd-1_42
|
||||
|
||||
libboost_regex-vc71-sgd-1_42_clean :
|
||||
del vc71\libboost_regex-vc71-sgd-1_42\*.obj
|
||||
del vc71\libboost_regex-vc71-sgd-1_42\*.idb
|
||||
del vc71\libboost_regex-vc71-sgd-1_42\*.exp
|
||||
del vc71\libboost_regex-vc71-sgd-1_42\*.pch
|
||||
|
||||
./vc71/libboost_regex-vc71-sgd-1_42.lib : vc71/libboost_regex-vc71-sgd-1_42/c_regex_traits.obj vc71/libboost_regex-vc71-sgd-1_42/cpp_regex_traits.obj vc71/libboost_regex-vc71-sgd-1_42/cregex.obj vc71/libboost_regex-vc71-sgd-1_42/fileiter.obj vc71/libboost_regex-vc71-sgd-1_42/icu.obj vc71/libboost_regex-vc71-sgd-1_42/instances.obj vc71/libboost_regex-vc71-sgd-1_42/posix_api.obj vc71/libboost_regex-vc71-sgd-1_42/regex.obj vc71/libboost_regex-vc71-sgd-1_42/regex_debug.obj vc71/libboost_regex-vc71-sgd-1_42/regex_raw_buffer.obj vc71/libboost_regex-vc71-sgd-1_42/regex_traits_defaults.obj vc71/libboost_regex-vc71-sgd-1_42/static_mutex.obj vc71/libboost_regex-vc71-sgd-1_42/usinstances.obj vc71/libboost_regex-vc71-sgd-1_42/w32_regex_traits.obj vc71/libboost_regex-vc71-sgd-1_42/wc_regex_traits.obj vc71/libboost_regex-vc71-sgd-1_42/wide_posix_api.obj vc71/libboost_regex-vc71-sgd-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc71/libboost_regex-vc71-sgd-1_42.lib $(XSFLAGS) vc71/libboost_regex-vc71-sgd-1_42/c_regex_traits.obj vc71/libboost_regex-vc71-sgd-1_42/cpp_regex_traits.obj vc71/libboost_regex-vc71-sgd-1_42/cregex.obj vc71/libboost_regex-vc71-sgd-1_42/fileiter.obj vc71/libboost_regex-vc71-sgd-1_42/icu.obj vc71/libboost_regex-vc71-sgd-1_42/instances.obj vc71/libboost_regex-vc71-sgd-1_42/posix_api.obj vc71/libboost_regex-vc71-sgd-1_42/regex.obj vc71/libboost_regex-vc71-sgd-1_42/regex_debug.obj vc71/libboost_regex-vc71-sgd-1_42/regex_raw_buffer.obj vc71/libboost_regex-vc71-sgd-1_42/regex_traits_defaults.obj vc71/libboost_regex-vc71-sgd-1_42/static_mutex.obj vc71/libboost_regex-vc71-sgd-1_42/usinstances.obj vc71/libboost_regex-vc71-sgd-1_42/w32_regex_traits.obj vc71/libboost_regex-vc71-sgd-1_42/wc_regex_traits.obj vc71/libboost_regex-vc71-sgd-1_42/wide_posix_api.obj vc71/libboost_regex-vc71-sgd-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc71-mt-sgd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-sgd-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MTd /W3 /Gm /GX /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-sgd-1_42/ -Fdvc71/libboost_regex-vc71-mt-sgd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc71-mt-sgd-1_42_dir :
|
||||
@if not exist "vc71\libboost_regex-vc71-mt-sgd-1_42\$(NULL)" mkdir vc71\libboost_regex-vc71-mt-sgd-1_42
|
||||
|
||||
libboost_regex-vc71-mt-sgd-1_42_clean :
|
||||
del vc71\libboost_regex-vc71-mt-sgd-1_42\*.obj
|
||||
del vc71\libboost_regex-vc71-mt-sgd-1_42\*.idb
|
||||
del vc71\libboost_regex-vc71-mt-sgd-1_42\*.exp
|
||||
del vc71\libboost_regex-vc71-mt-sgd-1_42\*.pch
|
||||
|
||||
./vc71/libboost_regex-vc71-mt-sgd-1_42.lib : vc71/libboost_regex-vc71-mt-sgd-1_42/c_regex_traits.obj vc71/libboost_regex-vc71-mt-sgd-1_42/cpp_regex_traits.obj vc71/libboost_regex-vc71-mt-sgd-1_42/cregex.obj vc71/libboost_regex-vc71-mt-sgd-1_42/fileiter.obj vc71/libboost_regex-vc71-mt-sgd-1_42/icu.obj vc71/libboost_regex-vc71-mt-sgd-1_42/instances.obj vc71/libboost_regex-vc71-mt-sgd-1_42/posix_api.obj vc71/libboost_regex-vc71-mt-sgd-1_42/regex.obj vc71/libboost_regex-vc71-mt-sgd-1_42/regex_debug.obj vc71/libboost_regex-vc71-mt-sgd-1_42/regex_raw_buffer.obj vc71/libboost_regex-vc71-mt-sgd-1_42/regex_traits_defaults.obj vc71/libboost_regex-vc71-mt-sgd-1_42/static_mutex.obj vc71/libboost_regex-vc71-mt-sgd-1_42/usinstances.obj vc71/libboost_regex-vc71-mt-sgd-1_42/w32_regex_traits.obj vc71/libboost_regex-vc71-mt-sgd-1_42/wc_regex_traits.obj vc71/libboost_regex-vc71-mt-sgd-1_42/wide_posix_api.obj vc71/libboost_regex-vc71-mt-sgd-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc71/libboost_regex-vc71-mt-sgd-1_42.lib $(XSFLAGS) vc71/libboost_regex-vc71-mt-sgd-1_42/c_regex_traits.obj vc71/libboost_regex-vc71-mt-sgd-1_42/cpp_regex_traits.obj vc71/libboost_regex-vc71-mt-sgd-1_42/cregex.obj vc71/libboost_regex-vc71-mt-sgd-1_42/fileiter.obj vc71/libboost_regex-vc71-mt-sgd-1_42/icu.obj vc71/libboost_regex-vc71-mt-sgd-1_42/instances.obj vc71/libboost_regex-vc71-mt-sgd-1_42/posix_api.obj vc71/libboost_regex-vc71-mt-sgd-1_42/regex.obj vc71/libboost_regex-vc71-mt-sgd-1_42/regex_debug.obj vc71/libboost_regex-vc71-mt-sgd-1_42/regex_raw_buffer.obj vc71/libboost_regex-vc71-mt-sgd-1_42/regex_traits_defaults.obj vc71/libboost_regex-vc71-mt-sgd-1_42/static_mutex.obj vc71/libboost_regex-vc71-mt-sgd-1_42/usinstances.obj vc71/libboost_regex-vc71-mt-sgd-1_42/w32_regex_traits.obj vc71/libboost_regex-vc71-mt-sgd-1_42/wc_regex_traits.obj vc71/libboost_regex-vc71-mt-sgd-1_42/wide_posix_api.obj vc71/libboost_regex-vc71-mt-sgd-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc71-mt-gd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-gd-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/boost_regex-vc71-mt-gd-1_42/ -Fdvc71/boost_regex-vc71-mt-gd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc71-mt-gd-1_42_dir :
|
||||
@if not exist "vc71\boost_regex-vc71-mt-gd-1_42\$(NULL)" mkdir vc71\boost_regex-vc71-mt-gd-1_42
|
||||
|
||||
boost_regex-vc71-mt-gd-1_42_clean :
|
||||
del vc71\boost_regex-vc71-mt-gd-1_42\*.obj
|
||||
del vc71\boost_regex-vc71-mt-gd-1_42\*.idb
|
||||
del vc71\boost_regex-vc71-mt-gd-1_42\*.exp
|
||||
del vc71\boost_regex-vc71-mt-gd-1_42\*.pch
|
||||
|
||||
./vc71/boost_regex-vc71-mt-gd-1_42.lib : vc71/boost_regex-vc71-mt-gd-1_42/c_regex_traits.obj vc71/boost_regex-vc71-mt-gd-1_42/cpp_regex_traits.obj vc71/boost_regex-vc71-mt-gd-1_42/cregex.obj vc71/boost_regex-vc71-mt-gd-1_42/fileiter.obj vc71/boost_regex-vc71-mt-gd-1_42/icu.obj vc71/boost_regex-vc71-mt-gd-1_42/instances.obj vc71/boost_regex-vc71-mt-gd-1_42/posix_api.obj vc71/boost_regex-vc71-mt-gd-1_42/regex.obj vc71/boost_regex-vc71-mt-gd-1_42/regex_debug.obj vc71/boost_regex-vc71-mt-gd-1_42/regex_raw_buffer.obj vc71/boost_regex-vc71-mt-gd-1_42/regex_traits_defaults.obj vc71/boost_regex-vc71-mt-gd-1_42/static_mutex.obj vc71/boost_regex-vc71-mt-gd-1_42/usinstances.obj vc71/boost_regex-vc71-mt-gd-1_42/w32_regex_traits.obj vc71/boost_regex-vc71-mt-gd-1_42/wc_regex_traits.obj vc71/boost_regex-vc71-mt-gd-1_42/wide_posix_api.obj vc71/boost_regex-vc71-mt-gd-1_42/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:"vc71/boost_regex-vc71-mt-gd-1_42.pdb" /debug /machine:I386 /out:"vc71/boost_regex-vc71-mt-gd-1_42.dll" /implib:"vc71/boost_regex-vc71-mt-gd-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc71/boost_regex-vc71-mt-gd-1_42/c_regex_traits.obj vc71/boost_regex-vc71-mt-gd-1_42/cpp_regex_traits.obj vc71/boost_regex-vc71-mt-gd-1_42/cregex.obj vc71/boost_regex-vc71-mt-gd-1_42/fileiter.obj vc71/boost_regex-vc71-mt-gd-1_42/icu.obj vc71/boost_regex-vc71-mt-gd-1_42/instances.obj vc71/boost_regex-vc71-mt-gd-1_42/posix_api.obj vc71/boost_regex-vc71-mt-gd-1_42/regex.obj vc71/boost_regex-vc71-mt-gd-1_42/regex_debug.obj vc71/boost_regex-vc71-mt-gd-1_42/regex_raw_buffer.obj vc71/boost_regex-vc71-mt-gd-1_42/regex_traits_defaults.obj vc71/boost_regex-vc71-mt-gd-1_42/static_mutex.obj vc71/boost_regex-vc71-mt-gd-1_42/usinstances.obj vc71/boost_regex-vc71-mt-gd-1_42/w32_regex_traits.obj vc71/boost_regex-vc71-mt-gd-1_42/wc_regex_traits.obj vc71/boost_regex-vc71-mt-gd-1_42/wide_posix_api.obj vc71/boost_regex-vc71-mt-gd-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc71-mt-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc71/boost_regex-vc71-mt-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc71/boost_regex-vc71-mt-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/boost_regex-vc71-mt-1_42/ -Fdvc71/boost_regex-vc71-mt-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc71-mt-1_42_dir :
|
||||
@if not exist "vc71\boost_regex-vc71-mt-1_42\$(NULL)" mkdir vc71\boost_regex-vc71-mt-1_42
|
||||
|
||||
boost_regex-vc71-mt-1_42_clean :
|
||||
del vc71\boost_regex-vc71-mt-1_42\*.obj
|
||||
del vc71\boost_regex-vc71-mt-1_42\*.idb
|
||||
del vc71\boost_regex-vc71-mt-1_42\*.exp
|
||||
del vc71\boost_regex-vc71-mt-1_42\*.pch
|
||||
|
||||
./vc71/boost_regex-vc71-mt-1_42.lib : vc71/boost_regex-vc71-mt-1_42/c_regex_traits.obj vc71/boost_regex-vc71-mt-1_42/cpp_regex_traits.obj vc71/boost_regex-vc71-mt-1_42/cregex.obj vc71/boost_regex-vc71-mt-1_42/fileiter.obj vc71/boost_regex-vc71-mt-1_42/icu.obj vc71/boost_regex-vc71-mt-1_42/instances.obj vc71/boost_regex-vc71-mt-1_42/posix_api.obj vc71/boost_regex-vc71-mt-1_42/regex.obj vc71/boost_regex-vc71-mt-1_42/regex_debug.obj vc71/boost_regex-vc71-mt-1_42/regex_raw_buffer.obj vc71/boost_regex-vc71-mt-1_42/regex_traits_defaults.obj vc71/boost_regex-vc71-mt-1_42/static_mutex.obj vc71/boost_regex-vc71-mt-1_42/usinstances.obj vc71/boost_regex-vc71-mt-1_42/w32_regex_traits.obj vc71/boost_regex-vc71-mt-1_42/wc_regex_traits.obj vc71/boost_regex-vc71-mt-1_42/wide_posix_api.obj vc71/boost_regex-vc71-mt-1_42/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:"vc71/boost_regex-vc71-mt-1_42.pdb" /debug /machine:I386 /out:"vc71/boost_regex-vc71-mt-1_42.dll" /implib:"vc71/boost_regex-vc71-mt-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc71/boost_regex-vc71-mt-1_42/c_regex_traits.obj vc71/boost_regex-vc71-mt-1_42/cpp_regex_traits.obj vc71/boost_regex-vc71-mt-1_42/cregex.obj vc71/boost_regex-vc71-mt-1_42/fileiter.obj vc71/boost_regex-vc71-mt-1_42/icu.obj vc71/boost_regex-vc71-mt-1_42/instances.obj vc71/boost_regex-vc71-mt-1_42/posix_api.obj vc71/boost_regex-vc71-mt-1_42/regex.obj vc71/boost_regex-vc71-mt-1_42/regex_debug.obj vc71/boost_regex-vc71-mt-1_42/regex_raw_buffer.obj vc71/boost_regex-vc71-mt-1_42/regex_traits_defaults.obj vc71/boost_regex-vc71-mt-1_42/static_mutex.obj vc71/boost_regex-vc71-mt-1_42/usinstances.obj vc71/boost_regex-vc71-mt-1_42/w32_regex_traits.obj vc71/boost_regex-vc71-mt-1_42/wc_regex_traits.obj vc71/boost_regex-vc71-mt-1_42/wide_posix_api.obj vc71/boost_regex-vc71-mt-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc71-mt-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc71/libboost_regex-vc71-mt-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MD /W3 /GX /O2 /GB /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./vc71/libboost_regex-vc71-mt-1_42/ -Fdvc71/libboost_regex-vc71-mt-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc71-mt-1_42_dir :
|
||||
@if not exist "vc71\libboost_regex-vc71-mt-1_42\$(NULL)" mkdir vc71\libboost_regex-vc71-mt-1_42
|
||||
|
||||
libboost_regex-vc71-mt-1_42_clean :
|
||||
del vc71\libboost_regex-vc71-mt-1_42\*.obj
|
||||
del vc71\libboost_regex-vc71-mt-1_42\*.idb
|
||||
del vc71\libboost_regex-vc71-mt-1_42\*.exp
|
||||
del vc71\libboost_regex-vc71-mt-1_42\*.pch
|
||||
|
||||
./vc71/libboost_regex-vc71-mt-1_42.lib : vc71/libboost_regex-vc71-mt-1_42/c_regex_traits.obj vc71/libboost_regex-vc71-mt-1_42/cpp_regex_traits.obj vc71/libboost_regex-vc71-mt-1_42/cregex.obj vc71/libboost_regex-vc71-mt-1_42/fileiter.obj vc71/libboost_regex-vc71-mt-1_42/icu.obj vc71/libboost_regex-vc71-mt-1_42/instances.obj vc71/libboost_regex-vc71-mt-1_42/posix_api.obj vc71/libboost_regex-vc71-mt-1_42/regex.obj vc71/libboost_regex-vc71-mt-1_42/regex_debug.obj vc71/libboost_regex-vc71-mt-1_42/regex_raw_buffer.obj vc71/libboost_regex-vc71-mt-1_42/regex_traits_defaults.obj vc71/libboost_regex-vc71-mt-1_42/static_mutex.obj vc71/libboost_regex-vc71-mt-1_42/usinstances.obj vc71/libboost_regex-vc71-mt-1_42/w32_regex_traits.obj vc71/libboost_regex-vc71-mt-1_42/wc_regex_traits.obj vc71/libboost_regex-vc71-mt-1_42/wide_posix_api.obj vc71/libboost_regex-vc71-mt-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc71/libboost_regex-vc71-mt-1_42.lib $(XSFLAGS) vc71/libboost_regex-vc71-mt-1_42/c_regex_traits.obj vc71/libboost_regex-vc71-mt-1_42/cpp_regex_traits.obj vc71/libboost_regex-vc71-mt-1_42/cregex.obj vc71/libboost_regex-vc71-mt-1_42/fileiter.obj vc71/libboost_regex-vc71-mt-1_42/icu.obj vc71/libboost_regex-vc71-mt-1_42/instances.obj vc71/libboost_regex-vc71-mt-1_42/posix_api.obj vc71/libboost_regex-vc71-mt-1_42/regex.obj vc71/libboost_regex-vc71-mt-1_42/regex_debug.obj vc71/libboost_regex-vc71-mt-1_42/regex_raw_buffer.obj vc71/libboost_regex-vc71-mt-1_42/regex_traits_defaults.obj vc71/libboost_regex-vc71-mt-1_42/static_mutex.obj vc71/libboost_regex-vc71-mt-1_42/usinstances.obj vc71/libboost_regex-vc71-mt-1_42/w32_regex_traits.obj vc71/libboost_regex-vc71-mt-1_42/wc_regex_traits.obj vc71/libboost_regex-vc71-mt-1_42/wide_posix_api.obj vc71/libboost_regex-vc71-mt-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc71-mt-gd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/icu.obj: ../src/icu.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/instances.obj: ../src/instances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/regex.obj: ../src/regex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/regex_raw_buffer.obj: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/regex_traits_defaults.obj: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/static_mutex.obj: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/usinstances.obj: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/wc_regex_traits.obj: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc71/libboost_regex-vc71-mt-gd-1_42/winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
|
||||
cl $(INCLUDES) /nologo /MDd /W3 /Gm /GX /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD /GX /RTC1 /Zc:wchar_t /c $(CXXFLAGS) $(ICU_COMPILE_OPTS) -Y- -Fo./vc71/libboost_regex-vc71-mt-gd-1_42/ -Fdvc71/libboost_regex-vc71-mt-gd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc71-mt-gd-1_42_dir :
|
||||
@if not exist "vc71\libboost_regex-vc71-mt-gd-1_42\$(NULL)" mkdir vc71\libboost_regex-vc71-mt-gd-1_42
|
||||
|
||||
libboost_regex-vc71-mt-gd-1_42_clean :
|
||||
del vc71\libboost_regex-vc71-mt-gd-1_42\*.obj
|
||||
del vc71\libboost_regex-vc71-mt-gd-1_42\*.idb
|
||||
del vc71\libboost_regex-vc71-mt-gd-1_42\*.exp
|
||||
del vc71\libboost_regex-vc71-mt-gd-1_42\*.pch
|
||||
|
||||
./vc71/libboost_regex-vc71-mt-gd-1_42.lib : vc71/libboost_regex-vc71-mt-gd-1_42/c_regex_traits.obj vc71/libboost_regex-vc71-mt-gd-1_42/cpp_regex_traits.obj vc71/libboost_regex-vc71-mt-gd-1_42/cregex.obj vc71/libboost_regex-vc71-mt-gd-1_42/fileiter.obj vc71/libboost_regex-vc71-mt-gd-1_42/icu.obj vc71/libboost_regex-vc71-mt-gd-1_42/instances.obj vc71/libboost_regex-vc71-mt-gd-1_42/posix_api.obj vc71/libboost_regex-vc71-mt-gd-1_42/regex.obj vc71/libboost_regex-vc71-mt-gd-1_42/regex_debug.obj vc71/libboost_regex-vc71-mt-gd-1_42/regex_raw_buffer.obj vc71/libboost_regex-vc71-mt-gd-1_42/regex_traits_defaults.obj vc71/libboost_regex-vc71-mt-gd-1_42/static_mutex.obj vc71/libboost_regex-vc71-mt-gd-1_42/usinstances.obj vc71/libboost_regex-vc71-mt-gd-1_42/w32_regex_traits.obj vc71/libboost_regex-vc71-mt-gd-1_42/wc_regex_traits.obj vc71/libboost_regex-vc71-mt-gd-1_42/wide_posix_api.obj vc71/libboost_regex-vc71-mt-gd-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc71/libboost_regex-vc71-mt-gd-1_42.lib $(XSFLAGS) vc71/libboost_regex-vc71-mt-gd-1_42/c_regex_traits.obj vc71/libboost_regex-vc71-mt-gd-1_42/cpp_regex_traits.obj vc71/libboost_regex-vc71-mt-gd-1_42/cregex.obj vc71/libboost_regex-vc71-mt-gd-1_42/fileiter.obj vc71/libboost_regex-vc71-mt-gd-1_42/icu.obj vc71/libboost_regex-vc71-mt-gd-1_42/instances.obj vc71/libboost_regex-vc71-mt-gd-1_42/posix_api.obj vc71/libboost_regex-vc71-mt-gd-1_42/regex.obj vc71/libboost_regex-vc71-mt-gd-1_42/regex_debug.obj vc71/libboost_regex-vc71-mt-gd-1_42/regex_raw_buffer.obj vc71/libboost_regex-vc71-mt-gd-1_42/regex_traits_defaults.obj vc71/libboost_regex-vc71-mt-gd-1_42/static_mutex.obj vc71/libboost_regex-vc71-mt-gd-1_42/usinstances.obj vc71/libboost_regex-vc71-mt-gd-1_42/w32_regex_traits.obj vc71/libboost_regex-vc71-mt-gd-1_42/wc_regex_traits.obj vc71/libboost_regex-vc71-mt-gd-1_42/wide_posix_api.obj vc71/libboost_regex-vc71-mt-gd-1_42/winstances.obj
|
||||
|
||||
|
||||
-492
@@ -1,492 +0,0 @@
|
||||
# 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=$(VS80COMNTOOLS)..\..\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-vc80-mt-s-1_42_dir ./vc80/libboost_regex-vc80-mt-s-1_42.lib libboost_regex-vc80-mt-sgd-1_42_dir ./vc80/libboost_regex-vc80-mt-sgd-1_42.lib boost_regex-vc80-mt-gd-1_42_dir ./vc80/boost_regex-vc80-mt-gd-1_42.lib boost_regex-vc80-mt-1_42_dir ./vc80/boost_regex-vc80-mt-1_42.lib libboost_regex-vc80-mt-1_42_dir ./vc80/libboost_regex-vc80-mt-1_42.lib libboost_regex-vc80-mt-gd-1_42_dir ./vc80/libboost_regex-vc80-mt-gd-1_42.lib
|
||||
|
||||
clean : libboost_regex-vc80-mt-s-1_42_clean libboost_regex-vc80-mt-sgd-1_42_clean boost_regex-vc80-mt-gd-1_42_clean boost_regex-vc80-mt-1_42_clean libboost_regex-vc80-mt-1_42_clean libboost_regex-vc80-mt-gd-1_42_clean
|
||||
|
||||
install : all
|
||||
copy vc80\libboost_regex-vc80-mt-s-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc80\libboost_regex-vc80-mt-sgd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc80\boost_regex-vc80-mt-gd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc80\boost_regex-vc80-mt-gd-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc80\boost_regex-vc80-mt-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc80\boost_regex-vc80-mt-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc80\libboost_regex-vc80-mt-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc80\libboost_regex-vc80-mt-gd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc80\libboost_regex-vc80-mt-gd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
|
||||
main_dir :
|
||||
@if not exist "vc80\$(NULL)" mkdir vc80
|
||||
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc80-mt-s-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-s-1_42/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./vc80/libboost_regex-vc80-mt-s-1_42/ -Fdvc80/libboost_regex-vc80-mt-s-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc80-mt-s-1_42_dir :
|
||||
@if not exist "vc80\libboost_regex-vc80-mt-s-1_42\$(NULL)" mkdir vc80\libboost_regex-vc80-mt-s-1_42
|
||||
|
||||
libboost_regex-vc80-mt-s-1_42_clean :
|
||||
del vc80\libboost_regex-vc80-mt-s-1_42\*.obj
|
||||
del vc80\libboost_regex-vc80-mt-s-1_42\*.idb
|
||||
del vc80\libboost_regex-vc80-mt-s-1_42\*.exp
|
||||
del vc80\libboost_regex-vc80-mt-s-1_42\*.pch
|
||||
|
||||
./vc80/libboost_regex-vc80-mt-s-1_42.lib : vc80/libboost_regex-vc80-mt-s-1_42/c_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_42/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_42/cregex.obj vc80/libboost_regex-vc80-mt-s-1_42/fileiter.obj vc80/libboost_regex-vc80-mt-s-1_42/icu.obj vc80/libboost_regex-vc80-mt-s-1_42/instances.obj vc80/libboost_regex-vc80-mt-s-1_42/posix_api.obj vc80/libboost_regex-vc80-mt-s-1_42/regex.obj vc80/libboost_regex-vc80-mt-s-1_42/regex_debug.obj vc80/libboost_regex-vc80-mt-s-1_42/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-s-1_42/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-s-1_42/static_mutex.obj vc80/libboost_regex-vc80-mt-s-1_42/usinstances.obj vc80/libboost_regex-vc80-mt-s-1_42/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_42/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_42/wide_posix_api.obj vc80/libboost_regex-vc80-mt-s-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc80/libboost_regex-vc80-mt-s-1_42.lib $(XSFLAGS) vc80/libboost_regex-vc80-mt-s-1_42/c_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_42/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_42/cregex.obj vc80/libboost_regex-vc80-mt-s-1_42/fileiter.obj vc80/libboost_regex-vc80-mt-s-1_42/icu.obj vc80/libboost_regex-vc80-mt-s-1_42/instances.obj vc80/libboost_regex-vc80-mt-s-1_42/posix_api.obj vc80/libboost_regex-vc80-mt-s-1_42/regex.obj vc80/libboost_regex-vc80-mt-s-1_42/regex_debug.obj vc80/libboost_regex-vc80-mt-s-1_42/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-s-1_42/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-s-1_42/static_mutex.obj vc80/libboost_regex-vc80-mt-s-1_42/usinstances.obj vc80/libboost_regex-vc80-mt-s-1_42/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_42/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-s-1_42/wide_posix_api.obj vc80/libboost_regex-vc80-mt-s-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc80-mt-sgd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-sgd-1_42/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./vc80/libboost_regex-vc80-mt-sgd-1_42/ -Fdvc80/libboost_regex-vc80-mt-sgd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc80-mt-sgd-1_42_dir :
|
||||
@if not exist "vc80\libboost_regex-vc80-mt-sgd-1_42\$(NULL)" mkdir vc80\libboost_regex-vc80-mt-sgd-1_42
|
||||
|
||||
libboost_regex-vc80-mt-sgd-1_42_clean :
|
||||
del vc80\libboost_regex-vc80-mt-sgd-1_42\*.obj
|
||||
del vc80\libboost_regex-vc80-mt-sgd-1_42\*.idb
|
||||
del vc80\libboost_regex-vc80-mt-sgd-1_42\*.exp
|
||||
del vc80\libboost_regex-vc80-mt-sgd-1_42\*.pch
|
||||
|
||||
./vc80/libboost_regex-vc80-mt-sgd-1_42.lib : vc80/libboost_regex-vc80-mt-sgd-1_42/c_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_42/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_42/cregex.obj vc80/libboost_regex-vc80-mt-sgd-1_42/fileiter.obj vc80/libboost_regex-vc80-mt-sgd-1_42/icu.obj vc80/libboost_regex-vc80-mt-sgd-1_42/instances.obj vc80/libboost_regex-vc80-mt-sgd-1_42/posix_api.obj vc80/libboost_regex-vc80-mt-sgd-1_42/regex.obj vc80/libboost_regex-vc80-mt-sgd-1_42/regex_debug.obj vc80/libboost_regex-vc80-mt-sgd-1_42/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-sgd-1_42/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-sgd-1_42/static_mutex.obj vc80/libboost_regex-vc80-mt-sgd-1_42/usinstances.obj vc80/libboost_regex-vc80-mt-sgd-1_42/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_42/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_42/wide_posix_api.obj vc80/libboost_regex-vc80-mt-sgd-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc80/libboost_regex-vc80-mt-sgd-1_42.lib $(XSFLAGS) vc80/libboost_regex-vc80-mt-sgd-1_42/c_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_42/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_42/cregex.obj vc80/libboost_regex-vc80-mt-sgd-1_42/fileiter.obj vc80/libboost_regex-vc80-mt-sgd-1_42/icu.obj vc80/libboost_regex-vc80-mt-sgd-1_42/instances.obj vc80/libboost_regex-vc80-mt-sgd-1_42/posix_api.obj vc80/libboost_regex-vc80-mt-sgd-1_42/regex.obj vc80/libboost_regex-vc80-mt-sgd-1_42/regex_debug.obj vc80/libboost_regex-vc80-mt-sgd-1_42/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-sgd-1_42/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-sgd-1_42/static_mutex.obj vc80/libboost_regex-vc80-mt-sgd-1_42/usinstances.obj vc80/libboost_regex-vc80-mt-sgd-1_42/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_42/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-sgd-1_42/wide_posix_api.obj vc80/libboost_regex-vc80-mt-sgd-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc80-mt-gd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-gd-1_42/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./vc80/boost_regex-vc80-mt-gd-1_42/ -Fdvc80/boost_regex-vc80-mt-gd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc80-mt-gd-1_42_dir :
|
||||
@if not exist "vc80\boost_regex-vc80-mt-gd-1_42\$(NULL)" mkdir vc80\boost_regex-vc80-mt-gd-1_42
|
||||
|
||||
boost_regex-vc80-mt-gd-1_42_clean :
|
||||
del vc80\boost_regex-vc80-mt-gd-1_42\*.obj
|
||||
del vc80\boost_regex-vc80-mt-gd-1_42\*.idb
|
||||
del vc80\boost_regex-vc80-mt-gd-1_42\*.exp
|
||||
del vc80\boost_regex-vc80-mt-gd-1_42\*.pch
|
||||
|
||||
./vc80/boost_regex-vc80-mt-gd-1_42.lib : vc80/boost_regex-vc80-mt-gd-1_42/c_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_42/cpp_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_42/cregex.obj vc80/boost_regex-vc80-mt-gd-1_42/fileiter.obj vc80/boost_regex-vc80-mt-gd-1_42/icu.obj vc80/boost_regex-vc80-mt-gd-1_42/instances.obj vc80/boost_regex-vc80-mt-gd-1_42/posix_api.obj vc80/boost_regex-vc80-mt-gd-1_42/regex.obj vc80/boost_regex-vc80-mt-gd-1_42/regex_debug.obj vc80/boost_regex-vc80-mt-gd-1_42/regex_raw_buffer.obj vc80/boost_regex-vc80-mt-gd-1_42/regex_traits_defaults.obj vc80/boost_regex-vc80-mt-gd-1_42/static_mutex.obj vc80/boost_regex-vc80-mt-gd-1_42/usinstances.obj vc80/boost_regex-vc80-mt-gd-1_42/w32_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_42/wc_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_42/wide_posix_api.obj vc80/boost_regex-vc80-mt-gd-1_42/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:"vc80/boost_regex-vc80-mt-gd-1_42.pdb" /debug /machine:I386 /out:"vc80/boost_regex-vc80-mt-gd-1_42.dll" /implib:"vc80/boost_regex-vc80-mt-gd-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc80/boost_regex-vc80-mt-gd-1_42/c_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_42/cpp_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_42/cregex.obj vc80/boost_regex-vc80-mt-gd-1_42/fileiter.obj vc80/boost_regex-vc80-mt-gd-1_42/icu.obj vc80/boost_regex-vc80-mt-gd-1_42/instances.obj vc80/boost_regex-vc80-mt-gd-1_42/posix_api.obj vc80/boost_regex-vc80-mt-gd-1_42/regex.obj vc80/boost_regex-vc80-mt-gd-1_42/regex_debug.obj vc80/boost_regex-vc80-mt-gd-1_42/regex_raw_buffer.obj vc80/boost_regex-vc80-mt-gd-1_42/regex_traits_defaults.obj vc80/boost_regex-vc80-mt-gd-1_42/static_mutex.obj vc80/boost_regex-vc80-mt-gd-1_42/usinstances.obj vc80/boost_regex-vc80-mt-gd-1_42/w32_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_42/wc_regex_traits.obj vc80/boost_regex-vc80-mt-gd-1_42/wide_posix_api.obj vc80/boost_regex-vc80-mt-gd-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc80-mt-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc80/boost_regex-vc80-mt-1_42/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./vc80/boost_regex-vc80-mt-1_42/ -Fdvc80/boost_regex-vc80-mt-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc80-mt-1_42_dir :
|
||||
@if not exist "vc80\boost_regex-vc80-mt-1_42\$(NULL)" mkdir vc80\boost_regex-vc80-mt-1_42
|
||||
|
||||
boost_regex-vc80-mt-1_42_clean :
|
||||
del vc80\boost_regex-vc80-mt-1_42\*.obj
|
||||
del vc80\boost_regex-vc80-mt-1_42\*.idb
|
||||
del vc80\boost_regex-vc80-mt-1_42\*.exp
|
||||
del vc80\boost_regex-vc80-mt-1_42\*.pch
|
||||
|
||||
./vc80/boost_regex-vc80-mt-1_42.lib : vc80/boost_regex-vc80-mt-1_42/c_regex_traits.obj vc80/boost_regex-vc80-mt-1_42/cpp_regex_traits.obj vc80/boost_regex-vc80-mt-1_42/cregex.obj vc80/boost_regex-vc80-mt-1_42/fileiter.obj vc80/boost_regex-vc80-mt-1_42/icu.obj vc80/boost_regex-vc80-mt-1_42/instances.obj vc80/boost_regex-vc80-mt-1_42/posix_api.obj vc80/boost_regex-vc80-mt-1_42/regex.obj vc80/boost_regex-vc80-mt-1_42/regex_debug.obj vc80/boost_regex-vc80-mt-1_42/regex_raw_buffer.obj vc80/boost_regex-vc80-mt-1_42/regex_traits_defaults.obj vc80/boost_regex-vc80-mt-1_42/static_mutex.obj vc80/boost_regex-vc80-mt-1_42/usinstances.obj vc80/boost_regex-vc80-mt-1_42/w32_regex_traits.obj vc80/boost_regex-vc80-mt-1_42/wc_regex_traits.obj vc80/boost_regex-vc80-mt-1_42/wide_posix_api.obj vc80/boost_regex-vc80-mt-1_42/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:"vc80/boost_regex-vc80-mt-1_42.pdb" /debug /machine:I386 /out:"vc80/boost_regex-vc80-mt-1_42.dll" /implib:"vc80/boost_regex-vc80-mt-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc80/boost_regex-vc80-mt-1_42/c_regex_traits.obj vc80/boost_regex-vc80-mt-1_42/cpp_regex_traits.obj vc80/boost_regex-vc80-mt-1_42/cregex.obj vc80/boost_regex-vc80-mt-1_42/fileiter.obj vc80/boost_regex-vc80-mt-1_42/icu.obj vc80/boost_regex-vc80-mt-1_42/instances.obj vc80/boost_regex-vc80-mt-1_42/posix_api.obj vc80/boost_regex-vc80-mt-1_42/regex.obj vc80/boost_regex-vc80-mt-1_42/regex_debug.obj vc80/boost_regex-vc80-mt-1_42/regex_raw_buffer.obj vc80/boost_regex-vc80-mt-1_42/regex_traits_defaults.obj vc80/boost_regex-vc80-mt-1_42/static_mutex.obj vc80/boost_regex-vc80-mt-1_42/usinstances.obj vc80/boost_regex-vc80-mt-1_42/w32_regex_traits.obj vc80/boost_regex-vc80-mt-1_42/wc_regex_traits.obj vc80/boost_regex-vc80-mt-1_42/wide_posix_api.obj vc80/boost_regex-vc80-mt-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc80-mt-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-1_42/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./vc80/libboost_regex-vc80-mt-1_42/ -Fdvc80/libboost_regex-vc80-mt-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc80-mt-1_42_dir :
|
||||
@if not exist "vc80\libboost_regex-vc80-mt-1_42\$(NULL)" mkdir vc80\libboost_regex-vc80-mt-1_42
|
||||
|
||||
libboost_regex-vc80-mt-1_42_clean :
|
||||
del vc80\libboost_regex-vc80-mt-1_42\*.obj
|
||||
del vc80\libboost_regex-vc80-mt-1_42\*.idb
|
||||
del vc80\libboost_regex-vc80-mt-1_42\*.exp
|
||||
del vc80\libboost_regex-vc80-mt-1_42\*.pch
|
||||
|
||||
./vc80/libboost_regex-vc80-mt-1_42.lib : vc80/libboost_regex-vc80-mt-1_42/c_regex_traits.obj vc80/libboost_regex-vc80-mt-1_42/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-1_42/cregex.obj vc80/libboost_regex-vc80-mt-1_42/fileiter.obj vc80/libboost_regex-vc80-mt-1_42/icu.obj vc80/libboost_regex-vc80-mt-1_42/instances.obj vc80/libboost_regex-vc80-mt-1_42/posix_api.obj vc80/libboost_regex-vc80-mt-1_42/regex.obj vc80/libboost_regex-vc80-mt-1_42/regex_debug.obj vc80/libboost_regex-vc80-mt-1_42/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-1_42/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-1_42/static_mutex.obj vc80/libboost_regex-vc80-mt-1_42/usinstances.obj vc80/libboost_regex-vc80-mt-1_42/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-1_42/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-1_42/wide_posix_api.obj vc80/libboost_regex-vc80-mt-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc80/libboost_regex-vc80-mt-1_42.lib $(XSFLAGS) vc80/libboost_regex-vc80-mt-1_42/c_regex_traits.obj vc80/libboost_regex-vc80-mt-1_42/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-1_42/cregex.obj vc80/libboost_regex-vc80-mt-1_42/fileiter.obj vc80/libboost_regex-vc80-mt-1_42/icu.obj vc80/libboost_regex-vc80-mt-1_42/instances.obj vc80/libboost_regex-vc80-mt-1_42/posix_api.obj vc80/libboost_regex-vc80-mt-1_42/regex.obj vc80/libboost_regex-vc80-mt-1_42/regex_debug.obj vc80/libboost_regex-vc80-mt-1_42/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-1_42/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-1_42/static_mutex.obj vc80/libboost_regex-vc80-mt-1_42/usinstances.obj vc80/libboost_regex-vc80-mt-1_42/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-1_42/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-1_42/wide_posix_api.obj vc80/libboost_regex-vc80-mt-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc80-mt-gd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc80/libboost_regex-vc80-mt-gd-1_42/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./vc80/libboost_regex-vc80-mt-gd-1_42/ -Fdvc80/libboost_regex-vc80-mt-gd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc80-mt-gd-1_42_dir :
|
||||
@if not exist "vc80\libboost_regex-vc80-mt-gd-1_42\$(NULL)" mkdir vc80\libboost_regex-vc80-mt-gd-1_42
|
||||
|
||||
libboost_regex-vc80-mt-gd-1_42_clean :
|
||||
del vc80\libboost_regex-vc80-mt-gd-1_42\*.obj
|
||||
del vc80\libboost_regex-vc80-mt-gd-1_42\*.idb
|
||||
del vc80\libboost_regex-vc80-mt-gd-1_42\*.exp
|
||||
del vc80\libboost_regex-vc80-mt-gd-1_42\*.pch
|
||||
|
||||
./vc80/libboost_regex-vc80-mt-gd-1_42.lib : vc80/libboost_regex-vc80-mt-gd-1_42/c_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_42/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_42/cregex.obj vc80/libboost_regex-vc80-mt-gd-1_42/fileiter.obj vc80/libboost_regex-vc80-mt-gd-1_42/icu.obj vc80/libboost_regex-vc80-mt-gd-1_42/instances.obj vc80/libboost_regex-vc80-mt-gd-1_42/posix_api.obj vc80/libboost_regex-vc80-mt-gd-1_42/regex.obj vc80/libboost_regex-vc80-mt-gd-1_42/regex_debug.obj vc80/libboost_regex-vc80-mt-gd-1_42/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-gd-1_42/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-gd-1_42/static_mutex.obj vc80/libboost_regex-vc80-mt-gd-1_42/usinstances.obj vc80/libboost_regex-vc80-mt-gd-1_42/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_42/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_42/wide_posix_api.obj vc80/libboost_regex-vc80-mt-gd-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc80/libboost_regex-vc80-mt-gd-1_42.lib $(XSFLAGS) vc80/libboost_regex-vc80-mt-gd-1_42/c_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_42/cpp_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_42/cregex.obj vc80/libboost_regex-vc80-mt-gd-1_42/fileiter.obj vc80/libboost_regex-vc80-mt-gd-1_42/icu.obj vc80/libboost_regex-vc80-mt-gd-1_42/instances.obj vc80/libboost_regex-vc80-mt-gd-1_42/posix_api.obj vc80/libboost_regex-vc80-mt-gd-1_42/regex.obj vc80/libboost_regex-vc80-mt-gd-1_42/regex_debug.obj vc80/libboost_regex-vc80-mt-gd-1_42/regex_raw_buffer.obj vc80/libboost_regex-vc80-mt-gd-1_42/regex_traits_defaults.obj vc80/libboost_regex-vc80-mt-gd-1_42/static_mutex.obj vc80/libboost_regex-vc80-mt-gd-1_42/usinstances.obj vc80/libboost_regex-vc80-mt-gd-1_42/w32_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_42/wc_regex_traits.obj vc80/libboost_regex-vc80-mt-gd-1_42/wide_posix_api.obj vc80/libboost_regex-vc80-mt-gd-1_42/winstances.obj
|
||||
|
||||
|
||||
-633
@@ -1,633 +0,0 @@
|
||||
# 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_42_dir ./vc90/libboost_regex-vc90-s-1_42.lib libboost_regex-vc90-mt-s-1_42_dir ./vc90/libboost_regex-vc90-mt-s-1_42.lib libboost_regex-vc90-sgd-1_42_dir ./vc90/libboost_regex-vc90-sgd-1_42.lib libboost_regex-vc90-mt-sgd-1_42_dir ./vc90/libboost_regex-vc90-mt-sgd-1_42.lib boost_regex-vc90-mt-gd-1_42_dir ./vc90/boost_regex-vc90-mt-gd-1_42.lib boost_regex-vc90-mt-1_42_dir ./vc90/boost_regex-vc90-mt-1_42.lib libboost_regex-vc90-mt-1_42_dir ./vc90/libboost_regex-vc90-mt-1_42.lib libboost_regex-vc90-mt-gd-1_42_dir ./vc90/libboost_regex-vc90-mt-gd-1_42.lib
|
||||
|
||||
clean : libboost_regex-vc90-s-1_42_clean libboost_regex-vc90-mt-s-1_42_clean libboost_regex-vc90-sgd-1_42_clean libboost_regex-vc90-mt-sgd-1_42_clean boost_regex-vc90-mt-gd-1_42_clean boost_regex-vc90-mt-1_42_clean libboost_regex-vc90-mt-1_42_clean libboost_regex-vc90-mt-gd-1_42_clean
|
||||
|
||||
install : all
|
||||
copy vc90\libboost_regex-vc90-s-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc90\libboost_regex-vc90-mt-s-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc90\libboost_regex-vc90-sgd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc90\libboost_regex-vc90-sgd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc90\libboost_regex-vc90-mt-sgd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc90\libboost_regex-vc90-mt-sgd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc90\boost_regex-vc90-mt-gd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc90\boost_regex-vc90-mt-gd-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc90\boost_regex-vc90-mt-gd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
copy vc90\boost_regex-vc90-mt-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc90\boost_regex-vc90-mt-1_42.dll "$(MSVCDIR)\bin"
|
||||
copy vc90\libboost_regex-vc90-mt-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc90\libboost_regex-vc90-mt-gd-1_42.lib "$(MSVCDIR)\lib"
|
||||
copy vc90\libboost_regex-vc90-mt-gd-1_42.pdb "$(MSVCDIR)\lib"
|
||||
|
||||
main_dir :
|
||||
@if not exist "vc90\$(NULL)" mkdir vc90
|
||||
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc90-s-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-s-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc90-s-1_42_dir :
|
||||
@if not exist "vc90\libboost_regex-vc90-s-1_42\$(NULL)" mkdir vc90\libboost_regex-vc90-s-1_42
|
||||
|
||||
libboost_regex-vc90-s-1_42_clean :
|
||||
del vc90\libboost_regex-vc90-s-1_42\*.obj
|
||||
del vc90\libboost_regex-vc90-s-1_42\*.idb
|
||||
del vc90\libboost_regex-vc90-s-1_42\*.exp
|
||||
del vc90\libboost_regex-vc90-s-1_42\*.pch
|
||||
|
||||
./vc90/libboost_regex-vc90-s-1_42.lib : vc90/libboost_regex-vc90-s-1_42/c_regex_traits.obj vc90/libboost_regex-vc90-s-1_42/cpp_regex_traits.obj vc90/libboost_regex-vc90-s-1_42/cregex.obj vc90/libboost_regex-vc90-s-1_42/fileiter.obj vc90/libboost_regex-vc90-s-1_42/icu.obj vc90/libboost_regex-vc90-s-1_42/instances.obj vc90/libboost_regex-vc90-s-1_42/posix_api.obj vc90/libboost_regex-vc90-s-1_42/regex.obj vc90/libboost_regex-vc90-s-1_42/regex_debug.obj vc90/libboost_regex-vc90-s-1_42/regex_raw_buffer.obj vc90/libboost_regex-vc90-s-1_42/regex_traits_defaults.obj vc90/libboost_regex-vc90-s-1_42/static_mutex.obj vc90/libboost_regex-vc90-s-1_42/usinstances.obj vc90/libboost_regex-vc90-s-1_42/w32_regex_traits.obj vc90/libboost_regex-vc90-s-1_42/wc_regex_traits.obj vc90/libboost_regex-vc90-s-1_42/wide_posix_api.obj vc90/libboost_regex-vc90-s-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc90/libboost_regex-vc90-s-1_42.lib $(XSFLAGS) vc90/libboost_regex-vc90-s-1_42/c_regex_traits.obj vc90/libboost_regex-vc90-s-1_42/cpp_regex_traits.obj vc90/libboost_regex-vc90-s-1_42/cregex.obj vc90/libboost_regex-vc90-s-1_42/fileiter.obj vc90/libboost_regex-vc90-s-1_42/icu.obj vc90/libboost_regex-vc90-s-1_42/instances.obj vc90/libboost_regex-vc90-s-1_42/posix_api.obj vc90/libboost_regex-vc90-s-1_42/regex.obj vc90/libboost_regex-vc90-s-1_42/regex_debug.obj vc90/libboost_regex-vc90-s-1_42/regex_raw_buffer.obj vc90/libboost_regex-vc90-s-1_42/regex_traits_defaults.obj vc90/libboost_regex-vc90-s-1_42/static_mutex.obj vc90/libboost_regex-vc90-s-1_42/usinstances.obj vc90/libboost_regex-vc90-s-1_42/w32_regex_traits.obj vc90/libboost_regex-vc90-s-1_42/wc_regex_traits.obj vc90/libboost_regex-vc90-s-1_42/wide_posix_api.obj vc90/libboost_regex-vc90-s-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc90-mt-s-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-s-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-s-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc90-mt-s-1_42_dir :
|
||||
@if not exist "vc90\libboost_regex-vc90-mt-s-1_42\$(NULL)" mkdir vc90\libboost_regex-vc90-mt-s-1_42
|
||||
|
||||
libboost_regex-vc90-mt-s-1_42_clean :
|
||||
del vc90\libboost_regex-vc90-mt-s-1_42\*.obj
|
||||
del vc90\libboost_regex-vc90-mt-s-1_42\*.idb
|
||||
del vc90\libboost_regex-vc90-mt-s-1_42\*.exp
|
||||
del vc90\libboost_regex-vc90-mt-s-1_42\*.pch
|
||||
|
||||
./vc90/libboost_regex-vc90-mt-s-1_42.lib : vc90/libboost_regex-vc90-mt-s-1_42/c_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_42/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_42/cregex.obj vc90/libboost_regex-vc90-mt-s-1_42/fileiter.obj vc90/libboost_regex-vc90-mt-s-1_42/icu.obj vc90/libboost_regex-vc90-mt-s-1_42/instances.obj vc90/libboost_regex-vc90-mt-s-1_42/posix_api.obj vc90/libboost_regex-vc90-mt-s-1_42/regex.obj vc90/libboost_regex-vc90-mt-s-1_42/regex_debug.obj vc90/libboost_regex-vc90-mt-s-1_42/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-s-1_42/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-s-1_42/static_mutex.obj vc90/libboost_regex-vc90-mt-s-1_42/usinstances.obj vc90/libboost_regex-vc90-mt-s-1_42/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_42/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_42/wide_posix_api.obj vc90/libboost_regex-vc90-mt-s-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc90/libboost_regex-vc90-mt-s-1_42.lib $(XSFLAGS) vc90/libboost_regex-vc90-mt-s-1_42/c_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_42/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_42/cregex.obj vc90/libboost_regex-vc90-mt-s-1_42/fileiter.obj vc90/libboost_regex-vc90-mt-s-1_42/icu.obj vc90/libboost_regex-vc90-mt-s-1_42/instances.obj vc90/libboost_regex-vc90-mt-s-1_42/posix_api.obj vc90/libboost_regex-vc90-mt-s-1_42/regex.obj vc90/libboost_regex-vc90-mt-s-1_42/regex_debug.obj vc90/libboost_regex-vc90-mt-s-1_42/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-s-1_42/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-s-1_42/static_mutex.obj vc90/libboost_regex-vc90-mt-s-1_42/usinstances.obj vc90/libboost_regex-vc90-mt-s-1_42/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_42/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-s-1_42/wide_posix_api.obj vc90/libboost_regex-vc90-mt-s-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc90-sgd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-sgd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc90-sgd-1_42_dir :
|
||||
@if not exist "vc90\libboost_regex-vc90-sgd-1_42\$(NULL)" mkdir vc90\libboost_regex-vc90-sgd-1_42
|
||||
|
||||
libboost_regex-vc90-sgd-1_42_clean :
|
||||
del vc90\libboost_regex-vc90-sgd-1_42\*.obj
|
||||
del vc90\libboost_regex-vc90-sgd-1_42\*.idb
|
||||
del vc90\libboost_regex-vc90-sgd-1_42\*.exp
|
||||
del vc90\libboost_regex-vc90-sgd-1_42\*.pch
|
||||
|
||||
./vc90/libboost_regex-vc90-sgd-1_42.lib : vc90/libboost_regex-vc90-sgd-1_42/c_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_42/cpp_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_42/cregex.obj vc90/libboost_regex-vc90-sgd-1_42/fileiter.obj vc90/libboost_regex-vc90-sgd-1_42/icu.obj vc90/libboost_regex-vc90-sgd-1_42/instances.obj vc90/libboost_regex-vc90-sgd-1_42/posix_api.obj vc90/libboost_regex-vc90-sgd-1_42/regex.obj vc90/libboost_regex-vc90-sgd-1_42/regex_debug.obj vc90/libboost_regex-vc90-sgd-1_42/regex_raw_buffer.obj vc90/libboost_regex-vc90-sgd-1_42/regex_traits_defaults.obj vc90/libboost_regex-vc90-sgd-1_42/static_mutex.obj vc90/libboost_regex-vc90-sgd-1_42/usinstances.obj vc90/libboost_regex-vc90-sgd-1_42/w32_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_42/wc_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_42/wide_posix_api.obj vc90/libboost_regex-vc90-sgd-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc90/libboost_regex-vc90-sgd-1_42.lib $(XSFLAGS) vc90/libboost_regex-vc90-sgd-1_42/c_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_42/cpp_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_42/cregex.obj vc90/libboost_regex-vc90-sgd-1_42/fileiter.obj vc90/libboost_regex-vc90-sgd-1_42/icu.obj vc90/libboost_regex-vc90-sgd-1_42/instances.obj vc90/libboost_regex-vc90-sgd-1_42/posix_api.obj vc90/libboost_regex-vc90-sgd-1_42/regex.obj vc90/libboost_regex-vc90-sgd-1_42/regex_debug.obj vc90/libboost_regex-vc90-sgd-1_42/regex_raw_buffer.obj vc90/libboost_regex-vc90-sgd-1_42/regex_traits_defaults.obj vc90/libboost_regex-vc90-sgd-1_42/static_mutex.obj vc90/libboost_regex-vc90-sgd-1_42/usinstances.obj vc90/libboost_regex-vc90-sgd-1_42/w32_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_42/wc_regex_traits.obj vc90/libboost_regex-vc90-sgd-1_42/wide_posix_api.obj vc90/libboost_regex-vc90-sgd-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc90-mt-sgd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-sgd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-sgd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc90-mt-sgd-1_42_dir :
|
||||
@if not exist "vc90\libboost_regex-vc90-mt-sgd-1_42\$(NULL)" mkdir vc90\libboost_regex-vc90-mt-sgd-1_42
|
||||
|
||||
libboost_regex-vc90-mt-sgd-1_42_clean :
|
||||
del vc90\libboost_regex-vc90-mt-sgd-1_42\*.obj
|
||||
del vc90\libboost_regex-vc90-mt-sgd-1_42\*.idb
|
||||
del vc90\libboost_regex-vc90-mt-sgd-1_42\*.exp
|
||||
del vc90\libboost_regex-vc90-mt-sgd-1_42\*.pch
|
||||
|
||||
./vc90/libboost_regex-vc90-mt-sgd-1_42.lib : vc90/libboost_regex-vc90-mt-sgd-1_42/c_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_42/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_42/cregex.obj vc90/libboost_regex-vc90-mt-sgd-1_42/fileiter.obj vc90/libboost_regex-vc90-mt-sgd-1_42/icu.obj vc90/libboost_regex-vc90-mt-sgd-1_42/instances.obj vc90/libboost_regex-vc90-mt-sgd-1_42/posix_api.obj vc90/libboost_regex-vc90-mt-sgd-1_42/regex.obj vc90/libboost_regex-vc90-mt-sgd-1_42/regex_debug.obj vc90/libboost_regex-vc90-mt-sgd-1_42/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-sgd-1_42/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-sgd-1_42/static_mutex.obj vc90/libboost_regex-vc90-mt-sgd-1_42/usinstances.obj vc90/libboost_regex-vc90-mt-sgd-1_42/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_42/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_42/wide_posix_api.obj vc90/libboost_regex-vc90-mt-sgd-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc90/libboost_regex-vc90-mt-sgd-1_42.lib $(XSFLAGS) vc90/libboost_regex-vc90-mt-sgd-1_42/c_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_42/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_42/cregex.obj vc90/libboost_regex-vc90-mt-sgd-1_42/fileiter.obj vc90/libboost_regex-vc90-mt-sgd-1_42/icu.obj vc90/libboost_regex-vc90-mt-sgd-1_42/instances.obj vc90/libboost_regex-vc90-mt-sgd-1_42/posix_api.obj vc90/libboost_regex-vc90-mt-sgd-1_42/regex.obj vc90/libboost_regex-vc90-mt-sgd-1_42/regex_debug.obj vc90/libboost_regex-vc90-mt-sgd-1_42/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-sgd-1_42/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-sgd-1_42/static_mutex.obj vc90/libboost_regex-vc90-mt-sgd-1_42/usinstances.obj vc90/libboost_regex-vc90-mt-sgd-1_42/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_42/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-sgd-1_42/wide_posix_api.obj vc90/libboost_regex-vc90-mt-sgd-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc90-mt-gd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-gd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc90-mt-gd-1_42_dir :
|
||||
@if not exist "vc90\boost_regex-vc90-mt-gd-1_42\$(NULL)" mkdir vc90\boost_regex-vc90-mt-gd-1_42
|
||||
|
||||
boost_regex-vc90-mt-gd-1_42_clean :
|
||||
del vc90\boost_regex-vc90-mt-gd-1_42\*.obj
|
||||
del vc90\boost_regex-vc90-mt-gd-1_42\*.idb
|
||||
del vc90\boost_regex-vc90-mt-gd-1_42\*.exp
|
||||
del vc90\boost_regex-vc90-mt-gd-1_42\*.pch
|
||||
|
||||
./vc90/boost_regex-vc90-mt-gd-1_42.lib : vc90/boost_regex-vc90-mt-gd-1_42/c_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_42/cpp_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_42/cregex.obj vc90/boost_regex-vc90-mt-gd-1_42/fileiter.obj vc90/boost_regex-vc90-mt-gd-1_42/icu.obj vc90/boost_regex-vc90-mt-gd-1_42/instances.obj vc90/boost_regex-vc90-mt-gd-1_42/posix_api.obj vc90/boost_regex-vc90-mt-gd-1_42/regex.obj vc90/boost_regex-vc90-mt-gd-1_42/regex_debug.obj vc90/boost_regex-vc90-mt-gd-1_42/regex_raw_buffer.obj vc90/boost_regex-vc90-mt-gd-1_42/regex_traits_defaults.obj vc90/boost_regex-vc90-mt-gd-1_42/static_mutex.obj vc90/boost_regex-vc90-mt-gd-1_42/usinstances.obj vc90/boost_regex-vc90-mt-gd-1_42/w32_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_42/wc_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_42/wide_posix_api.obj vc90/boost_regex-vc90-mt-gd-1_42/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_42.pdb" /debug /machine:I386 /out:"vc90/boost_regex-vc90-mt-gd-1_42.dll" /implib:"vc90/boost_regex-vc90-mt-gd-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc90/boost_regex-vc90-mt-gd-1_42/c_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_42/cpp_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_42/cregex.obj vc90/boost_regex-vc90-mt-gd-1_42/fileiter.obj vc90/boost_regex-vc90-mt-gd-1_42/icu.obj vc90/boost_regex-vc90-mt-gd-1_42/instances.obj vc90/boost_regex-vc90-mt-gd-1_42/posix_api.obj vc90/boost_regex-vc90-mt-gd-1_42/regex.obj vc90/boost_regex-vc90-mt-gd-1_42/regex_debug.obj vc90/boost_regex-vc90-mt-gd-1_42/regex_raw_buffer.obj vc90/boost_regex-vc90-mt-gd-1_42/regex_traits_defaults.obj vc90/boost_regex-vc90-mt-gd-1_42/static_mutex.obj vc90/boost_regex-vc90-mt-gd-1_42/usinstances.obj vc90/boost_regex-vc90-mt-gd-1_42/w32_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_42/wc_regex_traits.obj vc90/boost_regex-vc90-mt-gd-1_42/wide_posix_api.obj vc90/boost_regex-vc90-mt-gd-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for boost_regex-vc90-mt-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc90/boost_regex-vc90-mt-1_42/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_42/ -Fdvc90/boost_regex-vc90-mt-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
boost_regex-vc90-mt-1_42_dir :
|
||||
@if not exist "vc90\boost_regex-vc90-mt-1_42\$(NULL)" mkdir vc90\boost_regex-vc90-mt-1_42
|
||||
|
||||
boost_regex-vc90-mt-1_42_clean :
|
||||
del vc90\boost_regex-vc90-mt-1_42\*.obj
|
||||
del vc90\boost_regex-vc90-mt-1_42\*.idb
|
||||
del vc90\boost_regex-vc90-mt-1_42\*.exp
|
||||
del vc90\boost_regex-vc90-mt-1_42\*.pch
|
||||
|
||||
./vc90/boost_regex-vc90-mt-1_42.lib : vc90/boost_regex-vc90-mt-1_42/c_regex_traits.obj vc90/boost_regex-vc90-mt-1_42/cpp_regex_traits.obj vc90/boost_regex-vc90-mt-1_42/cregex.obj vc90/boost_regex-vc90-mt-1_42/fileiter.obj vc90/boost_regex-vc90-mt-1_42/icu.obj vc90/boost_regex-vc90-mt-1_42/instances.obj vc90/boost_regex-vc90-mt-1_42/posix_api.obj vc90/boost_regex-vc90-mt-1_42/regex.obj vc90/boost_regex-vc90-mt-1_42/regex_debug.obj vc90/boost_regex-vc90-mt-1_42/regex_raw_buffer.obj vc90/boost_regex-vc90-mt-1_42/regex_traits_defaults.obj vc90/boost_regex-vc90-mt-1_42/static_mutex.obj vc90/boost_regex-vc90-mt-1_42/usinstances.obj vc90/boost_regex-vc90-mt-1_42/w32_regex_traits.obj vc90/boost_regex-vc90-mt-1_42/wc_regex_traits.obj vc90/boost_regex-vc90-mt-1_42/wide_posix_api.obj vc90/boost_regex-vc90-mt-1_42/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_42.pdb" /debug /machine:I386 /out:"vc90/boost_regex-vc90-mt-1_42.dll" /implib:"vc90/boost_regex-vc90-mt-1_42.lib" /LIBPATH:"$(STLPORT_PATH)\lib" $(XLFLAGS) $(ICU_LINK_OPTS) vc90/boost_regex-vc90-mt-1_42/c_regex_traits.obj vc90/boost_regex-vc90-mt-1_42/cpp_regex_traits.obj vc90/boost_regex-vc90-mt-1_42/cregex.obj vc90/boost_regex-vc90-mt-1_42/fileiter.obj vc90/boost_regex-vc90-mt-1_42/icu.obj vc90/boost_regex-vc90-mt-1_42/instances.obj vc90/boost_regex-vc90-mt-1_42/posix_api.obj vc90/boost_regex-vc90-mt-1_42/regex.obj vc90/boost_regex-vc90-mt-1_42/regex_debug.obj vc90/boost_regex-vc90-mt-1_42/regex_raw_buffer.obj vc90/boost_regex-vc90-mt-1_42/regex_traits_defaults.obj vc90/boost_regex-vc90-mt-1_42/static_mutex.obj vc90/boost_regex-vc90-mt-1_42/usinstances.obj vc90/boost_regex-vc90-mt-1_42/w32_regex_traits.obj vc90/boost_regex-vc90-mt-1_42/wc_regex_traits.obj vc90/boost_regex-vc90-mt-1_42/wide_posix_api.obj vc90/boost_regex-vc90-mt-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc90-mt-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc90-mt-1_42_dir :
|
||||
@if not exist "vc90\libboost_regex-vc90-mt-1_42\$(NULL)" mkdir vc90\libboost_regex-vc90-mt-1_42
|
||||
|
||||
libboost_regex-vc90-mt-1_42_clean :
|
||||
del vc90\libboost_regex-vc90-mt-1_42\*.obj
|
||||
del vc90\libboost_regex-vc90-mt-1_42\*.idb
|
||||
del vc90\libboost_regex-vc90-mt-1_42\*.exp
|
||||
del vc90\libboost_regex-vc90-mt-1_42\*.pch
|
||||
|
||||
./vc90/libboost_regex-vc90-mt-1_42.lib : vc90/libboost_regex-vc90-mt-1_42/c_regex_traits.obj vc90/libboost_regex-vc90-mt-1_42/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-1_42/cregex.obj vc90/libboost_regex-vc90-mt-1_42/fileiter.obj vc90/libboost_regex-vc90-mt-1_42/icu.obj vc90/libboost_regex-vc90-mt-1_42/instances.obj vc90/libboost_regex-vc90-mt-1_42/posix_api.obj vc90/libboost_regex-vc90-mt-1_42/regex.obj vc90/libboost_regex-vc90-mt-1_42/regex_debug.obj vc90/libboost_regex-vc90-mt-1_42/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-1_42/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-1_42/static_mutex.obj vc90/libboost_regex-vc90-mt-1_42/usinstances.obj vc90/libboost_regex-vc90-mt-1_42/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-1_42/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-1_42/wide_posix_api.obj vc90/libboost_regex-vc90-mt-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc90/libboost_regex-vc90-mt-1_42.lib $(XSFLAGS) vc90/libboost_regex-vc90-mt-1_42/c_regex_traits.obj vc90/libboost_regex-vc90-mt-1_42/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-1_42/cregex.obj vc90/libboost_regex-vc90-mt-1_42/fileiter.obj vc90/libboost_regex-vc90-mt-1_42/icu.obj vc90/libboost_regex-vc90-mt-1_42/instances.obj vc90/libboost_regex-vc90-mt-1_42/posix_api.obj vc90/libboost_regex-vc90-mt-1_42/regex.obj vc90/libboost_regex-vc90-mt-1_42/regex_debug.obj vc90/libboost_regex-vc90-mt-1_42/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-1_42/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-1_42/static_mutex.obj vc90/libboost_regex-vc90-mt-1_42/usinstances.obj vc90/libboost_regex-vc90-mt-1_42/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-1_42/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-1_42/wide_posix_api.obj vc90/libboost_regex-vc90-mt-1_42/winstances.obj
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-vc90-mt-gd-1_42.lib
|
||||
#
|
||||
########################################################
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/c_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/cpp_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/cregex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/fileiter.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/icu.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/instances.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/posix_api.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/regex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/regex_debug.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/regex_raw_buffer.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/regex_traits_defaults.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/static_mutex.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/usinstances.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/w32_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/wc_regex_traits.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/wide_posix_api.cpp
|
||||
|
||||
vc90/libboost_regex-vc90-mt-gd-1_42/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_42/ -Fdvc90/libboost_regex-vc90-mt-gd-1_42.pdb ../src/winstances.cpp
|
||||
|
||||
libboost_regex-vc90-mt-gd-1_42_dir :
|
||||
@if not exist "vc90\libboost_regex-vc90-mt-gd-1_42\$(NULL)" mkdir vc90\libboost_regex-vc90-mt-gd-1_42
|
||||
|
||||
libboost_regex-vc90-mt-gd-1_42_clean :
|
||||
del vc90\libboost_regex-vc90-mt-gd-1_42\*.obj
|
||||
del vc90\libboost_regex-vc90-mt-gd-1_42\*.idb
|
||||
del vc90\libboost_regex-vc90-mt-gd-1_42\*.exp
|
||||
del vc90\libboost_regex-vc90-mt-gd-1_42\*.pch
|
||||
|
||||
./vc90/libboost_regex-vc90-mt-gd-1_42.lib : vc90/libboost_regex-vc90-mt-gd-1_42/c_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_42/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_42/cregex.obj vc90/libboost_regex-vc90-mt-gd-1_42/fileiter.obj vc90/libboost_regex-vc90-mt-gd-1_42/icu.obj vc90/libboost_regex-vc90-mt-gd-1_42/instances.obj vc90/libboost_regex-vc90-mt-gd-1_42/posix_api.obj vc90/libboost_regex-vc90-mt-gd-1_42/regex.obj vc90/libboost_regex-vc90-mt-gd-1_42/regex_debug.obj vc90/libboost_regex-vc90-mt-gd-1_42/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-gd-1_42/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-gd-1_42/static_mutex.obj vc90/libboost_regex-vc90-mt-gd-1_42/usinstances.obj vc90/libboost_regex-vc90-mt-gd-1_42/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_42/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_42/wide_posix_api.obj vc90/libboost_regex-vc90-mt-gd-1_42/winstances.obj
|
||||
link -lib /nologo /out:vc90/libboost_regex-vc90-mt-gd-1_42.lib $(XSFLAGS) vc90/libboost_regex-vc90-mt-gd-1_42/c_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_42/cpp_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_42/cregex.obj vc90/libboost_regex-vc90-mt-gd-1_42/fileiter.obj vc90/libboost_regex-vc90-mt-gd-1_42/icu.obj vc90/libboost_regex-vc90-mt-gd-1_42/instances.obj vc90/libboost_regex-vc90-mt-gd-1_42/posix_api.obj vc90/libboost_regex-vc90-mt-gd-1_42/regex.obj vc90/libboost_regex-vc90-mt-gd-1_42/regex_debug.obj vc90/libboost_regex-vc90-mt-gd-1_42/regex_raw_buffer.obj vc90/libboost_regex-vc90-mt-gd-1_42/regex_traits_defaults.obj vc90/libboost_regex-vc90-mt-gd-1_42/static_mutex.obj vc90/libboost_regex-vc90-mt-gd-1_42/usinstances.obj vc90/libboost_regex-vc90-mt-gd-1_42/w32_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_42/wc_regex_traits.obj vc90/libboost_regex-vc90-mt-gd-1_42/wide_posix_api.obj vc90/libboost_regex-vc90-mt-gd-1_42/winstances.obj
|
||||
|
||||
|
||||
-509
@@ -1,509 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
# copyright John Maddock 2003
|
||||
# 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.
|
||||
|
||||
libname=""
|
||||
src=""
|
||||
header=""
|
||||
all_dep=""
|
||||
|
||||
# current makefile:
|
||||
out=""
|
||||
# temporary file:
|
||||
tout=""
|
||||
# install target temp file:
|
||||
iout=""
|
||||
# debug flag:
|
||||
debug="no"
|
||||
# compile options:
|
||||
opts=""
|
||||
# main output sub-directory:
|
||||
subdir=""
|
||||
stlport_suffix=""
|
||||
# extra debug /RTc options:
|
||||
debug_extra=""
|
||||
|
||||
function vc6_gen_lib()
|
||||
{
|
||||
all_dep="$all_dep $libname""_dir ./$subdir$stlport_suffix/$libname.lib"
|
||||
echo " copy $subdir$stlport_suffix\\$libname.lib "'"$'"(MSVCDIR)\\lib"'"' >> $iout
|
||||
if test $debug == "yes"; then
|
||||
echo " copy $subdir$stlport_suffix\\$libname.pdb "'"$'"(MSVCDIR)\\lib"'"' >> $iout
|
||||
fi
|
||||
#
|
||||
# set up section comments:
|
||||
cat >> $tout << EOF
|
||||
########################################################
|
||||
#
|
||||
# section for $libname.lib
|
||||
#
|
||||
########################################################
|
||||
EOF
|
||||
#
|
||||
# process source files:
|
||||
all_obj=""
|
||||
for file in $src
|
||||
do
|
||||
obj=`echo "$file" | sed 's/.*src\/\(.*\)cpp/\1obj/g'`
|
||||
obj="$subdir$stlport_suffix/$libname/$obj"
|
||||
all_obj="$all_obj $obj"
|
||||
echo "$obj: $file \$(ALL_HEADER)" >> $tout
|
||||
echo " cl \$(INCLUDES) $opts \$(CXXFLAGS) \$(ICU_COMPILE_OPTS) -Y- -Fo./$subdir$stlport_suffix/$libname/ -Fd$subdir$stlport_suffix/$libname.pdb $file" >> $tout
|
||||
echo "" >> $tout
|
||||
done
|
||||
#
|
||||
# now for the directories for this library:
|
||||
echo "$libname"_dir : >> $tout
|
||||
echo " @if not exist \"$subdir$stlport_suffix\\$libname\\\$(NULL)\" mkdir $subdir$stlport_suffix\\$libname" >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the clean options for this library:
|
||||
all_clean="$all_clean $libname""_clean"
|
||||
echo "$libname"_clean : >> $tout
|
||||
echo " del $subdir$stlport_suffix\\$libname\\"'*.obj' >> $tout
|
||||
echo " del $subdir$stlport_suffix\\$libname\\"'*.idb' >> $tout
|
||||
echo " del $subdir$stlport_suffix\\$libname\\"'*.exp' >> $tout
|
||||
echo " del $subdir$stlport_suffix\\$libname\\"'*.pch' >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the main target for this library:
|
||||
echo ./$subdir$stlport_suffix/$libname.lib : $all_obj >> $tout
|
||||
echo " link -lib /nologo /out:$subdir$stlport_suffix/$libname.lib \$(XSFLAGS) $all_obj" >> $tout
|
||||
echo "" >> $tout
|
||||
}
|
||||
|
||||
function vc6_gen_dll()
|
||||
{
|
||||
all_dep="$all_dep $libname""_dir ./$subdir$stlport_suffix/$libname.lib"
|
||||
echo " copy $subdir$stlport_suffix\\$libname.lib "'"$'"(MSVCDIR)\\lib"'"' >> $iout
|
||||
echo " copy $subdir$stlport_suffix\\$libname.dll "'"$'"(MSVCDIR)\\bin"'"' >> $iout
|
||||
if test $debug == "yes"; then
|
||||
echo " copy $subdir$stlport_suffix\\$libname.pdb "'"$'"(MSVCDIR)\\lib"'"' >> $iout
|
||||
fi
|
||||
#
|
||||
# set up section comments:
|
||||
cat >> $tout << EOF
|
||||
########################################################
|
||||
#
|
||||
# section for $libname.lib
|
||||
#
|
||||
########################################################
|
||||
EOF
|
||||
#
|
||||
# process source files:
|
||||
all_obj=""
|
||||
for file in $src
|
||||
do
|
||||
obj=`echo "$file" | sed 's/.*src\/\(.*\)cpp/\1obj/g'`
|
||||
obj="$subdir$stlport_suffix/$libname/$obj"
|
||||
all_obj="$all_obj $obj"
|
||||
echo "$obj: $file \$(ALL_HEADER)" >> $tout
|
||||
echo " cl \$(INCLUDES) $opts \$(CXXFLAGS) \$(ICU_COMPILE_OPTS) -Y- -Fo./$subdir$stlport_suffix/$libname/ -Fd$subdir$stlport_suffix/$libname.pdb $file" >> $tout
|
||||
echo "" >> $tout
|
||||
done
|
||||
#
|
||||
# now for the directories for this library:
|
||||
echo "$libname"_dir : >> $tout
|
||||
echo " @if not exist \"$subdir$stlport_suffix\\$libname\\\$(NULL)\" mkdir $subdir$stlport_suffix\\$libname" >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the clean options for this library:
|
||||
all_clean="$all_clean $libname""_clean"
|
||||
echo "$libname"_clean : >> $tout
|
||||
echo " del $subdir$stlport_suffix\\$libname\\"'*.obj' >> $tout
|
||||
echo " del $subdir$stlport_suffix\\$libname\\"'*.idb' >> $tout
|
||||
echo " del $subdir$stlport_suffix\\$libname\\"'*.exp' >> $tout
|
||||
echo " del $subdir$stlport_suffix\\$libname\\"'*.pch' >> $tout
|
||||
echo "" >> $tout
|
||||
#
|
||||
# now for the main target for this library:
|
||||
echo ./$subdir$stlport_suffix/$libname.lib : $all_obj >> $tout
|
||||
echo " 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:\"$subdir$stlport_suffix/$libname.pdb\" /debug /machine:I386 /out:\"$subdir$stlport_suffix/$libname.dll\" /implib:\"$subdir$stlport_suffix/$libname.lib\" /LIBPATH:\"\$(STLPORT_PATH)\\lib\" \$(XLFLAGS) \$(ICU_LINK_OPTS) $all_obj" >> $tout
|
||||
echo "" >> $tout
|
||||
}
|
||||
|
||||
is_stlport="no"
|
||||
|
||||
function vc6_gen()
|
||||
{
|
||||
debug="no"
|
||||
tout="temp"
|
||||
iout="temp_install"
|
||||
all_dep="main_dir"
|
||||
all_clean=""
|
||||
echo > $out
|
||||
echo > $tout
|
||||
rm -f $iout
|
||||
stlport_suffix=""
|
||||
|
||||
if test ${subdir} != "vc80" ; then
|
||||
libname="libboost_regex-${subdir}-s-${boost_version}"
|
||||
opts='/c /nologo /ML /W3 '$EH_OPTS' /O2 '$PROC_OPTS' /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD '"$release_extra"' '
|
||||
vc6_gen_lib
|
||||
fi
|
||||
|
||||
libname="libboost_regex-${subdir}-mt-s-${boost_version}"
|
||||
opts='/nologo /MT /W3 '$EH_OPTS' /O2 '$PROC_OPTS' /GF /Gy /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB /FD '"$release_extra"' /c'
|
||||
vc6_gen_lib
|
||||
|
||||
if test ${subdir} != "vc80" ; then
|
||||
debug="yes"
|
||||
libname="libboost_regex-${subdir}-sgd-${boost_version}"
|
||||
opts='/nologo /MLd /W3 /Gm '$EH_OPTS' /Zi /Od /I..\..\..\ /DWIN32 /D_DEBUG /D_MBCS /D_LIB /FD '"$debug_extra"' /c '
|
||||
vc6_gen_lib
|
||||
fi
|
||||
|
||||
libname="libboost_regex-${subdir}-mt-sgd-${boost_version}"
|
||||
opts='/nologo /MTd /W3 /Gm '$EH_OPTS' /Zi /Od /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB /FD '"$debug_extra"' /c'
|
||||
vc6_gen_lib
|
||||
|
||||
libname="boost_regex-${subdir}-mt-gd-${boost_version}"
|
||||
opts='/nologo /MDd /W3 /Gm '$EH_OPTS' /Zi /Od /I../../../ /D_DEBUG /DBOOST_REGEX_DYN_LINK /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD '"$debug_extra"' /c'
|
||||
vc6_gen_dll
|
||||
|
||||
debug="no"
|
||||
opts='/nologo /MD /W3 '$EH_OPTS' /O2 '$PROC_OPTS' /GF /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD '"$release_extra"' /c'
|
||||
libname="boost_regex-${subdir}-mt-${boost_version}"
|
||||
vc6_gen_dll
|
||||
|
||||
debug="no"
|
||||
opts='/nologo /MD /W3 '$EH_OPTS' /O2 '$PROC_OPTS' /GF /Gy /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL /FD '"$release_extra"' /c'
|
||||
libname="libboost_regex-${subdir}-mt-${boost_version}"
|
||||
vc6_gen_lib
|
||||
|
||||
debug="yes"
|
||||
libname="libboost_regex-${subdir}-mt-gd-${boost_version}"
|
||||
opts='/nologo /MDd /W3 /Gm '$EH_OPTS' /Zi /Od /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL /FD '"$debug_extra"' /c'
|
||||
vc6_gen_lib
|
||||
|
||||
VC8_CHECK=""
|
||||
echo ${subdir}
|
||||
if test ${subdir} = "vc80" ; then
|
||||
VC8_CHECK='MSVCDIR=$(VS80COMNTOOLS)..\..\VC'
|
||||
echo setting VC8 setup to: ${VC8_CHECK}
|
||||
else
|
||||
if test ${subdir} = "vc71" ; then
|
||||
VC8_CHECK='MSVCDIR=$(VS71COMNTOOLS)..\..\VC7'
|
||||
echo setting VC71 setup to: ${VC8_CHECK}
|
||||
fi
|
||||
if test ${subdir} = "vc90" ; then
|
||||
VC8_CHECK='MSVCDIR=$(VS90COMNTOOLS)..\..\VC'
|
||||
echo setting VC9 setup to: ${VC8_CHECK}
|
||||
fi
|
||||
fi
|
||||
|
||||
cat > $out << EOF
|
||||
# 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)" == ""
|
||||
$VC8_CHECK
|
||||
!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
|
||||
|
||||
EOF
|
||||
echo "" >> $out
|
||||
echo "ALL_HEADER=$header" >> $out
|
||||
echo "" >> $out
|
||||
echo "all : $all_dep" >> $out
|
||||
echo >> $out
|
||||
echo "clean : $all_clean" >> $out
|
||||
echo >> $out
|
||||
echo "install : all" >> $out
|
||||
cat $iout >> $out
|
||||
echo >> $out
|
||||
echo main_dir : >> $out
|
||||
echo " @if not exist \"$subdir$stlport_suffix\\\$(NULL)\" mkdir $subdir$stlport_suffix" >> $out
|
||||
echo "" >> $out
|
||||
|
||||
cat $tout >> $out
|
||||
}
|
||||
|
||||
function vc6_stlp_gen()
|
||||
{
|
||||
debug="no"
|
||||
tout="temp"
|
||||
iout="temp_install"
|
||||
all_dep="main_dir"
|
||||
all_clean=""
|
||||
echo > $out
|
||||
echo > $tout
|
||||
rm -f $iout
|
||||
stlport_suffix="-stlport"
|
||||
|
||||
libname="libboost_regex-${subdir}-mt-sp-${boost_version}"
|
||||
opts='/nologo /MT /W3 '$EH_OPTS' /O2 '$PROC_OPTS' /GF /Gy /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D_MT /DWIN32 /DNDEBUG /D_MBCS /D_LIB '"$release_extra"' /c'
|
||||
vc6_gen_lib
|
||||
|
||||
debug="true"
|
||||
libname="libboost_regex-${subdir}-mt-sgdp-${boost_version}"
|
||||
opts='/nologo /MTd /W3 /Gm '$EH_OPTS' /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB '"$debug_extra"' /c'
|
||||
#vc6_gen_lib
|
||||
|
||||
libname="boost_regex-${subdir}-mt-gdp-${boost_version}"
|
||||
opts='/nologo /MDd /W3 /Gm '$EH_OPTS' /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL '"$debug_extra"' /c'
|
||||
#vc6_gen_dll
|
||||
|
||||
debug="no"
|
||||
opts='/nologo /MD /W3 '$EH_OPTS' /O2 '$PROC_OPTS' /GF /I"$(STLPORT_PATH)\stlport" /Gy /I../../../ /DBOOST_REGEX_DYN_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL '"$release_extra"' /c'
|
||||
libname="boost_regex-${subdir}-mt-p-${boost_version}"
|
||||
vc6_gen_dll
|
||||
|
||||
debug="no"
|
||||
opts='/nologo /MD /W3 '$EH_OPTS' /O2 '$PROC_OPTS' /GF /Gy /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /DNDEBUG /DWIN32 /D_WINDOWS /D_MBCS /D_USRDLL '"$release_extra"' /c'
|
||||
libname="libboost_regex-${subdir}-mt-p-${boost_version}"
|
||||
vc6_gen_lib
|
||||
|
||||
debug="true"
|
||||
libname="libboost_regex-${subdir}-mt-gdp-${boost_version}"
|
||||
opts='/nologo /MDd /W3 /Gm '$EH_OPTS' /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL '"$debug_extra"' /c'
|
||||
#vc6_gen_lib
|
||||
|
||||
# debug STLPort mode:
|
||||
debug="yes"
|
||||
opts='/nologo /MDd /W3 /Gm '$EH_OPTS' /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_DYN_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL '"$debug_extra"' /c'
|
||||
libname="boost_regex-${subdir}-mt-gdp-${boost_version}"
|
||||
vc6_gen_dll
|
||||
libname="libboost_regex-${subdir}-mt-sgdp-${boost_version}"
|
||||
opts='/nologo /MTd /W3 /Gm '$EH_OPTS' /Zi /Od /I"$(STLPORT_PATH)\stlport" /I..\..\..\ /D__STL_DEBUG /D_STLP_DEBUG /DWIN32 /D_MT /D_DEBUG /D_MBCS /D_LIB '"$debug_extra"' /c'
|
||||
vc6_gen_lib
|
||||
opts='/nologo /MDd /W3 /Gm '$EH_OPTS' /Zi /Od /I"$(STLPORT_PATH)\stlport" /I../../../ /DBOOST_REGEX_STATIC_LINK /D__STL_DEBUG /D_STLP_DEBUG /D_DEBUG /DWIN32 /D_WINDOWS /D_MBCS /DUSRDLL '"$debug_extra"' /c'
|
||||
libname="libboost_regex-${subdir}-mt-gdp-${boost_version}"
|
||||
vc6_gen_lib
|
||||
|
||||
cat > $out << EOF
|
||||
# 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+STLPort
|
||||
#
|
||||
# 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)
|
||||
#
|
||||
|
||||
#
|
||||
# ICU setup:
|
||||
#
|
||||
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)" == ""
|
||||
!ERROR Variable MSVCDIR not set.
|
||||
!ENDIF
|
||||
|
||||
!IF "\$(STLPORT_PATH)" == ""
|
||||
!ERROR Variable STLPORT_PATH 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
|
||||
|
||||
EOF
|
||||
echo "" >> $out
|
||||
echo "ALL_HEADER=$header" >> $out
|
||||
echo "" >> $out
|
||||
echo "all : $all_dep" >> $out
|
||||
echo >> $out
|
||||
echo "clean : $all_clean" >> $out
|
||||
echo >> $out
|
||||
echo "install : stlport_check all" >> $out
|
||||
cat $iout >> $out
|
||||
echo >> $out
|
||||
echo main_dir : >> $out
|
||||
echo " @if not exist \"$subdir$stlport_suffix\\\$(NULL)\" mkdir $subdir$stlport_suffix" >> $out
|
||||
echo "" >> $out
|
||||
echo 'stlport_check : "$(STLPORT_PATH)\stlport\string"' >> $out
|
||||
echo " echo" >> $out
|
||||
echo "" >> $out
|
||||
|
||||
cat $tout >> $out
|
||||
}
|
||||
|
||||
|
||||
. common.sh
|
||||
|
||||
#
|
||||
# options that change with compiler version:
|
||||
#
|
||||
EH_OPTS="/GX"
|
||||
PROC_OPTS="/GB"
|
||||
|
||||
#
|
||||
# generate vc6 makefile:
|
||||
debug_extra="$EH_OPTS"
|
||||
out="vc6.mak"
|
||||
subdir="vc6"
|
||||
vc6_gen
|
||||
#
|
||||
# generate vc6-stlport makefile:
|
||||
is_stlport="yes"
|
||||
out="vc6-stlport.mak"
|
||||
no_single="yes"
|
||||
subdir="vc6"
|
||||
vc6_stlp_gen
|
||||
#
|
||||
# generate vc7 makefile:
|
||||
debug_extra="$EH_OPTS /RTC1 /Zc:wchar_t"
|
||||
release_extra="/Zc:wchar_t"
|
||||
is_stlport="no"
|
||||
out="vc7.mak"
|
||||
no_single="no"
|
||||
subdir="vc7"
|
||||
vc6_gen
|
||||
#
|
||||
# generate vc7-stlport makefile:
|
||||
is_stlport="yes"
|
||||
out="vc7-stlport.mak"
|
||||
no_single="yes"
|
||||
subdir="vc7"
|
||||
vc6_stlp_gen
|
||||
#
|
||||
# generate vc71 makefile:
|
||||
is_stlport="no"
|
||||
out="vc71.mak"
|
||||
no_single="no"
|
||||
subdir="vc71"
|
||||
vc6_gen
|
||||
#
|
||||
# generate vc71-stlport makefile:
|
||||
is_stlport="yes"
|
||||
out="vc71-stlport.mak"
|
||||
no_single="yes"
|
||||
subdir="vc71"
|
||||
vc6_stlp_gen
|
||||
#
|
||||
# generate vc8 makefile:
|
||||
EH_OPTS="/EHsc"
|
||||
PROC_OPTS=""
|
||||
debug_extra="$EH_OPTS"
|
||||
is_stlport="no"
|
||||
out="vc8.mak"
|
||||
no_single="no"
|
||||
subdir="vc80"
|
||||
vc6_gen
|
||||
#
|
||||
# generate vc8 makefile:
|
||||
EH_OPTS="/EHsc"
|
||||
PROC_OPTS=""
|
||||
debug_extra="$EH_OPTS"
|
||||
is_stlport="no"
|
||||
out="vc9.mak"
|
||||
no_single="no"
|
||||
subdir="vc90"
|
||||
vc6_gen
|
||||
|
||||
|
||||
#
|
||||
# remove tmep files;
|
||||
rm -f $tout $iout
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 12 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 12 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"lines": 89.4,
|
||||
"functions": 59.3,
|
||||
"branches": 0.0
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,295 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="theme-green">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<title>regex</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<script>
|
||||
// Apply theme and font size immediately to prevent flash
|
||||
(function() {
|
||||
document.documentElement.classList.add('no-transitions');
|
||||
|
||||
var saved = localStorage.getItem('gcovr-theme');
|
||||
var theme = (saved === 'light' || saved === 'dark') ? saved
|
||||
: window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark';
|
||||
document.documentElement.setAttribute('data-theme', theme);
|
||||
document.documentElement.style.backgroundColor = theme === 'light' ? '#ffffff' : '#0d1117';
|
||||
|
||||
// Apply flat mode immediately to prevent sidebar flash
|
||||
if (localStorage.getItem('gcovr-view-mode') === 'flat') {
|
||||
document.documentElement.classList.add('early-flat-mode');
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
<link rel="stylesheet" href="index.css"/>
|
||||
<script src="index.js" charset="UTF-8"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="app-container">
|
||||
<!-- Sidebar -->
|
||||
<aside class="sidebar" id="sidebar"><script>if(localStorage.getItem('sidebar-collapsed')==='true'){document.currentScript.parentElement.classList.add('collapsed');}else{var sw=localStorage.getItem('gcovr-sidebar-width');if(sw)document.documentElement.style.setProperty('--sidebar-width',sw+'px');}</script>
|
||||
<div class="sidebar-header">
|
||||
<div class="sidebar-header-row">
|
||||
<a href="index.html" class="sidebar-logo" title="Back to index">
|
||||
<svg viewBox="150 150 700 160" class="boost-wordmark"><path fill="#ffa000" d="M292.45,152.89h-93.18l-46.59,80,12.63,21.69,46.57-79.99h47.07c20.07,0,36.38,16.18,36.38,36.07,0,8.46-3.54,18.29-10.84,22.4,7.11,5.3,10.54,13.73,10.54,22.01,0,19.88-16.32,36.06-36.38,36.06h-61.71l16.12-27.7h45.59c4.66,0,8.45-3.75,8.45-8.36s-3.57-8.16-8.05-8.35c-.13-.02-36.25,0-36.25,0l16.14-27.71s20.22.02,20.31,0c1.9-.06,3.63-.74,5-1.85,1.93-1.53,3.15-3.87,3.15-6.5,0-4.62-3.79-8.37-8.45-8.37h-30.03l-47.04,80.75,17.39,29.85h93.18l46.59-80-46.59-80h0Z"/><path fill="currentColor" d="M550.81,291.93c-9.23,0-17.31-2.01-24.23-6.04s-12.29-9.63-16.1-16.83c-3.81-7.19-5.72-15.4-5.72-24.63s1.9-17.6,5.72-24.79c3.81-7.19,9.18-12.82,16.1-16.91,6.92-4.08,15-6.12,24.23-6.12s17.44,2.04,24.31,6.12,12.21,9.72,16.02,16.91,5.72,15.46,5.72,24.79-1.91,17.44-5.72,24.63-9.15,12.8-16.02,16.83c-6.87,4.02-14.97,6.04-24.31,6.04ZM550.81,272.45c5.37,0,9.79-1.23,13.28-3.7,3.49-2.47,6.12-5.82,7.89-10.06s2.66-8.99,2.66-14.25-.89-10.2-2.66-14.49c-1.77-4.29-4.4-7.7-7.89-10.22-3.49-2.52-7.92-3.78-13.28-3.78s-9.82,1.26-13.36,3.78c-3.54,2.52-6.2,5.93-7.97,10.22-1.77,4.29-2.66,9.12-2.66,14.49s.89,10.01,2.66,14.25c1.77,4.24,4.43,7.59,7.97,10.06s7.99,3.7,13.36,3.7Z"/><path fill="currentColor" d="M648.53,291.93c-9.23,0-17.31-2.01-24.23-6.04s-12.29-9.63-16.1-16.83c-3.81-7.19-5.72-15.4-5.72-24.63s1.9-17.6,5.72-24.79c3.81-7.19,9.18-12.82,16.1-16.91,6.92-4.08,15-6.12,24.23-6.12s17.44,2.04,24.31,6.12,12.21,9.72,16.02,16.91,5.72,15.46,5.72,24.79-1.91,17.44-5.72,24.63-9.15,12.8-16.02,16.83c-6.87,4.02-14.97,6.04-24.31,6.04ZM648.53,272.45c5.37,0,9.79-1.23,13.28-3.7,3.49-2.47,6.12-5.82,7.89-10.06s2.66-8.99,2.66-14.25-.89-10.2-2.66-14.49c-1.77-4.29-4.4-7.7-7.89-10.22-3.49-2.52-7.92-3.78-13.28-3.78s-9.82,1.26-13.36,3.78c-3.54,2.52-6.2,5.93-7.97,10.22-1.77,4.29-2.66,9.12-2.66,14.49s.89,10.01,2.66,14.25c1.77,4.24,4.43,7.59,7.97,10.06s7.99,3.7,13.36,3.7Z"/><path fill="currentColor" d="M722.75,260.85c.54,4.62,2.55,7.86,6.04,9.74s7.49,2.82,11.99,2.82,8.21-.8,11.11-2.41c2.9-1.61,4.35-4.24,4.35-7.89,0-2.25-.99-4-2.98-5.23s-4.56-2.2-7.73-2.9c-3.17-.7-6.66-1.37-10.46-2.01-3.81-.64-7.65-1.5-11.51-2.58-3.86-1.07-7.41-2.58-10.63-4.51-3.22-1.93-5.8-4.53-7.73-7.81-1.93-3.27-2.9-7.49-2.9-12.64,0-4.83,1.55-9.47,4.67-13.93,3.11-4.45,7.49-8.05,13.12-10.79,5.63-2.74,12.1-4.11,19.4-4.11,6.55,0,12.61,1.32,18.19,3.95,5.58,2.63,10.06,6.25,13.44,10.87s5.07,9.98,5.07,16.1h-21.41c-.43-4.61-2.15-7.86-5.15-9.74-3.01-1.88-6.6-2.82-10.79-2.82-4.94,0-8.69.99-11.27,2.98s-3.86,4.48-3.86,7.49c0,2.47.99,4.4,2.98,5.8,1.98,1.4,4.56,2.47,7.73,3.22,3.16.75,6.68,1.42,10.55,2.01,3.86.59,7.7,1.4,11.51,2.42,3.81,1.02,7.33,2.47,10.55,4.35s5.8,4.4,7.73,7.57,2.9,7.27,2.9,12.32c0,5.69-1.56,10.71-4.67,15.05-3.11,4.35-7.49,7.73-13.12,10.14-5.64,2.42-12.26,3.62-19.88,3.62-7.08,0-13.52-1.37-19.32-4.11s-10.44-6.44-13.93-11.11c-3.49-4.67-5.34-9.95-5.55-15.86h21.57,0Z"/><path fill="currentColor" d="M815.48,264.84v-47.29h17.55v-18.35h-17.55v-21.78l-34.42,40.14h12.84v51.81c0,11.05,8.95,20,20,20h21.7v-18.52h-14.12c-3.31,0-6-2.69-6-6h0Z"/><path fill="currentColor" d="M494.62,242.26c-2.36-3.92-5.58-7.03-9.66-9.34-1.08-.61-2.19-1.14-3.33-1.61.7-.44,1.36-.91,1.96-1.45,2.95-2.63,5.1-5.82,6.44-9.58,1.34-3.76,2.01-7.35,2.01-10.79,0-8.69-1.99-15.4-5.96-20.12s-9.31-8.02-16.02-9.9c-6.71-1.88-14.14-2.82-22.3-2.82h-34.29v112.7h40.41c8.16,0,15.59-.99,22.3-2.98,6.71-1.98,12.05-5.45,16.02-10.38,3.97-4.94,5.96-11.7,5.96-20.29,0-5.04-1.18-9.53-3.54-13.44ZM472.48,264.8c-1.88,2.09-4.46,3.52-7.73,4.27-3.28.75-6.9,1.13-10.87,1.13h-18.51v-74.54h12.4c4.08,0,7.73.32,10.95.97,3.22.64,5.77,1.96,7.65,3.95,1.88,1.99,2.82,4.91,2.82,8.77s-.94,6.79-2.82,8.78c-1.88,1.99-4.46,3.3-7.73,3.94-1.87.37-3.86.62-5.96.78l-11.25,19.19h12.46c4.08,0,7.73.35,10.95,1.05,3.22.7,5.77,2.01,7.65,3.94s2.82,4.83,2.82,8.69-.94,7-2.82,9.1v-.02Z"/></svg>
|
||||
</a>
|
||||
<button class="sidebar-toggle" id="sidebar-toggle" title="Toggle sidebar">
|
||||
<svg class="icon-collapse" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>
|
||||
<svg class="icon-expand" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>
|
||||
</button>
|
||||
</div>
|
||||
<div class="sidebar-title-group">
|
||||
<span class="sidebar-library">regex</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sidebar-search">
|
||||
<input type="text" id="file-search" placeholder="Search files..." autocomplete="off">
|
||||
<button class="search-clear" id="search-clear" type="button" aria-label="Clear search">×</button>
|
||||
</div>
|
||||
<div class="tree-controls">
|
||||
<button class="tree-control-btn" id="expand-all" title="Expand all">
|
||||
<svg viewBox="0 0 16 16" fill="currentColor"><path d="M8 1a.5.5 0 01.5.5v5h5a.5.5 0 010 1h-5v5a.5.5 0 01-1 0v-5h-5a.5.5 0 010-1h5v-5A.5.5 0 018 1z"/></svg>
|
||||
Expand
|
||||
</button>
|
||||
<button class="tree-control-btn" id="collapse-all" title="Collapse all">
|
||||
<svg viewBox="0 0 16 16" fill="currentColor"><path d="M2 8a.5.5 0 01.5-.5h11a.5.5 0 010 1h-11A.5.5 0 012 8z"/></svg>
|
||||
Collapse
|
||||
</button>
|
||||
</div>
|
||||
<nav class="sidebar-nav" id="file-tree">
|
||||
<div class="tree-item is-folder">
|
||||
<div class="tree-item-header">
|
||||
<a href="index.include.d436eb0fd9de10b54a828ce6435f7e81.html" class="tree-folder-toggle" title="Open include">+</a>
|
||||
<svg class="tree-icon tree-icon-folder" viewBox="0 0 16 16" width="16" height="16"><path fill="currentColor" d="M1.75 1A1.75 1.75 0 000 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0016 13.25v-8.5A1.75 1.75 0 0014.25 3H7.5a.25.25 0 01-.2-.1l-.9-1.2C6.07 1.26 5.55 1 5 1H1.75z"></path></svg>
|
||||
<a class="tree-label" href="index.include.d436eb0fd9de10b54a828ce6435f7e81.html" title="include">include</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tree-item is-folder">
|
||||
<div class="tree-item-header">
|
||||
<a href="index.src.25d902c24283ab8cfbac54dfa101ad31.html" class="tree-folder-toggle" title="Open src">+</a>
|
||||
<svg class="tree-icon tree-icon-folder" viewBox="0 0 16 16" width="16" height="16"><path fill="currentColor" d="M1.75 1A1.75 1.75 0 000 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0016 13.25v-8.5A1.75 1.75 0 0014.25 3H7.5a.25.25 0 01-.2-.1l-.9-1.2C6.07 1.26 5.55 1 5 1H1.75z"></path></svg>
|
||||
<a class="tree-label" href="index.src.25d902c24283ab8cfbac54dfa101ad31.html" title="src">src</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="sidebar-resize-handle" id="sidebar-resize-handle"></div>
|
||||
</aside>
|
||||
|
||||
<!-- Mobile sidebar backdrop -->
|
||||
<div class="sidebar-backdrop" id="sidebar-backdrop"></div>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="main-content">
|
||||
<header class="main-header">
|
||||
<button class="mobile-menu-btn" id="mobile-menu-btn" title="Open menu">
|
||||
<svg viewBox="0 0 16 16" fill="currentColor"><path d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/></svg>
|
||||
</button>
|
||||
<div class="breadcrumb">
|
||||
<span class="breadcrumb-title">regex</span><span class="breadcrumb-label">GCC Code Coverage</span> </div>
|
||||
<div class="header-actions">
|
||||
</div>
|
||||
<div class="view-toggle" id="view-toggle" style="display:none">
|
||||
<button class="view-btn active" data-view="nested">Nested</button>
|
||||
<button class="view-btn" data-view="flat">Flat</button>
|
||||
</div>
|
||||
<button class="theme-toggle" id="theme-toggle" title="Toggle theme">
|
||||
<svg class="icon-moon" viewBox="0 0 16 16" fill="currentColor"><path d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z"/></svg>
|
||||
<svg class="icon-sun" viewBox="0 0 16 16" fill="currentColor"><path d="M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"/></svg>
|
||||
</button>
|
||||
<button class="settings-btn" id="settings-btn" title="Settings">
|
||||
<svg viewBox="0 0 16 16" width="18" height="18" fill="currentColor"><path d="M8 4.754a3.246 3.246 0 100 6.492 3.246 3.246 0 000-6.492zM5.754 8a2.246 2.246 0 114.492 0 2.246 2.246 0 01-4.492 0z"/><path d="M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 01-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 01-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 01.52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 011.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 011.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 01.52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 01-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 01-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 002.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 001.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 00-1.115 2.693l.16.291c.415.764-.421 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 00-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 00-2.692-1.115l-.292.16c-.764.415-1.6-.421-1.184-1.185l.159-.291A1.873 1.873 0 001.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 003.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 002.692-1.115l.094-.319z"/></svg>
|
||||
</button>
|
||||
<div class="settings-dropdown" id="settings-dropdown"></div>
|
||||
</header>
|
||||
|
||||
<div class="content-wrapper">
|
||||
<section class="summary-section">
|
||||
<div class="summary-cards">
|
||||
<div class="summary-card">
|
||||
<div class="summary-card-header">
|
||||
<h3>Lines</h3>
|
||||
</div>
|
||||
<div class="summary-card-body">
|
||||
<div class="coverage-ring coverage-medium">
|
||||
<svg viewBox="0 0 36 36">
|
||||
<path class="ring-bg" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"/>
|
||||
<path class="ring-fill" stroke-dasharray="89.4, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"/>
|
||||
</svg>
|
||||
<span class="ring-text">89.4%</span>
|
||||
</div>
|
||||
<div class="summary-stats">
|
||||
<div class="stat-row">
|
||||
<span class="stat-label">Hit</span>
|
||||
<span class="stat-value">6554</span>
|
||||
</div>
|
||||
<div class="stat-row">
|
||||
<span class="stat-label">Total</span>
|
||||
<span class="stat-value">7330</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="summary-card">
|
||||
<div class="summary-card-header">
|
||||
<h3>Functions</h3>
|
||||
</div>
|
||||
<div class="summary-card-body">
|
||||
<div class="coverage-ring coverage-low">
|
||||
<svg viewBox="0 0 36 36">
|
||||
<path class="ring-bg" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"/>
|
||||
<path class="ring-fill" stroke-dasharray="59.3, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"/>
|
||||
</svg>
|
||||
<span class="ring-text">59.3%</span>
|
||||
</div>
|
||||
<div class="summary-stats">
|
||||
<div class="stat-row">
|
||||
<span class="stat-label">Hit</span>
|
||||
<span class="stat-value">4210</span>
|
||||
</div>
|
||||
<div class="stat-row">
|
||||
<span class="stat-label">Total</span>
|
||||
<span class="stat-value">7115</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="coverage-legend">
|
||||
<span class="legend-item coverage-high">High: ≥ 90.0%</span>
|
||||
<span class="legend-item coverage-medium">Medium: ≥ 75.0%</span>
|
||||
<span class="legend-item coverage-low">Low: < 75.0%</span>
|
||||
<span class="legend-separator"></span>
|
||||
<a href="index.functions.html" class="legend-item legend-functions-link" title="List of all functions">
|
||||
<span class="fx-icon" aria-hidden="true"><i>f</i>(x)</span>
|
||||
List of functions
|
||||
</a>
|
||||
</div> </section>
|
||||
|
||||
<section class="main-section">
|
||||
<div class="file-list-container no-branches no-conditions no-decisions no-calls">
|
||||
<div class="file-list-header">
|
||||
<div class="col-name sortable sorted-ascending" data-sort="filename">
|
||||
Name
|
||||
</div>
|
||||
<div class="col-coverage sortable" data-sort="coverage">
|
||||
Coverage
|
||||
</div>
|
||||
<div class="col-lines sortable" data-sort="lines">
|
||||
Lines
|
||||
</div>
|
||||
<div class="col-functions sortable" data-sort="functions">
|
||||
Functions
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="file-list-body" id="file-list">
|
||||
<div class="file-row directory"
|
||||
data-filename="include"
|
||||
data-coverage="89.9"
|
||||
data-lines="7108"
|
||||
data-lines-exec="6391"
|
||||
data-lines-coverage="89.9"
|
||||
data-lines-class="coverage-medium"
|
||||
data-functions="59.2"
|
||||
data-functions-coverage="59.2"
|
||||
data-functions-class="coverage-low"
|
||||
data-branches="-"
|
||||
data-branches-coverage="-"
|
||||
data-branches-class="coverage-unknown"
|
||||
data-conditions="-"
|
||||
data-conditions-coverage="-"
|
||||
data-conditions-class="coverage-unknown"
|
||||
data-decisions="-"
|
||||
data-decisions-coverage="-"
|
||||
data-decisions-class="coverage-unknown"
|
||||
data-calls="69.5"
|
||||
data-calls-coverage="69.5"
|
||||
data-calls-class="coverage-low"
|
||||
data-diff="None">
|
||||
<div class="col-name">
|
||||
<span class="file-icon">
|
||||
<svg viewBox="0 0 16 16" width="16" height="16"><path fill="currentColor" d="M1.75 1A1.75 1.75 0 000 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0016 13.25v-8.5A1.75 1.75 0 0014.25 3H7.5a.25.25 0 01-.2-.1l-.9-1.2C6.07 1.26 5.55 1 5 1H1.75z"></path></svg>
|
||||
</span>
|
||||
<a href="index.include.d436eb0fd9de10b54a828ce6435f7e81.html" title="include">include</a>
|
||||
</div>
|
||||
|
||||
<div class="col-coverage">
|
||||
<div class="coverage-bar-container">
|
||||
<div class="coverage-bar coverage-medium" style="width: 89.9%"></div>
|
||||
</div>
|
||||
<span class="coverage-percent coverage-medium">89.9%</span>
|
||||
</div>
|
||||
|
||||
<div class="col-lines">
|
||||
<span class="stat-value">6391</span>
|
||||
<span class="stat-separator">/</span>
|
||||
<span class="stat-total">7108</span>
|
||||
</div>
|
||||
<div class="col-functions">
|
||||
<span class="stat-value coverage-low">59.2%</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="file-row directory"
|
||||
data-filename="src"
|
||||
data-coverage="73.4"
|
||||
data-lines="222"
|
||||
data-lines-exec="163"
|
||||
data-lines-coverage="73.4"
|
||||
data-lines-class="coverage-low"
|
||||
data-functions="100.0"
|
||||
data-functions-coverage="100.0"
|
||||
data-functions-class="coverage-high"
|
||||
data-branches="-"
|
||||
data-branches-coverage="-"
|
||||
data-branches-class="coverage-unknown"
|
||||
data-conditions="-"
|
||||
data-conditions-coverage="-"
|
||||
data-conditions-class="coverage-unknown"
|
||||
data-decisions="-"
|
||||
data-decisions-coverage="-"
|
||||
data-decisions-class="coverage-unknown"
|
||||
data-calls="58.3"
|
||||
data-calls-coverage="58.3"
|
||||
data-calls-class="coverage-low"
|
||||
data-diff="None">
|
||||
<div class="col-name">
|
||||
<span class="file-icon">
|
||||
<svg viewBox="0 0 16 16" width="16" height="16"><path fill="currentColor" d="M1.75 1A1.75 1.75 0 000 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0016 13.25v-8.5A1.75 1.75 0 0014.25 3H7.5a.25.25 0 01-.2-.1l-.9-1.2C6.07 1.26 5.55 1 5 1H1.75z"></path></svg>
|
||||
</span>
|
||||
<a href="index.src.25d902c24283ab8cfbac54dfa101ad31.html" title="src">src</a>
|
||||
</div>
|
||||
|
||||
<div class="col-coverage">
|
||||
<div class="coverage-bar-container">
|
||||
<div class="coverage-bar coverage-low" style="width: 73.4%"></div>
|
||||
</div>
|
||||
<span class="coverage-percent coverage-low">73.4%</span>
|
||||
</div>
|
||||
|
||||
<div class="col-lines">
|
||||
<span class="stat-value">163</span>
|
||||
<span class="stat-separator">/</span>
|
||||
<span class="stat-total">222</span>
|
||||
</div>
|
||||
<div class="col-functions">
|
||||
<span class="stat-value coverage-high">100.0%</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> </section>
|
||||
</div>
|
||||
|
||||
<footer class="main-footer">
|
||||
Created using <a href="http://gcovr.com/en/main">GCOVR (Version 8.6+main)</a>
|
||||
at 2026-05-22 16:53:31
|
||||
</footer>
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+36329
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,857 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="theme-green">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<title>include/boost/regex/v5/regex_merge.hpp - regex</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<script>
|
||||
// Apply theme and font size immediately to prevent flash
|
||||
(function() {
|
||||
document.documentElement.classList.add('no-transitions');
|
||||
|
||||
var saved = localStorage.getItem('gcovr-theme');
|
||||
var theme = (saved === 'light' || saved === 'dark') ? saved
|
||||
: window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark';
|
||||
document.documentElement.setAttribute('data-theme', theme);
|
||||
document.documentElement.style.backgroundColor = theme === 'light' ? '#ffffff' : '#0d1117';
|
||||
|
||||
// Apply flat mode immediately to prevent sidebar flash
|
||||
if (localStorage.getItem('gcovr-view-mode') === 'flat') {
|
||||
document.documentElement.classList.add('early-flat-mode');
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
<link rel="stylesheet" href="index.css"/>
|
||||
<script src="index.js" charset="UTF-8"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="app-container">
|
||||
<!-- Sidebar -->
|
||||
<aside class="sidebar" id="sidebar"><script>if(localStorage.getItem('sidebar-collapsed')==='true'){document.currentScript.parentElement.classList.add('collapsed');}else{var sw=localStorage.getItem('gcovr-sidebar-width');if(sw)document.documentElement.style.setProperty('--sidebar-width',sw+'px');}</script>
|
||||
<div class="sidebar-header">
|
||||
<div class="sidebar-header-row">
|
||||
<a href="index.html" class="sidebar-logo" title="Back to index">
|
||||
<svg viewBox="150 150 700 160" class="boost-wordmark"><path fill="#ffa000" d="M292.45,152.89h-93.18l-46.59,80,12.63,21.69,46.57-79.99h47.07c20.07,0,36.38,16.18,36.38,36.07,0,8.46-3.54,18.29-10.84,22.4,7.11,5.3,10.54,13.73,10.54,22.01,0,19.88-16.32,36.06-36.38,36.06h-61.71l16.12-27.7h45.59c4.66,0,8.45-3.75,8.45-8.36s-3.57-8.16-8.05-8.35c-.13-.02-36.25,0-36.25,0l16.14-27.71s20.22.02,20.31,0c1.9-.06,3.63-.74,5-1.85,1.93-1.53,3.15-3.87,3.15-6.5,0-4.62-3.79-8.37-8.45-8.37h-30.03l-47.04,80.75,17.39,29.85h93.18l46.59-80-46.59-80h0Z"/><path fill="currentColor" d="M550.81,291.93c-9.23,0-17.31-2.01-24.23-6.04s-12.29-9.63-16.1-16.83c-3.81-7.19-5.72-15.4-5.72-24.63s1.9-17.6,5.72-24.79c3.81-7.19,9.18-12.82,16.1-16.91,6.92-4.08,15-6.12,24.23-6.12s17.44,2.04,24.31,6.12,12.21,9.72,16.02,16.91,5.72,15.46,5.72,24.79-1.91,17.44-5.72,24.63-9.15,12.8-16.02,16.83c-6.87,4.02-14.97,6.04-24.31,6.04ZM550.81,272.45c5.37,0,9.79-1.23,13.28-3.7,3.49-2.47,6.12-5.82,7.89-10.06s2.66-8.99,2.66-14.25-.89-10.2-2.66-14.49c-1.77-4.29-4.4-7.7-7.89-10.22-3.49-2.52-7.92-3.78-13.28-3.78s-9.82,1.26-13.36,3.78c-3.54,2.52-6.2,5.93-7.97,10.22-1.77,4.29-2.66,9.12-2.66,14.49s.89,10.01,2.66,14.25c1.77,4.24,4.43,7.59,7.97,10.06s7.99,3.7,13.36,3.7Z"/><path fill="currentColor" d="M648.53,291.93c-9.23,0-17.31-2.01-24.23-6.04s-12.29-9.63-16.1-16.83c-3.81-7.19-5.72-15.4-5.72-24.63s1.9-17.6,5.72-24.79c3.81-7.19,9.18-12.82,16.1-16.91,6.92-4.08,15-6.12,24.23-6.12s17.44,2.04,24.31,6.12,12.21,9.72,16.02,16.91,5.72,15.46,5.72,24.79-1.91,17.44-5.72,24.63-9.15,12.8-16.02,16.83c-6.87,4.02-14.97,6.04-24.31,6.04ZM648.53,272.45c5.37,0,9.79-1.23,13.28-3.7,3.49-2.47,6.12-5.82,7.89-10.06s2.66-8.99,2.66-14.25-.89-10.2-2.66-14.49c-1.77-4.29-4.4-7.7-7.89-10.22-3.49-2.52-7.92-3.78-13.28-3.78s-9.82,1.26-13.36,3.78c-3.54,2.52-6.2,5.93-7.97,10.22-1.77,4.29-2.66,9.12-2.66,14.49s.89,10.01,2.66,14.25c1.77,4.24,4.43,7.59,7.97,10.06s7.99,3.7,13.36,3.7Z"/><path fill="currentColor" d="M722.75,260.85c.54,4.62,2.55,7.86,6.04,9.74s7.49,2.82,11.99,2.82,8.21-.8,11.11-2.41c2.9-1.61,4.35-4.24,4.35-7.89,0-2.25-.99-4-2.98-5.23s-4.56-2.2-7.73-2.9c-3.17-.7-6.66-1.37-10.46-2.01-3.81-.64-7.65-1.5-11.51-2.58-3.86-1.07-7.41-2.58-10.63-4.51-3.22-1.93-5.8-4.53-7.73-7.81-1.93-3.27-2.9-7.49-2.9-12.64,0-4.83,1.55-9.47,4.67-13.93,3.11-4.45,7.49-8.05,13.12-10.79,5.63-2.74,12.1-4.11,19.4-4.11,6.55,0,12.61,1.32,18.19,3.95,5.58,2.63,10.06,6.25,13.44,10.87s5.07,9.98,5.07,16.1h-21.41c-.43-4.61-2.15-7.86-5.15-9.74-3.01-1.88-6.6-2.82-10.79-2.82-4.94,0-8.69.99-11.27,2.98s-3.86,4.48-3.86,7.49c0,2.47.99,4.4,2.98,5.8,1.98,1.4,4.56,2.47,7.73,3.22,3.16.75,6.68,1.42,10.55,2.01,3.86.59,7.7,1.4,11.51,2.42,3.81,1.02,7.33,2.47,10.55,4.35s5.8,4.4,7.73,7.57,2.9,7.27,2.9,12.32c0,5.69-1.56,10.71-4.67,15.05-3.11,4.35-7.49,7.73-13.12,10.14-5.64,2.42-12.26,3.62-19.88,3.62-7.08,0-13.52-1.37-19.32-4.11s-10.44-6.44-13.93-11.11c-3.49-4.67-5.34-9.95-5.55-15.86h21.57,0Z"/><path fill="currentColor" d="M815.48,264.84v-47.29h17.55v-18.35h-17.55v-21.78l-34.42,40.14h12.84v51.81c0,11.05,8.95,20,20,20h21.7v-18.52h-14.12c-3.31,0-6-2.69-6-6h0Z"/><path fill="currentColor" d="M494.62,242.26c-2.36-3.92-5.58-7.03-9.66-9.34-1.08-.61-2.19-1.14-3.33-1.61.7-.44,1.36-.91,1.96-1.45,2.95-2.63,5.1-5.82,6.44-9.58,1.34-3.76,2.01-7.35,2.01-10.79,0-8.69-1.99-15.4-5.96-20.12s-9.31-8.02-16.02-9.9c-6.71-1.88-14.14-2.82-22.3-2.82h-34.29v112.7h40.41c8.16,0,15.59-.99,22.3-2.98,6.71-1.98,12.05-5.45,16.02-10.38,3.97-4.94,5.96-11.7,5.96-20.29,0-5.04-1.18-9.53-3.54-13.44ZM472.48,264.8c-1.88,2.09-4.46,3.52-7.73,4.27-3.28.75-6.9,1.13-10.87,1.13h-18.51v-74.54h12.4c4.08,0,7.73.32,10.95.97,3.22.64,5.77,1.96,7.65,3.95,1.88,1.99,2.82,4.91,2.82,8.77s-.94,6.79-2.82,8.78c-1.88,1.99-4.46,3.3-7.73,3.94-1.87.37-3.86.62-5.96.78l-11.25,19.19h12.46c4.08,0,7.73.35,10.95,1.05,3.22.7,5.77,2.01,7.65,3.94s2.82,4.83,2.82,8.69-.94,7-2.82,9.1v-.02Z"/></svg>
|
||||
</a>
|
||||
<button class="sidebar-toggle" id="sidebar-toggle" title="Toggle sidebar">
|
||||
<svg class="icon-collapse" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>
|
||||
<svg class="icon-expand" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>
|
||||
</button>
|
||||
</div>
|
||||
<div class="sidebar-title-group">
|
||||
<span class="sidebar-library">regex</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sidebar-search">
|
||||
<input type="text" id="file-search" placeholder="Search files..." autocomplete="off">
|
||||
<button class="search-clear" id="search-clear" type="button" aria-label="Clear search">×</button>
|
||||
</div>
|
||||
<div class="tree-controls">
|
||||
<button class="tree-control-btn" id="expand-all" title="Expand all">
|
||||
<svg viewBox="0 0 16 16" fill="currentColor"><path d="M8 1a.5.5 0 01.5.5v5h5a.5.5 0 010 1h-5v5a.5.5 0 01-1 0v-5h-5a.5.5 0 010-1h5v-5A.5.5 0 018 1z"/></svg>
|
||||
Expand
|
||||
</button>
|
||||
<button class="tree-control-btn" id="collapse-all" title="Collapse all">
|
||||
<svg viewBox="0 0 16 16" fill="currentColor"><path d="M2 8a.5.5 0 01.5-.5h11a.5.5 0 010 1h-11A.5.5 0 012 8z"/></svg>
|
||||
Collapse
|
||||
</button>
|
||||
</div>
|
||||
<nav class="sidebar-nav" id="file-tree">
|
||||
<div class="tree-item">
|
||||
<div class="tree-item-header">
|
||||
<a href="index.html" class="tree-toggle" title="Back to directory">
|
||||
<span class="toggle-icon">←</span>
|
||||
</a>
|
||||
<span class="tree-icon folder">
|
||||
<svg viewBox="0 0 16 16" width="16" height="16"><path fill="currentColor" d="M1.75 1A1.75 1.75 0 000 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0016 13.25v-8.5A1.75 1.75 0 0014.25 3H7.5a.25.25 0 01-.2-.1l-.9-1.2C6.07 1.26 5.55 1 5 1H1.75z"></path></svg>
|
||||
</span>
|
||||
<a class="tree-label" href="index.html">Back to Index</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tree-item active">
|
||||
<div class="tree-item-header">
|
||||
<span class="tree-toggle-spacer"></span>
|
||||
<span class="tree-icon file">
|
||||
<svg viewBox="0 0 16 16" width="16" height="16"><path fill="currentColor" d="M3.75 1.5a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 00.25-.25V6h-2.75A1.75 1.75 0 019 4.25V1.5H3.75zm6.75.062V4.25c0 .138.112.25.25.25h2.688l-2.938-2.938zM2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0113.25 16h-9.5A1.75 1.75 0 012 14.25V1.75z"></path></svg>
|
||||
</span>
|
||||
<span class="tree-label">include/boost/regex/v5/regex_merge.hpp</span>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="sidebar-resize-handle" id="sidebar-resize-handle"></div>
|
||||
</aside>
|
||||
|
||||
<!-- Mobile sidebar backdrop -->
|
||||
<div class="sidebar-backdrop" id="sidebar-backdrop"></div>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="main-content">
|
||||
<header class="main-header">
|
||||
<button class="mobile-menu-btn" id="mobile-menu-btn" title="Open menu">
|
||||
<svg viewBox="0 0 16 16" fill="currentColor"><path d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/></svg>
|
||||
</button>
|
||||
<div class="breadcrumb">
|
||||
<a href="index.html" class="breadcrumb-home">Index</a><span class="separator">/</span><span class="current" title="include/boost/regex/v5/regex_merge.hpp">include / boost / regex / v5 / regex_merge.hpp</span> </div>
|
||||
<div class="header-actions">
|
||||
</div>
|
||||
<div class="view-toggle" id="view-toggle" style="display:none">
|
||||
<button class="view-btn active" data-view="nested">Nested</button>
|
||||
<button class="view-btn" data-view="flat">Flat</button>
|
||||
</div>
|
||||
<button class="theme-toggle" id="theme-toggle" title="Toggle theme">
|
||||
<svg class="icon-moon" viewBox="0 0 16 16" fill="currentColor"><path d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z"/></svg>
|
||||
<svg class="icon-sun" viewBox="0 0 16 16" fill="currentColor"><path d="M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"/></svg>
|
||||
</button>
|
||||
<button class="settings-btn" id="settings-btn" title="Settings">
|
||||
<svg viewBox="0 0 16 16" width="18" height="18" fill="currentColor"><path d="M8 4.754a3.246 3.246 0 100 6.492 3.246 3.246 0 000-6.492zM5.754 8a2.246 2.246 0 114.492 0 2.246 2.246 0 01-4.492 0z"/><path d="M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 01-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 01-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 01.52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 011.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 011.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 01.52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 01-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 01-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 002.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 001.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 00-1.115 2.693l.16.291c.415.764-.421 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 00-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 00-2.692-1.115l-.292.16c-.764.415-1.6-.421-1.184-1.185l.159-.291A1.873 1.873 0 001.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 003.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 002.692-1.115l.094-.319z"/></svg>
|
||||
</button>
|
||||
<div class="settings-dropdown" id="settings-dropdown"></div>
|
||||
</header>
|
||||
|
||||
<div class="content-wrapper">
|
||||
<section class="summary-section">
|
||||
<div class="source-summary">
|
||||
<div class="source-info">
|
||||
<h2 class="source-filename">include/boost/regex/v5/regex_merge.hpp</h2>
|
||||
<div class="source-stats">
|
||||
<span class="stat coverage-high">
|
||||
<strong>100.0%</strong> Lines (2/2)
|
||||
</span>
|
||||
<span class="stat coverage-high">
|
||||
<strong>100.0%</strong> List of functions (1/1)
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="nav-hint">
|
||||
<span><kbd>[</kbd> <kbd>]</kbd> prev/next file</span>
|
||||
</div>
|
||||
</div> </section>
|
||||
|
||||
<section class="main-section">
|
||||
<div class="source-container no-branches">
|
||||
<div class="source-header">
|
||||
<span class="source-header-filename">regex_merge.hpp</span>
|
||||
<div class="source-line-filters">
|
||||
<button type="button" class="btn btn-sm button_toggle_coveredLine show_coveredLine" value="coveredLine" title="Toggle covered lines">
|
||||
covered
|
||||
</button>
|
||||
<button type="button" class="btn btn-sm button_toggle_uncoveredLine show_uncoveredLine" value="uncoveredLine" title="Toggle uncovered lines">
|
||||
uncovered
|
||||
</button>
|
||||
</div>
|
||||
<div class="source-column-filters">
|
||||
<button type="button" class="btn btn-sm col-toggle show-col" data-col="tla" title="Toggle TLA column">TLA</button>
|
||||
<button type="button" class="btn btn-sm col-toggle show-col" data-col="count" title="Toggle Hits column">Hits</button>
|
||||
</div>
|
||||
<div class="source-nav-links">
|
||||
<a class="nav-link nav-prev" href="index.regex_match.hpp.52d49d2882a598bc100172b30fdc9d28.html" title="Previous file">
|
||||
<svg viewBox="0 0 16 16" width="16" height="16"><path fill="currentColor" d="M8 2a.75.75 0 01.75.75v8.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 011.06-1.06l3.22 3.22V2.75A.75.75 0 018 2z" transform="rotate(180 8 8)"/></svg>
|
||||
</a>
|
||||
<a class="nav-link nav-next" href="index.regex_raw_buffer.hpp.77701f68cbde88eced9e7f01d308832b.html" title="Next file">
|
||||
<svg viewBox="0 0 16 16" width="16" height="16"><path fill="currentColor" d="M8 2a.75.75 0 01.75.75v8.69l3.22-3.22a.75.75 0 111.06 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-4.5-4.5a.75.75 0 011.06-1.06l3.22 3.22V2.75A.75.75 0 018 2z"/></svg>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<details class="source-functions">
|
||||
<summary class="source-functions-toggle">
|
||||
<span class="fx-icon"><i>f</i>(x)</span>
|
||||
Functions (1)
|
||||
</summary>
|
||||
<div class="source-functions-list">
|
||||
<div class="source-function-header">
|
||||
<span class="source-function-col-name" data-sort="name">Function</span>
|
||||
<span class="source-function-col-stat" data-sort="calls">Calls</span>
|
||||
<span class="source-function-col-stat" data-sort="lines">Lines</span>
|
||||
<span class="source-function-col-stat" data-sort="blocks">Blocks</span>
|
||||
</div>
|
||||
<a href="#l28" class="source-function-item"
|
||||
data-name="std::ostream_iterator<char, char, std::char_traits<char> > boost::regex_merge<std::ostream_iterator<char, char, std::char_traits<char> >, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, boost::regex_traits<char, boost::cpp_regex_traits<char> >, char>(std::ostream_iterator<char, char, std::char_traits<char> >, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, boost::basic_regex<char, boost::regex_traits<char, boost::cpp_regex_traits<char> > > const&, char const*, boost::regex_constants::_match_flags)" data-calls="2" data-lines="100.0" data-branches="-1" data-blocks="100.0">
|
||||
<span class="source-function-col-name">
|
||||
<span class="source-function-name">std::ostream_iterator<char, char, std::char_traits<char> > boost::regex_merge<std::ostream_iterator<char, char, std::char_traits<char> >, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, boost::regex_traits<char, boost::cpp_regex_traits<char> >, char>(std::ostream_iterator<char, char, std::char_traits<char> >, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, boost::basic_regex<char, boost::regex_traits<char, boost::cpp_regex_traits<char> > > const&, char const*, boost::regex_constants::_match_flags)</span>
|
||||
<span class="source-function-line">:28</span>
|
||||
</span>
|
||||
<span class="source-function-col-stat">2x</span>
|
||||
<span class="source-function-col-stat cov-high">100.0%</span>
|
||||
<span class="source-function-col-stat cov-high">100.0%</span>
|
||||
</a>
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<div class="source-table-container">
|
||||
<table class="source-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-lineno">Line</th>
|
||||
<th class="col-tla">TLA</th>
|
||||
<th class="col-count">Hits</th>
|
||||
<th class="col-source">Source Code</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l1">1</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm">/*</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l2">2</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> *</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l3">3</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> * Copyright (c) 1998-2002</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l4">4</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> * John Maddock</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l5">5</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> *</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l6">6</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> * Use, modification and distribution are subject to the </span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l7">7</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> * Boost Software License, Version 1.0. (See accompanying file </span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l8">8</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l9">9</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> *</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l10">10</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> */</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l11">11</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l12">12</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="cm">/*</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l13">13</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> * LOCATION: see http://www.boost.org for most recent version.</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l14">14</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> * FILE regex_format.hpp</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l15">15</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> * VERSION see <boost/version.hpp></span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l16">16</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> * DESCRIPTION: Provides formatting output routines for search and replace</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l17">17</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> * operations. Note this is an internal header file included</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l18">18</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> * by regex.hpp, do not include on its own.</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l19">19</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cm"> */</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l20">20</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l21">21</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cp">#ifndef BOOST_REGEX_V5_REGEX_MERGE_HPP</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l22">22</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cp">#define BOOST_REGEX_V5_REGEX_MERGE_HPP</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l23">23</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l24">24</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l25">25</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="k">namespace</span><span class="w"> </span><span class="nn">boost</span><span class="p">{</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l26">26</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l27">27</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="n">BOOST_REGEX_MODULE_EXPORT</span><span class="w"> </span><span class="k">template</span><span class="w"> </span><span class="o"><</span><span class="k">class</span><span class="w"> </span><span class="nc">OutputIterator</span><span class="p">,</span><span class="w"> </span><span class="k">class</span><span class="w"> </span><span class="nc">Iterator</span><span class="p">,</span><span class="w"> </span><span class="k">class</span><span class="w"> </span><span class="nc">traits</span><span class="p">,</span><span class="w"> </span><span class="k">class</span><span class="w"> </span><span class="nc">charT</span><span class="o">></span></td>
|
||||
</tr>
|
||||
<tr class="source-line coveredLine show_coveredLine">
|
||||
<td class="col-lineno">
|
||||
<a id="l28">28</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count coveredLine">
|
||||
2x </td>
|
||||
<td class="col-source"><span class="kr">inline</span><span class="w"> </span><span class="n">OutputIterator</span><span class="w"> </span><span class="n">regex_merge</span><span class="p">(</span><span class="n">OutputIterator</span><span class="w"> </span><span class="n">out</span><span class="p">,</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l29">29</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="n">Iterator</span><span class="w"> </span><span class="n">first</span><span class="p">,</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l30">30</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="n">Iterator</span><span class="w"> </span><span class="n">last</span><span class="p">,</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l31">31</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">basic_regex</span><span class="o"><</span><span class="n">charT</span><span class="p">,</span><span class="w"> </span><span class="n">traits</span><span class="o">>&</span><span class="w"> </span><span class="n">e</span><span class="p">,</span><span class="w"> </span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l32">32</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">charT</span><span class="o">*</span><span class="w"> </span><span class="n">fmt</span><span class="p">,</span><span class="w"> </span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l33">33</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="n">match_flag_type</span><span class="w"> </span><span class="n">flags</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">match_default</span><span class="p">)</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l34">34</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="p">{</span></td>
|
||||
</tr>
|
||||
<tr class="source-line coveredLine show_coveredLine">
|
||||
<td class="col-lineno">
|
||||
<a id="l35">35</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count coveredLine">
|
||||
2x </td>
|
||||
<td class="col-source"><span class="w"> </span><span class="k">return</span><span class="w"> </span><span class="n">regex_replace</span><span class="p">(</span><span class="n">out</span><span class="p">,</span><span class="w"> </span><span class="n">first</span><span class="p">,</span><span class="w"> </span><span class="n">last</span><span class="p">,</span><span class="w"> </span><span class="n">e</span><span class="p">,</span><span class="w"> </span><span class="n">fmt</span><span class="p">,</span><span class="w"> </span><span class="n">flags</span><span class="p">);</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l36">36</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="p">}</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l37">37</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l38">38</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="n">BOOST_REGEX_MODULE_EXPORT</span><span class="w"> </span><span class="k">template</span><span class="w"> </span><span class="o"><</span><span class="k">class</span><span class="w"> </span><span class="nc">OutputIterator</span><span class="p">,</span><span class="w"> </span><span class="k">class</span><span class="w"> </span><span class="nc">Iterator</span><span class="p">,</span><span class="w"> </span><span class="k">class</span><span class="w"> </span><span class="nc">traits</span><span class="p">,</span><span class="w"> </span><span class="k">class</span><span class="w"> </span><span class="nc">charT</span><span class="o">></span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l39">39</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="kr">inline</span><span class="w"> </span><span class="n">OutputIterator</span><span class="w"> </span><span class="n">regex_merge</span><span class="p">(</span><span class="n">OutputIterator</span><span class="w"> </span><span class="n">out</span><span class="p">,</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l40">40</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="n">Iterator</span><span class="w"> </span><span class="n">first</span><span class="p">,</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l41">41</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="n">Iterator</span><span class="w"> </span><span class="n">last</span><span class="p">,</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l42">42</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">basic_regex</span><span class="o"><</span><span class="n">charT</span><span class="p">,</span><span class="w"> </span><span class="n">traits</span><span class="o">>&</span><span class="w"> </span><span class="n">e</span><span class="p">,</span><span class="w"> </span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l43">43</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">std</span><span class="o">::</span><span class="n">basic_string</span><span class="o"><</span><span class="n">charT</span><span class="o">>&</span><span class="w"> </span><span class="n">fmt</span><span class="p">,</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l44">44</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="n">match_flag_type</span><span class="w"> </span><span class="n">flags</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">match_default</span><span class="p">)</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l45">45</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="p">{</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l46">46</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="k">return</span><span class="w"> </span><span class="n">regex_merge</span><span class="p">(</span><span class="n">out</span><span class="p">,</span><span class="w"> </span><span class="n">first</span><span class="p">,</span><span class="w"> </span><span class="n">last</span><span class="p">,</span><span class="w"> </span><span class="n">e</span><span class="p">,</span><span class="w"> </span><span class="n">fmt</span><span class="p">.</span><span class="n">c_str</span><span class="p">(),</span><span class="w"> </span><span class="n">flags</span><span class="p">);</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l47">47</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="p">}</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l48">48</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l49">49</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="n">BOOST_REGEX_MODULE_EXPORT</span><span class="w"> </span><span class="k">template</span><span class="w"> </span><span class="o"><</span><span class="k">class</span><span class="w"> </span><span class="nc">traits</span><span class="p">,</span><span class="w"> </span><span class="k">class</span><span class="w"> </span><span class="nc">charT</span><span class="o">></span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l50">50</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="kr">inline</span><span class="w"> </span><span class="n">std</span><span class="o">::</span><span class="n">basic_string</span><span class="o"><</span><span class="n">charT</span><span class="o">></span><span class="w"> </span><span class="n">regex_merge</span><span class="p">(</span><span class="k">const</span><span class="w"> </span><span class="n">std</span><span class="o">::</span><span class="n">basic_string</span><span class="o"><</span><span class="n">charT</span><span class="o">>&</span><span class="w"> </span><span class="n">s</span><span class="p">,</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l51">51</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">basic_regex</span><span class="o"><</span><span class="n">charT</span><span class="p">,</span><span class="w"> </span><span class="n">traits</span><span class="o">>&</span><span class="w"> </span><span class="n">e</span><span class="p">,</span><span class="w"> </span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l52">52</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">charT</span><span class="o">*</span><span class="w"> </span><span class="n">fmt</span><span class="p">,</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l53">53</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="n">match_flag_type</span><span class="w"> </span><span class="n">flags</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">match_default</span><span class="p">)</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l54">54</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="p">{</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l55">55</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="k">return</span><span class="w"> </span><span class="n">regex_replace</span><span class="p">(</span><span class="n">s</span><span class="p">,</span><span class="w"> </span><span class="n">e</span><span class="p">,</span><span class="w"> </span><span class="n">fmt</span><span class="p">,</span><span class="w"> </span><span class="n">flags</span><span class="p">);</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l56">56</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="p">}</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l57">57</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l58">58</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="n">BOOST_REGEX_MODULE_EXPORT</span><span class="w"> </span><span class="k">template</span><span class="w"> </span><span class="o"><</span><span class="k">class</span><span class="w"> </span><span class="nc">traits</span><span class="p">,</span><span class="w"> </span><span class="k">class</span><span class="w"> </span><span class="nc">charT</span><span class="o">></span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l59">59</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="kr">inline</span><span class="w"> </span><span class="n">std</span><span class="o">::</span><span class="n">basic_string</span><span class="o"><</span><span class="n">charT</span><span class="o">></span><span class="w"> </span><span class="n">regex_merge</span><span class="p">(</span><span class="k">const</span><span class="w"> </span><span class="n">std</span><span class="o">::</span><span class="n">basic_string</span><span class="o"><</span><span class="n">charT</span><span class="o">>&</span><span class="w"> </span><span class="n">s</span><span class="p">,</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l60">60</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">basic_regex</span><span class="o"><</span><span class="n">charT</span><span class="p">,</span><span class="w"> </span><span class="n">traits</span><span class="o">>&</span><span class="w"> </span><span class="n">e</span><span class="p">,</span><span class="w"> </span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l61">61</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">std</span><span class="o">::</span><span class="n">basic_string</span><span class="o"><</span><span class="n">charT</span><span class="o">>&</span><span class="w"> </span><span class="n">fmt</span><span class="p">,</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l62">62</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="n">match_flag_type</span><span class="w"> </span><span class="n">flags</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">match_default</span><span class="p">)</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l63">63</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="p">{</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l64">64</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="w"> </span><span class="k">return</span><span class="w"> </span><span class="n">regex_replace</span><span class="p">(</span><span class="n">s</span><span class="p">,</span><span class="w"> </span><span class="n">e</span><span class="p">,</span><span class="w"> </span><span class="n">fmt</span><span class="p">,</span><span class="w"> </span><span class="n">flags</span><span class="p">);</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l65">65</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="p">}</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l66">66</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l67">67</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="p">}</span><span class="w"> </span><span class="c1">// namespace boost</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l68">68</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l69">69</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"><span class="cp">#endif </span><span class="c1">// BOOST_REGEX_V5_REGEX_MERGE_HPP</span></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l70">70</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l71">71</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"></td>
|
||||
</tr>
|
||||
<tr class="source-line">
|
||||
<td class="col-lineno">
|
||||
<a id="l72">72</a>
|
||||
</td>
|
||||
<td class="col-tla"></td>
|
||||
<td class="col-count">
|
||||
</td>
|
||||
<td class="col-source"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div> </section>
|
||||
</div>
|
||||
|
||||
<footer class="main-footer">
|
||||
Created using <a href="http://gcovr.com/en/main">GCOVR (Version 8.6+main)</a>
|
||||
at 2026-05-22 16:53:31
|
||||
</footer>
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,295 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="theme-green">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<title>src/ - regex</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<script>
|
||||
// Apply theme and font size immediately to prevent flash
|
||||
(function() {
|
||||
document.documentElement.classList.add('no-transitions');
|
||||
|
||||
var saved = localStorage.getItem('gcovr-theme');
|
||||
var theme = (saved === 'light' || saved === 'dark') ? saved
|
||||
: window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark';
|
||||
document.documentElement.setAttribute('data-theme', theme);
|
||||
document.documentElement.style.backgroundColor = theme === 'light' ? '#ffffff' : '#0d1117';
|
||||
|
||||
// Apply flat mode immediately to prevent sidebar flash
|
||||
if (localStorage.getItem('gcovr-view-mode') === 'flat') {
|
||||
document.documentElement.classList.add('early-flat-mode');
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
<link rel="stylesheet" href="index.css"/>
|
||||
<script src="index.js" charset="UTF-8"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="app-container">
|
||||
<!-- Sidebar -->
|
||||
<aside class="sidebar" id="sidebar"><script>if(localStorage.getItem('sidebar-collapsed')==='true'){document.currentScript.parentElement.classList.add('collapsed');}else{var sw=localStorage.getItem('gcovr-sidebar-width');if(sw)document.documentElement.style.setProperty('--sidebar-width',sw+'px');}</script>
|
||||
<div class="sidebar-header">
|
||||
<div class="sidebar-header-row">
|
||||
<a href="index.html" class="sidebar-logo" title="Back to index">
|
||||
<svg viewBox="150 150 700 160" class="boost-wordmark"><path fill="#ffa000" d="M292.45,152.89h-93.18l-46.59,80,12.63,21.69,46.57-79.99h47.07c20.07,0,36.38,16.18,36.38,36.07,0,8.46-3.54,18.29-10.84,22.4,7.11,5.3,10.54,13.73,10.54,22.01,0,19.88-16.32,36.06-36.38,36.06h-61.71l16.12-27.7h45.59c4.66,0,8.45-3.75,8.45-8.36s-3.57-8.16-8.05-8.35c-.13-.02-36.25,0-36.25,0l16.14-27.71s20.22.02,20.31,0c1.9-.06,3.63-.74,5-1.85,1.93-1.53,3.15-3.87,3.15-6.5,0-4.62-3.79-8.37-8.45-8.37h-30.03l-47.04,80.75,17.39,29.85h93.18l46.59-80-46.59-80h0Z"/><path fill="currentColor" d="M550.81,291.93c-9.23,0-17.31-2.01-24.23-6.04s-12.29-9.63-16.1-16.83c-3.81-7.19-5.72-15.4-5.72-24.63s1.9-17.6,5.72-24.79c3.81-7.19,9.18-12.82,16.1-16.91,6.92-4.08,15-6.12,24.23-6.12s17.44,2.04,24.31,6.12,12.21,9.72,16.02,16.91,5.72,15.46,5.72,24.79-1.91,17.44-5.72,24.63-9.15,12.8-16.02,16.83c-6.87,4.02-14.97,6.04-24.31,6.04ZM550.81,272.45c5.37,0,9.79-1.23,13.28-3.7,3.49-2.47,6.12-5.82,7.89-10.06s2.66-8.99,2.66-14.25-.89-10.2-2.66-14.49c-1.77-4.29-4.4-7.7-7.89-10.22-3.49-2.52-7.92-3.78-13.28-3.78s-9.82,1.26-13.36,3.78c-3.54,2.52-6.2,5.93-7.97,10.22-1.77,4.29-2.66,9.12-2.66,14.49s.89,10.01,2.66,14.25c1.77,4.24,4.43,7.59,7.97,10.06s7.99,3.7,13.36,3.7Z"/><path fill="currentColor" d="M648.53,291.93c-9.23,0-17.31-2.01-24.23-6.04s-12.29-9.63-16.1-16.83c-3.81-7.19-5.72-15.4-5.72-24.63s1.9-17.6,5.72-24.79c3.81-7.19,9.18-12.82,16.1-16.91,6.92-4.08,15-6.12,24.23-6.12s17.44,2.04,24.31,6.12,12.21,9.72,16.02,16.91,5.72,15.46,5.72,24.79-1.91,17.44-5.72,24.63-9.15,12.8-16.02,16.83c-6.87,4.02-14.97,6.04-24.31,6.04ZM648.53,272.45c5.37,0,9.79-1.23,13.28-3.7,3.49-2.47,6.12-5.82,7.89-10.06s2.66-8.99,2.66-14.25-.89-10.2-2.66-14.49c-1.77-4.29-4.4-7.7-7.89-10.22-3.49-2.52-7.92-3.78-13.28-3.78s-9.82,1.26-13.36,3.78c-3.54,2.52-6.2,5.93-7.97,10.22-1.77,4.29-2.66,9.12-2.66,14.49s.89,10.01,2.66,14.25c1.77,4.24,4.43,7.59,7.97,10.06s7.99,3.7,13.36,3.7Z"/><path fill="currentColor" d="M722.75,260.85c.54,4.62,2.55,7.86,6.04,9.74s7.49,2.82,11.99,2.82,8.21-.8,11.11-2.41c2.9-1.61,4.35-4.24,4.35-7.89,0-2.25-.99-4-2.98-5.23s-4.56-2.2-7.73-2.9c-3.17-.7-6.66-1.37-10.46-2.01-3.81-.64-7.65-1.5-11.51-2.58-3.86-1.07-7.41-2.58-10.63-4.51-3.22-1.93-5.8-4.53-7.73-7.81-1.93-3.27-2.9-7.49-2.9-12.64,0-4.83,1.55-9.47,4.67-13.93,3.11-4.45,7.49-8.05,13.12-10.79,5.63-2.74,12.1-4.11,19.4-4.11,6.55,0,12.61,1.32,18.19,3.95,5.58,2.63,10.06,6.25,13.44,10.87s5.07,9.98,5.07,16.1h-21.41c-.43-4.61-2.15-7.86-5.15-9.74-3.01-1.88-6.6-2.82-10.79-2.82-4.94,0-8.69.99-11.27,2.98s-3.86,4.48-3.86,7.49c0,2.47.99,4.4,2.98,5.8,1.98,1.4,4.56,2.47,7.73,3.22,3.16.75,6.68,1.42,10.55,2.01,3.86.59,7.7,1.4,11.51,2.42,3.81,1.02,7.33,2.47,10.55,4.35s5.8,4.4,7.73,7.57,2.9,7.27,2.9,12.32c0,5.69-1.56,10.71-4.67,15.05-3.11,4.35-7.49,7.73-13.12,10.14-5.64,2.42-12.26,3.62-19.88,3.62-7.08,0-13.52-1.37-19.32-4.11s-10.44-6.44-13.93-11.11c-3.49-4.67-5.34-9.95-5.55-15.86h21.57,0Z"/><path fill="currentColor" d="M815.48,264.84v-47.29h17.55v-18.35h-17.55v-21.78l-34.42,40.14h12.84v51.81c0,11.05,8.95,20,20,20h21.7v-18.52h-14.12c-3.31,0-6-2.69-6-6h0Z"/><path fill="currentColor" d="M494.62,242.26c-2.36-3.92-5.58-7.03-9.66-9.34-1.08-.61-2.19-1.14-3.33-1.61.7-.44,1.36-.91,1.96-1.45,2.95-2.63,5.1-5.82,6.44-9.58,1.34-3.76,2.01-7.35,2.01-10.79,0-8.69-1.99-15.4-5.96-20.12s-9.31-8.02-16.02-9.9c-6.71-1.88-14.14-2.82-22.3-2.82h-34.29v112.7h40.41c8.16,0,15.59-.99,22.3-2.98,6.71-1.98,12.05-5.45,16.02-10.38,3.97-4.94,5.96-11.7,5.96-20.29,0-5.04-1.18-9.53-3.54-13.44ZM472.48,264.8c-1.88,2.09-4.46,3.52-7.73,4.27-3.28.75-6.9,1.13-10.87,1.13h-18.51v-74.54h12.4c4.08,0,7.73.32,10.95.97,3.22.64,5.77,1.96,7.65,3.95,1.88,1.99,2.82,4.91,2.82,8.77s-.94,6.79-2.82,8.78c-1.88,1.99-4.46,3.3-7.73,3.94-1.87.37-3.86.62-5.96.78l-11.25,19.19h12.46c4.08,0,7.73.35,10.95,1.05,3.22.7,5.77,2.01,7.65,3.94s2.82,4.83,2.82,8.69-.94,7-2.82,9.1v-.02Z"/></svg>
|
||||
</a>
|
||||
<button class="sidebar-toggle" id="sidebar-toggle" title="Toggle sidebar">
|
||||
<svg class="icon-collapse" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>
|
||||
<svg class="icon-expand" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>
|
||||
</button>
|
||||
</div>
|
||||
<div class="sidebar-title-group">
|
||||
<span class="sidebar-library">regex</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sidebar-search">
|
||||
<input type="text" id="file-search" placeholder="Search files..." autocomplete="off">
|
||||
<button class="search-clear" id="search-clear" type="button" aria-label="Clear search">×</button>
|
||||
</div>
|
||||
<div class="tree-controls">
|
||||
<button class="tree-control-btn" id="expand-all" title="Expand all">
|
||||
<svg viewBox="0 0 16 16" fill="currentColor"><path d="M8 1a.5.5 0 01.5.5v5h5a.5.5 0 010 1h-5v5a.5.5 0 01-1 0v-5h-5a.5.5 0 010-1h5v-5A.5.5 0 018 1z"/></svg>
|
||||
Expand
|
||||
</button>
|
||||
<button class="tree-control-btn" id="collapse-all" title="Collapse all">
|
||||
<svg viewBox="0 0 16 16" fill="currentColor"><path d="M2 8a.5.5 0 01.5-.5h11a.5.5 0 010 1h-11A.5.5 0 012 8z"/></svg>
|
||||
Collapse
|
||||
</button>
|
||||
</div>
|
||||
<nav class="sidebar-nav" id="file-tree">
|
||||
<div class="tree-item ">
|
||||
<div class="tree-item-header">
|
||||
<span class="tree-spacer"></span>
|
||||
<svg class="tree-icon tree-icon-file" viewBox="0 0 16 16" width="16" height="16"><path fill="currentColor" d="M3.75 1.5a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 00.25-.25V6h-2.75A1.75 1.75 0 019 4.25V1.5H3.75zm6.75.062V4.25c0 .138.112.25.25.25h2.688l-2.938-2.938zM2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0113.25 16h-9.5A1.75 1.75 0 012 14.25V1.75z"></path></svg>
|
||||
<a class="tree-label" href="index.posix_api.cpp.cfc7145cfaa87ceb158ee21e8fa5193a.html" title="posix_api.cpp">posix_api.cpp</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tree-item ">
|
||||
<div class="tree-item-header">
|
||||
<span class="tree-spacer"></span>
|
||||
<svg class="tree-icon tree-icon-file" viewBox="0 0 16 16" width="16" height="16"><path fill="currentColor" d="M3.75 1.5a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 00.25-.25V6h-2.75A1.75 1.75 0 019 4.25V1.5H3.75zm6.75.062V4.25c0 .138.112.25.25.25h2.688l-2.938-2.938zM2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0113.25 16h-9.5A1.75 1.75 0 012 14.25V1.75z"></path></svg>
|
||||
<a class="tree-label" href="index.wide_posix_api.cpp.5d708c8c14b8fa1710211bdab41e2b13.html" title="wide_posix_api.cpp">wide_posix_api.cpp</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="sidebar-resize-handle" id="sidebar-resize-handle"></div>
|
||||
</aside>
|
||||
|
||||
<!-- Mobile sidebar backdrop -->
|
||||
<div class="sidebar-backdrop" id="sidebar-backdrop"></div>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="main-content">
|
||||
<header class="main-header">
|
||||
<button class="mobile-menu-btn" id="mobile-menu-btn" title="Open menu">
|
||||
<svg viewBox="0 0 16 16" fill="currentColor"><path d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/></svg>
|
||||
</button>
|
||||
<div class="breadcrumb">
|
||||
<a href="index.html" class="breadcrumb-home">regex</a><span class="separator">/</span><span class="current" title="src/">src / </span> </div>
|
||||
<div class="header-actions">
|
||||
</div>
|
||||
<div class="view-toggle" id="view-toggle" style="display:none">
|
||||
<button class="view-btn active" data-view="nested">Nested</button>
|
||||
<button class="view-btn" data-view="flat">Flat</button>
|
||||
</div>
|
||||
<button class="theme-toggle" id="theme-toggle" title="Toggle theme">
|
||||
<svg class="icon-moon" viewBox="0 0 16 16" fill="currentColor"><path d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z"/></svg>
|
||||
<svg class="icon-sun" viewBox="0 0 16 16" fill="currentColor"><path d="M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"/></svg>
|
||||
</button>
|
||||
<button class="settings-btn" id="settings-btn" title="Settings">
|
||||
<svg viewBox="0 0 16 16" width="18" height="18" fill="currentColor"><path d="M8 4.754a3.246 3.246 0 100 6.492 3.246 3.246 0 000-6.492zM5.754 8a2.246 2.246 0 114.492 0 2.246 2.246 0 01-4.492 0z"/><path d="M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 01-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 01-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 01.52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 011.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 011.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 01.52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 01-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 01-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 002.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 001.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 00-1.115 2.693l.16.291c.415.764-.421 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 00-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 00-2.692-1.115l-.292.16c-.764.415-1.6-.421-1.184-1.185l.159-.291A1.873 1.873 0 001.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 003.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 002.692-1.115l.094-.319z"/></svg>
|
||||
</button>
|
||||
<div class="settings-dropdown" id="settings-dropdown"></div>
|
||||
</header>
|
||||
|
||||
<div class="content-wrapper">
|
||||
<section class="summary-section">
|
||||
<div class="summary-cards">
|
||||
<div class="summary-card">
|
||||
<div class="summary-card-header">
|
||||
<h3>Lines</h3>
|
||||
</div>
|
||||
<div class="summary-card-body">
|
||||
<div class="coverage-ring coverage-medium">
|
||||
<svg viewBox="0 0 36 36">
|
||||
<path class="ring-bg" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"/>
|
||||
<path class="ring-fill" stroke-dasharray="89.4, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"/>
|
||||
</svg>
|
||||
<span class="ring-text">89.4%</span>
|
||||
</div>
|
||||
<div class="summary-stats">
|
||||
<div class="stat-row">
|
||||
<span class="stat-label">Hit</span>
|
||||
<span class="stat-value">6554</span>
|
||||
</div>
|
||||
<div class="stat-row">
|
||||
<span class="stat-label">Total</span>
|
||||
<span class="stat-value">7330</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="summary-card">
|
||||
<div class="summary-card-header">
|
||||
<h3>Functions</h3>
|
||||
</div>
|
||||
<div class="summary-card-body">
|
||||
<div class="coverage-ring coverage-low">
|
||||
<svg viewBox="0 0 36 36">
|
||||
<path class="ring-bg" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"/>
|
||||
<path class="ring-fill" stroke-dasharray="59.3, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831"/>
|
||||
</svg>
|
||||
<span class="ring-text">59.3%</span>
|
||||
</div>
|
||||
<div class="summary-stats">
|
||||
<div class="stat-row">
|
||||
<span class="stat-label">Hit</span>
|
||||
<span class="stat-value">4210</span>
|
||||
</div>
|
||||
<div class="stat-row">
|
||||
<span class="stat-label">Total</span>
|
||||
<span class="stat-value">7115</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="coverage-legend">
|
||||
<span class="legend-item coverage-high">High: ≥ 90.0%</span>
|
||||
<span class="legend-item coverage-medium">Medium: ≥ 75.0%</span>
|
||||
<span class="legend-item coverage-low">Low: < 75.0%</span>
|
||||
<span class="legend-separator"></span>
|
||||
<a href="index.functions.html" class="legend-item legend-functions-link" title="List of all functions">
|
||||
<span class="fx-icon" aria-hidden="true"><i>f</i>(x)</span>
|
||||
List of functions
|
||||
</a>
|
||||
</div> </section>
|
||||
|
||||
<section class="main-section">
|
||||
<div class="file-list-container no-branches no-conditions no-decisions no-calls">
|
||||
<div class="file-list-header">
|
||||
<div class="col-name sortable sorted-ascending" data-sort="filename">
|
||||
Name
|
||||
</div>
|
||||
<div class="col-coverage sortable" data-sort="coverage">
|
||||
Coverage
|
||||
</div>
|
||||
<div class="col-lines sortable" data-sort="lines">
|
||||
Lines
|
||||
</div>
|
||||
<div class="col-functions sortable" data-sort="functions">
|
||||
Functions
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="file-list-body" id="file-list">
|
||||
<div class="file-row file"
|
||||
data-filename="posix_api.cpp"
|
||||
data-coverage="72.6"
|
||||
data-lines="113"
|
||||
data-lines-exec="82"
|
||||
data-lines-coverage="72.6"
|
||||
data-lines-class="coverage-low"
|
||||
data-functions="100.0"
|
||||
data-functions-coverage="100.0"
|
||||
data-functions-class="coverage-high"
|
||||
data-branches="-"
|
||||
data-branches-coverage="-"
|
||||
data-branches-class="coverage-unknown"
|
||||
data-conditions="-"
|
||||
data-conditions-coverage="-"
|
||||
data-conditions-class="coverage-unknown"
|
||||
data-decisions="-"
|
||||
data-decisions-coverage="-"
|
||||
data-decisions-class="coverage-unknown"
|
||||
data-calls="57.7"
|
||||
data-calls-coverage="57.7"
|
||||
data-calls-class="coverage-low"
|
||||
data-diff="UNDEFINED">
|
||||
<div class="col-name">
|
||||
<span class="file-icon">
|
||||
<svg viewBox="0 0 16 16" width="16" height="16"><path fill="currentColor" d="M3.75 1.5a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 00.25-.25V6h-2.75A1.75 1.75 0 019 4.25V1.5H3.75zm6.75.062V4.25c0 .138.112.25.25.25h2.688a.252.252 0 00-.011-.013l-2.914-2.914a.272.272 0 00-.013-.011zM2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0113.25 16h-9.5A1.75 1.75 0 012 14.25V1.75z"></path></svg>
|
||||
</span>
|
||||
<a href="index.posix_api.cpp.cfc7145cfaa87ceb158ee21e8fa5193a.html" title="posix_api.cpp">posix_api.cpp</a>
|
||||
</div>
|
||||
|
||||
<div class="col-coverage">
|
||||
<div class="coverage-bar-container">
|
||||
<div class="coverage-bar coverage-low" style="width: 72.6%"></div>
|
||||
</div>
|
||||
<span class="coverage-percent coverage-low">72.6%</span>
|
||||
</div>
|
||||
|
||||
<div class="col-lines">
|
||||
<span class="stat-value">82</span>
|
||||
<span class="stat-separator">/</span>
|
||||
<span class="stat-total">113</span>
|
||||
</div>
|
||||
<div class="col-functions">
|
||||
<span class="stat-value coverage-high">100.0%</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="file-row file"
|
||||
data-filename="wide_posix_api.cpp"
|
||||
data-coverage="74.3"
|
||||
data-lines="109"
|
||||
data-lines-exec="81"
|
||||
data-lines-coverage="74.3"
|
||||
data-lines-class="coverage-low"
|
||||
data-functions="100.0"
|
||||
data-functions-coverage="100.0"
|
||||
data-functions-class="coverage-high"
|
||||
data-branches="-"
|
||||
data-branches-coverage="-"
|
||||
data-branches-class="coverage-unknown"
|
||||
data-conditions="-"
|
||||
data-conditions-coverage="-"
|
||||
data-conditions-class="coverage-unknown"
|
||||
data-decisions="-"
|
||||
data-decisions-coverage="-"
|
||||
data-decisions-class="coverage-unknown"
|
||||
data-calls="58.9"
|
||||
data-calls-coverage="58.9"
|
||||
data-calls-class="coverage-low"
|
||||
data-diff="UNDEFINED">
|
||||
<div class="col-name">
|
||||
<span class="file-icon">
|
||||
<svg viewBox="0 0 16 16" width="16" height="16"><path fill="currentColor" d="M3.75 1.5a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 00.25-.25V6h-2.75A1.75 1.75 0 019 4.25V1.5H3.75zm6.75.062V4.25c0 .138.112.25.25.25h2.688a.252.252 0 00-.011-.013l-2.914-2.914a.272.272 0 00-.013-.011zM2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0113.25 16h-9.5A1.75 1.75 0 012 14.25V1.75z"></path></svg>
|
||||
</span>
|
||||
<a href="index.wide_posix_api.cpp.5d708c8c14b8fa1710211bdab41e2b13.html" title="wide_posix_api.cpp">wide_posix_api.cpp</a>
|
||||
</div>
|
||||
|
||||
<div class="col-coverage">
|
||||
<div class="coverage-bar-container">
|
||||
<div class="coverage-bar coverage-low" style="width: 74.3%"></div>
|
||||
</div>
|
||||
<span class="coverage-percent coverage-low">74.3%</span>
|
||||
</div>
|
||||
|
||||
<div class="col-lines">
|
||||
<span class="stat-value">81</span>
|
||||
<span class="stat-separator">/</span>
|
||||
<span class="stat-total">109</span>
|
||||
</div>
|
||||
<div class="col-functions">
|
||||
<span class="stat-value coverage-high">100.0%</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> </section>
|
||||
</div>
|
||||
|
||||
<footer class="main-footer">
|
||||
Created using <a href="http://gcovr.com/en/main">GCOVR (Version 8.6+main)</a>
|
||||
at 2026-05-22 16:53:31
|
||||
</footer>
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+4104
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,423 @@
|
||||
{
|
||||
"root": "../../boost-root",
|
||||
"gcovr/summary_format_version": "0.6",
|
||||
"files": [
|
||||
{
|
||||
"filename": "include/boost/regex/v5/basic_regex.hpp",
|
||||
"line_total": 205,
|
||||
"line_covered": 200,
|
||||
"line_percent": 97.6,
|
||||
"function_total": 352,
|
||||
"function_covered": 341,
|
||||
"function_percent": 96.9,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/basic_regex_creator.hpp",
|
||||
"line_total": 806,
|
||||
"line_covered": 793,
|
||||
"line_percent": 98.4,
|
||||
"function_total": 371,
|
||||
"function_covered": 331,
|
||||
"function_percent": 89.2,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/basic_regex_parser.hpp",
|
||||
"line_total": 1796,
|
||||
"line_covered": 1582,
|
||||
"line_percent": 88.1,
|
||||
"function_total": 239,
|
||||
"function_covered": 200,
|
||||
"function_percent": 83.7,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/c_regex_traits.hpp",
|
||||
"line_total": 167,
|
||||
"line_covered": 134,
|
||||
"line_percent": 80.2,
|
||||
"function_total": 20,
|
||||
"function_covered": 20,
|
||||
"function_percent": 100.0,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/cpp_regex_traits.hpp",
|
||||
"line_total": 342,
|
||||
"line_covered": 211,
|
||||
"line_percent": 61.7,
|
||||
"function_total": 81,
|
||||
"function_covered": 72,
|
||||
"function_percent": 88.9,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/icu.hpp",
|
||||
"line_total": 371,
|
||||
"line_covered": 310,
|
||||
"line_percent": 83.6,
|
||||
"function_total": 192,
|
||||
"function_covered": 97,
|
||||
"function_percent": 50.5,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/match_flags.hpp",
|
||||
"line_total": 10,
|
||||
"line_covered": 10,
|
||||
"line_percent": 100.0,
|
||||
"function_total": 5,
|
||||
"function_covered": 5,
|
||||
"function_percent": 100.0,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/match_results.hpp",
|
||||
"line_total": 307,
|
||||
"line_covered": 273,
|
||||
"line_percent": 88.9,
|
||||
"function_total": 771,
|
||||
"function_covered": 471,
|
||||
"function_percent": 61.1,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/mem_block_cache.hpp",
|
||||
"line_total": 29,
|
||||
"line_covered": 29,
|
||||
"line_percent": 100.0,
|
||||
"function_total": 8,
|
||||
"function_covered": 8,
|
||||
"function_percent": 100.0,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/object_cache.hpp",
|
||||
"line_total": 44,
|
||||
"line_covered": 42,
|
||||
"line_percent": 95.5,
|
||||
"function_total": 6,
|
||||
"function_covered": 6,
|
||||
"function_percent": 100.0,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/pattern_except.hpp",
|
||||
"line_total": 20,
|
||||
"line_covered": 17,
|
||||
"line_percent": 85.0,
|
||||
"function_total": 14,
|
||||
"function_covered": 6,
|
||||
"function_percent": 42.9,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/perl_matcher.hpp",
|
||||
"line_total": 137,
|
||||
"line_covered": 134,
|
||||
"line_percent": 97.8,
|
||||
"function_total": 356,
|
||||
"function_covered": 221,
|
||||
"function_percent": 62.1,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/perl_matcher_common.hpp",
|
||||
"line_total": 416,
|
||||
"line_covered": 399,
|
||||
"line_percent": 95.9,
|
||||
"function_total": 1055,
|
||||
"function_covered": 477,
|
||||
"function_percent": 45.2,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/perl_matcher_non_recursive.hpp",
|
||||
"line_total": 910,
|
||||
"line_covered": 873,
|
||||
"line_percent": 95.9,
|
||||
"function_total": 1910,
|
||||
"function_covered": 930,
|
||||
"function_percent": 48.7,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/primary_transform.hpp",
|
||||
"line_total": 31,
|
||||
"line_covered": 17,
|
||||
"line_percent": 54.8,
|
||||
"function_total": 8,
|
||||
"function_covered": 6,
|
||||
"function_percent": 75.0,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/regex_format.hpp",
|
||||
"line_total": 420,
|
||||
"line_covered": 403,
|
||||
"line_percent": 96.0,
|
||||
"function_total": 458,
|
||||
"function_covered": 196,
|
||||
"function_percent": 42.8,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/regex_grep.hpp",
|
||||
"line_total": 26,
|
||||
"line_covered": 23,
|
||||
"line_percent": 88.5,
|
||||
"function_total": 10,
|
||||
"function_covered": 10,
|
||||
"function_percent": 100.0,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/regex_iterator.hpp",
|
||||
"line_total": 48,
|
||||
"line_covered": 48,
|
||||
"line_percent": 100.0,
|
||||
"function_total": 242,
|
||||
"function_covered": 152,
|
||||
"function_percent": 62.8,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/regex_match.hpp",
|
||||
"line_total": 20,
|
||||
"line_covered": 20,
|
||||
"line_percent": 100.0,
|
||||
"function_total": 28,
|
||||
"function_covered": 20,
|
||||
"function_percent": 71.4,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/regex_merge.hpp",
|
||||
"line_total": 2,
|
||||
"line_covered": 2,
|
||||
"line_percent": 100.0,
|
||||
"function_total": 1,
|
||||
"function_covered": 1,
|
||||
"function_percent": 100.0,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/regex_raw_buffer.hpp",
|
||||
"line_total": 45,
|
||||
"line_covered": 45,
|
||||
"line_percent": 100.0,
|
||||
"function_total": 9,
|
||||
"function_covered": 9,
|
||||
"function_percent": 100.0,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/regex_replace.hpp",
|
||||
"line_total": 25,
|
||||
"line_covered": 24,
|
||||
"line_percent": 96.0,
|
||||
"function_total": 12,
|
||||
"function_covered": 12,
|
||||
"function_percent": 100.0,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/regex_search.hpp",
|
||||
"line_total": 23,
|
||||
"line_covered": 21,
|
||||
"line_percent": 91.3,
|
||||
"function_total": 65,
|
||||
"function_covered": 50,
|
||||
"function_percent": 76.9,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/regex_split.hpp",
|
||||
"line_total": 38,
|
||||
"line_covered": 37,
|
||||
"line_percent": 97.4,
|
||||
"function_total": 9,
|
||||
"function_covered": 9,
|
||||
"function_percent": 100.0,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/regex_token_iterator.hpp",
|
||||
"line_total": 98,
|
||||
"line_covered": 96,
|
||||
"line_percent": 98.0,
|
||||
"function_total": 89,
|
||||
"function_covered": 88,
|
||||
"function_percent": 98.9,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/regex_traits.hpp",
|
||||
"line_total": 18,
|
||||
"line_covered": 18,
|
||||
"line_percent": 100.0,
|
||||
"function_total": 32,
|
||||
"function_covered": 31,
|
||||
"function_percent": 96.9,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/regex_traits_defaults.hpp",
|
||||
"line_total": 86,
|
||||
"line_covered": 83,
|
||||
"line_percent": 96.5,
|
||||
"function_total": 42,
|
||||
"function_covered": 38,
|
||||
"function_percent": 90.5,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/regex_workaround.hpp",
|
||||
"line_total": 6,
|
||||
"line_covered": 5,
|
||||
"line_percent": 83.3,
|
||||
"function_total": 1,
|
||||
"function_covered": 1,
|
||||
"function_percent": 100.0,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/sub_match.hpp",
|
||||
"line_total": 166,
|
||||
"line_covered": 162,
|
||||
"line_percent": 97.6,
|
||||
"function_total": 207,
|
||||
"function_covered": 150,
|
||||
"function_percent": 72.5,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/u32regex_iterator.hpp",
|
||||
"line_total": 55,
|
||||
"line_covered": 49,
|
||||
"line_percent": 89.1,
|
||||
"function_total": 90,
|
||||
"function_covered": 27,
|
||||
"function_percent": 30.0,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/u32regex_token_iterator.hpp",
|
||||
"line_total": 113,
|
||||
"line_covered": 43,
|
||||
"line_percent": 38.1,
|
||||
"function_total": 97,
|
||||
"function_covered": 12,
|
||||
"function_percent": 12.4,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "include/boost/regex/v5/unicode_iterator.hpp",
|
||||
"line_total": 328,
|
||||
"line_covered": 288,
|
||||
"line_percent": 87.8,
|
||||
"function_total": 314,
|
||||
"function_covered": 205,
|
||||
"function_percent": 65.3,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "src/posix_api.cpp",
|
||||
"line_total": 113,
|
||||
"line_covered": 82,
|
||||
"line_percent": 72.6,
|
||||
"function_total": 4,
|
||||
"function_covered": 4,
|
||||
"function_percent": 100.0,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
},
|
||||
{
|
||||
"filename": "src/wide_posix_api.cpp",
|
||||
"line_total": 109,
|
||||
"line_covered": 81,
|
||||
"line_percent": 74.3,
|
||||
"function_total": 4,
|
||||
"function_covered": 4,
|
||||
"function_percent": 100.0,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": null
|
||||
}
|
||||
],
|
||||
"line_total": 7330,
|
||||
"line_covered": 6554,
|
||||
"line_percent": 89.4,
|
||||
"function_total": 7102,
|
||||
"function_covered": 4210,
|
||||
"function_percent": 59.3,
|
||||
"branch_total": 0,
|
||||
"branch_covered": 0,
|
||||
"branch_percent": 0.0
|
||||
}
|
||||
@@ -0,0 +1,631 @@
|
||||
[
|
||||
{
|
||||
"name": "include",
|
||||
"coverage": "89.9",
|
||||
"coverageClass": "coverage-medium",
|
||||
"linesTotal": "7108",
|
||||
"linesExec": "6391",
|
||||
"linesCoverage": "89.9",
|
||||
"linesClass": "coverage-medium",
|
||||
"functionsCoverage": "59.2",
|
||||
"functionsClass": "coverage-low",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": true,
|
||||
"link": "index.include.d436eb0fd9de10b54a828ce6435f7e81.html",
|
||||
"children": [
|
||||
{
|
||||
"name": "boost",
|
||||
"coverage": "",
|
||||
"coverageClass": "coverage-unknown",
|
||||
"linesTotal": "",
|
||||
"linesExec": "",
|
||||
"linesCoverage": "",
|
||||
"linesClass": "",
|
||||
"functionsCoverage": "",
|
||||
"functionsClass": "",
|
||||
"branchesCoverage": "",
|
||||
"branchesClass": "",
|
||||
"isDirectory": true,
|
||||
"link": null,
|
||||
"children": [
|
||||
{
|
||||
"name": "regex",
|
||||
"coverage": "",
|
||||
"coverageClass": "coverage-unknown",
|
||||
"linesTotal": "",
|
||||
"linesExec": "",
|
||||
"linesCoverage": "",
|
||||
"linesClass": "",
|
||||
"functionsCoverage": "",
|
||||
"functionsClass": "",
|
||||
"branchesCoverage": "",
|
||||
"branchesClass": "",
|
||||
"isDirectory": true,
|
||||
"link": null,
|
||||
"children": [
|
||||
{
|
||||
"name": "v5",
|
||||
"coverage": "",
|
||||
"coverageClass": "coverage-unknown",
|
||||
"linesTotal": "",
|
||||
"linesExec": "",
|
||||
"linesCoverage": "",
|
||||
"linesClass": "",
|
||||
"functionsCoverage": "",
|
||||
"functionsClass": "",
|
||||
"branchesCoverage": "",
|
||||
"branchesClass": "",
|
||||
"isDirectory": true,
|
||||
"link": null,
|
||||
"children": [
|
||||
{
|
||||
"name": "basic_regex.hpp",
|
||||
"coverage": "97.6",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "205",
|
||||
"linesExec": "200",
|
||||
"linesCoverage": "97.6",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "96.9",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.basic_regex.hpp.fc7ae442ee1c3ba72f0c8efe27e0d4a0.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "basic_regex_creator.hpp",
|
||||
"coverage": "98.4",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "806",
|
||||
"linesExec": "793",
|
||||
"linesCoverage": "98.4",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "89.2",
|
||||
"functionsClass": "coverage-medium",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.basic_regex_creator.hpp.ddc38b9ace9f1fce2474b7a8aa072758.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "basic_regex_parser.hpp",
|
||||
"coverage": "88.1",
|
||||
"coverageClass": "coverage-medium",
|
||||
"linesTotal": "1796",
|
||||
"linesExec": "1582",
|
||||
"linesCoverage": "88.1",
|
||||
"linesClass": "coverage-medium",
|
||||
"functionsCoverage": "83.7",
|
||||
"functionsClass": "coverage-medium",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.basic_regex_parser.hpp.3d312756fa15eb91f18ce74346527498.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "c_regex_traits.hpp",
|
||||
"coverage": "80.2",
|
||||
"coverageClass": "coverage-medium",
|
||||
"linesTotal": "167",
|
||||
"linesExec": "134",
|
||||
"linesCoverage": "80.2",
|
||||
"linesClass": "coverage-medium",
|
||||
"functionsCoverage": "100.0",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.c_regex_traits.hpp.4a312148ed0fde78796e7f563ab76c8c.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "cpp_regex_traits.hpp",
|
||||
"coverage": "61.7",
|
||||
"coverageClass": "coverage-low",
|
||||
"linesTotal": "342",
|
||||
"linesExec": "211",
|
||||
"linesCoverage": "61.7",
|
||||
"linesClass": "coverage-low",
|
||||
"functionsCoverage": "88.9",
|
||||
"functionsClass": "coverage-medium",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.cpp_regex_traits.hpp.065ad3525ef9ac006d863057e1e02b79.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "icu.hpp",
|
||||
"coverage": "83.6",
|
||||
"coverageClass": "coverage-medium",
|
||||
"linesTotal": "371",
|
||||
"linesExec": "310",
|
||||
"linesCoverage": "83.6",
|
||||
"linesClass": "coverage-medium",
|
||||
"functionsCoverage": "50.5",
|
||||
"functionsClass": "coverage-low",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.icu.hpp.85a0eeb0fabef296bfc4997ff2ba1c10.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "match_flags.hpp",
|
||||
"coverage": "100.0",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "10",
|
||||
"linesExec": "10",
|
||||
"linesCoverage": "100.0",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "100.0",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.match_flags.hpp.1af065f3f48dd91d0fe78746fcc481f7.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "match_results.hpp",
|
||||
"coverage": "88.9",
|
||||
"coverageClass": "coverage-medium",
|
||||
"linesTotal": "307",
|
||||
"linesExec": "273",
|
||||
"linesCoverage": "88.9",
|
||||
"linesClass": "coverage-medium",
|
||||
"functionsCoverage": "61.1",
|
||||
"functionsClass": "coverage-low",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.match_results.hpp.6f836c49889c34cb37b399542baf9aad.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "mem_block_cache.hpp",
|
||||
"coverage": "100.0",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "29",
|
||||
"linesExec": "29",
|
||||
"linesCoverage": "100.0",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "100.0",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.mem_block_cache.hpp.774760178b61a39a431f88e157dbeb00.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "object_cache.hpp",
|
||||
"coverage": "95.5",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "44",
|
||||
"linesExec": "42",
|
||||
"linesCoverage": "95.5",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "100.0",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.object_cache.hpp.4205d672d499c4d505efbd5c4c18a6d7.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "pattern_except.hpp",
|
||||
"coverage": "85.0",
|
||||
"coverageClass": "coverage-medium",
|
||||
"linesTotal": "20",
|
||||
"linesExec": "17",
|
||||
"linesCoverage": "85.0",
|
||||
"linesClass": "coverage-medium",
|
||||
"functionsCoverage": "42.9",
|
||||
"functionsClass": "coverage-low",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.pattern_except.hpp.b02995306146a84a816c726ffb2330d1.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "perl_matcher.hpp",
|
||||
"coverage": "97.8",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "137",
|
||||
"linesExec": "134",
|
||||
"linesCoverage": "97.8",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "62.1",
|
||||
"functionsClass": "coverage-low",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.perl_matcher.hpp.06d9b87b6156807b3cf2c759c3470f4c.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "perl_matcher_common.hpp",
|
||||
"coverage": "95.9",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "416",
|
||||
"linesExec": "399",
|
||||
"linesCoverage": "95.9",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "45.2",
|
||||
"functionsClass": "coverage-low",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.perl_matcher_common.hpp.a80be6e3c2e730ca65c745979c0f2c25.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "perl_matcher_non_recursive.hpp",
|
||||
"coverage": "95.9",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "910",
|
||||
"linesExec": "873",
|
||||
"linesCoverage": "95.9",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "48.7",
|
||||
"functionsClass": "coverage-low",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.perl_matcher_non_recursive.hpp.dab741f714b85b31fb79aec3a5169121.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "primary_transform.hpp",
|
||||
"coverage": "54.8",
|
||||
"coverageClass": "coverage-low",
|
||||
"linesTotal": "31",
|
||||
"linesExec": "17",
|
||||
"linesCoverage": "54.8",
|
||||
"linesClass": "coverage-low",
|
||||
"functionsCoverage": "75.0",
|
||||
"functionsClass": "coverage-medium",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.primary_transform.hpp.f5a3fa617cbe44ea611e82cf685be5de.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "regex_format.hpp",
|
||||
"coverage": "96.0",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "420",
|
||||
"linesExec": "403",
|
||||
"linesCoverage": "96.0",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "42.8",
|
||||
"functionsClass": "coverage-low",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.regex_format.hpp.cbfb4d559693198023d36b54c0718da8.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "regex_grep.hpp",
|
||||
"coverage": "88.5",
|
||||
"coverageClass": "coverage-medium",
|
||||
"linesTotal": "26",
|
||||
"linesExec": "23",
|
||||
"linesCoverage": "88.5",
|
||||
"linesClass": "coverage-medium",
|
||||
"functionsCoverage": "100.0",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.regex_grep.hpp.136157ec6043ed61e9e3c53cbca56207.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "regex_iterator.hpp",
|
||||
"coverage": "100.0",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "48",
|
||||
"linesExec": "48",
|
||||
"linesCoverage": "100.0",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "62.8",
|
||||
"functionsClass": "coverage-low",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.regex_iterator.hpp.ec4c2b3efdca8342ebcbd87d33ac2551.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "regex_match.hpp",
|
||||
"coverage": "100.0",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "20",
|
||||
"linesExec": "20",
|
||||
"linesCoverage": "100.0",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "71.4",
|
||||
"functionsClass": "coverage-low",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.regex_match.hpp.52d49d2882a598bc100172b30fdc9d28.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "regex_merge.hpp",
|
||||
"coverage": "100.0",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "2",
|
||||
"linesExec": "2",
|
||||
"linesCoverage": "100.0",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "100.0",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.regex_merge.hpp.33d760b7953f0b4898c72299d831fc8c.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "regex_raw_buffer.hpp",
|
||||
"coverage": "100.0",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "45",
|
||||
"linesExec": "45",
|
||||
"linesCoverage": "100.0",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "100.0",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.regex_raw_buffer.hpp.77701f68cbde88eced9e7f01d308832b.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "regex_replace.hpp",
|
||||
"coverage": "96.0",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "25",
|
||||
"linesExec": "24",
|
||||
"linesCoverage": "96.0",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "100.0",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.regex_replace.hpp.c4b3d6cdac5c516e993e1b9cc67f4537.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "regex_search.hpp",
|
||||
"coverage": "91.3",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "23",
|
||||
"linesExec": "21",
|
||||
"linesCoverage": "91.3",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "76.9",
|
||||
"functionsClass": "coverage-medium",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.regex_search.hpp.f27bcdbf1ed1b869adf859f2f255321f.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "regex_split.hpp",
|
||||
"coverage": "97.4",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "38",
|
||||
"linesExec": "37",
|
||||
"linesCoverage": "97.4",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "100.0",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.regex_split.hpp.79301dd57396b64d102f9beeef6f66e1.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "regex_token_iterator.hpp",
|
||||
"coverage": "98.0",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "98",
|
||||
"linesExec": "96",
|
||||
"linesCoverage": "98.0",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "98.9",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.regex_token_iterator.hpp.a853c95168815fb1dc822438deee2041.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "regex_traits.hpp",
|
||||
"coverage": "100.0",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "18",
|
||||
"linesExec": "18",
|
||||
"linesCoverage": "100.0",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "96.9",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.regex_traits.hpp.d789ddd33a94513158258f47f9458fa9.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "regex_traits_defaults.hpp",
|
||||
"coverage": "96.5",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "86",
|
||||
"linesExec": "83",
|
||||
"linesCoverage": "96.5",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "90.5",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.regex_traits_defaults.hpp.0e98adc4b3e9dddef47398f3d8191f7e.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "regex_workaround.hpp",
|
||||
"coverage": "83.3",
|
||||
"coverageClass": "coverage-medium",
|
||||
"linesTotal": "6",
|
||||
"linesExec": "5",
|
||||
"linesCoverage": "83.3",
|
||||
"linesClass": "coverage-medium",
|
||||
"functionsCoverage": "100.0",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.regex_workaround.hpp.4f4c12e5cddef399d459e91c0f0af974.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "sub_match.hpp",
|
||||
"coverage": "97.6",
|
||||
"coverageClass": "coverage-high",
|
||||
"linesTotal": "166",
|
||||
"linesExec": "162",
|
||||
"linesCoverage": "97.6",
|
||||
"linesClass": "coverage-high",
|
||||
"functionsCoverage": "72.5",
|
||||
"functionsClass": "coverage-low",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.sub_match.hpp.8759274a22f6d7afc27afd16b4ac0c35.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "u32regex_iterator.hpp",
|
||||
"coverage": "89.1",
|
||||
"coverageClass": "coverage-medium",
|
||||
"linesTotal": "55",
|
||||
"linesExec": "49",
|
||||
"linesCoverage": "89.1",
|
||||
"linesClass": "coverage-medium",
|
||||
"functionsCoverage": "30.0",
|
||||
"functionsClass": "coverage-low",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.u32regex_iterator.hpp.cad511ff9f518ed5712544f4e2df17c3.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "u32regex_token_iterator.hpp",
|
||||
"coverage": "38.1",
|
||||
"coverageClass": "coverage-low",
|
||||
"linesTotal": "113",
|
||||
"linesExec": "43",
|
||||
"linesCoverage": "38.1",
|
||||
"linesClass": "coverage-low",
|
||||
"functionsCoverage": "12.4",
|
||||
"functionsClass": "coverage-low",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.u32regex_token_iterator.hpp.b0c5226fc9ad02ba0b06216e9824edae.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "unicode_iterator.hpp",
|
||||
"coverage": "87.8",
|
||||
"coverageClass": "coverage-medium",
|
||||
"linesTotal": "328",
|
||||
"linesExec": "288",
|
||||
"linesCoverage": "87.8",
|
||||
"linesClass": "coverage-medium",
|
||||
"functionsCoverage": "65.3",
|
||||
"functionsClass": "coverage-low",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.unicode_iterator.hpp.6391a069c7ef3c1dd9a38df9254be88f.html",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "src",
|
||||
"coverage": "73.4",
|
||||
"coverageClass": "coverage-low",
|
||||
"linesTotal": "222",
|
||||
"linesExec": "163",
|
||||
"linesCoverage": "73.4",
|
||||
"linesClass": "coverage-low",
|
||||
"functionsCoverage": "100.0",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": true,
|
||||
"link": "index.src.25d902c24283ab8cfbac54dfa101ad31.html",
|
||||
"children": [
|
||||
{
|
||||
"name": "posix_api.cpp",
|
||||
"coverage": "72.6",
|
||||
"coverageClass": "coverage-low",
|
||||
"linesTotal": "113",
|
||||
"linesExec": "82",
|
||||
"linesCoverage": "72.6",
|
||||
"linesClass": "coverage-low",
|
||||
"functionsCoverage": "100.0",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.posix_api.cpp.cfc7145cfaa87ceb158ee21e8fa5193a.html",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"name": "wide_posix_api.cpp",
|
||||
"coverage": "74.3",
|
||||
"coverageClass": "coverage-low",
|
||||
"linesTotal": "109",
|
||||
"linesExec": "81",
|
||||
"linesCoverage": "74.3",
|
||||
"linesClass": "coverage-low",
|
||||
"functionsCoverage": "100.0",
|
||||
"functionsClass": "coverage-high",
|
||||
"branchesCoverage": "-",
|
||||
"branchesClass": "coverage-unknown",
|
||||
"isDirectory": false,
|
||||
"link": "index.wide_posix_api.cpp.5d708c8c14b8fa1710211bdab41e2b13.html",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0; url=./gcovr/index.html">
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,55 +0,0 @@
|
||||
|
||||
# Copyright John Maddock 2005. Use, modification, and distribution are
|
||||
# subject to 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)
|
||||
|
||||
using quickbook ;
|
||||
|
||||
path-constant boost-images : ../../../doc/src/images ;
|
||||
|
||||
xml regex : regex.qbk ;
|
||||
boostbook standalone
|
||||
:
|
||||
regex
|
||||
:
|
||||
# HTML options first:
|
||||
# Use graphics not text for navigation:
|
||||
<xsl:param>navig.graphics=1
|
||||
# How far down we chunk nested sections, basically all of them:
|
||||
<xsl:param>chunk.section.depth=10
|
||||
# Don't put the first section on the same page as the TOC:
|
||||
<xsl:param>chunk.first.sections=1
|
||||
# How far down sections get TOC's
|
||||
<xsl:param>toc.section.depth=10
|
||||
# Max depth in each TOC:
|
||||
<xsl:param>toc.max.depth=4
|
||||
# How far down we go with TOC's
|
||||
<xsl:param>generate.section.toc.level=10
|
||||
# Path for links to Boost:
|
||||
<xsl:param>boost.root=../../../..
|
||||
|
||||
# PDF Options:
|
||||
# TOC Generation: this is needed for FOP-0.9 and later:
|
||||
<xsl:param>fop1.extensions=0
|
||||
# Or enable this if you're using XEP:
|
||||
<xsl:param>xep.extensions=1
|
||||
# TOC generation: this is needed for FOP 0.2, but must not be set to zero for FOP-0.9!
|
||||
<xsl:param>fop.extensions=0
|
||||
# No indent on body text:
|
||||
<xsl:param>body.start.indent=0pt
|
||||
# Margin size:
|
||||
<xsl:param>page.margin.inner=0.5in
|
||||
# Margin size:
|
||||
<xsl:param>page.margin.outer=0.5in
|
||||
# Yes, we want graphics for admonishments:
|
||||
<xsl:param>admon.graphics=1
|
||||
# Set this one for PDF generation *only*:
|
||||
# default pnd graphics are awful in PDF form,
|
||||
# better use SVG's instead:
|
||||
<format>pdf:<xsl:param>admon.graphics.extension=".svg"
|
||||
<format>pdf:<xsl:param>admon.graphics.path=$(boost-images)/
|
||||
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/regex/doc/html
|
||||
;
|
||||
|
||||
|
||||
|
||||
@@ -1,49 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:acknowledgements Acknowledgements]
|
||||
|
||||
The author can be contacted at john - at - johnmaddock.co.uk; the home page for this
|
||||
library is at [@http://www.boost.org www.boost.org].
|
||||
|
||||
I am indebted to [@http://www.cs.princeton.edu/~rs/
|
||||
Robert Sedgewick's "Algorithms in C++"] for forcing me to think
|
||||
about algorithms and their performance, and to the folks at boost for forcing me
|
||||
to think, period.
|
||||
|
||||
[@http://www.boost-consulting.com/ Eric Niebler], author of Boost.Expressive and
|
||||
the [@http://research.microsoft.com/projects/greta GRETA regular expression component],
|
||||
has shared several important ideas, in a series of long discussions.
|
||||
|
||||
Pete Becker, of [@http://www.versatilecoding.com Roundhouse Consulting, Ltd.],
|
||||
has helped enormously with the standardisation
|
||||
proposal language.
|
||||
|
||||
The following people have all contributed useful comments or fixes: Dave Abrahams,
|
||||
Mike Allison, Edan Ayal, Jayashree Balasubramanian, Jan B'''ö'''lsche, Beman Dawes,
|
||||
Paul Baxter, David Bergman, David Dennerline, Edward Diener, Peter Dimov,
|
||||
Robert Dunn, Fabio Forno, Tobias Gabrielsson, Rob Gillen, Marc Gregoire, Chris Hecker,
|
||||
Nick Hodapp, Jesse Jones, Martin Jost, Boris Krasnovskiy, Jan Hermelink, Max Leung,
|
||||
Wei-hao Lin, Jens Maurer, Richard Peters, Heiko Schmidt, Jason Shirk, Gerald Slacik,
|
||||
Scobie Smith, Mike Smyth, Alexander Sokolovsky, Herv'''é''' Poirier, Michael Raykh,
|
||||
Marc Recht, Scott VanCamp, Bruno Voigt, Alexey Voinov, Jerry Waldorf, Rob Ward,
|
||||
Lealon Watts, John Wismar, Thomas Witt and Yuval Yosef.
|
||||
|
||||
If I've missed your name off (I'm sure there are a few, just not who they are...) then
|
||||
please do get in touch.
|
||||
|
||||
I am also grateful to the manuals supplied with the Henry Spencer, PCRE, Perl
|
||||
and GNU regular expression libraries - wherever possible I have tried to
|
||||
maintain compatibility with these libraries and with the POSIX standard -
|
||||
the code however is entirely my own, including any bugs! I can absolutely guarantee
|
||||
that I will not fix any bugs I don't know about, so if you have any comments or
|
||||
spot any bugs, please get in touch.
|
||||
|
||||
[endsect]
|
||||
|
||||
|
||||
@@ -1,58 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:bad_expression bad_expression]
|
||||
|
||||
[h4 Synopsis]
|
||||
|
||||
#include <boost/pattern_except.hpp>
|
||||
|
||||
The class `regex_error` defines the type of objects thrown as exceptions to
|
||||
report errors during the conversion from a string representing a regular
|
||||
expression to a finite state machine.
|
||||
|
||||
namespace boost{
|
||||
|
||||
class regex_error : public std::runtime_error
|
||||
{
|
||||
public:
|
||||
explicit regex_error(const std::string& s, regex_constants::error_type err, std::ptrdiff_t pos);
|
||||
explicit regex_error(boost::regex_constants::error_type err);
|
||||
boost::regex_constants::error_type code()const;
|
||||
std::ptrdiff_t position()const;
|
||||
};
|
||||
|
||||
typedef regex_error bad_pattern; // for backwards compatibility
|
||||
typedef regex_error bad_expression; // for backwards compatibility
|
||||
|
||||
} // namespace boost
|
||||
|
||||
[h4 Description]
|
||||
|
||||
regex_error(const std::string& s, regex_constants::error_type err, std::ptrdiff_t pos);
|
||||
regex_error(boost::regex_constants::error_type err);
|
||||
|
||||
[*Effects:] Constructs an object of class regex_error.
|
||||
|
||||
boost::regex_constants::error_type code()const;
|
||||
|
||||
[*Effects:] returns the error code that represents parsing error that occurred.
|
||||
|
||||
std::ptrdiff_t position()const;
|
||||
|
||||
[*Effects:] returns the location in the expression where parsing stopped.
|
||||
|
||||
Footnotes: the choice of `std::runtime_error` as the base class for `regex_error`
|
||||
is moot; depending upon how the library is used exceptions may be either
|
||||
logic errors (programmer supplied expressions) or run time errors
|
||||
(user supplied expressions). The library previously used `bad_pattern`
|
||||
and `bad_expression` for errors, these have been replaced by the single
|
||||
class `regex_error` to keep the library in synchronization with the
|
||||
[tr1].
|
||||
|
||||
[endsect]
|
||||
@@ -1,680 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
[section:basic_regex basic_regex]
|
||||
|
||||
[h4 Synopsis]
|
||||
|
||||
#include <boost/regex.hpp>
|
||||
|
||||
The template class `basic_regex` encapsulates regular expression
|
||||
parsing and compilation. The class takes two template parameters:
|
||||
|
||||
* `charT`: determines the character type, i.e. either `char` or `wchar_t`;
|
||||
see [link boost_regex.ref.concepts.charT_concept charT concept].
|
||||
* `traits`: determines the behavior of the character type, for example which
|
||||
character class names are recognized. A default traits class is provided:
|
||||
`regex_traits<charT>`. See also
|
||||
[link boost_regex.ref.concepts.traits_concept traits concept].
|
||||
|
||||
For ease of use there are two typedefs that define the two standard
|
||||
`basic_regex` instances, unless you want to use custom traits classes or
|
||||
non-standard character types (for example see
|
||||
[link boost_regex.ref.non_std_strings.icu unicode support]),
|
||||
you won't need to use anything other than these:
|
||||
|
||||
namespace boost{
|
||||
|
||||
template <class charT, class traits = regex_traits<charT> >
|
||||
class basic_regex;
|
||||
|
||||
typedef basic_regex<char> regex;
|
||||
typedef basic_regex<wchar_t> wregex;
|
||||
|
||||
}
|
||||
|
||||
The definition of `basic_regex` follows: it is based very closely on class
|
||||
`basic_string`, and fulfils the requirements for a constant-container of `charT`.
|
||||
|
||||
namespace boost{
|
||||
|
||||
template <class charT, class traits = regex_traits<charT> >
|
||||
class basic_regex {
|
||||
public:
|
||||
// types:
|
||||
typedef charT value_type;
|
||||
typedef implementation-specific const_iterator;
|
||||
typedef const_iterator iterator;
|
||||
typedef charT& reference;
|
||||
typedef const charT& const_reference;
|
||||
typedef std::ptrdiff_t difference_type;
|
||||
typedef std::size_t size_type;
|
||||
typedef regex_constants::``[syntax_option_type]`` flag_type;
|
||||
typedef typename traits::locale_type locale_type;
|
||||
|
||||
// constants:
|
||||
// main option selection:
|
||||
static const regex_constants::``[syntax_option_type]`` normal
|
||||
= regex_constants::normal;
|
||||
static const regex_constants::``[syntax_option_type]`` ECMAScript
|
||||
= normal;
|
||||
static const regex_constants::``[syntax_option_type]`` JavaScript
|
||||
= normal;
|
||||
static const regex_constants::``[syntax_option_type]`` JScript
|
||||
= normal;
|
||||
static const regex_constants::``[syntax_option_type]`` basic
|
||||
= regex_constants::basic;
|
||||
static const regex_constants::``[syntax_option_type]`` extended
|
||||
= regex_constants::extended;
|
||||
static const regex_constants::``[syntax_option_type]`` awk
|
||||
= regex_constants::awk;
|
||||
static const regex_constants::``[syntax_option_type]`` grep
|
||||
= regex_constants::grep;
|
||||
static const regex_constants::``[syntax_option_type]`` egrep
|
||||
= regex_constants::egrep;
|
||||
static const regex_constants::``[syntax_option_type]`` sed
|
||||
= basic = regex_constants::sed;
|
||||
static const regex_constants::``[syntax_option_type]`` perl
|
||||
= regex_constants::perl;
|
||||
static const regex_constants::``[syntax_option_type]`` literal
|
||||
= regex_constants::literal;
|
||||
|
||||
// modifiers specific to perl expressions:
|
||||
static const regex_constants::``[syntax_option_type]`` no_mod_m
|
||||
= regex_constants::no_mod_m;
|
||||
static const regex_constants::``[syntax_option_type]`` no_mod_s
|
||||
= regex_constants::no_mod_s;
|
||||
static const regex_constants::``[syntax_option_type]`` mod_s
|
||||
= regex_constants::mod_s;
|
||||
static const regex_constants::``[syntax_option_type]`` mod_x
|
||||
= regex_constants::mod_x;
|
||||
|
||||
// modifiers specific to POSIX basic expressions:
|
||||
static const regex_constants::``[syntax_option_type]`` bk_plus_qm
|
||||
= regex_constants::bk_plus_qm;
|
||||
static const regex_constants::``[syntax_option_type]`` bk_vbar
|
||||
= regex_constants::bk_vbar
|
||||
static const regex_constants::``[syntax_option_type]`` no_char_classes
|
||||
= regex_constants::no_char_classes
|
||||
static const regex_constants::``[syntax_option_type]`` no_intervals
|
||||
= regex_constants::no_intervals
|
||||
|
||||
// common modifiers:
|
||||
static const regex_constants::``[syntax_option_type]`` nosubs
|
||||
= regex_constants::nosubs;
|
||||
static const regex_constants::``[syntax_option_type]`` optimize
|
||||
= regex_constants::optimize;
|
||||
static const regex_constants::``[syntax_option_type]`` collate
|
||||
= regex_constants::collate;
|
||||
static const regex_constants::``[syntax_option_type]`` newline_alt
|
||||
= regex_constants::newline_alt;
|
||||
static const regex_constants::``[syntax_option_type]`` no_except
|
||||
= regex_constants::newline_alt;
|
||||
|
||||
// construct/copy/destroy:
|
||||
explicit ``[link boost_regex.basic_regex.construct1 basic_regex]`` ();
|
||||
explicit ``[link boost_regex.basic_regex.construct2 basic_regex]``(const charT* p, flag_type f = regex_constants::normal);
|
||||
``[link boost_regex.basic_regex.construct3 basic_regex]``(const charT* p1, const charT* p2,
|
||||
flag_type f = regex_constants::normal);
|
||||
``[link boost_regex.basic_regex.construct4 basic_regex]``(const charT* p, size_type len, flag_type f);
|
||||
``[link boost_regex.basic_regex.construct5 basic_regex]``(const basic_regex&);
|
||||
|
||||
template <class ST, class SA>
|
||||
explicit ``[link boost_regex.basic_regex.construct6 basic_regex]``(const basic_string<charT, ST, SA>& p,
|
||||
flag_type f = regex_constants::normal);
|
||||
|
||||
template <class InputIterator>
|
||||
``[link boost_regex.basic_regex.construct7 basic_regex]``(InputIterator first, InputIterator last,
|
||||
flag_type f = regex_constants::normal);
|
||||
|
||||
~basic_regex();
|
||||
``[link boost_regex.basic_regex.opeq1 basic_regex& operator=]``(const basic_regex&);
|
||||
``[link boost_regex.basic_regex.opeq2 basic_regex& operator=]`` (const charT* ptr);
|
||||
|
||||
template <class ST, class SA>
|
||||
``[link boost_regex.basic_regex.opeq3 basic_regex& operator=]`` (const basic_string<charT, ST, SA>& p);
|
||||
// iterators:
|
||||
``[link boost_regex.basic_regex.subexpression std::pair<const_iterator, const_iterator> subexpression]``(size_type n) const;
|
||||
``[link boost_regex.basic_regex.begin const_iterator begin]``() const;
|
||||
``[link boost_regex.basic_regex.end const_iterator end]``() const;
|
||||
// capacity:
|
||||
``[link boost_regex.basic_regex.size size_type size]``() const;
|
||||
``[link boost_regex.basic_regex.max_size size_type max_size]``() const;
|
||||
``[link boost_regex.basic_regex.empty bool empty]``() const;
|
||||
``[link boost_regex.basic_regex.mark_count unsigned mark_count]``()const;
|
||||
//
|
||||
// modifiers:
|
||||
``[link boost_regex.basic_regex.assign1 basic_regex& assign]``(const basic_regex& that);
|
||||
``[link boost_regex.basic_regex.assign2 basic_regex& assign]``(const charT* ptr,
|
||||
flag_type f = regex_constants::normal);
|
||||
``[link boost_regex.basic_regex.assign3 basic_regex& assign]``(const charT* ptr, unsigned int len, flag_type f);
|
||||
|
||||
template <class string_traits, class A>
|
||||
``[link boost_regex.basic_regex.assign4 basic_regex& assign]``(const basic_string<charT, string_traits, A>& s,
|
||||
flag_type f = regex_constants::normal);
|
||||
|
||||
template <class InputIterator>
|
||||
``[link boost_regex.basic_regex.assign5 basic_regex& assign]``(InputIterator first, InputIterator last,
|
||||
flag_type f = regex_constants::normal);
|
||||
|
||||
// const operations:
|
||||
``[link boost_regex.basic_regex.flags flag_type flags]``() const;
|
||||
``[link boost_regex.basic_regex.status int status]``()const;
|
||||
``[link boost_regex.basic_regex.str basic_string<charT> str]``() const;
|
||||
``[link boost_regex.basic_regex.compare int compare]``(basic_regex&) const;
|
||||
// locale:
|
||||
``[link boost_regex.basic_regex.imbue locale_type imbue]``(locale_type loc);
|
||||
``[link boost_regex.basic_regex.getloc locale_type getloc]``() const;
|
||||
// swap
|
||||
``[link boost_regex.basic_regex.swap void swap]``(basic_regex&) throw();
|
||||
};
|
||||
|
||||
template <class charT, class traits>
|
||||
``[link boost_regex.basic_regex.op_eq bool operator ==]`` (const basic_regex<charT, traits>& lhs,
|
||||
const basic_regex<charT, traits>& rhs);
|
||||
|
||||
template <class charT, class traits>
|
||||
``[link boost_regex.basic_regex.op_ne bool operator !=]`` (const basic_regex<charT, traits>& lhs,
|
||||
const basic_regex<charT, traits>& rhs);
|
||||
|
||||
template <class charT, class traits>
|
||||
``[link boost_regex.basic_regex.op_lt bool operator <]`` (const basic_regex<charT, traits>& lhs,
|
||||
const basic_regex<charT, traits>& rhs);
|
||||
|
||||
template <class charT, class traits>
|
||||
``[link boost_regex.basic_regex.op_le bool operator <=]`` (const basic_regex<charT, traits>& lhs,
|
||||
const basic_regex<charT, traits>& rhs);
|
||||
|
||||
template <class charT, class traits>
|
||||
``[link boost_regex.basic_regex.op_ge bool operator >=]`` (const basic_regex<charT, traits>& lhs,
|
||||
const basic_regex<charT, traits>& rhs);
|
||||
|
||||
template <class charT, class traits>
|
||||
``[link boost_regex.basic_regex.op_gt bool operator >]`` (const basic_regex<charT, traits>& lhs,
|
||||
const basic_regex<charT, traits>& rhs);
|
||||
|
||||
template <class charT, class io_traits, class re_traits>
|
||||
basic_ostream<charT, io_traits>&
|
||||
``[link boost_regex.basic_regex.op_stream operator <<]`` (basic_ostream<charT, io_traits>& os,
|
||||
const basic_regex<charT, re_traits>& e);
|
||||
|
||||
template <class charT, class traits>
|
||||
``[link boost_regex.basic_regex.op_swap void swap]``(basic_regex<charT, traits>& e1,
|
||||
basic_regex<charT, traits>& e2);
|
||||
|
||||
typedef basic_regex<char> regex;
|
||||
typedef basic_regex<wchar_t> wregex;
|
||||
|
||||
} // namespace boost
|
||||
|
||||
[h4 Description]
|
||||
|
||||
Class `basic_regex` has the following public members:
|
||||
|
||||
// main option selection:
|
||||
static const regex_constants::``[syntax_option_type]`` normal
|
||||
= regex_constants::normal;
|
||||
static const regex_constants::``[syntax_option_type]`` ECMAScript
|
||||
= normal;
|
||||
static const regex_constants::``[syntax_option_type]`` JavaScript
|
||||
= normal;
|
||||
static const regex_constants::``[syntax_option_type]`` JScript
|
||||
= normal;
|
||||
static const regex_constants::``[syntax_option_type]`` basic
|
||||
= regex_constants::basic;
|
||||
static const regex_constants::``[syntax_option_type]`` extended
|
||||
= regex_constants::extended;
|
||||
static const regex_constants::``[syntax_option_type]`` awk
|
||||
= regex_constants::awk;
|
||||
static const regex_constants::``[syntax_option_type]`` grep
|
||||
= regex_constants::grep;
|
||||
static const regex_constants::``[syntax_option_type]`` egrep
|
||||
= regex_constants::egrep;
|
||||
static const regex_constants::``[syntax_option_type]`` sed
|
||||
= regex_constants::sed;
|
||||
static const regex_constants::``[syntax_option_type]`` perl
|
||||
= regex_constants::perl;
|
||||
static const regex_constants::``[syntax_option_type]`` literal
|
||||
= regex_constants::literal;
|
||||
|
||||
// modifiers specific to perl expressions:
|
||||
static const regex_constants::``[syntax_option_type]`` no_mod_m
|
||||
= regex_constants::no_mod_m;
|
||||
static const regex_constants::``[syntax_option_type]`` no_mod_s
|
||||
= regex_constants::no_mod_s;
|
||||
static const regex_constants::``[syntax_option_type]`` mod_s
|
||||
= regex_constants::mod_s;
|
||||
static const regex_constants::``[syntax_option_type]`` mod_x
|
||||
= regex_constants::mod_x;
|
||||
|
||||
// modifiers specific to POSIX basic expressions:
|
||||
static const regex_constants::``[syntax_option_type]`` bk_plus_qm
|
||||
= regex_constants::bk_plus_qm;
|
||||
static const regex_constants::``[syntax_option_type]`` bk_vbar
|
||||
= regex_constants::bk_vbar
|
||||
static const regex_constants::``[syntax_option_type]`` no_char_classes
|
||||
= regex_constants::no_char_classes
|
||||
static const regex_constants::``[syntax_option_type]`` no_intervals
|
||||
= regex_constants::no_intervals
|
||||
|
||||
// common modifiers:
|
||||
static const regex_constants::``[syntax_option_type]`` nosubs
|
||||
= regex_constants::nosubs;
|
||||
static const regex_constants::``[syntax_option_type]`` optimize
|
||||
= regex_constants::optimize;
|
||||
static const regex_constants::``[syntax_option_type]`` collate
|
||||
= regex_constants::collate;
|
||||
static const regex_constants::``[syntax_option_type]`` newline_alt
|
||||
= regex_constants::newline_alt;
|
||||
|
||||
The meaning of these options is documented in the [syntax_option_type]
|
||||
section.
|
||||
|
||||
The static constant members are provided as synonyms for the constants declared
|
||||
in namespace `boost::regex_constants`; for each constant of type [syntax_option_type]
|
||||
declared in namespace `boost::regex_constants` then a constant with the same name,
|
||||
type and value is declared within the scope of basic_regex.
|
||||
|
||||
[#boost_regex.basic_regex.construct1]
|
||||
|
||||
basic_regex();
|
||||
|
||||
[*Effects]: Constructs an object of class `basic_regex`.
|
||||
|
||||
[table basic_regex default construction postconditions
|
||||
[[Element][Value]]
|
||||
[[`empty()`][`true`]]
|
||||
[[`size()`][`0`]]
|
||||
[[`str()`][`basic_string<charT>()`]]
|
||||
]
|
||||
|
||||
[#boost_regex.basic_regex.construct2]
|
||||
|
||||
basic_regex(const charT* p, flag_type f = regex_constants::normal);
|
||||
|
||||
[*Requires]: /p/ shall not be a null pointer.
|
||||
|
||||
[*Throws]: [bad_expression] if /p/ is not a valid regular expression,
|
||||
unless the flag `no_except` is set in /f/.
|
||||
|
||||
[*Effects]: Constructs an object of class [basic_regex]; the object's internal
|
||||
finite state machine is constructed from the regular expression contained
|
||||
in the null-terminated string /p/, and interpreted according to the
|
||||
[link boost_regex.ref.syntax_option_type option
|
||||
flags] specified in /f/.
|
||||
|
||||
[table Postconditions for basic_regex construction
|
||||
[[Element][Value]]
|
||||
[[`empty()`][`false`]]
|
||||
[[`size()`][`char_traits<charT>::length(p)`]]
|
||||
[[`str()`][`basic_string<charT>(p)`]]
|
||||
[[`flags()`][['f]]]
|
||||
[[`mark_count()`][The number of marked sub-expressions within the expression.]]
|
||||
]
|
||||
|
||||
[#boost_regex.basic_regex.construct3]
|
||||
|
||||
basic_regex(const charT* p1, const charT* p2,
|
||||
flag_type f = regex_constants::normal);
|
||||
|
||||
[*Requires]: /p1/ and /p2/ are not null pointers, `p1 < p2`.
|
||||
|
||||
[*Throws]: bad_expression if \[p1,p2) is not a valid regular expression, unless
|
||||
the flag `no_except` is set in /f/.
|
||||
|
||||
[*Effects]: Constructs an object of class [basic_regex]; the object's
|
||||
internal finite state machine is constructed from the regular expression
|
||||
contained in the sequence of characters \[p1,p2), and interpreted according the
|
||||
[link boost_regex.ref.syntax_option_type option flags] specified in /f/.
|
||||
|
||||
[table Postconditions for basic_regex construction
|
||||
[[Element][Value]]
|
||||
[[`empty()`][`false`]]
|
||||
[[`size()`][`std::distance(p1,p2)`]]
|
||||
[[`str()`][`basic_string<charT>(p1,p2)`]]
|
||||
[[`flags()`][['f]]]
|
||||
[[`mark_count()`][The number of marked sub-expressions within the expression.]]
|
||||
]
|
||||
|
||||
[#boost_regex.basic_regex.construct4]
|
||||
|
||||
basic_regex(const charT* p, size_type len, flag_type f);
|
||||
|
||||
[*Requires]: /p/ shall not be a null pointer, `len < max_size()`.
|
||||
|
||||
[*Throws]: [bad_expression] if /p/ is not a valid regular expression, unless
|
||||
the flag `no_except` is set in /f/.
|
||||
|
||||
[*Effects]: Constructs an object of class [basic_regex]; the object's
|
||||
internal finite state machine is constructed from the regular expression
|
||||
contained in the sequence of characters \[p, p+len), and interpreted
|
||||
according the option flags specified in /f/.
|
||||
|
||||
[table Postconditions for basic_regex construction
|
||||
[[Element][Value]]
|
||||
[[`empty()`][`false`]]
|
||||
[[`size()`][['len]]]
|
||||
[[`str()`][`basic_string<charT>(p, len)`]]
|
||||
[[`flags()`][['f]]]
|
||||
[[`mark_count()`][The number of marked sub-expressions within the expression.]]
|
||||
]
|
||||
|
||||
[#boost_regex.basic_regex.construct5]
|
||||
|
||||
basic_regex(const basic_regex& e);
|
||||
|
||||
[*Effects]: Constructs an object of class [basic_regex] as a copy of the object
|
||||
/e/.
|
||||
|
||||
[#boost_regex.basic_regex.construct6]
|
||||
|
||||
template <class ST, class SA>
|
||||
basic_regex(const basic_string<charT, ST, SA>& s,
|
||||
flag_type f = regex_constants::normal);
|
||||
|
||||
[*Throws]: [bad_expression] if /s/ is not a valid regular expression,
|
||||
unless the flag `no_except` is set in /f/.
|
||||
|
||||
[*Effects]: Constructs an object of class [basic_regex]; the object's
|
||||
internal finite state machine is constructed from the regular expression
|
||||
contained in the string /s/, and interpreted according to the [link boost_regex.ref.syntax_option_type option
|
||||
flags] specified in /f/.
|
||||
|
||||
[table Postconditions for basic_regex construction
|
||||
[[Element][Value]]
|
||||
[[`empty()`][`false`]]
|
||||
[[`size()`][`s.size()`]]
|
||||
[[`str()`][['s]]]
|
||||
[[`flags()`][['f]]]
|
||||
[[`mark_count()`][The number of marked sub-expressions within the expression.]]
|
||||
]
|
||||
|
||||
[#boost_regex.basic_regex.construct7]
|
||||
|
||||
template <class ForwardIterator>
|
||||
basic_regex(ForwardIterator first, ForwardIterator last,
|
||||
flag_type f = regex_constants::normal);
|
||||
|
||||
[*Throws]: [bad_expression] if the sequence \[first, last) is not a valid
|
||||
regular expression, unless the flag `no_except` is set in /f/.
|
||||
|
||||
[*Effects]: Constructs an object of class [basic_regex]; the object's
|
||||
internal finite state machine is constructed from the regular expression
|
||||
contained in the sequence of characters \[first, last), and interpreted
|
||||
according to the [link boost_regex.ref.syntax_option_type option flags] specified in /f/.
|
||||
|
||||
[table Postconditions for basic_regex construction
|
||||
[[Element][Value]]
|
||||
[[`empty()`][`false`]]
|
||||
[[`size()`][`distance(first,last)`]]
|
||||
[[`str()`][`basic_string<charT>(first,last)`]]
|
||||
[[`flags()`][['f]]]
|
||||
[[`mark_count()`][The number of marked sub-expressions within the expression.]]
|
||||
]
|
||||
|
||||
[#boost_regex.basic_regex.opeq1]
|
||||
|
||||
basic_regex& operator=(const basic_regex& e);
|
||||
|
||||
[*Effects]: Returns the result of `assign(e.str(), e.flags())`.
|
||||
|
||||
[#boost_regex.basic_regex.opeq2]
|
||||
|
||||
basic_regex& operator=(const charT* ptr);
|
||||
|
||||
[*Requires]: /p/ shall not be a null pointer.
|
||||
|
||||
[*Effects]: Returns the result of `assign(ptr)`.
|
||||
|
||||
[#boost_regex.basic_regex.opeq3]
|
||||
|
||||
template <class ST, class SA>
|
||||
basic_regex& operator=(const basic_string<charT, ST, SA>& p);
|
||||
|
||||
[*Effects]: Returns the result of `assign(p)`.
|
||||
|
||||
[#boost_regex.basic_regex.subexpression]
|
||||
|
||||
std::pair<const_iterator, const_iterator> subexpression(size_type n) const;
|
||||
|
||||
[*Effects]: Returns a pair of iterators denoting the location of
|
||||
marked subexpression /n/ within the original regular expression string.
|
||||
The returned iterators are relative to `begin()` and `end()`.
|
||||
|
||||
[*Requires]: The expression must have been compiled with the
|
||||
[syntax_option_type] save_subexpression_location set. Argument
|
||||
/n/ must be in within the range `1 <= n < mark_count()`.
|
||||
|
||||
[#boost_regex.basic_regex.begin]
|
||||
|
||||
const_iterator begin() const;
|
||||
|
||||
[*Effects]: Returns a starting iterator to a sequence of characters representing
|
||||
the regular expression.
|
||||
|
||||
[#boost_regex.basic_regex.end]
|
||||
|
||||
const_iterator end() const;
|
||||
|
||||
[*Effects]: Returns termination iterator to a sequence of characters representing
|
||||
the regular expression.
|
||||
|
||||
[#boost_regex.basic_regex.size]
|
||||
|
||||
size_type size() const;
|
||||
|
||||
[*Effects]: Returns the length of the sequence of characters representing the regular expression.
|
||||
|
||||
[#boost_regex.basic_regex.max_size]
|
||||
|
||||
size_type max_size() const;
|
||||
|
||||
[*Effects]: Returns the maximum length of the sequence of characters representing
|
||||
the regular expression.
|
||||
|
||||
[#boost_regex.basic_regex.empty]
|
||||
|
||||
bool empty() const;
|
||||
|
||||
[*Effects]: Returns true if the object does not contain a valid regular expression,
|
||||
otherwise false.
|
||||
|
||||
[#boost_regex.basic_regex.mark_count]
|
||||
|
||||
unsigned mark_count() const;
|
||||
|
||||
[*Effects]: Returns the number of marked sub-expressions within the regular expresion.
|
||||
|
||||
[#boost_regex.basic_regex.assign1]
|
||||
|
||||
basic_regex& assign(const basic_regex& that);
|
||||
|
||||
[*Effects]: Returns [link boost_regex.basic_regex.assign4 `assign(that.str(), that.flags())`].
|
||||
|
||||
[#boost_regex.basic_regex.assign2]
|
||||
|
||||
basic_regex& assign(const charT* ptr, flag_type f = regex_constants::normal);
|
||||
|
||||
[*Effects]: Returns [link boost_regex.basic_regex.assign4 `assign(string_type(ptr), f)`].
|
||||
|
||||
[#boost_regex.basic_regex.assign3]
|
||||
|
||||
basic_regex& assign(const charT* ptr, unsigned int len, flag_type f);
|
||||
|
||||
[*Effects]: Returns [link boost_regex.basic_regex.assign4 `assign(string_type(ptr, len), f)`].
|
||||
|
||||
[#boost_regex.basic_regex.assign4]
|
||||
|
||||
template <class string_traits, class A>
|
||||
basic_regex& assign(const basic_string<charT, string_traits, A>& s,
|
||||
flag_type f = regex_constants::normal);
|
||||
|
||||
[*Throws]: [bad_expression] if /s/ is not a valid regular expression,
|
||||
unless the flag `no_except` is set in /f/.
|
||||
|
||||
[*Returns]: *this.
|
||||
|
||||
[*Effects]: Assigns the regular expression contained in the string /s/,
|
||||
interpreted according the [link boost_regex.ref.syntax_option_type option flags]
|
||||
specified in /f/.
|
||||
|
||||
[table Postconditions for basic_regex::assign
|
||||
[[Element][Value]]
|
||||
[[`empty()`][`false`]]
|
||||
[[`size()`][`s.size()`]]
|
||||
[[`str()`][['s]]]
|
||||
[[`flags()`][['f]]]
|
||||
[[`mark_count()`][The number of marked sub-expressions within the expression.]]
|
||||
]
|
||||
|
||||
[#boost_regex.basic_regex.assign5]
|
||||
|
||||
template <class InputIterator>
|
||||
basic_regex& assign(InputIterator first, InputIterator last,
|
||||
flag_type f = regex_constants::normal);
|
||||
|
||||
[*Requires]: The type `InputIterator` corresponds to the
|
||||
[@http://input_iterator Input Iterator requirements
|
||||
(24.1.1)].
|
||||
|
||||
[*Effects]: Returns [link boost_regex.basic_regex.assign4 `assign(string_type(first, last), f)`].
|
||||
|
||||
[#boost_regex.basic_regex.flags]
|
||||
|
||||
flag_type flags() const;
|
||||
|
||||
[*Effects]: Returns a copy of the [link boost_regex.ref.syntax_option_type
|
||||
regular expression syntax flags] that were passed to the object's constructor,
|
||||
or the last call to `assign`.
|
||||
|
||||
[#boost_regex.basic_regex.status]
|
||||
|
||||
int status() const;
|
||||
|
||||
[*Effects]: Returns zero if the expression contains a valid regular expression,
|
||||
otherwise an error code. This member function is retained for use in
|
||||
environments that cannot use exception handling.
|
||||
|
||||
[#boost_regex.basic_regex.str]
|
||||
|
||||
basic_string<charT> str() const;
|
||||
|
||||
[*Effects]: Returns a copy of the character sequence passed to the object's constructor,
|
||||
or the last call to assign.
|
||||
|
||||
[#boost_regex.basic_regex.compare]
|
||||
|
||||
int compare(basic_regex& e)const;
|
||||
|
||||
[*Effects]: If `flags() == e.flags()` then returns `str().compare(e.str())`,
|
||||
otherwise returns `flags() - e.flags()`.
|
||||
|
||||
[#boost_regex.basic_regex.imbue]
|
||||
|
||||
locale_type imbue(locale_type l);
|
||||
|
||||
[*Effects]: Returns the result of `traits_inst.imbue(l)` where `traits_inst` is
|
||||
a (default initialized) instance of the template parameter `traits` stored
|
||||
within the object. Calls to `imbue` invalidate any currently contained
|
||||
regular expression.
|
||||
|
||||
[*Postcondition]: `empty() == true`.
|
||||
|
||||
[#boost_regex.basic_regex.getloc]
|
||||
|
||||
locale_type getloc() const;
|
||||
|
||||
[*Effects]: Returns the result of `traits_inst.getloc()` where `traits_inst` is
|
||||
a (default initialized) instance of the template parameter traits stored
|
||||
within the object.
|
||||
|
||||
[#boost_regex.basic_regex.swap]
|
||||
|
||||
void swap(basic_regex& e) throw();
|
||||
|
||||
[*Effects]: Swaps the contents of the two regular expressions.
|
||||
|
||||
[*Postcondition]: `*this` contains the regular expression that was in /e/, /e/ contains
|
||||
the regular expression that was in `*this`.
|
||||
|
||||
[*Complexity]: constant time.
|
||||
|
||||
[note Comparisons between [basic_regex] objects are provided on an
|
||||
experimental basis: please note that these are not present in the [tr1],
|
||||
so use with care if you are writing code that may need to be ported
|
||||
to other implementations of [basic_regex].]
|
||||
|
||||
[#boost_regex.basic_regex.op_eq]
|
||||
|
||||
template <class charT, class traits>
|
||||
bool operator == (const basic_regex<charT, traits>& lhs,
|
||||
const basic_regex<charT, traits>& rhs);
|
||||
|
||||
[*Effects]: Returns `lhs.compare(rhs) == 0`.
|
||||
|
||||
[#boost_regex.basic_regex.op_ne]
|
||||
|
||||
template <class charT, class traits>
|
||||
bool operator != (const basic_regex<charT, traits>& lhs,
|
||||
const basic_regex<charT, traits>& rhs);
|
||||
|
||||
[*Effects]: Returns `lhs.compare(rhs) != 0`.
|
||||
|
||||
[#boost_regex.basic_regex.op_lt]
|
||||
|
||||
template <class charT, class traits>
|
||||
bool operator < (const basic_regex<charT, traits>& lhs,
|
||||
const basic_regex<charT, traits>& rhs);
|
||||
|
||||
[*Effects]: Returns `lhs.compare(rhs) < 0`.
|
||||
|
||||
[#boost_regex.basic_regex.op_le]
|
||||
|
||||
template <class charT, class traits>
|
||||
bool operator <= (const basic_regex<charT, traits>& lhs,
|
||||
const basic_regex<charT, traits>& rhs);
|
||||
|
||||
[*Effects]: Returns `lhs.compare(rhs) <= 0`.
|
||||
|
||||
[#boost_regex.basic_regex.op_ge]
|
||||
|
||||
template <class charT, class traits>
|
||||
bool operator >= (const basic_regex<charT, traits>& lhs,
|
||||
const basic_regex<charT, traits>& rhs);
|
||||
|
||||
[*Effects]: Returns `lhs.compare(rhs) >= 0`.
|
||||
|
||||
[#boost_regex.basic_regex.op_gt]
|
||||
|
||||
template <class charT, class traits>
|
||||
bool operator > (const basic_regex<charT, traits>& lhs,
|
||||
const basic_regex<charT, traits>& rhs);
|
||||
|
||||
[*Effects]: Returns `lhs.compare(rhs) > 0`.
|
||||
|
||||
[note The basic_regex stream inserter is provided on an experimental basis,
|
||||
and outputs the textual representation of the expression to the stream.]
|
||||
|
||||
[#boost_regex.basic_regex.op_stream]
|
||||
|
||||
template <class charT, class io_traits, class re_traits>
|
||||
basic_ostream<charT, io_traits>&
|
||||
operator << (basic_ostream<charT, io_traits>& os
|
||||
const basic_regex<charT, re_traits>& e);
|
||||
|
||||
[*Effects]: Returns `(os << e.str())`.
|
||||
|
||||
[#boost_regex.basic_regex.op_swap]
|
||||
|
||||
template <class charT, class traits>
|
||||
void swap(basic_regex<charT, traits>& lhs,
|
||||
basic_regex<charT, traits>& rhs);
|
||||
|
||||
[*Effects]: calls `lhs.swap(rhs)`.
|
||||
|
||||
[endsect]
|
||||
|
||||
@@ -1,200 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:captures Understanding Marked Sub-Expressions and Captures]
|
||||
|
||||
Captures are the iterator ranges that are "captured" by marked
|
||||
sub-expressions as a regular expression gets matched. Each marked
|
||||
sub-expression can result in more than one capture, if it is matched
|
||||
more than once. This document explains how captures and marked
|
||||
sub-expressions in Boost.Regex are represented and accessed.
|
||||
|
||||
[h4 Marked sub-expressions]
|
||||
|
||||
Every time a Perl regular expression contains a parenthesis group `()`, it
|
||||
spits out an extra field, known as a marked sub-expression,
|
||||
for example the expression:
|
||||
|
||||
[pre (\w+)\W+(\w+)]
|
||||
|
||||
Has two marked sub-expressions (known as $1 and $2 respectively), in
|
||||
addition the complete match is known as $&, everything before the
|
||||
first match as $\`, and everything after the match as $'. So
|
||||
if the above expression is searched for within `"@abc def--"`, then we obtain:
|
||||
|
||||
[table
|
||||
[[Sub-expression][Text found]]
|
||||
[[$\`]["@"]]
|
||||
[[$&]["abc def"]]
|
||||
[[$1]["abc"]]
|
||||
[[$2]["def"]]
|
||||
[[$']["--"]]
|
||||
]
|
||||
|
||||
In Boost.Regex all these are accessible via the [match_results] class that
|
||||
gets filled in when calling one of the regular expression matching algorithms
|
||||
([regex_search], [regex_match], or [regex_iterator]). So given:
|
||||
|
||||
boost::match_results<IteratorType> m;
|
||||
|
||||
The Perl and Boost.Regex equivalents are as follows:
|
||||
|
||||
[table
|
||||
[[Perl][Boost.Regex]]
|
||||
[[$\`][`m.prefix()`]]
|
||||
[[$&][`m[0]`]]
|
||||
[[$n][`m[n]`]]
|
||||
[[$\'][`m.suffix()`]]
|
||||
]
|
||||
|
||||
In Boost.Regex each sub-expression match is represented by a [sub_match] object,
|
||||
this is basically just a pair of iterators denoting the start and end
|
||||
position of the sub-expression match, but there are some additional
|
||||
operators provided so that objects of type [sub_match] behave a lot like a
|
||||
`std::basic_string`: for example they are implicitly convertible to a
|
||||
`basic_string`, they can be compared to a string, added to a string, or
|
||||
streamed out to an output stream.
|
||||
|
||||
[h4 Unmatched Sub-Expressions]
|
||||
|
||||
When a regular expression match is found there is no need for all of the
|
||||
marked sub-expressions to have participated in the match, for example the expression:
|
||||
|
||||
[pre (abc)|(def)]
|
||||
|
||||
can match either $1 or $2, but never both at the same time. In Boost.Regex
|
||||
you can determine which sub-expressions matched by accessing the
|
||||
`sub_match::matched` data member.
|
||||
|
||||
[h4 Repeated Captures]
|
||||
|
||||
When a marked sub-expression is repeated, then the sub-expression gets
|
||||
"captured" multiple times, however normally only the final capture is available,
|
||||
for example if
|
||||
|
||||
[pre (?:(\w+)\W+)+]
|
||||
|
||||
is matched against
|
||||
|
||||
[pre one fine day]
|
||||
|
||||
Then $1 will contain the string "day", and all the previous captures will have
|
||||
been forgotten.
|
||||
|
||||
However, Boost.Regex has an experimental feature that allows all the capture
|
||||
information to be retained - this is accessed either via the
|
||||
`match_results::captures` member function or the `sub_match::captures` member
|
||||
function. These functions return a container that contains a sequence of all
|
||||
the captures obtained during the regular expression matching. The following
|
||||
example program shows how this information may be used:
|
||||
|
||||
#include <boost/regex.hpp>
|
||||
#include <iostream>
|
||||
|
||||
void print_captures(const std::string& regx, const std::string& text)
|
||||
{
|
||||
boost::regex e(regx);
|
||||
boost::smatch what;
|
||||
std::cout << "Expression: \"" << regx << "\"\n";
|
||||
std::cout << "Text: \"" << text << "\"\n";
|
||||
if(boost::regex_match(text, what, e, boost::match_extra))
|
||||
{
|
||||
unsigned i, j;
|
||||
std::cout << "** Match found **\n Sub-Expressions:\n";
|
||||
for(i = 0; i < what.size(); ++i)
|
||||
std::cout << " $" << i << " = \"" << what[i] << "\"\n";
|
||||
std::cout << " Captures:\n";
|
||||
for(i = 0; i < what.size(); ++i)
|
||||
{
|
||||
std::cout << " $" << i << " = {";
|
||||
for(j = 0; j < what.captures(i).size(); ++j)
|
||||
{
|
||||
if(j)
|
||||
std::cout << ", ";
|
||||
else
|
||||
std::cout << " ";
|
||||
std::cout << "\"" << what.captures(i)[j] << "\"";
|
||||
}
|
||||
std::cout << " }\n";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
std::cout << "** No Match found **\n";
|
||||
}
|
||||
}
|
||||
|
||||
int main(int , char* [])
|
||||
{
|
||||
print_captures("(([[:lower:]]+)|([[:upper:]]+))+", "aBBcccDDDDDeeeeeeee");
|
||||
print_captures("(.*)bar|(.*)bah", "abcbar");
|
||||
print_captures("(.*)bar|(.*)bah", "abcbah");
|
||||
print_captures("^(?:(\\w+)|(?>\\W+))*$",
|
||||
"now is the time for all good men to come to the aid of the party");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Which produces the following output:
|
||||
|
||||
[pre
|
||||
Expression: "(([[:lower:\]\]+)|([[:upper:\]\]+))+"
|
||||
Text: "aBBcccDDDDDeeeeeeee"
|
||||
'''**''' Match found '''**'''
|
||||
Sub-Expressions:
|
||||
$0 = "aBBcccDDDDDeeeeeeee"
|
||||
$1 = "eeeeeeee"
|
||||
$2 = "eeeeeeee"
|
||||
$3 = "DDDDD"
|
||||
Captures:
|
||||
$0 = { "aBBcccDDDDDeeeeeeee" }
|
||||
$1 = { "a", "BB", "ccc", "DDDDD", "eeeeeeee" }
|
||||
$2 = { "a", "ccc", "eeeeeeee" }
|
||||
$3 = { "BB", "DDDDD" }
|
||||
Expression: "(.'''*''')bar|(.'''*''')bah"
|
||||
Text: "abcbar"
|
||||
'''**''' Match found '''**'''
|
||||
Sub-Expressions:
|
||||
$0 = "abcbar"
|
||||
$1 = "abc"
|
||||
$2 = ""
|
||||
Captures:
|
||||
$0 = { "abcbar" }
|
||||
$1 = { "abc" }
|
||||
$2 = { }
|
||||
Expression: "(.'''*''')bar|(.'''*''')bah"
|
||||
Text: "abcbah"
|
||||
'''**''' Match found '''**'''
|
||||
Sub-Expressions:
|
||||
$0 = "abcbah"
|
||||
$1 = ""
|
||||
$2 = "abc"
|
||||
Captures:
|
||||
$0 = { "abcbah" }
|
||||
$1 = { }
|
||||
$2 = { "abc" }
|
||||
Expression: "^(?:(\w+)|(?>\W+))'''*$'''"
|
||||
Text: "now is the time for all good men to come to the aid of the party"
|
||||
'''**''' Match found '''**'''
|
||||
Sub-Expressions:
|
||||
$0 = "now is the time for all good men to come to the aid of the party"
|
||||
$1 = "party"
|
||||
Captures:
|
||||
$0 = { "now is the time for all good men to come to the aid of the party" }
|
||||
$1 = { "now", "is", "the", "time", "for", "all", "good", "men", "to",
|
||||
"come", "to", "the", "aid", "of", "the", "party" }
|
||||
]
|
||||
|
||||
Unfortunately enabling this feature has an impact on performance
|
||||
(even if you don't use it), and a much bigger impact if you do use it,
|
||||
therefore to use this feature you need to:
|
||||
|
||||
* Define BOOST_REGEX_MATCH_EXTRA for all translation units including the library source (the best way to do this is to uncomment this define in boost/regex/user.hpp and then rebuild everything.
|
||||
* Pass the match_extra flag to the particular algorithms where you actually need the captures information (regex_search, regex_match, or regex_iterator).
|
||||
|
||||
[endsect]
|
||||
|
||||
@@ -1,92 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:character_classes Character Class Names]
|
||||
|
||||
[section:std_char_clases Character Classes that are Always Supported]
|
||||
|
||||
The following character class names are always supported by Boost.Regex:
|
||||
|
||||
[table
|
||||
[[Name] [POSIX-standard name] [Description]]
|
||||
[[alnum] [Yes] [Any alpha-numeric character.]]
|
||||
[[alpha] [Yes] [Any alphabetic character.]]
|
||||
[[blank] [Yes] [Any whitespace character that is not a line separator.]]
|
||||
[[cntrl] [Yes] [Any control character.]]
|
||||
[[d] [No] [Any decimal digit]]
|
||||
[[digit] [Yes] [Any decimal digit.]]
|
||||
[[graph] [Yes] [Any graphical character.]]
|
||||
[[l] [No] [Any lower case character.]]
|
||||
[[lower] [Yes] [Any lower case character.]]
|
||||
[[print] [Yes] [Any printable character.]]
|
||||
[[punct] [Yes] [Any punctuation character.]]
|
||||
[[s] [No] [Any whitespace character.]]
|
||||
[[space] [Yes] [Any whitespace character.]]
|
||||
[[unicode] [No] [Any extended character whose code point is above 255 in value.]]
|
||||
[[u] [No] [Any upper case character.]]
|
||||
[[upper] [Yes] [Any upper case character.]]
|
||||
[[w] [No] [Any word character (alphanumeric characters plus the underscore).]]
|
||||
[[word] [No] [Any word character (alphanumeric characters plus the underscore).]]
|
||||
[[xdigit] [Yes] [Any hexadecimal digit character.]]
|
||||
]
|
||||
|
||||
[endsect]
|
||||
|
||||
[section:optional_char_class_names Character classes that are supported by Unicode Regular Expressions]
|
||||
|
||||
The following character classes are only supported by Unicode Regular Expressions:
|
||||
that is those that use the `u32regex` type. The names used are the same as
|
||||
those from Chapter 4 of the Unicode standard.
|
||||
|
||||
[table
|
||||
[[Short Name] [Long Name]]
|
||||
[[ ] [ASCII]]
|
||||
[[ ] [Any]]
|
||||
[[ ] [Assigned]]
|
||||
[[C*] [Other]]
|
||||
[[Cc] [Control]]
|
||||
[[Cf] [Format]]
|
||||
[[Cn] [Not Assigned]]
|
||||
[[Co] [Private Use]]
|
||||
[[Cs] [Surrogate]]
|
||||
[[L*] [Letter]]
|
||||
[[Ll] [Lowercase Letter]]
|
||||
[[Lm] [Modifier Letter]]
|
||||
[[Lo] [Other Letter]]
|
||||
[[Lt] [Titlecase]]
|
||||
[[Lu] [Uppercase Letter]]
|
||||
[[M*] [Mark]]
|
||||
[[Mc] [Spacing Combining Mark]]
|
||||
[[Me] [Enclosing Mark]]
|
||||
[[Mn] [Non-Spacing Mark]]
|
||||
[[N*] [Number]]
|
||||
[[Nd] [Decimal Digit Number]]
|
||||
[[Nl] [Letter Number]]
|
||||
[[No] [Other Number]]
|
||||
[[P*] [Punctuation]]
|
||||
[[Pc] [Connector Punctuation]]
|
||||
[[Pd] [Dash Punctuation]]
|
||||
[[Pe] [Close Punctuation]]
|
||||
[[Pf] [Final Punctuation]]
|
||||
[[Pi] [Initial Punctuation]]
|
||||
[[Po] [Other Punctuation]]
|
||||
[[Ps] [Open Punctuation]]
|
||||
[[S*] [Symbol]]
|
||||
[[Sc] [Currency Symbol]]
|
||||
[[Sk] [Modifier Symbol]]
|
||||
[[Sm] [Math Symbol]]
|
||||
[[So] [Other Symbol]]
|
||||
[[Z*] [Separator]]
|
||||
[[Zl] [Line Separator]]
|
||||
[[Zp] [Paragraph Separator]]
|
||||
[[Zs] [Space Separator]]
|
||||
]
|
||||
|
||||
[endsect]
|
||||
[endsect]
|
||||
|
||||
@@ -1,128 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:collating_names Collating Names]
|
||||
|
||||
[section:digraphs Digraphs]
|
||||
|
||||
The following are treated as valid digraphs when used as a collating name:
|
||||
|
||||
"ae", "Ae", "AE", "ch", "Ch", "CH", "ll", "Ll", "LL", "ss", "Ss", "SS", "nj", "Nj", "NJ", "dz", "Dz", "DZ", "lj", "Lj", "LJ".
|
||||
|
||||
So for example the expression:
|
||||
|
||||
[pre \[\[.ae.\]-c\] ]
|
||||
|
||||
will match any character that collates between the digraph "ae" and the character "c".
|
||||
|
||||
[endsect]
|
||||
|
||||
[section:posix_symbolic_names POSIX Symbolic Names]
|
||||
|
||||
The following symbolic names are recognised as valid collating element names,
|
||||
in addition to any single character, this allows you to write for example:
|
||||
|
||||
[pre \[\[.left-square-bracket.\]\[.right-square-bracket.\]\]]
|
||||
|
||||
if you wanted to match either "\[" or "\]".
|
||||
|
||||
[table
|
||||
[[Name][Character]]
|
||||
[[NUL] [\\x00]]
|
||||
[[SOH] [\\x01]]
|
||||
[[STX] [\\x02]]
|
||||
[[ETX] [\\x03]]
|
||||
[[EOT] [\\x04]]
|
||||
[[ENQ] [\\x05]]
|
||||
[[ACK] [\\x06]]
|
||||
[[alert] [\\x07]]
|
||||
[[backspace] [\\x08]]
|
||||
[[tab] [\\t]]
|
||||
[[newline] [\\n]]
|
||||
[[vertical-tab] [\\v]]
|
||||
[[form-feed] [\\f]]
|
||||
[[carriage-return] [\\r]]
|
||||
[[SO] [\\xE]]
|
||||
[[SI] [\\xF]]
|
||||
[[DLE] [\\x10]]
|
||||
[[DC1] [\\x11]]
|
||||
[[DC2] [\\x12]]
|
||||
[[DC3] [\\x13]]
|
||||
[[DC4] [\\x14]]
|
||||
[[NAK] [\\x15]]
|
||||
[[SYN] [\\x16]]
|
||||
[[ETB] [\\x17]]
|
||||
[[CAN] [\\x18]]
|
||||
[[EM] [\\x19]]
|
||||
[[SUB] [\\x1A]]
|
||||
[[ESC] [\\x1B]]
|
||||
[[IS4] [\\x1C]]
|
||||
[[IS3] [\\x1D]]
|
||||
[[IS2] [\\x1E]]
|
||||
[[IS1] [\\x1F]]
|
||||
[[space] [\\x20]]
|
||||
[[exclamation-mark] [!]]
|
||||
[[quotation-mark] ["]]
|
||||
[[number-sign] [#]]
|
||||
[[dollar-sign] [$]]
|
||||
[[percent-sign] [%]]
|
||||
[[ampersand] [&]]
|
||||
[[apostrophe] [\']]
|
||||
[[left-parenthesis] [(]]
|
||||
[[right-parenthesis] [)]]
|
||||
[[asterisk] [\*]]
|
||||
[[plus-sign] [+]]
|
||||
[[comma] [,]]
|
||||
[[hyphen] [-]]
|
||||
[[period] [.]]
|
||||
[[slash] [ / ]]
|
||||
[[zero] [0]]
|
||||
[[one] [1]]
|
||||
[[two] [2]]
|
||||
[[three] [3]]
|
||||
[[four] [4]]
|
||||
[[five] [5]]
|
||||
[[six] [6]]
|
||||
[[seven] [7]]
|
||||
[[eight] [8]]
|
||||
[[nine] [9]]
|
||||
[[colon] [\:]]
|
||||
[[semicolon] [;]]
|
||||
[[less-than-sign] [<]]
|
||||
[[equals-sign] [=]]
|
||||
[[greater-than-sign] [>]]
|
||||
[[question-mark] [?]]
|
||||
[[commercial-at] [@]]
|
||||
[[left-square-bracket] [\[]]
|
||||
[[backslash][\\]]
|
||||
[[right-square-bracket][\]]]
|
||||
[[circumflex][~]]
|
||||
[[underscore][_]]
|
||||
[[grave-accent][`]]
|
||||
[[left-curly-bracket][{]]
|
||||
[[vertical-line][|]]
|
||||
[[right-curly-bracket][}]]
|
||||
[[tilde][~]]
|
||||
[[DEL][\\x7F]]
|
||||
]
|
||||
|
||||
[endsect]
|
||||
|
||||
[section:named_unicode Named Unicode Characters]
|
||||
|
||||
When using [link boost_regex.unicode Unicode aware regular expressions] (with the `u32regex` type), all
|
||||
the normal symbolic names for Unicode characters (those given in Unidata.txt)
|
||||
are recognised. So for example:
|
||||
|
||||
[pre \[\[.CYRILLIC CAPITAL LETTER I.\]\] ]
|
||||
|
||||
would match the Unicode character 0x0418.
|
||||
|
||||
[endsect]
|
||||
[endsect]
|
||||
|
||||
@@ -1,107 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:concepts Concepts]
|
||||
|
||||
[section:charT_concept charT Requirements]
|
||||
|
||||
Type `charT` used a template argument to class template [basic_regex],
|
||||
must have a trivial default constructor, copy constructor,
|
||||
assignment operator, and destructor. In addition the following requirements
|
||||
must be met for objects; /c/ of type `charT`, /c1/ and /c2/ of type `charT const`,
|
||||
and /i/ of type `int`:
|
||||
|
||||
[table
|
||||
[[Expression] [Return type] [Assertion / Note / Pre- / Post-condition]]
|
||||
[[charT c] [charT] [Default constructor (must be trivial).]]
|
||||
[[charT c(c1)] [charT] [Copy constructor (must be trivial).]]
|
||||
[[c1 = c2] [charT] [Assignment operator (must be trivial).]]
|
||||
[[c1 == c2] [bool] [true if c1 has the same value as c2.]]
|
||||
[[c1 != c2] [bool] [true if c1 and c2 are not equal.]]
|
||||
[[c1 < c2] [bool] [true if the value of c1 is less than c2.]]
|
||||
[[c1 > c2] [bool] [true if the value of c1 is greater than c2.]]
|
||||
[[c1 <= c2] [bool] [true if c1 is less than or equal to c2.]]
|
||||
[[c1 >= c2] [bool] [true if c1 is greater than or equal to c2.]]
|
||||
[[intmax_t i = c1] [int ] [charT must be convertible to an integral type.
|
||||
|
||||
Note: type charT is not required to support this operation, if the traits class used supports the full Boost-specific interface, rather than the minimal standardised-interface (see traits class requirements below).]]
|
||||
[[charT c(i);] [charT] [charT must be constructable from an integral type.]]
|
||||
]
|
||||
|
||||
[endsect]
|
||||
|
||||
[section:traits_concept Traits Class Requirements]
|
||||
|
||||
There are two sets of requirements for the `traits` template argument to
|
||||
[basic_regex]: a mininal interface (which is part of the regex standardization proposal),
|
||||
and an optional Boost-specific enhanced interface.
|
||||
|
||||
[h4 Minimal requirements.]
|
||||
|
||||
In the following table `X` denotes a traits class defining types and functions for
|
||||
the character container type `charT`; /u/ is an object of type `X`; /v/ is
|
||||
an object of type `const X`; /p/ is a value of type `const charT*`;
|
||||
/I1/ and /I2/ are Input Iterators; /c/ is a value of type `const charT`;
|
||||
/s/ is an object of type `X::string_type`; /cs/ is an object of type
|
||||
`const X::string_type`; /b/ is a value of type `bool`; /I/ is a value of
|
||||
type `int`; /F1/ and /F2/ are values of type `const charT*`; and /loc/ is
|
||||
an object of type `X::locale_type`.
|
||||
|
||||
[table
|
||||
[[Expression][Return type][Assertion / Note Pre / Post condition]]
|
||||
[[X::char_type][charT][The character container type used in the implementation of class template basic_regex.]]
|
||||
[[X::size_type][][An unsigned integer type, capable of holding the length of a null-terminated string of charT's.]]
|
||||
[[X::string_type][std::basic_string<charT> or std::vector<charT>][]]
|
||||
[[X::locale_type][Implementation defined][A copy constructible type that represents the locale used by the traits class.]]
|
||||
[[X::char_class_type][Implementation defined][A bitmask type representing a particular character classification. Multiple values of this type can be bitwise-or'ed together to obtain a new valid value.]]
|
||||
[[X::length(p)][X::size_type][Yields the smallest i such that p\[i\] == 0. Complexity is linear in i.]]
|
||||
[[v.translate(c)][X::char_type][Returns a character such that for any character d that is to be considered equivalent to c then v.translate(c) == v.translate(d).]]
|
||||
[[v.translate_nocase(c)][X::char_type][For all characters C that are to be considered equivalent to c when comparisons are to be performed without regard to case, then v.translate_nocase(c) == v.translate_nocase(C).]]
|
||||
[[v.transform(F1, F2)][X::string_type][Returns a sort key for the character sequence designated by the iterator range \[F1, F2) such that if the character sequence \[G1, G2) sorts before the character sequence [H1, H2) then v.transform(G1, G2) < v.transform(H1, H2). ]]
|
||||
[[v.transform_primary(F1, F2)][X::string_type][Returns a sort key for the character sequence designated by the iterator range \[F1, F2) such that if the character sequence [G1, G2) sorts before the character sequence \[H1, H2) when character case is not considered then v.transform_primary(G1, G2) < v.transform_primary(H1, H2).]]
|
||||
[[v.lookup_classname(F1, F2)][X::char_class_type][Converts the character sequence designated by the iterator range \[F1,F2) into a bitmask type that can subsequently be passed to isctype. Values returned from lookup_classname can be safely bitwise or'ed together. Returns 0 if the character sequence is not the name of a character class recognized by X. The value returned shall be independent of the case of the characters in the sequence.]]
|
||||
[[v.lookup_collatename(F1, F2)][X::string_type][Returns a sequence of characters that represents the collating element consisting of the character sequence designated by the iterator range \[F1, F2). Returns an empty string if the character sequence is not a valid collating element.]]
|
||||
[[v.isctype(c, v.lookup_classname (F1, F2))][bool][Returns true if character c is a member of the character class designated by the iterator range \[F1, F2), false otherwise.]]
|
||||
[[v.value(c, I)][int][Returns the value represented by the digit c in base I if the character c is a valid digit in base I; otherwise returns -1. \[Note: the value of I will only be 8, 10, or 16. -end note\]]]
|
||||
[[u.imbue(loc)][X::locale_type][Imbues u with the locale loc, returns the previous locale used by u if any. ]]
|
||||
[[v.getloc()][X::locale_type][Returns the current locale used by v if any. ]]
|
||||
]
|
||||
|
||||
[h4 Additional Optional Requirements]
|
||||
|
||||
The following additional requirements are strictly optional,
|
||||
however in order for [basic_regex] to take advantage of these additional
|
||||
interfaces, all of the following requirements must be met; [basic_regex]
|
||||
will detect the presence or absense of the member `boost_extensions_tag` and
|
||||
configure itself appropriately.
|
||||
|
||||
|
||||
[table
|
||||
[[Expression][Result][Assertion / Note Pre / Post condition]]
|
||||
[[X::boost_extensions_tag][An unspecified type.][When present, all of the extensions listed in this table must be present.]]
|
||||
[[v.syntax_type(c)][regex_constants::syntax_type][Returns a symbolic value of type regex_constants::syntax_type that signifies the meaning of character c within the regular expression grammar.]]
|
||||
[[v.escape_syntax_type(c)][regex_constants::escape_syntax_type][Returns a symbolic value of type regex_constants::escape_syntax_type, that signifies the meaning of character c within the regular expression grammar, when c has been preceded by an escape character. Precondition: if b is the character preceding c in the expression being parsed then: `v.syntax_type(b) == syntax_escape`]]
|
||||
[[v.translate(c, b)][X::char_type][Returns a character d such that: for any character d that is to be considered equivalent to c then `v.translate(c,false)==v.translate(d,false)`. Likewise for all characters C that are to be considered equivalent to c when comparisons are to be performed without regard to case, then `v.translate(c,true)==v.translate(C,true)`.]]
|
||||
[[v.toi(I1, I2, i)][An integer type capable of holding either a charT or an int.][Behaves as follows: if `p == q` or if `*p` is not a digit character then returns -1. Otherwise performs formatted numeric input on the sequence \[p,q) and returns the result as an int. Postcondition: either p == q or *p is a non-digit character.]]
|
||||
[[v.error_string(I)][std::string][Returns a human readable error string for the error condition i, where i is one of the values enumerated by type regex_constants::error_type. If the value /I/ is not recognized then returns the string "Unknown error" or a localized equivalent.]]
|
||||
[[v.tolower(c)][X::char_type][Converts c to lower case, used for Perl-style \l and \L formating operations.]]
|
||||
[[v.toupper(c)][X::char_type][Converts c to upper case, used for Perl-style \u and \U formating operations.]]
|
||||
]
|
||||
|
||||
[endsect]
|
||||
|
||||
[section:iterator_concepts Iterator Requirements]
|
||||
|
||||
The regular expression algorithms (and iterators) take all require a
|
||||
Bidirectional-Iterator.
|
||||
|
||||
[endsect]
|
||||
|
||||
[endsect]
|
||||
|
||||
|
||||
@@ -1,86 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:configuration Configuration]
|
||||
|
||||
[section:compiler Compiler Setup]
|
||||
|
||||
You shouldn't need to do anything special to configure Boost.Regex for use
|
||||
with your compiler - the [@../../../config/index.html Boost.Config subsystem] should already take care of it,
|
||||
if you do have problems (or you are using a particularly obscure compiler
|
||||
or platform) then [@../../../config/index.html Boost.Config] has a configure script that you can run.
|
||||
|
||||
[endsect]
|
||||
|
||||
[section:locale Locale and traits class selection]
|
||||
|
||||
The following macros (see [@../../../../boost/regex/user.hpp user.hpp]) control how Boost.Regex interacts with
|
||||
the user's locale:
|
||||
|
||||
[table
|
||||
[[macro][description]]
|
||||
[[BOOST_REGEX_USE_C_LOCALE][Forces Boost.Regex to use the global C locale in its traits class support: this is now deprecated in favour of the C++ locale.]]
|
||||
[[BOOST_REGEX_USE_CPP_LOCALE][Forces Boost.Regex to use std::locale in it's default traits class, regular expressions can then be imbued with an instance specific locale. This is the default behaviour on non-Windows platforms.]]
|
||||
[[BOOST_REGEX_NO_W32][Tells Boost.Regex not to use any Win32 API's even when available (implies BOOST_REGEX_USE_CPP_LOCALE unless BOOST_REGEX_USE_C_LOCALE is set).]]
|
||||
]
|
||||
|
||||
[endsect]
|
||||
|
||||
|
||||
[section:linkage Linkage Options]
|
||||
|
||||
[table
|
||||
[[macro][description]]
|
||||
[[BOOST_REGEX_DYN_LINK][For Microsoft and Borland C++ builds, this tells Boost.Regex that it should link to the dll build of the Boost.Regex. By default boost.regex will link to its static library build, even if the dynamic C runtime library is in use.]]
|
||||
[[BOOST_REGEX_NO_LIB][For Microsoft and Borland C++ builds, this tells Boost.Regex that it should not automatically select the library to link to.]]
|
||||
]
|
||||
|
||||
[endsect]
|
||||
|
||||
[section:algorithm Algorithm Selection]
|
||||
|
||||
[table
|
||||
[[macro][description]]
|
||||
[[BOOST_REGEX_RECURSIVE][Tells Boost.Regex to use a stack-recursive matching algorithm. This is generally the fastest option (although there is very little in it), but can cause stack overflow in extreme cases, on Win32 this can be handled safely, but this is not the case on other platforms.]]
|
||||
[[BOOST_REGEX_NON_RECURSIVE][Tells Boost.Regex to use a non-stack recursive matching algorithm, this can be slightly slower than the alternative, but is always safe no matter how pathological the regular expression. This is the default on non-Win32 platforms.]]
|
||||
]
|
||||
|
||||
[endsect]
|
||||
|
||||
[section:tuning Algorithm Tuning]
|
||||
|
||||
The following option applies only if BOOST_REGEX_RECURSIVE is set.
|
||||
|
||||
[table
|
||||
[[macro][description]]
|
||||
[[BOOST_REGEX_HAS_MS_STACK_GUARD][Tells Boost.Regex that Microsoft style __try - __except blocks are supported, and can be used to safely trap stack overflow.]]
|
||||
]
|
||||
|
||||
|
||||
The following options apply only if BOOST_REGEX_NON_RECURSIVE is set.
|
||||
|
||||
[table
|
||||
[[macro][description]]
|
||||
[[BOOST_REGEX_BLOCKSIZE][In non-recursive mode, Boost.Regex uses largish blocks of memory to act as a stack for the state machine, the larger the block size then the fewer allocations that will take place. This defaults to 4096 bytes, which is large enough to match the vast majority of regular expressions without further allocations, however, you can choose smaller or larger values depending upon your platforms characteristics.]]
|
||||
[[BOOST_REGEX_MAX_BLOCKS][Tells Boost.Regex how many blocks of size BOOST_REGEX_BLOCKSIZE it is permitted to use. If this value is exceeded then Boost.Regex will stop trying to find a match and throw a std::runtime_error. Defaults to 1024, don't forget to tweek this value if you alter BOOST_REGEX_BLOCKSIZE by much.]]
|
||||
[[BOOST_REGEX_MAX_CACHE_BLOCKS][Tells Boost.Regex how many memory blocks to store in
|
||||
it's internal cache - memory blocks are taken from this cache rather than by calling
|
||||
::operator new. Generally speeking this can be an order of magnitude faster than
|
||||
calling ::opertator new each time a memory block is required, but has the
|
||||
downside that Boost.Regex can end up caching a large chunk of memory (by default
|
||||
up to 16 blocks each of BOOST_REGEX_BLOCKSIZE size). If memory is tight then try
|
||||
defining this to 0 (disables all caching), or if that is too slow, then a value of
|
||||
1 or 2, may be sufficient. On the other hand, on large multi-processor,
|
||||
multi-threaded systems, you may find that a higher value is in order.]]
|
||||
]
|
||||
|
||||
[endsect]
|
||||
|
||||
[endsect]
|
||||
|
||||
|
||||
@@ -1,63 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:error_type error_type]
|
||||
|
||||
[h4 Synopsis]
|
||||
|
||||
Type error type represents the different types of errors that can be raised
|
||||
by the library when parsing a regular expression.
|
||||
|
||||
namespace boost{ namespace regex_constants{
|
||||
|
||||
typedef implementation-specific-type error_type;
|
||||
|
||||
static const error_type error_collate;
|
||||
static const error_type error_ctype;
|
||||
static const error_type error_escape;
|
||||
static const error_type error_backref;
|
||||
static const error_type error_brack;
|
||||
static const error_type error_paren;
|
||||
static const error_type error_brace;
|
||||
static const error_type error_badbrace;
|
||||
static const error_type error_range;
|
||||
static const error_type error_space;
|
||||
static const error_type error_badrepeat;
|
||||
static const error_type error_complexity;
|
||||
static const error_type error_stack;
|
||||
static const error_type error_bad_pattern;
|
||||
|
||||
} // namespace regex_constants
|
||||
} // namespace boost
|
||||
|
||||
|
||||
[h4 Description]
|
||||
|
||||
The type `error_type` is an implementation-specific enumeration type that may
|
||||
take one of the following values:
|
||||
|
||||
[table
|
||||
[[Constant][Meaning]]
|
||||
[[error_collate][An invalid collating element was specified in a \[\[.name.\]\] block.]]
|
||||
[[error_ctype][An invalid character class name was specified in a \[\[:name:\]\] block.]]
|
||||
[[error_escape][An invalid or trailing escape was encountered.]]
|
||||
[[error_backref][A back-reference to a non-existant marked sub-expression was encountered.]]
|
||||
[[error_brack][An invalid character set \[...\] was encountered.]]
|
||||
[[error_paren][Mismatched '(' and ')'.]]
|
||||
[[error_brace][Mismatched '{' and '}'.]]
|
||||
[[error_badbrace][Invalid contents of a {...} block.]]
|
||||
[[error_range][A character range was invalid, for example \[d-a\].]]
|
||||
[[error_space][Out of memory.]]
|
||||
[[error_badrepeat][An attempt to repeat something that can not be repeated - for example a*+]]
|
||||
[[error_complexity][The expression became too complex to handle.]]
|
||||
[[error_stack][Out of program stack space.]]
|
||||
[[error_bad_pattern][Other unspecified errors.]]
|
||||
]
|
||||
|
||||
[endsect]
|
||||
|
||||
@@ -1,128 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:examples Test and Example Programs]
|
||||
|
||||
[h4 Test Programs]
|
||||
|
||||
[*regress:]
|
||||
|
||||
A regression test application that gives the matching/searching algorithms a
|
||||
full workout. The presence of this program is your guarantee that the
|
||||
library will behave as claimed - at least as far as those items tested
|
||||
are concerned - if anyone spots anything that isn't being tested I'd be
|
||||
glad to hear about it.
|
||||
|
||||
Files:
|
||||
|
||||
* [@../../test/regress/main.cpp main.cpp]
|
||||
* [@../../test/regress/basic_tests.cpp basic_tests.cpp]
|
||||
* [@../../test/regress/test_alt.cpp test_alt.cpp]
|
||||
* [@../../test/regress/test_anchors.cpp test_anchors.cpp]
|
||||
* [@../../test/regress/test_asserts.cpp test_asserts.cpp]
|
||||
* [@../../test/regress/test_backrefs.cpp test_backrefs.cpp]
|
||||
* [@../../test/regress/test_deprecated.cpp test_deprecated.cpp]
|
||||
* [@../../test/regress/test_emacs.cpp test_emacs.cpp]
|
||||
* [@../../test/regress/test_escapes.cpp test_escapes.cpp]
|
||||
* [@../../test/regress/test_grep.cpp test_grep.cpp]
|
||||
* [@../../test/regress/test_icu.cpp test_icu.cpp]
|
||||
* [@../../test/regress/test_locale.cpp test_locale.cpp]
|
||||
* [@../../test/regress/test_mfc.cpp test_mfc.cpp]
|
||||
* [@../../test/regress/test_non_greedy_repeats.cpp test_non_greedy_repeats.cpp]
|
||||
* [@../../test/regress/test_operators.cpp test_operators.cpp]
|
||||
* [@../../test/regress/test_overloads.cpp test_overloads.cpp]
|
||||
* [@../../test/regress/test_perl_ex.cpp test_perl_ex.cpp]
|
||||
* [@../../test/regress/test_replace.cpp test_replace.cpp]
|
||||
* [@../../test/regress/test_sets.cpp test_sets.cpp]
|
||||
* [@../../test/regress/test_simple_repeats.cpp test_simple_repeats.cpp]
|
||||
* [@../../test/regress/test_tricky_cases.cpp test_tricky_cases.cpp]
|
||||
* [@../../test/regress/test_unicode.cpp test_unicode.cpp]
|
||||
|
||||
[*bad_expression_test:]
|
||||
|
||||
Verifies that "bad" regular expressions don't cause the matcher to go into
|
||||
infinite loops, but to throw an exception instead.
|
||||
|
||||
Files: [@../../test/pathology/bad_expression_test.cpp bad_expression_test.cpp].
|
||||
|
||||
[*recursion_test:]
|
||||
|
||||
Verifies that the matcher can't overrun the stack (no matter what the expression).
|
||||
|
||||
Files: [@../../test/pathology/recursion_test.cpp recursion_test.cpp].
|
||||
|
||||
[*concepts:]
|
||||
|
||||
Verifies that the library meets all documented concepts (a compile only test).
|
||||
|
||||
Files: [@../../test/concepts/concept_check.cpp concept_check.cpp].
|
||||
|
||||
[*captures_test:]
|
||||
|
||||
Test code for captures.
|
||||
|
||||
Files: [@../../test/captures/captures_test.cpp captures_test.cpp].
|
||||
|
||||
[h4 Example programs]
|
||||
|
||||
[*grep]
|
||||
|
||||
A simple grep implementation, run with the -h command line option to find out its usage.
|
||||
|
||||
Files: [@../../example/grep/grep.cpp grep.cpp]
|
||||
|
||||
[*timer.exe]
|
||||
|
||||
A simple interactive expression matching application, the results of all
|
||||
matches are timed, allowing the programmer to optimize their regular expressions
|
||||
where performance is critical.
|
||||
|
||||
Files: [@../../example/timer/regex_timer.cpp regex_timer.cpp].
|
||||
|
||||
[h4 Code snippets]
|
||||
|
||||
The snippets examples contain the code examples used in the documentation:
|
||||
|
||||
[@../../example/snippets/captures_example.cpp captures_example.cpp]: Demonstrates the use of captures.
|
||||
|
||||
[@../../example/snippets/credit_card_example.cpp credit_card_example.cpp]: Credit card number formatting code.
|
||||
|
||||
[@../../example/snippets/partial_regex_grep.cpp partial_regex_grep.cpp]: Search example using partial matches.
|
||||
|
||||
[@../../example/snippets/partial_regex_match.cpp partial_regex_match.cpp]: regex_match example using partial matches.
|
||||
|
||||
[@../../example/snippets/regex_iterator_example.cpp regex_iterator_example.cpp]: Iterating through a series of matches.
|
||||
|
||||
[@../../example/snippets/regex_match_example.cpp regex_match_example.cpp]: ftp based regex_match example.
|
||||
|
||||
[@../../example/snippets/regex_merge_example.cpp regex_merge_example.cpp]: regex_merge example: converts a C++ file to syntax highlighted HTML.
|
||||
|
||||
[@../../example/snippets/regex_replace_example.cpp regex_replace_example.cpp]: regex_replace example: converts a C++ file to syntax highlighted HTML
|
||||
|
||||
[@../../example/snippets/regex_search_example.cpp regex_search_example.cpp]: regex_search example: searches a cpp file for class definitions.
|
||||
|
||||
[@../../example/snippets/regex_token_iterator_eg_1.cpp regex_token_iterator_eg_1.cpp]: split a string into a series of tokens.
|
||||
|
||||
[@../../example/snippets/regex_token_iterator_eg_2.cpp regex_token_iterator_eg_2.cpp]: enumerate the linked URL's in a HTML file.
|
||||
|
||||
The following are deprecated:
|
||||
|
||||
[@../../example/snippets/regex_grep_example_1.cpp regex_grep_example_1.cpp]: regex_grep example 1: searches a cpp file for class definitions.
|
||||
|
||||
[@../../example/snippets/regex_grep_example_2.cpp regex_grep_example_2.cpp]: regex_grep example 2: searches a cpp file for class definitions, using a global callback function.
|
||||
|
||||
[@../../example/snippets/regex_grep_example_3.cpp regex_grep_example_3.cpp]: regex_grep example 2: searches a cpp file for class definitions, using a bound member function callback.
|
||||
|
||||
[@../../example/snippets/regex_grep_example_4.cpp regex_grep_example_4.cpp]: regex_grep example 2: searches a cpp file for class definitions, using a C++ Builder closure as a callback.
|
||||
|
||||
[@../../example/snippets/regex_split_example_1.cpp regex_split_example_1.cpp]: regex_split example: split a string into tokens.
|
||||
|
||||
[@../../example/snippets/regex_split_example_2.cpp regex_split_example_2.cpp] : regex_split example: spit out linked URL's.
|
||||
|
||||
[endsect]
|
||||
|
||||
-98
@@ -1,98 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
[section:faq FAQ]
|
||||
|
||||
[*Q.] I can't get regex++ to work with escape characters, what's going on?
|
||||
|
||||
[*A.] If you embed regular expressions in C++ code, then remember that escape
|
||||
characters are processed twice: once by the C++ compiler, and once by the
|
||||
Boost.Regex expression compiler, so to pass the regular expression \d+
|
||||
to Boost.Regex, you need to embed "\\d+" in your code. Likewise to match a
|
||||
literal backslash you will need to embed "\\\\" in your code.
|
||||
|
||||
[*Q.] No matter what I do regex_match always returns false, what's going on?
|
||||
|
||||
[*A.] The algorithm regex_match only succeeds if the expression matches *all*
|
||||
of the text, if you want to *find* a sub-string within the text that matches
|
||||
the expression then use regex_search instead.
|
||||
|
||||
[*Q.] Why does using parenthesis in a POSIX regular expression change the
|
||||
result of a match?
|
||||
|
||||
[*A.] For POSIX (extended and basic) regular expressions, but not for perl regexes,
|
||||
parentheses don't only mark; they determine what the best match is as well.
|
||||
When the expression is compiled as a POSIX basic or extended regex then Boost.Regex
|
||||
follows the POSIX standard leftmost longest rule for determining what matched.
|
||||
So if there is more than one possible match after considering the whole expression,
|
||||
it looks next at the first sub-expression and then the second sub-expression
|
||||
and so on. So...
|
||||
|
||||
"'''(0*)([0-9]*)'''" against "00123" would produce
|
||||
$1 = "00"
|
||||
$2 = "123"
|
||||
|
||||
where as
|
||||
|
||||
"0*([0-9])*" against "00123" would produce
|
||||
$1 = "00123"
|
||||
|
||||
If you think about it, had $1 only matched the "123", this would be "less good"
|
||||
than the match "00123" which is both further to the left and longer. If you
|
||||
want $1 to match only the "123" part, then you need to use something like:
|
||||
|
||||
"0*([1-9][0-9]*)"
|
||||
|
||||
as the expression.
|
||||
|
||||
[*Q.] Why don't character ranges work properly (POSIX mode only)?
|
||||
|
||||
[*A.] The POSIX standard specifies that character range expressions are
|
||||
locale sensitive - so for example the expression [A-Z] will match any
|
||||
collating element that collates between 'A' and 'Z'. That means that for
|
||||
most locales other than "C" or "POSIX", [A-Z] would match the single
|
||||
character 't' for example, which is not what most people expect - or
|
||||
at least not what most people have come to expect from regular
|
||||
expression engines. For this reason, the default behaviour of Boost.Regex
|
||||
(perl mode) is to turn locale sensitive collation off by not setting the
|
||||
`regex_constants::collate` compile time flag. However if you set a non-default
|
||||
compile time flag - for example `regex_constants::extended` or
|
||||
`regex_constants::basic`, then locale dependent collation will be enabled,
|
||||
this also applies to the POSIX API functions which use either
|
||||
`regex_constants::extended` or `regex_constants::basic` internally.
|
||||
[Note - when `regex_constants::nocollate` in effect, the library behaves
|
||||
"as if" the LC_COLLATE locale category were always "C", regardless of what
|
||||
its actually set to - end note].
|
||||
|
||||
[*Q.] Why are there no throw specifications on any of the functions?
|
||||
What exceptions can the library throw?
|
||||
|
||||
[*A.] Not all compilers support (or honor) throw specifications, others
|
||||
support them but with reduced efficiency. Throw specifications may be added
|
||||
at a later date as compilers begin to handle this better. The library
|
||||
should throw only three types of exception: [boost::regex_error] can be
|
||||
thrown by [basic_regex] when compiling a regular expression, `std::runtime_error`
|
||||
can be thrown when a call to `basic_regex::imbue` tries to open a message
|
||||
catalogue that doesn't exist, or when a call to [regex_search] or [regex_match]
|
||||
results in an "everlasting" search, or when a call to `RegEx::GrepFiles` or
|
||||
`RegEx::FindFiles` tries to open a file that cannot be opened, finally
|
||||
`std::bad_alloc` can be thrown by just about any of the functions in this library.
|
||||
|
||||
[*Q.] Why can't I use the "convenience" versions of regex_match /
|
||||
regex_search / regex_grep / regex_format / regex_merge?
|
||||
|
||||
[*A.] These versions may or may not be available depending upon the
|
||||
capabilities of your compiler, the rules determining the format of
|
||||
these functions are quite complex - and only the versions visible to
|
||||
a standard compliant compiler are given in the help. To find out
|
||||
what your compiler supports, run <boost/regex.hpp> through your
|
||||
C++ pre-processor, and search the output file for the function
|
||||
that you are interested in. Note however, that very few current
|
||||
compilers still have problems with these overloaded functions.
|
||||
|
||||
[endsect]
|
||||
|
||||
@@ -1,102 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:boost_format_syntax Boost-Extended Format String Syntax]
|
||||
|
||||
Boost-Extended format strings treat all characters as literals except for
|
||||
'$', '\\', '(', ')', '?', and ':'.
|
||||
|
||||
[h4 Grouping]
|
||||
|
||||
The characters '(' and ')' perform lexical grouping, so use \\( and \\) if you
|
||||
want a to output literal parenthesis.
|
||||
|
||||
[h4 Conditionals]
|
||||
|
||||
The character '?' begins a conditional expression, the general form is:
|
||||
|
||||
?Ntrue-expression:false-expression
|
||||
|
||||
where N is decimal digit.
|
||||
|
||||
If sub-expression N was matched, then true-expression is evaluated and sent to
|
||||
output, otherwise false-expression is evaluated and sent to output.
|
||||
|
||||
You will normally need to surround a conditional-expression with parenthesis in
|
||||
order to prevent ambiguities.
|
||||
|
||||
For example, the format string "(?1foo:bar)" will replace each match found with "foo" if
|
||||
the sub-expression $1 was matched, and with "bar" otherwise.
|
||||
|
||||
For sub-expressions with an index greater than 9, or for access to named sub-expressions use:
|
||||
|
||||
?{INDEX}true-expression:false-expression
|
||||
|
||||
or
|
||||
|
||||
?{NAME}true-expression:false-expression
|
||||
|
||||
|
||||
[h4 Placeholder Sequences]
|
||||
|
||||
Placeholder sequences specify that some part of what matched the regular expression
|
||||
should be sent to output as follows:
|
||||
|
||||
[table
|
||||
[[Placeholder][Meaning]]
|
||||
[[$&][Outputs what matched the whole expression.]]
|
||||
[[$MATCH][As $&]]
|
||||
[[${^MATCH}][As $&]]
|
||||
[[$\`][Outputs the text between the end of the last match found (or the
|
||||
start of the text if no previous match was found), and the start
|
||||
of the current match.]]
|
||||
[[$PREMATCH][As $\`]]
|
||||
[[${^PREMATCH}][As $\`]]
|
||||
[[$'][Outputs all the text following the end of the current match.]]
|
||||
[[$POSTMATCH][As $']]
|
||||
[[${^POSTMATCH}][As $']]
|
||||
[[$+][Outputs what matched the last marked sub-expression in the regular expression.]]
|
||||
[[$LAST_PAREN_MATCH][As $+]]
|
||||
[[$LAST_SUBMATCH_RESULT][Outputs what matched the last sub-expression to be actually matched.]]
|
||||
[[$^N][As $LAST_SUBMATCH_RESULT]]
|
||||
[[$$][Outputs a literal '$']]
|
||||
[[$n][Outputs what matched the n'th sub-expression.]]
|
||||
[[${n}][Outputs what matched the n'th sub-expression.]]
|
||||
[[$+{NAME}][Outputs whatever matched the sub-expression named "NAME".]]
|
||||
]
|
||||
|
||||
Any $-placeholder sequence not listed above, results in '$' being treated as a literal.
|
||||
|
||||
[h4 Escape Sequences]
|
||||
|
||||
An escape character followed by any character x, outputs that character unless
|
||||
x is one of the escape sequences shown below.
|
||||
|
||||
[table
|
||||
[[Escape][Meaning]]
|
||||
[[\\a][Outputs the bell character: '\\a'.]]
|
||||
[[\\e][Outputs the ANSI escape character (code point 27).]]
|
||||
[[\\f][Outputs a form feed character: '\\f']]
|
||||
[[\\n][Outputs a newline character: '\\n'.]]
|
||||
[[\\r][Outputs a carriage return character: '\\r'.]]
|
||||
[[\\t][Outputs a tab character: '\\t'.]]
|
||||
[[\\v][Outputs a vertical tab character: '\\v'.]]
|
||||
[[\\xDD][Outputs the character whose hexadecimal code point is 0xDD]]
|
||||
[[\\x{DDDD}][Outputs the character whose hexadecimal code point is 0xDDDDD]]
|
||||
[[\\cX][Outputs the ANSI escape sequence "escape-X".]]
|
||||
[[\\D][If D is a decimal digit in the range 1-9, then outputs the text that matched sub-expression D.]]
|
||||
[[\\l][Causes the next character to be outputted, to be output in lower case.]]
|
||||
[[\\u][Causes the next character to be outputted, to be output in upper case.]]
|
||||
[[\\L][Causes all subsequent characters to be output in lower case, until a \\E is found.]]
|
||||
[[\\U][Causes all subsequent characters to be output in upper case, until a \\E is found.]]
|
||||
[[\\E][Terminates a \\L or \\U sequence.]]
|
||||
]
|
||||
|
||||
[endsect]
|
||||
|
||||
|
||||
@@ -1,69 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:perl_format Perl Format String Syntax]
|
||||
|
||||
Perl-style format strings treat all characters as literals except
|
||||
'$' and '\\' which start placeholder and escape sequences respectively.
|
||||
|
||||
Placeholder sequences specify that some part of what matched the regular expression
|
||||
should be sent to output as follows:
|
||||
|
||||
[table
|
||||
[[Placeholder][Meaning]]
|
||||
[[$&][Outputs what matched the whole expression.]]
|
||||
[[$MATCH][As $&]]
|
||||
[[${^MATCH}][As $&]]
|
||||
[[$\`][Outputs the text between the end of the last match found (or the
|
||||
start of the text if no previous match was found), and the start
|
||||
of the current match.]]
|
||||
[[$PREMATCH][As $\`]]
|
||||
[[${^PREMATCH}][As $\`]]
|
||||
[[$'][Outputs all the text following the end of the current match.]]
|
||||
[[$POSTMATCH][As $']]
|
||||
[[${^POSTMATCH}][As $']]
|
||||
[[$+][Outputs what matched the last marked sub-expression in the regular expression.]]
|
||||
[[$LAST_PAREN_MATCH][As $+]]
|
||||
[[$LAST_SUBMATCH_RESULT][Outputs what matched the last sub-expression to be actually matched.]]
|
||||
[[$^N][As $LAST_SUBMATCH_RESULT]]
|
||||
[[$$][Outputs a literal '$']]
|
||||
[[$n][Outputs what matched the n'th sub-expression.]]
|
||||
[[${n}][Outputs what matched the n'th sub-expression.]]
|
||||
[[$+{NAME}][Outputs whatever matched the sub-expression named "NAME".]]
|
||||
]
|
||||
|
||||
Any $-placeholder sequence not listed above, results in '$' being treated
|
||||
as a literal.
|
||||
|
||||
An escape character followed by any character x, outputs that character unless
|
||||
x is one of the escape sequences shown below.
|
||||
|
||||
|
||||
[table
|
||||
[[Escape][Meaning]]
|
||||
[[\\a][Outputs the bell character: '\\a'.]]
|
||||
[[\\e][Outputs the ANSI escape character (code point 27).]]
|
||||
[[\\f][Outputs a form feed character: '\\f']]
|
||||
[[\\n][Outputs a newline character: '\\n'.]]
|
||||
[[\\r][Outputs a carriage return character: '\\r'.]]
|
||||
[[\\t][Outputs a tab character: '\\t'.]]
|
||||
[[\\v][Outputs a vertical tab character: '\\v'.]]
|
||||
[[\\xDD][Outputs the character whose hexadecimal code point is 0xDD]]
|
||||
[[\\x{DDDD}][Outputs the character whose hexadecimal code point is 0xDDDDD]]
|
||||
[[\\cX][Outputs the ANSI escape sequence "escape-X".]]
|
||||
[[\\D][If D is a decimal digit in the range 1-9, then outputs the text that matched sub-expression D.]]
|
||||
[[\\l][Causes the next character to be outputted, to be output in lower case.]]
|
||||
[[\\u][Causes the next character to be outputted, to be output in upper case.]]
|
||||
[[\\L][Causes all subsequent characters to be output in lower case, until a \\E is found.]]
|
||||
[[\\U][Causes all subsequent characters to be output in upper case, until a \\E is found.]]
|
||||
[[\\E][Terminates a \\L or \\U sequence.]]
|
||||
]
|
||||
|
||||
[endsect]
|
||||
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:sed_format Sed Format String Syntax]
|
||||
|
||||
Sed-style format strings treat all characters as literals except:
|
||||
|
||||
[table
|
||||
[[character][description]]
|
||||
[[&][The ampersand character is replaced in the output stream by
|
||||
the the whole of what matched the regular expression. Use
|
||||
\\& to output a literal '&' character.]]
|
||||
[[\\][Specifies an escape sequence.]]
|
||||
]
|
||||
|
||||
An escape character followed by any character x, outputs that character unless x
|
||||
is one of the escape sequences shown below.
|
||||
|
||||
[table
|
||||
[[Escape][Meaning]]
|
||||
[[\\a][Outputs the bell character: '\\a'.]]
|
||||
[[\\e][Outputs the ANSI escape character (code point 27).]]
|
||||
[[\\f][Outputs a form feed character: '\\f']]
|
||||
[[\\n][Outputs a newline character: '\\n'.]]
|
||||
[[\\r][Outputs a carriage return character: '\\r'.]]
|
||||
[[\\t][Outputs a tab character: '\\t'.]]
|
||||
[[\\v][Outputs a vertical tab character: '\\v'.]]
|
||||
[[\\xDD][Outputs the character whose hexadecimal code point is 0xDD]]
|
||||
[[\\x{DDDD}][Outputs the character whose hexadecimal code point is 0xDDDDD]]
|
||||
[[\\cX][Outputs the ANSI escape sequence "escape-X".]]
|
||||
[[\\D][If D is a decimal digit in the range 1-9, then outputs the text that matched sub-expression D.]]
|
||||
]
|
||||
|
||||
[endsect]
|
||||
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:format Search and Replace Format String Syntax]
|
||||
|
||||
Format strings are used by the algorithm [regex_replace] and by
|
||||
[match_results_format], and are used to transform one string into another.
|
||||
|
||||
There are three kind of format string: [sed_format], [perl_format] and [boost_extended_format].
|
||||
|
||||
Alternatively, when the flag `format_literal` is passed to one of these functions,
|
||||
then the format string is treated as a string literal, and is copied unchanged
|
||||
to the output.
|
||||
|
||||
[include format_sed_syntax.qbk]
|
||||
[include format_perl_syntax.qbk]
|
||||
[include format_boost_syntax.qbk]
|
||||
|
||||
[endsect]
|
||||
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:futher References and Further Information]
|
||||
|
||||
Short tutorials on regular expressions can be
|
||||
[@http://etext.lib.virginia.edu/helpsheets/regex.html found here] and
|
||||
[@http://www.linuxpcug.org/lessons/regexp.html here].
|
||||
|
||||
The main book on regular expressions is
|
||||
[@http://www.oreilly.com/catalog/regex/ Mastering Regular Expressions, published by O'Reilly].
|
||||
|
||||
Boost.Regex forms the basis for the regular expression chapter of the [tr1].
|
||||
|
||||
The [@http://www.opengroup.org/onlinepubs/7908799/toc.htm Open Unix Specification]
|
||||
contains a wealth of useful material,
|
||||
including the POSIX regular expression syntax.
|
||||
|
||||
The [@http://www.cs.ucr.edu/~stelo/pattern.html Pattern Matching Pointers]
|
||||
site is a "must visit" resource for anyone interested in pattern matching.
|
||||
|
||||
[@http://glimpse.cs.arizona.edu/ Glimpse and Agrep], use a simplified
|
||||
regular expression syntax to achieve faster search times.
|
||||
|
||||
[@http://glimpse.cs.arizona.edu/udi.html Udi Manber]
|
||||
and [@http://www.dcc.uchile.cl/~rbaeza/ Ricardo Baeza-Yates] both have a
|
||||
selection of useful pattern matching papers available from their respective web sites.
|
||||
|
||||
[endsect]
|
||||
|
||||
|
||||
@@ -1,543 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Regular Expression Performance Comparison (gcc 3.2)</title>
|
||||
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
|
||||
<META content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot" name="Template">
|
||||
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
|
||||
</head>
|
||||
<body bgcolor="#ffffff" link="#0000ff" vlink="#800080">
|
||||
<h2>Regular Expression Performance Comparison</h2>
|
||||
<p>The following tables provide comparisons between the following regular
|
||||
expression libraries:</p>
|
||||
<p><a href="http://www.boost.org/">The Boost regex library</a>.</p>
|
||||
<p><a href="http://www.gnu.org">The GNU regular expression library</a>.</p>
|
||||
<p>Philip Hazel's <a href="http://www.pcre.org">PCRE</a> library.</p>
|
||||
<h3>Details</h3>
|
||||
<p>Machine: Intel Pentium 4 2.8GHz PC.</p>
|
||||
<p>Compiler: GNU C++ version 3.2 20020927 (prerelease).</p>
|
||||
<p>C++ Standard Library: GNU libstdc++ version 20020927.</p>
|
||||
<p>OS: Cygwin.</p>
|
||||
<p>Boost version: 1.31.0.</p>
|
||||
<p>PCRE version: 4.1.</p>
|
||||
<p>As ever care should be taken in interpreting the results, only sensible regular
|
||||
expressions (rather than pathological cases) are given, most are taken from the
|
||||
Boost regex examples, or from the <a href="http://www.regxlib.com/">Library of
|
||||
Regular Expressions</a>. In addition, some variation in the relative
|
||||
performance of these libraries can be expected on other machines - as memory
|
||||
access and processor caching effects can be quite large for most finite state
|
||||
machine algorithms. In each case the first figure given is the relative time
|
||||
taken (so a value of 1.0 is as good as it gets), while the second figure is the
|
||||
actual time taken.</p>
|
||||
<h3>Averages</h3>
|
||||
<p>The following are the average relative scores for all the tests: the perfect
|
||||
regular expression library would score 1, in practice anything less than 2
|
||||
is pretty good.</p>
|
||||
<table border="1" cellspacing="1">
|
||||
<tr>
|
||||
<td><strong>Boost</strong></td>
|
||||
<td><strong>Boost + C++ locale</strong></td>
|
||||
<td><strong>POSIX</strong></td>
|
||||
<td><strong>PCRE</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1.4503</td>
|
||||
<td>1.49124</td>
|
||||
<td>108.372</td>
|
||||
<td>1.56255</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<br>
|
||||
<h3>Comparison 1: Long Search</h3>
|
||||
<p>For each of the following regular expressions the time taken to find all
|
||||
occurrences of the expression within a long English language text was measured
|
||||
(<a href="http://www.gutenberg.org/files/3200/old/mtent12.zip">mtent12.txt</a>
|
||||
from <a href="http://promo.net/pg/">Project Gutenberg</a>, 19Mb). </p>
|
||||
<table border="1" cellspacing="1">
|
||||
<tr>
|
||||
<td><strong>Expression</strong></td>
|
||||
<td><strong>Boost</strong></td>
|
||||
<td><strong>Boost + C++ locale</strong></td>
|
||||
<td><strong>POSIX</strong></td>
|
||||
<td><strong>PCRE</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>Twain</code></td>
|
||||
<td>3.49<br>
|
||||
(0.205s)</td>
|
||||
<td>4.09<br>
|
||||
(0.24s)</td>
|
||||
<td>65.2<br>
|
||||
(3.83s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.0588s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>Huck[[:alpha:]]+</code></td>
|
||||
<td>3.86<br>
|
||||
(0.203s)</td>
|
||||
<td>4.52<br>
|
||||
(0.238s)</td>
|
||||
<td>100<br>
|
||||
(5.26s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.0526s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>[[:alpha:]]+ing</code></td>
|
||||
<td><font color="#008000">1.01<br>
|
||||
(1.23s)</font></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(1.22s)</font></td>
|
||||
<td>4.95<br>
|
||||
(6.04s)</td>
|
||||
<td>4.67<br>
|
||||
(5.71s)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>^[^ ]*?Twain</code></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.31s)</font></td>
|
||||
<td><font color="#008000">1.05<br>
|
||||
(0.326s)</font></td>
|
||||
<td>NA</td>
|
||||
<td>3.32<br>
|
||||
(1.03s)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>Tom|Sawyer|Huckleberry|Finn</code></td>
|
||||
<td><font color="#008000">1.02<br>
|
||||
(0.125s)</font></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.123s)</font></td>
|
||||
<td>165<br>
|
||||
(20.3s)</td>
|
||||
<td><font color="#008000">1.08<br>
|
||||
(0.133s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code> (Tom|Sawyer|Huckleberry|Finn).{0,30}river|river.{0,30}(Tom|Sawyer|Huckleberry|Finn)</code></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.345s)</font></td>
|
||||
<td><font color="#008000">1.03<br>
|
||||
(0.355s)</font></td>
|
||||
<td>NA</td>
|
||||
<td>1.71<br>
|
||||
(0.59s)</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<br>
|
||||
<h3>Comparison 2: Medium Sized Search</h3>
|
||||
<p>For each of the following regular expressions the time taken to find all
|
||||
occurrences of the expression within a medium sized English language text was
|
||||
measured (the first 50K from mtent12.txt). </p>
|
||||
<table border="1" cellspacing="1">
|
||||
<tr>
|
||||
<td><strong>Expression</strong></td>
|
||||
<td><strong>Boost</strong></td>
|
||||
<td><strong>Boost + C++ locale</strong></td>
|
||||
<td><strong>POSIX</strong></td>
|
||||
<td><strong>PCRE</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>Twain</code></td>
|
||||
<td>1.8<br>
|
||||
(0.000519s)</td>
|
||||
<td>2.14<br>
|
||||
(0.000616s)</td>
|
||||
<td>9.08<br>
|
||||
(0.00262s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.000289s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>Huck[[:alpha:]]+</code></td>
|
||||
<td>3.65<br>
|
||||
(0.000499s)</td>
|
||||
<td>4.36<br>
|
||||
(0.000597s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.000137s)</font></td>
|
||||
<td>1.43<br>
|
||||
(0.000196s)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>[[:alpha:]]+ing</code></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.00258s)</font></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.00258s)</font></td>
|
||||
<td>5.28<br>
|
||||
(0.0136s)</td>
|
||||
<td>5.63<br>
|
||||
(0.0145s)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>^[^ ]*?Twain</code></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.000929s)</font></td>
|
||||
<td><font color="#008000">1.03<br>
|
||||
(0.000957s)</font></td>
|
||||
<td>NA</td>
|
||||
<td>2.82<br>
|
||||
(0.00262s)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>Tom|Sawyer|Huckleberry|Finn</code></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.000812s)</font></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.000812s)</font></td>
|
||||
<td>60.1<br>
|
||||
(0.0488s)</td>
|
||||
<td>1.28<br>
|
||||
(0.00104s)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code> (Tom|Sawyer|Huckleberry|Finn).{0,30}river|river.{0,30}(Tom|Sawyer|Huckleberry|Finn)</code></td>
|
||||
<td><font color="#008000">1.02<br>
|
||||
(0.00178s)</font></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.00174s)</font></td>
|
||||
<td>242<br>
|
||||
(0.421s)</td>
|
||||
<td>1.3<br>
|
||||
(0.00227s)</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<br>
|
||||
<h3>Comparison 3: C++ Code Search</h3>
|
||||
<p>For each of the following regular expressions the time taken to find all
|
||||
occurrences of the expression within the C++ source file <a href="../../../boost/crc.hpp">
|
||||
boost/crc.hpp</a> was measured. </p>
|
||||
<table border="1" cellspacing="1">
|
||||
<tr>
|
||||
<td><strong>Expression</strong></td>
|
||||
<td><strong>Boost</strong></td>
|
||||
<td><strong>Boost + C++ locale</strong></td>
|
||||
<td><strong>POSIX</strong></td>
|
||||
<td><strong>PCRE</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code> ^(template[[:space:]]*<[^;:{]+>[[:space:]]*)?(class|struct)[[:space:]]*(\<\w+\>([
|
||||
]*\([^)]*\))?[[:space:]]*)*(\<\w*\>)[[:space:]]*(<[^;:{]+>[[:space:]]*)?(\{|:[^;\{()]*\{)</code></td>
|
||||
<td><font color="#008000">1.04<br>
|
||||
(0.000144s)</font></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.000139s)</font></td>
|
||||
<td>862<br>
|
||||
(0.12s)</td>
|
||||
<td>4.56<br>
|
||||
(0.000636s)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>(^[
|
||||
]*#(?:[^\\\n]|\\[^\n_[:punct:][:alnum:]]*[\n[:punct:][:word:]])*)|(//[^\n]*|/\*.*?\*/)|\<([+-]?(?:(?:0x[[:xdigit:]]+)|(?:(?:[[:digit:]]*\.)?[[:digit:]]+(?:[eE][+-]?[[:digit:]]+)?))u?(?:(?:int(?:8|16|32|64))|L)?)\>|('(?:[^\\']|\\.)*'|"(?:[^\\"]|\\.)*")|\<(__asm|__cdecl|__declspec|__export|__far16|__fastcall|__fortran|__import|__pascal|__rtti|__stdcall|_asm|_cdecl|__except|_export|_far16|_fastcall|__finally|_fortran|_import|_pascal|_stdcall|__thread|__try|asm|auto|bool|break|case|catch|cdecl|char|class|const|const_cast|continue|default|delete|do|double|dynamic_cast|else|enum|explicit|extern|false|float|for|friend|goto|if|inline|int|long|mutable|namespace|new|operator|pascal|private|protected|public|register|reinterpret_cast|return|short|signed|sizeof|static|static_cast|struct|switch|template|this|throw|true|try|typedef|typeid|typename|union|unsigned|using|virtual|void|volatile|wchar_t|while)\></code></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.0139s)</font></td>
|
||||
<td><font color="#008000">1.01<br>
|
||||
(0.0141s)</font></td>
|
||||
<td>NA</td>
|
||||
<td>1.55<br>
|
||||
(0.0216s)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>^[ ]*#[ ]*include[ ]+("[^"]+"|<[^>]+>)</code></td>
|
||||
<td><font color="#008000">1.04<br>
|
||||
(0.000332s)</font></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.000318s)</font></td>
|
||||
<td>130<br>
|
||||
(0.0413s)</td>
|
||||
<td>1.72<br>
|
||||
(0.000547s)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>^[ ]*#[ ]*include[ ]+("boost/[^"]+"|<boost/[^>]+>)</code></td>
|
||||
<td><font color="#008000">1.02<br>
|
||||
(0.000323s)</font></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.000318s)</font></td>
|
||||
<td>150<br>
|
||||
(0.0476s)</td>
|
||||
<td>1.72<br>
|
||||
(0.000547s)</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<h3></h3>
|
||||
<H3>Comparison 4: HTML Document Search
|
||||
</H3>
|
||||
<p>For each of the following regular expressions the time taken to find all
|
||||
occurrences of the expression within the html file <a href="../../libraries.htm">libs/libraries.htm</a>
|
||||
was measured. </p>
|
||||
<table border="1" cellspacing="1">
|
||||
<tr>
|
||||
<td><strong>Expression</strong></td>
|
||||
<td><strong>Boost</strong></td>
|
||||
<td><strong>Boost + C++ locale</strong></td>
|
||||
<td><strong>POSIX</strong></td>
|
||||
<td><strong>PCRE</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>beman|john|dave</code></td>
|
||||
<td><font color="#008000">1.03<br>
|
||||
(0.000367s)</font></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.000357s)</font></td>
|
||||
<td>47.4<br>
|
||||
(0.0169s)</td>
|
||||
<td>1.16<br>
|
||||
(0.000416s)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code><p>.*?</p></code></td>
|
||||
<td>1.25<br>
|
||||
(0.000459s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.000367s)</font></td>
|
||||
<td>NA</td>
|
||||
<td><font color="#008000">1.03<br>
|
||||
(0.000376s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code> <a[^>]+href=("[^"]*"|[^[:space:]]+)[^>]*></code></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.000509s)</font></td>
|
||||
<td><font color="#008000">1.02<br>
|
||||
(0.000518s)</font></td>
|
||||
<td>305<br>
|
||||
(0.155s)</td>
|
||||
<td><font color="#008000">1.1<br>
|
||||
(0.000558s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code> <h[12345678][^>]*>.*?</h[12345678]></code></td>
|
||||
<td><font color="#008000">1.04<br>
|
||||
(0.00025s)</font></td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.00024s)</font></td>
|
||||
<td>NA</td>
|
||||
<td>1.16<br>
|
||||
(0.000279s)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code> <img[^>]+src=("[^"]*"|[^[:space:]]+)[^>]*></code></td>
|
||||
<td>2.22<br>
|
||||
(0.000489s)</td>
|
||||
<td>1.69<br>
|
||||
(0.000372s)</td>
|
||||
<td>148<br>
|
||||
(0.0326s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.00022s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code> <font[^>]+face=("[^"]*"|[^[:space:]]+)[^>]*>.*?</font></code></td>
|
||||
<td>1.71<br>
|
||||
(0.000371s)</td>
|
||||
<td>1.75<br>
|
||||
(0.000381s)</td>
|
||||
<td>NA</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(0.000218s)</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<br>
|
||||
<h3>Comparison 3: Simple Matches</h3>
|
||||
<p>For each of the following regular expressions the time taken to match against
|
||||
the text indicated was measured. </p>
|
||||
<table border="1" cellspacing="1">
|
||||
<tr>
|
||||
<td><strong>Expression</strong></td>
|
||||
<td><strong>Text</strong></td>
|
||||
<td><strong>Boost</strong></td>
|
||||
<td><strong>Boost + C++ locale</strong></td>
|
||||
<td><strong>POSIX</strong></td>
|
||||
<td><strong>PCRE</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>abc</code></td>
|
||||
<td>abc</td>
|
||||
<td>1.36<br>
|
||||
(2.15e-07s)</td>
|
||||
<td>1.36<br>
|
||||
(2.15e-07s)</td>
|
||||
<td>2.76<br>
|
||||
(4.34e-07s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(1.58e-07s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>^([0-9]+)(\-| |$)(.*)$</code></td>
|
||||
<td>100- this is a line of ftp response which contains a message string</td>
|
||||
<td>1.55<br>
|
||||
(7.26e-07s)</td>
|
||||
<td>1.51<br>
|
||||
(7.07e-07s)</td>
|
||||
<td>319<br>
|
||||
(0.000149s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(4.67e-07s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>([[:digit:]]{4}[- ]){3}[[:digit:]]{3,4}</code></td>
|
||||
<td>1234-5678-1234-456</td>
|
||||
<td>1.96<br>
|
||||
(9.54e-07s)</td>
|
||||
<td>1.96<br>
|
||||
(9.54e-07s)</td>
|
||||
<td>44.5<br>
|
||||
(2.17e-05s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(4.87e-07s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code> ^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$</code></td>
|
||||
<td>john@johnmaddock.co.uk</td>
|
||||
<td>1.22<br>
|
||||
(1.51e-06s)</td>
|
||||
<td>1.23<br>
|
||||
(1.53e-06s)</td>
|
||||
<td>162<br>
|
||||
(0.000201s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(1.24e-06s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code> ^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$</code></td>
|
||||
<td>foo12@foo.edu</td>
|
||||
<td>1.28<br>
|
||||
(1.47e-06s)</td>
|
||||
<td>1.3<br>
|
||||
(1.49e-06s)</td>
|
||||
<td>104<br>
|
||||
(0.00012s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(1.15e-06s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code> ^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$</code></td>
|
||||
<td>bob.smith@foo.tv</td>
|
||||
<td>1.28<br>
|
||||
(1.47e-06s)</td>
|
||||
<td>1.3<br>
|
||||
(1.49e-06s)</td>
|
||||
<td>113<br>
|
||||
(0.00013s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(1.15e-06s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>^[a-zA-Z]{1,2}[0-9][0-9A-Za-z]{0,1} {0,1}[0-9][A-Za-z]{2}$</code></td>
|
||||
<td>EH10 2QQ</td>
|
||||
<td>1.38<br>
|
||||
(4.68e-07s)</td>
|
||||
<td>1.41<br>
|
||||
(4.77e-07s)</td>
|
||||
<td>13.5<br>
|
||||
(4.59e-06s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(3.39e-07s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>^[a-zA-Z]{1,2}[0-9][0-9A-Za-z]{0,1} {0,1}[0-9][A-Za-z]{2}$</code></td>
|
||||
<td>G1 1AA</td>
|
||||
<td>1.28<br>
|
||||
(4.35e-07s)</td>
|
||||
<td>1.25<br>
|
||||
(4.25e-07s)</td>
|
||||
<td>11.7<br>
|
||||
(3.97e-06s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(3.39e-07s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>^[a-zA-Z]{1,2}[0-9][0-9A-Za-z]{0,1} {0,1}[0-9][A-Za-z]{2}$</code></td>
|
||||
<td>SW1 1ZZ</td>
|
||||
<td>1.32<br>
|
||||
(4.53e-07s)</td>
|
||||
<td>1.31<br>
|
||||
(4.49e-07s)</td>
|
||||
<td>12.2<br>
|
||||
(4.2e-06s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(3.44e-07s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code> ^[[:digit:]]{1,2}/[[:digit:]]{1,2}/[[:digit:]]{4}$</code></td>
|
||||
<td>4/1/2001</td>
|
||||
<td>1.16<br>
|
||||
(3.82e-07s)</td>
|
||||
<td>1.2<br>
|
||||
(3.96e-07s)</td>
|
||||
<td>13.9<br>
|
||||
(4.59e-06s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(3.29e-07s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code> ^[[:digit:]]{1,2}/[[:digit:]]{1,2}/[[:digit:]]{4}$</code></td>
|
||||
<td>12/12/2001</td>
|
||||
<td>1.38<br>
|
||||
(4.49e-07s)</td>
|
||||
<td>1.38<br>
|
||||
(4.49e-07s)</td>
|
||||
<td>16<br>
|
||||
(5.2e-06s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(3.25e-07s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>^[-+]?[[:digit:]]*\.?[[:digit:]]*$</code></td>
|
||||
<td>123</td>
|
||||
<td>1.19<br>
|
||||
(7.64e-07s)</td>
|
||||
<td>1.16<br>
|
||||
(7.45e-07s)</td>
|
||||
<td>7.51<br>
|
||||
(4.81e-06s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(6.4e-07s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>^[-+]?[[:digit:]]*\.?[[:digit:]]*$</code></td>
|
||||
<td>+3.14159</td>
|
||||
<td>1.32<br>
|
||||
(8.97e-07s)</td>
|
||||
<td>1.31<br>
|
||||
(8.88e-07s)</td>
|
||||
<td>14<br>
|
||||
(9.48e-06s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(6.78e-07s)</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>^[-+]?[[:digit:]]*\.?[[:digit:]]*$</code></td>
|
||||
<td>-3.14159</td>
|
||||
<td>1.32<br>
|
||||
(8.97e-07s)</td>
|
||||
<td>1.31<br>
|
||||
(8.88e-07s)</td>
|
||||
<td>14<br>
|
||||
(9.48e-06s)</td>
|
||||
<td><font color="#008000">1<br>
|
||||
(6.78e-07s)</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<br>
|
||||
<hr>
|
||||
<p><i>© Copyright John Maddock 2003</i></p>
|
||||
<P><I>Use, modification and distribution are subject to the Boost Software License,
|
||||
Version 1.0. (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A>
|
||||
or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:headers Headers]
|
||||
|
||||
There are two main headers used by this library: `<boost/regex.hpp>`
|
||||
provides full access to the main template library, while `<boost/cregex.hpp>`
|
||||
provides access to the (deprecated) high level class RegEx, and the
|
||||
POSIX API functions.
|
||||
|
||||
There is also a header containing only forward declarations
|
||||
`<boost/regex_fwd.hpp>` for use when an interface is dependent upon
|
||||
[basic_regex], but otherwise does not need the full definitions.
|
||||
|
||||
[endsect]
|
||||
|
||||
|
||||
-134
@@ -1,134 +0,0 @@
|
||||
[/
|
||||
Copyright 2006-2007 John Maddock.
|
||||
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).
|
||||
]
|
||||
|
||||
|
||||
[section:history History]
|
||||
|
||||
New issues should be submitted at [@http://svn.boost.org svn.boost.org] - don't forget to include your
|
||||
email address in the ticket!
|
||||
|
||||
Currently open issues can be viewed [@https://svn.boost.org/trac/boost/query?status=assigned&status=new&status=reopened&component=regex&order=priority&col=id&col=summary&col=status&col=type&col=milestone&col=component here].
|
||||
|
||||
All issues including closed ones can be viewed [@https://svn.boost.org/trac/boost/query?status=assigned&status=closed&status=new&status=reopened&component=regex&order=priority&col=id&col=summary&col=status&col=type&col=milestone&col=component here].
|
||||
|
||||
[h4 Boost 1.44]
|
||||
|
||||
Fixed issues:
|
||||
[@https://svn.boost.org/trac/boost/ticket/4309 #4309],
|
||||
[@https://svn.boost.org/trac/boost/ticket/4215 #4215],
|
||||
[@https://svn.boost.org/trac/boost/ticket/4212 #4212],
|
||||
[@https://svn.boost.org/trac/boost/ticket/4191 #4191],
|
||||
[@https://svn.boost.org/trac/boost/ticket/4132 #4132],
|
||||
[@https://svn.boost.org/trac/boost/ticket/4123 #4123],
|
||||
[@https://svn.boost.org/trac/boost/ticket/4114 #4114],
|
||||
[@https://svn.boost.org/trac/boost/ticket/4036 #4036],
|
||||
[@https://svn.boost.org/trac/boost/ticket/4020 #4020],
|
||||
[@https://svn.boost.org/trac/boost/ticket/3941 #3941],
|
||||
[@https://svn.boost.org/trac/boost/ticket/3902 #3902],
|
||||
[@https://svn.boost.org/trac/boost/ticket/3890 #3890]
|
||||
|
||||
[h4 Boost 1.42]
|
||||
|
||||
* Added support for Functors rather than strings as format expressions.
|
||||
* Improved error reporting when throwing exceptions to include better more relevant information.
|
||||
* Improved performance and reduced stack usage of recursive expressions.
|
||||
* Fixed tickets
|
||||
[@https://svn.boost.org/trac/boost/ticket/2802 #2802],
|
||||
[@https://svn.boost.org/trac/boost/ticket/3425 #3425],
|
||||
[@https://svn.boost.org/trac/boost/ticket/3507 #3507],
|
||||
[@https://svn.boost.org/trac/boost/ticket/3546 #3546],
|
||||
[@https://svn.boost.org/trac/boost/ticket/3631 #3631],
|
||||
[@https://svn.boost.org/trac/boost/ticket/3632 #3632],
|
||||
[@https://svn.boost.org/trac/boost/ticket/3715 #3715],
|
||||
[@https://svn.boost.org/trac/boost/ticket/3718 #3718],
|
||||
[@https://svn.boost.org/trac/boost/ticket/3763 #3763],
|
||||
[@https://svn.boost.org/trac/boost/ticket/3764 #3764]
|
||||
|
||||
[h4 Boost 1.40]
|
||||
|
||||
* Added support for many Perl 5.10 syntax elements including named
|
||||
sub-expressions, branch resets and recursive regular expressions.
|
||||
|
||||
[h4 Boost 1.38]
|
||||
|
||||
* [*Breaking change]: empty expressions, and empty alternatives are now
|
||||
allowed when using the Perl regular expression syntax. This change has
|
||||
been added for Perl compatibility, when the new [syntax_option_type]
|
||||
['no_empty_expressions] is set then the old behaviour is preserved and
|
||||
empty expressions are prohibited. This is issue
|
||||
[@https://svn.boost.org/trac/boost/ticket/1081 #1081].
|
||||
* Added support for Perl style ${n} expressions in format strings
|
||||
(issue [@https://svn.boost.org/trac/boost/ticket/2556 #2556]).
|
||||
* Added support for accessing the location of sub-expressions within the
|
||||
regular expression string
|
||||
(issue [@https://svn.boost.org/trac/boost/ticket/2269 #2269]).
|
||||
* Fixed compiler compatibility issues
|
||||
[@https://svn.boost.org/trac/boost/ticket/2244 #2244],
|
||||
[@https://svn.boost.org/trac/boost/ticket/2514 #2514],
|
||||
and
|
||||
[@https://svn.boost.org/trac/boost/ticket/2244 #2458].
|
||||
|
||||
|
||||
[h4 Boost 1.34]
|
||||
|
||||
* Fix for non-greedy repeats and partial matches not working correctly in some cases.
|
||||
* Fix for non-greedy repeats on VC++ not working in some cases (bug report 1515830).
|
||||
* Changed match_results::position() to return a valid result when *this represents a partial match.
|
||||
* Fixed the grep and egrep options so that the newline character gets treated the same as |.
|
||||
|
||||
[h4 Boost 1.33.1]
|
||||
|
||||
* Fixed broken makefiles.
|
||||
* Fixed configuration setup to allow building with VC7.1 - STLport-4.6.2 when using /Zc:wchar_t.
|
||||
* Moved declarations class-inline in static_mutex.hpp so that SGI Irix compiler can cope.
|
||||
* Added needed standard library #includes to fileiter.hpp, regex_workaround.hpp and cpp_regex_traits.hpp.
|
||||
* Fixed a bug where non-greedy repeats could in certain strange curcumstances repeat more times than their maximum value.
|
||||
* Fixed the value returned by basic_regex<>::empty() from a default constructed object.
|
||||
* Changed the deffinition of regex_error to make it backwards compatible with Boost-1.32.0.
|
||||
* Disabled external templates for Intel C++ 8.0 and earlier - otherwise unresolved references can occur.
|
||||
* Rewritten extern template code for gcc so that only specific member functions are exported: otherwise strange unresolved references can occur when linking and mixing debug and non-debug code.
|
||||
* Initialise all the data members of the unicode_iterators: this keeps gcc from issuing needless warnings.
|
||||
* Ported the ICU integration code to VC6 and VC7.
|
||||
* Ensured code is STLport debug mode clean.
|
||||
* Fixed lookbehind assertions so that fixed length repeats are permitted, and so that regex iteration allows lookbehind to look back before the current search range (into the last match).
|
||||
* Fixed strange bug with non-greedy repeats inside forward lookahead assertions.
|
||||
* Enabled negated character classes inside character sets.
|
||||
* Fixed regression so that [a-z-] is a valid expression again.
|
||||
* Fixed bug that allowed some invalid expressions to be accepted.
|
||||
|
||||
[h4 Boost 1.33.0]
|
||||
|
||||
* Completely rewritten expression parsing code, and traits class support; now conforms to the standardization proposal.
|
||||
* Breaking Change: The syntax options that can be passed to basic_regex constructors have been rationalized. The default option (perl) now has a value of zero, and it is now clearly documented which options apply to which regular expression syntax styles (perl, POSIX-extended, POSIX-basic etc). Some of the more esoteric options have now been removed, so there is the possibility that existing code may fail to compile: however equivalent functionality should still be available.
|
||||
* Breaking Change: POSIX-extended and POSIX-basic regular expressions now enforce the letter of the POSIX standard much more closely than before.
|
||||
* Added support for (?imsx-imsx) constructs.
|
||||
* Added support for lookbehind expressions (?<=positive-lookbehind) and (?<!negative-lookbehind).
|
||||
* Added support for conditional expressions (?(assertion)true-expresion|false-expression).
|
||||
* Added MFC/ATL string wrappers.
|
||||
* Added Unicode support; based on ICU.
|
||||
* Changed newline support to recognise \\f as a line separator (all character types), and \\x85 as a line separator for wide characters / Unicode only.
|
||||
* Added a new format flag format_literal that treats the replace string as a literal, rather than a Perl or Sed style format string.
|
||||
* Errors are now reported by throwing exceptions of type regex_error. The types used previously - bad_expression and bad_pattern - are now just typedefs for regex_error. Type regex_error has a couple of new members: code() to report an error code rather than a string, and position() to report where in the expression the error occured.
|
||||
|
||||
[h4 Boost 1.32.1]
|
||||
|
||||
* Fixed bug in partial matches of bounded repeats of '.'.
|
||||
|
||||
[h4 Boost 1.31.0]
|
||||
|
||||
* Completely rewritten pattern matching code - it is now up to 10 times faster than before.
|
||||
* Reorganized documentation.
|
||||
* Deprecated all interfaces that are not part of the regular expression standardization proposal.
|
||||
* Added regex_iterator and regex_token_iterator .
|
||||
* Added support for Perl style independent sub-expressions.
|
||||
* Added non-member operators to the sub_match class, so that you can compare sub_match's with strings, or add them to a string to produce a new string.
|
||||
* Added experimental support for extended capture information.
|
||||
* Changed the match flags so that they are a distinct type (not an integer), if you try to pass the match flags as an integer rather than match_flag_type to the regex algorithms then you will now get a compiler error.
|
||||
|
||||
[endsect]
|
||||
|
||||
|
||||
@@ -1,61 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Background Information</title>
|
||||
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
||||
<link rel="home" href="../index.html" title="Boost.Regex">
|
||||
<link rel="up" href="../index.html" title="Boost.Regex">
|
||||
<link rel="prev" href="ref/deprecated_interfaces/old_regex.html" title="High Level Class RegEx (Deprecated)">
|
||||
<link rel="next" href="background_information/headers.html" title="Headers">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
|
||||
<td align="center"><a href="../../../../../index.html">Home</a></td>
|
||||
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||||
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="ref/deprecated_interfaces/old_regex.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="background_information/headers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||||
<a name="boost_regex.background_information"></a><a class="link" href="background_information.html" title="Background Information">Background Information</a>
|
||||
</h2></div></div></div>
|
||||
<div class="toc"><dl>
|
||||
<dt><span class="section"><a href="background_information/headers.html"> Headers</a></span></dt>
|
||||
<dt><span class="section"><a href="background_information/locale.html"> Localization</a></span></dt>
|
||||
<dt><span class="section"><a href="background_information/thread_safety.html"> Thread
|
||||
Safety</a></span></dt>
|
||||
<dt><span class="section"><a href="background_information/examples.html"> Test and
|
||||
Example Programs</a></span></dt>
|
||||
<dt><span class="section"><a href="background_information/futher.html"> References
|
||||
and Further Information</a></span></dt>
|
||||
<dt><span class="section"><a href="background_information/faq.html"> FAQ</a></span></dt>
|
||||
<dt><span class="section"><a href="background_information/performance.html"> Performance</a></span></dt>
|
||||
<dt><span class="section"><a href="background_information/standards.html"> Standards
|
||||
Conformance</a></span></dt>
|
||||
<dt><span class="section"><a href="background_information/redist.html"> Redistributables</a></span></dt>
|
||||
<dt><span class="section"><a href="background_information/acknowledgements.html">
|
||||
Acknowledgements</a></span></dt>
|
||||
<dt><span class="section"><a href="background_information/history.html"> History</a></span></dt>
|
||||
</dl></div>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 1998 -2007 John Maddock<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
</p>
|
||||
</div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="ref/deprecated_interfaces/old_regex.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="background_information/headers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,88 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Acknowledgements</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
||||
<link rel="home" href="../../index.html" title="Boost.Regex">
|
||||
<link rel="up" href="../background_information.html" title="Background Information">
|
||||
<link rel="prev" href="redist.html" title="Redistributables">
|
||||
<link rel="next" href="history.html" title="History">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
|
||||
<td align="center"><a href="../../../../../../index.html">Home</a></td>
|
||||
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||||
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="redist.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="history.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage"><div><div><h3 class="title">
|
||||
<a name="boost_regex.background_information.acknowledgements"></a><a class="link" href="acknowledgements.html" title="Acknowledgements">
|
||||
Acknowledgements</a>
|
||||
</h3></div></div></div>
|
||||
<p>
|
||||
The author can be contacted at john - at - johnmaddock.co.uk; the home page
|
||||
for this library is at <a href="http://www.boost.org" target="_top">www.boost.org</a>.
|
||||
</p>
|
||||
<p>
|
||||
I am indebted to <a href="http://www.cs.princeton.edu/~rs/" target="_top">Robert Sedgewick's
|
||||
"Algorithms in C++"</a> for forcing me to think about algorithms
|
||||
and their performance, and to the folks at boost for forcing me to think,
|
||||
period.
|
||||
</p>
|
||||
<p>
|
||||
<a href="http://www.boost-consulting.com/" target="_top">Eric Niebler</a>, author
|
||||
of Boost.Expressive and the <a href="http://research.microsoft.com/projects/greta" target="_top">GRETA
|
||||
regular expression component</a>, has shared several important ideas,
|
||||
in a series of long discussions.
|
||||
</p>
|
||||
<p>
|
||||
Pete Becker, of <a href="http://www.versatilecoding.com" target="_top">Roundhouse Consulting,
|
||||
Ltd.</a>, has helped enormously with the standardisation proposal language.
|
||||
</p>
|
||||
<p>
|
||||
The following people have all contributed useful comments or fixes: Dave
|
||||
Abrahams, Mike Allison, Edan Ayal, Jayashree Balasubramanian, Jan Bölsche,
|
||||
Beman Dawes, Paul Baxter, David Bergman, David Dennerline, Edward Diener,
|
||||
Peter Dimov, Robert Dunn, Fabio Forno, Tobias Gabrielsson, Rob Gillen, Marc
|
||||
Gregoire, Chris Hecker, Nick Hodapp, Jesse Jones, Martin Jost, Boris Krasnovskiy,
|
||||
Jan Hermelink, Max Leung, Wei-hao Lin, Jens Maurer, Richard Peters, Heiko
|
||||
Schmidt, Jason Shirk, Gerald Slacik, Scobie Smith, Mike Smyth, Alexander
|
||||
Sokolovsky, Hervé Poirier, Michael Raykh, Marc Recht, Scott VanCamp, Bruno
|
||||
Voigt, Alexey Voinov, Jerry Waldorf, Rob Ward, Lealon Watts, John Wismar,
|
||||
Thomas Witt and Yuval Yosef.
|
||||
</p>
|
||||
<p>
|
||||
If I've missed your name off (I'm sure there are a few, just not who they
|
||||
are...) then please do get in touch.
|
||||
</p>
|
||||
<p>
|
||||
I am also grateful to the manuals supplied with the Henry Spencer, PCRE,
|
||||
Perl and GNU regular expression libraries - wherever possible I have tried
|
||||
to maintain compatibility with these libraries and with the POSIX standard
|
||||
- the code however is entirely my own, including any bugs! I can absolutely
|
||||
guarantee that I will not fix any bugs I don't know about, so if you have
|
||||
any comments or spot any bugs, please get in touch.
|
||||
</p>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 1998 -2007 John Maddock<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
</p>
|
||||
</div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="redist.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="history.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,275 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Test and Example Programs</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
||||
<link rel="home" href="../../index.html" title="Boost.Regex">
|
||||
<link rel="up" href="../background_information.html" title="Background Information">
|
||||
<link rel="prev" href="thread_safety.html" title="Thread Safety">
|
||||
<link rel="next" href="futher.html" title="References and Further Information">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
|
||||
<td align="center"><a href="../../../../../../index.html">Home</a></td>
|
||||
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||||
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="thread_safety.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="futher.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage"><div><div><h3 class="title">
|
||||
<a name="boost_regex.background_information.examples"></a><a class="link" href="examples.html" title="Test and Example Programs"> Test and
|
||||
Example Programs</a>
|
||||
</h3></div></div></div>
|
||||
<a name="boost_regex.background_information.examples.test_programs"></a><h5>
|
||||
<a name="id1177153"></a>
|
||||
<a class="link" href="examples.html#boost_regex.background_information.examples.test_programs">Test
|
||||
Programs</a>
|
||||
</h5>
|
||||
<p>
|
||||
<span class="bold"><strong>regress:</strong></span>
|
||||
</p>
|
||||
<p>
|
||||
A regression test application that gives the matching/searching algorithms
|
||||
a full workout. The presence of this program is your guarantee that the library
|
||||
will behave as claimed - at least as far as those items tested are concerned
|
||||
- if anyone spots anything that isn't being tested I'd be glad to hear about
|
||||
it.
|
||||
</p>
|
||||
<p>
|
||||
Files:
|
||||
</p>
|
||||
<div class="itemizedlist"><ul type="disc">
|
||||
<li>
|
||||
<a href="../../../../test/regress/main.cpp" target="_top">main.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/basic_tests.cpp" target="_top">basic_tests.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_alt.cpp" target="_top">test_alt.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_anchors.cpp" target="_top">test_anchors.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_asserts.cpp" target="_top">test_asserts.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_backrefs.cpp" target="_top">test_backrefs.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_deprecated.cpp" target="_top">test_deprecated.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_emacs.cpp" target="_top">test_emacs.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_escapes.cpp" target="_top">test_escapes.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_grep.cpp" target="_top">test_grep.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_icu.cpp" target="_top">test_icu.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_locale.cpp" target="_top">test_locale.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_mfc.cpp" target="_top">test_mfc.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_non_greedy_repeats.cpp" target="_top">test_non_greedy_repeats.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_operators.cpp" target="_top">test_operators.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_overloads.cpp" target="_top">test_overloads.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_perl_ex.cpp" target="_top">test_perl_ex.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_replace.cpp" target="_top">test_replace.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_sets.cpp" target="_top">test_sets.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_simple_repeats.cpp" target="_top">test_simple_repeats.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_tricky_cases.cpp" target="_top">test_tricky_cases.cpp</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../../../test/regress/test_unicode.cpp" target="_top">test_unicode.cpp</a>
|
||||
</li>
|
||||
</ul></div>
|
||||
<p>
|
||||
<span class="bold"><strong>bad_expression_test:</strong></span>
|
||||
</p>
|
||||
<p>
|
||||
Verifies that "bad" regular expressions don't cause the matcher
|
||||
to go into infinite loops, but to throw an exception instead.
|
||||
</p>
|
||||
<p>
|
||||
Files: <a href="../../../../test/pathology/bad_expression_test.cpp" target="_top">bad_expression_test.cpp</a>.
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>recursion_test:</strong></span>
|
||||
</p>
|
||||
<p>
|
||||
Verifies that the matcher can't overrun the stack (no matter what the expression).
|
||||
</p>
|
||||
<p>
|
||||
Files: <a href="../../../../test/pathology/recursion_test.cpp" target="_top">recursion_test.cpp</a>.
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>concepts:</strong></span>
|
||||
</p>
|
||||
<p>
|
||||
Verifies that the library meets all documented concepts (a compile only test).
|
||||
</p>
|
||||
<p>
|
||||
Files: <a href="../../../../test/concepts/concept_check.cpp" target="_top">concept_check.cpp</a>.
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>captures_test:</strong></span>
|
||||
</p>
|
||||
<p>
|
||||
Test code for captures.
|
||||
</p>
|
||||
<p>
|
||||
Files: <a href="../../../../test/captures/captures_test.cpp" target="_top">captures_test.cpp</a>.
|
||||
</p>
|
||||
<a name="boost_regex.background_information.examples.example_programs"></a><h5>
|
||||
<a name="id1177572"></a>
|
||||
<a class="link" href="examples.html#boost_regex.background_information.examples.example_programs">Example
|
||||
programs</a>
|
||||
</h5>
|
||||
<p>
|
||||
<span class="bold"><strong>grep</strong></span>
|
||||
</p>
|
||||
<p>
|
||||
A simple grep implementation, run with the -h command line option to find
|
||||
out its usage.
|
||||
</p>
|
||||
<p>
|
||||
Files: <a href="../../../../example/grep/grep.cpp" target="_top">grep.cpp</a>
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>timer.exe</strong></span>
|
||||
</p>
|
||||
<p>
|
||||
A simple interactive expression matching application, the results of all
|
||||
matches are timed, allowing the programmer to optimize their regular expressions
|
||||
where performance is critical.
|
||||
</p>
|
||||
<p>
|
||||
Files: <a href="../../../../example/timer/regex_timer.cpp" target="_top">regex_timer.cpp</a>.
|
||||
</p>
|
||||
<a name="boost_regex.background_information.examples.code_snippets"></a><h5>
|
||||
<a name="id1177630"></a>
|
||||
<a class="link" href="examples.html#boost_regex.background_information.examples.code_snippets">Code
|
||||
snippets</a>
|
||||
</h5>
|
||||
<p>
|
||||
The snippets examples contain the code examples used in the documentation:
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/captures_example.cpp" target="_top">captures_example.cpp</a>:
|
||||
Demonstrates the use of captures.
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/credit_card_example.cpp" target="_top">credit_card_example.cpp</a>:
|
||||
Credit card number formatting code.
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/partial_regex_grep.cpp" target="_top">partial_regex_grep.cpp</a>:
|
||||
Search example using partial matches.
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/partial_regex_match.cpp" target="_top">partial_regex_match.cpp</a>:
|
||||
regex_match example using partial matches.
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/regex_iterator_example.cpp" target="_top">regex_iterator_example.cpp</a>:
|
||||
Iterating through a series of matches.
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/regex_match_example.cpp" target="_top">regex_match_example.cpp</a>:
|
||||
ftp based regex_match example.
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/regex_merge_example.cpp" target="_top">regex_merge_example.cpp</a>:
|
||||
regex_merge example: converts a C++ file to syntax highlighted HTML.
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/regex_replace_example.cpp" target="_top">regex_replace_example.cpp</a>:
|
||||
regex_replace example: converts a C++ file to syntax highlighted HTML
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/regex_search_example.cpp" target="_top">regex_search_example.cpp</a>:
|
||||
regex_search example: searches a cpp file for class definitions.
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/regex_token_iterator_eg_1.cpp" target="_top">regex_token_iterator_eg_1.cpp</a>:
|
||||
split a string into a series of tokens.
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/regex_token_iterator_eg_2.cpp" target="_top">regex_token_iterator_eg_2.cpp</a>:
|
||||
enumerate the linked URL's in a HTML file.
|
||||
</p>
|
||||
<p>
|
||||
The following are deprecated:
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/regex_grep_example_1.cpp" target="_top">regex_grep_example_1.cpp</a>:
|
||||
regex_grep example 1: searches a cpp file for class definitions.
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/regex_grep_example_2.cpp" target="_top">regex_grep_example_2.cpp</a>:
|
||||
regex_grep example 2: searches a cpp file for class definitions, using a
|
||||
global callback function.
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/regex_grep_example_3.cpp" target="_top">regex_grep_example_3.cpp</a>:
|
||||
regex_grep example 2: searches a cpp file for class definitions, using a
|
||||
bound member function callback.
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/regex_grep_example_4.cpp" target="_top">regex_grep_example_4.cpp</a>:
|
||||
regex_grep example 2: searches a cpp file for class definitions, using a
|
||||
C++ Builder closure as a callback.
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/regex_split_example_1.cpp" target="_top">regex_split_example_1.cpp</a>:
|
||||
regex_split example: split a string into tokens.
|
||||
</p>
|
||||
<p>
|
||||
<a href="../../../../example/snippets/regex_split_example_2.cpp" target="_top">regex_split_example_2.cpp</a>
|
||||
: regex_split example: spit out linked URL's.
|
||||
</p>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 1998 -2007 John Maddock<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
</p>
|
||||
</div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="thread_safety.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="futher.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,155 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>FAQ</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
||||
<link rel="home" href="../../index.html" title="Boost.Regex">
|
||||
<link rel="up" href="../background_information.html" title="Background Information">
|
||||
<link rel="prev" href="futher.html" title="References and Further Information">
|
||||
<link rel="next" href="performance.html" title="Performance">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
|
||||
<td align="center"><a href="../../../../../../index.html">Home</a></td>
|
||||
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||||
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="futher.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="performance.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage"><div><div><h3 class="title">
|
||||
<a name="boost_regex.background_information.faq"></a><a class="link" href="faq.html" title="FAQ"> FAQ</a>
|
||||
</h3></div></div></div>
|
||||
<p>
|
||||
<span class="bold"><strong>Q.</strong></span> I can't get regex++ to work with escape
|
||||
characters, what's going on?
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>A.</strong></span> If you embed regular expressions in C++
|
||||
code, then remember that escape characters are processed twice: once by the
|
||||
C++ compiler, and once by the Boost.Regex expression compiler, so to pass
|
||||
the regular expression \d+ to Boost.Regex, you need to embed "\d+"
|
||||
in your code. Likewise to match a literal backslash you will need to embed
|
||||
"\\" in your code.
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>Q.</strong></span> No matter what I do regex_match always
|
||||
returns false, what's going on?
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>A.</strong></span> The algorithm regex_match only succeeds
|
||||
if the expression matches <span class="bold"><strong>all</strong></span> of the text,
|
||||
if you want to <span class="bold"><strong>find</strong></span> a sub-string within
|
||||
the text that matches the expression then use regex_search instead.
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>Q.</strong></span> Why does using parenthesis in a POSIX
|
||||
regular expression change the result of a match?
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>A.</strong></span> For POSIX (extended and basic) regular
|
||||
expressions, but not for perl regexes, parentheses don't only mark; they
|
||||
determine what the best match is as well. When the expression is compiled
|
||||
as a POSIX basic or extended regex then Boost.Regex follows the POSIX standard
|
||||
leftmost longest rule for determining what matched. So if there is more than
|
||||
one possible match after considering the whole expression, it looks next
|
||||
at the first sub-expression and then the second sub-expression and so on.
|
||||
So...
|
||||
</p>
|
||||
<p>
|
||||
"(0*)([0-9]*)" against "00123" would produce $1 = "00"
|
||||
$2 = "123"
|
||||
</p>
|
||||
<p>
|
||||
where as
|
||||
</p>
|
||||
<p>
|
||||
"0*([0-9])*" against "00123" would produce $1 = "00123"
|
||||
</p>
|
||||
<p>
|
||||
If you think about it, had $1 only matched the "123", this would
|
||||
be "less good" than the match "00123" which is both further
|
||||
to the left and longer. If you want $1 to match only the "123"
|
||||
part, then you need to use something like:
|
||||
</p>
|
||||
<p>
|
||||
"0*([1-9][0-9]*)"
|
||||
</p>
|
||||
<p>
|
||||
as the expression.
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>Q.</strong></span> Why don't character ranges work properly
|
||||
(POSIX mode only)?
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>A.</strong></span> The POSIX standard specifies that character
|
||||
range expressions are locale sensitive - so for example the expression [A-Z]
|
||||
will match any collating element that collates between 'A' and 'Z'. That
|
||||
means that for most locales other than "C" or "POSIX",
|
||||
[A-Z] would match the single character 't' for example, which is not what
|
||||
most people expect - or at least not what most people have come to expect
|
||||
from regular expression engines. For this reason, the default behaviour of
|
||||
Boost.Regex (perl mode) is to turn locale sensitive collation off by not
|
||||
setting the <code class="computeroutput"><span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">collate</span></code>
|
||||
compile time flag. However if you set a non-default compile time flag - for
|
||||
example <code class="computeroutput"><span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">extended</span></code> or <code class="computeroutput"><span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">basic</span></code>,
|
||||
then locale dependent collation will be enabled, this also applies to the
|
||||
POSIX API functions which use either <code class="computeroutput"><span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">extended</span></code>
|
||||
or <code class="computeroutput"><span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">basic</span></code> internally. [Note - when <code class="computeroutput"><span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">nocollate</span></code> in effect, the library behaves
|
||||
"as if" the LC_COLLATE locale category were always "C",
|
||||
regardless of what its actually set to - end note].
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>Q.</strong></span> Why are there no throw specifications
|
||||
on any of the functions? What exceptions can the library throw?
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>A.</strong></span> Not all compilers support (or honor)
|
||||
throw specifications, others support them but with reduced efficiency. Throw
|
||||
specifications may be added at a later date as compilers begin to handle
|
||||
this better. The library should throw only three types of exception: [boost::regex_error]
|
||||
can be thrown by <a class="link" href="../ref/basic_regex.html" title="basic_regex"><code class="computeroutput"><span class="identifier">basic_regex</span></code></a> when compiling a regular
|
||||
expression, <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">runtime_error</span></code> can be thrown when a call
|
||||
to <code class="computeroutput"><span class="identifier">basic_regex</span><span class="special">::</span><span class="identifier">imbue</span></code> tries to open a message catalogue
|
||||
that doesn't exist, or when a call to <a class="link" href="../ref/regex_search.html" title="regex_search"><code class="computeroutput"><span class="identifier">regex_search</span></code></a> or <a class="link" href="../ref/regex_match.html" title="regex_match"><code class="computeroutput"><span class="identifier">regex_match</span></code></a> results in an "everlasting"
|
||||
search, or when a call to <code class="computeroutput"><span class="identifier">RegEx</span><span class="special">::</span><span class="identifier">GrepFiles</span></code>
|
||||
or <code class="computeroutput"><span class="identifier">RegEx</span><span class="special">::</span><span class="identifier">FindFiles</span></code> tries to open a file that cannot
|
||||
be opened, finally <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">bad_alloc</span></code> can be thrown by just about any
|
||||
of the functions in this library.
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>Q.</strong></span> Why can't I use the "convenience"
|
||||
versions of regex_match / regex_search / regex_grep / regex_format / regex_merge?
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>A.</strong></span> These versions may or may not be available
|
||||
depending upon the capabilities of your compiler, the rules determining the
|
||||
format of these functions are quite complex - and only the versions visible
|
||||
to a standard compliant compiler are given in the help. To find out what
|
||||
your compiler supports, run <boost/regex.hpp> through your C++ pre-processor,
|
||||
and search the output file for the function that you are interested in. Note
|
||||
however, that very few current compilers still have problems with these overloaded
|
||||
functions.
|
||||
</p>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 1998 -2007 John Maddock<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
</p>
|
||||
</div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="futher.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="performance.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,76 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>References and Further Information</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
||||
<link rel="home" href="../../index.html" title="Boost.Regex">
|
||||
<link rel="up" href="../background_information.html" title="Background Information">
|
||||
<link rel="prev" href="examples.html" title="Test and Example Programs">
|
||||
<link rel="next" href="faq.html" title="FAQ">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
|
||||
<td align="center"><a href="../../../../../../index.html">Home</a></td>
|
||||
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||||
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="examples.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="faq.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage"><div><div><h3 class="title">
|
||||
<a name="boost_regex.background_information.futher"></a><a class="link" href="futher.html" title="References and Further Information"> References
|
||||
and Further Information</a>
|
||||
</h3></div></div></div>
|
||||
<p>
|
||||
Short tutorials on regular expressions can be <a href="http://etext.lib.virginia.edu/helpsheets/regex.html" target="_top">found
|
||||
here</a> and <a href="http://www.linuxpcug.org/lessons/regexp.html" target="_top">here</a>.
|
||||
</p>
|
||||
<p>
|
||||
The main book on regular expressions is <a href="http://www.oreilly.com/catalog/regex/" target="_top">Mastering
|
||||
Regular Expressions, published by O'Reilly</a>.
|
||||
</p>
|
||||
<p>
|
||||
Boost.Regex forms the basis for the regular expression chapter of the <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf" target="_top">Technical
|
||||
Report on C++ Library Extensions</a>.
|
||||
</p>
|
||||
<p>
|
||||
The <a href="http://www.opengroup.org/onlinepubs/7908799/toc.htm" target="_top">Open
|
||||
Unix Specification</a> contains a wealth of useful material, including
|
||||
the POSIX regular expression syntax.
|
||||
</p>
|
||||
<p>
|
||||
The <a href="http://www.cs.ucr.edu/~stelo/pattern.html" target="_top">Pattern Matching
|
||||
Pointers</a> site is a "must visit" resource for anyone interested
|
||||
in pattern matching.
|
||||
</p>
|
||||
<p>
|
||||
<a href="http://glimpse.cs.arizona.edu/" target="_top">Glimpse and Agrep</a>, use
|
||||
a simplified regular expression syntax to achieve faster search times.
|
||||
</p>
|
||||
<p>
|
||||
<a href="http://glimpse.cs.arizona.edu/udi.html" target="_top">Udi Manber</a> and
|
||||
<a href="http://www.dcc.uchile.cl/~rbaeza/" target="_top">Ricardo Baeza-Yates</a>
|
||||
both have a selection of useful pattern matching papers available from their
|
||||
respective web sites.
|
||||
</p>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 1998 -2007 John Maddock<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
</p>
|
||||
</div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="examples.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="faq.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,54 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Headers</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
||||
<link rel="home" href="../../index.html" title="Boost.Regex">
|
||||
<link rel="up" href="../background_information.html" title="Background Information">
|
||||
<link rel="prev" href="../background_information.html" title="Background Information">
|
||||
<link rel="next" href="locale.html" title="Localization">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
|
||||
<td align="center"><a href="../../../../../../index.html">Home</a></td>
|
||||
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||||
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="../background_information.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="locale.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage"><div><div><h3 class="title">
|
||||
<a name="boost_regex.background_information.headers"></a><a class="link" href="headers.html" title="Headers"> Headers</a>
|
||||
</h3></div></div></div>
|
||||
<p>
|
||||
There are two main headers used by this library: <code class="computeroutput"><span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">regex</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span></code>
|
||||
provides full access to the main template library, while <code class="computeroutput"><span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">cregex</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span></code>
|
||||
provides access to the (deprecated) high level class RegEx, and the POSIX
|
||||
API functions.
|
||||
</p>
|
||||
<p>
|
||||
There is also a header containing only forward declarations <code class="computeroutput"><span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">regex_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span></code>
|
||||
for use when an interface is dependent upon <a class="link" href="../ref/basic_regex.html" title="basic_regex"><code class="computeroutput"><span class="identifier">basic_regex</span></code></a>, but otherwise does
|
||||
not need the full definitions.
|
||||
</p>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 1998 -2007 John Maddock<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
</p>
|
||||
</div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="../background_information.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../background_information.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="locale.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user