Updated build system.

Fixes for vc7+stlport


[SVN r20952]
This commit is contained in:
John Maddock
2003-11-26 11:46:19 +00:00
parent c642977acd
commit 2e9fa8c8f8
5 changed files with 563 additions and 584 deletions

View File

@ -33,7 +33,7 @@ SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits
lib boost_regex : ../src/$(SOURCES).cpp <template>regex-options
:
[ common-names ]
common-variant-tag
:
debug release
;
@ -41,7 +41,7 @@ lib boost_regex : ../src/$(SOURCES).cpp <template>regex-options
dll boost_regex : ../src/$(SOURCES).cpp <template>regex-dll-options
:
[ common-names ]
common-variant-tag
:
debug release
;
@ -49,7 +49,7 @@ dll boost_regex : ../src/$(SOURCES).cpp <template>regex-dll-options
stage stage/lib : <lib>boost_regex <dll>boost_regex
:
<locate>$(BOOST_ROOT)
[ common-names ]
common-variant-tag
<target>stage
<target>all
:

View File

@ -46,7 +46,7 @@ EOF
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\""
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
@ -70,6 +70,7 @@ EOF
#
# 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
@ -166,6 +167,30 @@ function bcb_gen()
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
#
# auto generated makefile for C++ Builder
@ -223,11 +248,6 @@ EOF
. common.sh
#
# generate C++ Builder 5 files:
out="bcb5.mak"
subdir="bcb5"
bcb_gen
#
# generate C++ Builder 6 files:
out="bcb6.mak"

View File

@ -1,567 +0,0 @@
#
# 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
ALL_HEADER= ../../../boost/regex/config.hpp ../../../boost/regex/pattern_except.hpp ../../../boost/regex/regex_traits.hpp ../../../boost/regex/user.hpp ../../../boost/regex/v3/cregex.hpp ../../../boost/regex/v3/fileiter.hpp ../../../boost/regex/v3/instances.hpp ../../../boost/regex/v3/regex.hpp ../../../boost/regex/v3/regex_compile.hpp ../../../boost/regex/v3/regex_cstring.hpp ../../../boost/regex/v3/regex_format.hpp ../../../boost/regex/v3/regex_fwd.hpp ../../../boost/regex/v3/regex_kmp.hpp ../../../boost/regex/v3/regex_library_include.hpp ../../../boost/regex/v3/regex_match.hpp ../../../boost/regex/v3/regex_raw_buffer.hpp ../../../boost/regex/v3/regex_split.hpp ../../../boost/regex/v3/regex_stack.hpp ../../../boost/regex/v3/regex_synch.hpp ../../../boost/regex/v3/regex_traits.hpp ../../../boost/regex/v4/basic_regex.hpp ../../../boost/regex/v4/char_regex_traits.hpp ../../../boost/regex/v4/cregex.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/regbase.hpp ../../../boost/regex/v4/regex.hpp ../../../boost/regex/v4/regex_compile.hpp ../../../boost/regex/v4/regex_cstring.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_kmp.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_stack.hpp ../../../boost/regex/v4/regex_synch.hpp ../../../boost/regex/v4/regex_token_iterator.hpp ../../../boost/regex/v4/regex_traits.hpp ../../../boost/regex/v4/states.hpp ../../../boost/regex/v4/sub_match.hpp ../../../boost/regex/config/borland.hpp ../../../boost/regex/config/cstring.hpp ../../../boost/regex/config/cwchar.hpp ../../../boost/regex/config/regex_library_include.hpp
all : bcb5 bcb5\libboost_regex-bcb5-s-1_31 bcb5\libboost_regex-bcb5-s-1_31.lib bcb5\libboost_regex-bcb5-mt-s-1_31 bcb5\libboost_regex-bcb5-mt-s-1_31.lib bcb5\boost_regex-bcb5-mt-1_31 bcb5\boost_regex-bcb5-mt-1_31.lib bcb5\boost_regex-bcb5-1_31 bcb5\boost_regex-bcb5-1_31.lib bcb5\libboost_regex-bcb5-mt-1_31 bcb5\libboost_regex-bcb5-mt-1_31.lib bcb5\libboost_regex-bcb5-1_31 bcb5\libboost_regex-bcb5-1_31.lib
clean : libboost_regex-bcb5-s-1_31_clean libboost_regex-bcb5-mt-s-1_31_clean boost_regex-bcb5-mt-1_31_clean boost_regex-bcb5-1_31_clean libboost_regex-bcb5-mt-1_31_clean libboost_regex-bcb5-1_31_clean
install : all
copy bcb5\libboost_regex-bcb5-s-1_31.lib $(BCROOT)\lib
copy bcb5\libboost_regex-bcb5-mt-s-1_31.lib $(BCROOT)\lib
copy bcb5\boost_regex-bcb5-mt-1_31.lib $(BCROOT)\lib
copy bcb5\boost_regex-bcb5-mt-1_31.dll $(BCROOT)\bin
copy bcb5\boost_regex-bcb5-mt-1_31.tds $(BCROOT)\bin
copy bcb5\boost_regex-bcb5-1_31.lib $(BCROOT)\lib
copy bcb5\boost_regex-bcb5-1_31.dll $(BCROOT)\bin
copy bcb5\boost_regex-bcb5-1_31.tds $(BCROOT)\bin
copy bcb5\libboost_regex-bcb5-mt-1_31.lib $(BCROOT)\lib
copy bcb5\libboost_regex-bcb5-1_31.lib $(BCROOT)\lib
bcb5 :
-@mkdir bcb5
########################################################
#
# section for libboost_regex-bcb5-s-1_31.lib
#
########################################################
bcb5\libboost_regex-bcb5-s-1_31\c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-s-1_31\c_regex_traits.obj ../src/c_regex_traits.cpp
|
bcb5\libboost_regex-bcb5-s-1_31\c_regex_traits_common.obj: ../src/c_regex_traits_common.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-s-1_31\c_regex_traits_common.obj ../src/c_regex_traits_common.cpp
|
bcb5\libboost_regex-bcb5-s-1_31\cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-s-1_31\cpp_regex_traits.obj ../src/cpp_regex_traits.cpp
|
bcb5\libboost_regex-bcb5-s-1_31\cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-s-1_31\cregex.obj ../src/cregex.cpp
|
bcb5\libboost_regex-bcb5-s-1_31\fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-s-1_31\fileiter.obj ../src/fileiter.cpp
|
bcb5\libboost_regex-bcb5-s-1_31\instances.obj: ../src/instances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-s-1_31\instances.obj ../src/instances.cpp
|
bcb5\libboost_regex-bcb5-s-1_31\posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-s-1_31\posix_api.obj ../src/posix_api.cpp
|
bcb5\libboost_regex-bcb5-s-1_31\regex.obj: ../src/regex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-s-1_31\regex.obj ../src/regex.cpp
|
bcb5\libboost_regex-bcb5-s-1_31\regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-s-1_31\regex_debug.obj ../src/regex_debug.cpp
|
bcb5\libboost_regex-bcb5-s-1_31\regex_synch.obj: ../src/regex_synch.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-s-1_31\regex_synch.obj ../src/regex_synch.cpp
|
bcb5\libboost_regex-bcb5-s-1_31\w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-s-1_31\w32_regex_traits.obj ../src/w32_regex_traits.cpp
|
bcb5\libboost_regex-bcb5-s-1_31\wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-s-1_31\wide_posix_api.obj ../src/wide_posix_api.cpp
|
bcb5\libboost_regex-bcb5-s-1_31\winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-s-1_31\winstances.obj ../src/winstances.cpp
|
bcb5\libboost_regex-bcb5-s-1_31 :
-@mkdir bcb5\libboost_regex-bcb5-s-1_31
libboost_regex-bcb5-s-1_31_clean :
del bcb5\libboost_regex-bcb5-s-1_31\*.obj
del bcb5\libboost_regex-bcb5-s-1_31\*.il?
del bcb5\libboost_regex-bcb5-s-1_31\*.csm
del bcb5\libboost_regex-bcb5-s-1_31\*.tds
bcb5\libboost_regex-bcb5-s-1_31.lib : bcb5\libboost_regex-bcb5-s-1_31\c_regex_traits.obj bcb5\libboost_regex-bcb5-s-1_31\c_regex_traits_common.obj bcb5\libboost_regex-bcb5-s-1_31\cpp_regex_traits.obj bcb5\libboost_regex-bcb5-s-1_31\cregex.obj bcb5\libboost_regex-bcb5-s-1_31\fileiter.obj bcb5\libboost_regex-bcb5-s-1_31\instances.obj bcb5\libboost_regex-bcb5-s-1_31\posix_api.obj bcb5\libboost_regex-bcb5-s-1_31\regex.obj bcb5\libboost_regex-bcb5-s-1_31\regex_debug.obj bcb5\libboost_regex-bcb5-s-1_31\regex_synch.obj bcb5\libboost_regex-bcb5-s-1_31\w32_regex_traits.obj bcb5\libboost_regex-bcb5-s-1_31\wide_posix_api.obj bcb5\libboost_regex-bcb5-s-1_31\winstances.obj
tlib @&&|
/P128 /C /u /a $(XSFLAGS) "bcb5\libboost_regex-bcb5-s-1_31.lib" -+"bcb5\libboost_regex-bcb5-s-1_31\c_regex_traits.obj" -+"bcb5\libboost_regex-bcb5-s-1_31\c_regex_traits_common.obj" -+"bcb5\libboost_regex-bcb5-s-1_31\cpp_regex_traits.obj" -+"bcb5\libboost_regex-bcb5-s-1_31\cregex.obj" -+"bcb5\libboost_regex-bcb5-s-1_31\fileiter.obj" -+"bcb5\libboost_regex-bcb5-s-1_31\instances.obj" -+"bcb5\libboost_regex-bcb5-s-1_31\posix_api.obj" -+"bcb5\libboost_regex-bcb5-s-1_31\regex.obj" -+"bcb5\libboost_regex-bcb5-s-1_31\regex_debug.obj" -+"bcb5\libboost_regex-bcb5-s-1_31\regex_synch.obj" -+"bcb5\libboost_regex-bcb5-s-1_31\w32_regex_traits.obj" -+"bcb5\libboost_regex-bcb5-s-1_31\wide_posix_api.obj" -+"bcb5\libboost_regex-bcb5-s-1_31\winstances.obj"
|
########################################################
#
# section for libboost_regex-bcb5-mt-s-1_31.lib
#
########################################################
bcb5\libboost_regex-bcb5-mt-s-1_31\c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-s-1_31\c_regex_traits.obj ../src/c_regex_traits.cpp
|
bcb5\libboost_regex-bcb5-mt-s-1_31\c_regex_traits_common.obj: ../src/c_regex_traits_common.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-s-1_31\c_regex_traits_common.obj ../src/c_regex_traits_common.cpp
|
bcb5\libboost_regex-bcb5-mt-s-1_31\cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-s-1_31\cpp_regex_traits.obj ../src/cpp_regex_traits.cpp
|
bcb5\libboost_regex-bcb5-mt-s-1_31\cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-s-1_31\cregex.obj ../src/cregex.cpp
|
bcb5\libboost_regex-bcb5-mt-s-1_31\fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-s-1_31\fileiter.obj ../src/fileiter.cpp
|
bcb5\libboost_regex-bcb5-mt-s-1_31\instances.obj: ../src/instances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-s-1_31\instances.obj ../src/instances.cpp
|
bcb5\libboost_regex-bcb5-mt-s-1_31\posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-s-1_31\posix_api.obj ../src/posix_api.cpp
|
bcb5\libboost_regex-bcb5-mt-s-1_31\regex.obj: ../src/regex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-s-1_31\regex.obj ../src/regex.cpp
|
bcb5\libboost_regex-bcb5-mt-s-1_31\regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-s-1_31\regex_debug.obj ../src/regex_debug.cpp
|
bcb5\libboost_regex-bcb5-mt-s-1_31\regex_synch.obj: ../src/regex_synch.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-s-1_31\regex_synch.obj ../src/regex_synch.cpp
|
bcb5\libboost_regex-bcb5-mt-s-1_31\w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-s-1_31\w32_regex_traits.obj ../src/w32_regex_traits.cpp
|
bcb5\libboost_regex-bcb5-mt-s-1_31\wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-s-1_31\wide_posix_api.obj ../src/wide_posix_api.cpp
|
bcb5\libboost_regex-bcb5-mt-s-1_31\winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -O2 -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-s-1_31\winstances.obj ../src/winstances.cpp
|
bcb5\libboost_regex-bcb5-mt-s-1_31 :
-@mkdir bcb5\libboost_regex-bcb5-mt-s-1_31
libboost_regex-bcb5-mt-s-1_31_clean :
del bcb5\libboost_regex-bcb5-mt-s-1_31\*.obj
del bcb5\libboost_regex-bcb5-mt-s-1_31\*.il?
del bcb5\libboost_regex-bcb5-mt-s-1_31\*.csm
del bcb5\libboost_regex-bcb5-mt-s-1_31\*.tds
bcb5\libboost_regex-bcb5-mt-s-1_31.lib : bcb5\libboost_regex-bcb5-mt-s-1_31\c_regex_traits.obj bcb5\libboost_regex-bcb5-mt-s-1_31\c_regex_traits_common.obj bcb5\libboost_regex-bcb5-mt-s-1_31\cpp_regex_traits.obj bcb5\libboost_regex-bcb5-mt-s-1_31\cregex.obj bcb5\libboost_regex-bcb5-mt-s-1_31\fileiter.obj bcb5\libboost_regex-bcb5-mt-s-1_31\instances.obj bcb5\libboost_regex-bcb5-mt-s-1_31\posix_api.obj bcb5\libboost_regex-bcb5-mt-s-1_31\regex.obj bcb5\libboost_regex-bcb5-mt-s-1_31\regex_debug.obj bcb5\libboost_regex-bcb5-mt-s-1_31\regex_synch.obj bcb5\libboost_regex-bcb5-mt-s-1_31\w32_regex_traits.obj bcb5\libboost_regex-bcb5-mt-s-1_31\wide_posix_api.obj bcb5\libboost_regex-bcb5-mt-s-1_31\winstances.obj
tlib @&&|
/P128 /C /u /a $(XSFLAGS) "bcb5\libboost_regex-bcb5-mt-s-1_31.lib" -+"bcb5\libboost_regex-bcb5-mt-s-1_31\c_regex_traits.obj" -+"bcb5\libboost_regex-bcb5-mt-s-1_31\c_regex_traits_common.obj" -+"bcb5\libboost_regex-bcb5-mt-s-1_31\cpp_regex_traits.obj" -+"bcb5\libboost_regex-bcb5-mt-s-1_31\cregex.obj" -+"bcb5\libboost_regex-bcb5-mt-s-1_31\fileiter.obj" -+"bcb5\libboost_regex-bcb5-mt-s-1_31\instances.obj" -+"bcb5\libboost_regex-bcb5-mt-s-1_31\posix_api.obj" -+"bcb5\libboost_regex-bcb5-mt-s-1_31\regex.obj" -+"bcb5\libboost_regex-bcb5-mt-s-1_31\regex_debug.obj" -+"bcb5\libboost_regex-bcb5-mt-s-1_31\regex_synch.obj" -+"bcb5\libboost_regex-bcb5-mt-s-1_31\w32_regex_traits.obj" -+"bcb5\libboost_regex-bcb5-mt-s-1_31\wide_posix_api.obj" -+"bcb5\libboost_regex-bcb5-mt-s-1_31\winstances.obj"
|
########################################################
#
# section for boost_regex-bcb5-mt-1_31.lib
#
########################################################
bcb5\boost_regex-bcb5-mt-1_31\c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-mt-1_31\c_regex_traits.obj ../src/c_regex_traits.cpp
|
bcb5\boost_regex-bcb5-mt-1_31\c_regex_traits_common.obj: ../src/c_regex_traits_common.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-mt-1_31\c_regex_traits_common.obj ../src/c_regex_traits_common.cpp
|
bcb5\boost_regex-bcb5-mt-1_31\cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-mt-1_31\cpp_regex_traits.obj ../src/cpp_regex_traits.cpp
|
bcb5\boost_regex-bcb5-mt-1_31\cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-mt-1_31\cregex.obj ../src/cregex.cpp
|
bcb5\boost_regex-bcb5-mt-1_31\fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-mt-1_31\fileiter.obj ../src/fileiter.cpp
|
bcb5\boost_regex-bcb5-mt-1_31\instances.obj: ../src/instances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-mt-1_31\instances.obj ../src/instances.cpp
|
bcb5\boost_regex-bcb5-mt-1_31\posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-mt-1_31\posix_api.obj ../src/posix_api.cpp
|
bcb5\boost_regex-bcb5-mt-1_31\regex.obj: ../src/regex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-mt-1_31\regex.obj ../src/regex.cpp
|
bcb5\boost_regex-bcb5-mt-1_31\regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-mt-1_31\regex_debug.obj ../src/regex_debug.cpp
|
bcb5\boost_regex-bcb5-mt-1_31\regex_synch.obj: ../src/regex_synch.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-mt-1_31\regex_synch.obj ../src/regex_synch.cpp
|
bcb5\boost_regex-bcb5-mt-1_31\w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-mt-1_31\w32_regex_traits.obj ../src/w32_regex_traits.cpp
|
bcb5\boost_regex-bcb5-mt-1_31\wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-mt-1_31\wide_posix_api.obj ../src/wide_posix_api.cpp
|
bcb5\boost_regex-bcb5-mt-1_31\winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-mt-1_31\winstances.obj ../src/winstances.cpp
|
bcb5\boost_regex-bcb5-mt-1_31 :
-@mkdir bcb5\boost_regex-bcb5-mt-1_31
boost_regex-bcb5-mt-1_31_clean :
del bcb5\boost_regex-bcb5-mt-1_31\*.obj
del bcb5\boost_regex-bcb5-mt-1_31\*.il?
del bcb5\boost_regex-bcb5-mt-1_31\*.csm
del bcb5\boost_regex-bcb5-mt-1_31\*.tds
del bcb5\*.tds
bcb5\boost_regex-bcb5-mt-1_31.lib : bcb5\boost_regex-bcb5-mt-1_31\c_regex_traits.obj bcb5\boost_regex-bcb5-mt-1_31\c_regex_traits_common.obj bcb5\boost_regex-bcb5-mt-1_31\cpp_regex_traits.obj bcb5\boost_regex-bcb5-mt-1_31\cregex.obj bcb5\boost_regex-bcb5-mt-1_31\fileiter.obj bcb5\boost_regex-bcb5-mt-1_31\instances.obj bcb5\boost_regex-bcb5-mt-1_31\posix_api.obj bcb5\boost_regex-bcb5-mt-1_31\regex.obj bcb5\boost_regex-bcb5-mt-1_31\regex_debug.obj bcb5\boost_regex-bcb5-mt-1_31\regex_synch.obj bcb5\boost_regex-bcb5-mt-1_31\w32_regex_traits.obj bcb5\boost_regex-bcb5-mt-1_31\wide_posix_api.obj bcb5\boost_regex-bcb5-mt-1_31\winstances.obj
bcc32 @&&|
-lw-dup -lw-dpl -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; -ebcb5\boost_regex-bcb5-mt-1_31.dll $(XLFLAGS) bcb5\boost_regex-bcb5-mt-1_31\c_regex_traits.obj bcb5\boost_regex-bcb5-mt-1_31\c_regex_traits_common.obj bcb5\boost_regex-bcb5-mt-1_31\cpp_regex_traits.obj bcb5\boost_regex-bcb5-mt-1_31\cregex.obj bcb5\boost_regex-bcb5-mt-1_31\fileiter.obj bcb5\boost_regex-bcb5-mt-1_31\instances.obj bcb5\boost_regex-bcb5-mt-1_31\posix_api.obj bcb5\boost_regex-bcb5-mt-1_31\regex.obj bcb5\boost_regex-bcb5-mt-1_31\regex_debug.obj bcb5\boost_regex-bcb5-mt-1_31\regex_synch.obj bcb5\boost_regex-bcb5-mt-1_31\w32_regex_traits.obj bcb5\boost_regex-bcb5-mt-1_31\wide_posix_api.obj bcb5\boost_regex-bcb5-mt-1_31\winstances.obj $(LIBS)
|
implib -w bcb5\boost_regex-bcb5-mt-1_31.lib bcb5\boost_regex-bcb5-mt-1_31.dll
########################################################
#
# section for boost_regex-bcb5-1_31.lib
#
########################################################
bcb5\boost_regex-bcb5-1_31\c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-1_31\c_regex_traits.obj ../src/c_regex_traits.cpp
|
bcb5\boost_regex-bcb5-1_31\c_regex_traits_common.obj: ../src/c_regex_traits_common.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-1_31\c_regex_traits_common.obj ../src/c_regex_traits_common.cpp
|
bcb5\boost_regex-bcb5-1_31\cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-1_31\cpp_regex_traits.obj ../src/cpp_regex_traits.cpp
|
bcb5\boost_regex-bcb5-1_31\cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-1_31\cregex.obj ../src/cregex.cpp
|
bcb5\boost_regex-bcb5-1_31\fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-1_31\fileiter.obj ../src/fileiter.cpp
|
bcb5\boost_regex-bcb5-1_31\instances.obj: ../src/instances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-1_31\instances.obj ../src/instances.cpp
|
bcb5\boost_regex-bcb5-1_31\posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-1_31\posix_api.obj ../src/posix_api.cpp
|
bcb5\boost_regex-bcb5-1_31\regex.obj: ../src/regex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-1_31\regex.obj ../src/regex.cpp
|
bcb5\boost_regex-bcb5-1_31\regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-1_31\regex_debug.obj ../src/regex_debug.cpp
|
bcb5\boost_regex-bcb5-1_31\regex_synch.obj: ../src/regex_synch.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-1_31\regex_synch.obj ../src/regex_synch.cpp
|
bcb5\boost_regex-bcb5-1_31\w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-1_31\w32_regex_traits.obj ../src/w32_regex_traits.cpp
|
bcb5\boost_regex-bcb5-1_31\wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-1_31\wide_posix_api.obj ../src/wide_posix_api.cpp
|
bcb5\boost_regex-bcb5-1_31\winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb5\boost_regex-bcb5-1_31\winstances.obj ../src/winstances.cpp
|
bcb5\boost_regex-bcb5-1_31 :
-@mkdir bcb5\boost_regex-bcb5-1_31
boost_regex-bcb5-1_31_clean :
del bcb5\boost_regex-bcb5-1_31\*.obj
del bcb5\boost_regex-bcb5-1_31\*.il?
del bcb5\boost_regex-bcb5-1_31\*.csm
del bcb5\boost_regex-bcb5-1_31\*.tds
del bcb5\*.tds
bcb5\boost_regex-bcb5-1_31.lib : bcb5\boost_regex-bcb5-1_31\c_regex_traits.obj bcb5\boost_regex-bcb5-1_31\c_regex_traits_common.obj bcb5\boost_regex-bcb5-1_31\cpp_regex_traits.obj bcb5\boost_regex-bcb5-1_31\cregex.obj bcb5\boost_regex-bcb5-1_31\fileiter.obj bcb5\boost_regex-bcb5-1_31\instances.obj bcb5\boost_regex-bcb5-1_31\posix_api.obj bcb5\boost_regex-bcb5-1_31\regex.obj bcb5\boost_regex-bcb5-1_31\regex_debug.obj bcb5\boost_regex-bcb5-1_31\regex_synch.obj bcb5\boost_regex-bcb5-1_31\w32_regex_traits.obj bcb5\boost_regex-bcb5-1_31\wide_posix_api.obj bcb5\boost_regex-bcb5-1_31\winstances.obj
bcc32 @&&|
-lw-dup -lw-dpl -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; -ebcb5\boost_regex-bcb5-1_31.dll $(XLFLAGS) bcb5\boost_regex-bcb5-1_31\c_regex_traits.obj bcb5\boost_regex-bcb5-1_31\c_regex_traits_common.obj bcb5\boost_regex-bcb5-1_31\cpp_regex_traits.obj bcb5\boost_regex-bcb5-1_31\cregex.obj bcb5\boost_regex-bcb5-1_31\fileiter.obj bcb5\boost_regex-bcb5-1_31\instances.obj bcb5\boost_regex-bcb5-1_31\posix_api.obj bcb5\boost_regex-bcb5-1_31\regex.obj bcb5\boost_regex-bcb5-1_31\regex_debug.obj bcb5\boost_regex-bcb5-1_31\regex_synch.obj bcb5\boost_regex-bcb5-1_31\w32_regex_traits.obj bcb5\boost_regex-bcb5-1_31\wide_posix_api.obj bcb5\boost_regex-bcb5-1_31\winstances.obj $(LIBS)
|
implib -w bcb5\boost_regex-bcb5-1_31.lib bcb5\boost_regex-bcb5-1_31.dll
########################################################
#
# section for libboost_regex-bcb5-mt-1_31.lib
#
########################################################
bcb5\libboost_regex-bcb5-mt-1_31\c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-1_31\c_regex_traits.obj ../src/c_regex_traits.cpp
|
bcb5\libboost_regex-bcb5-mt-1_31\c_regex_traits_common.obj: ../src/c_regex_traits_common.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-1_31\c_regex_traits_common.obj ../src/c_regex_traits_common.cpp
|
bcb5\libboost_regex-bcb5-mt-1_31\cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-1_31\cpp_regex_traits.obj ../src/cpp_regex_traits.cpp
|
bcb5\libboost_regex-bcb5-mt-1_31\cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-1_31\cregex.obj ../src/cregex.cpp
|
bcb5\libboost_regex-bcb5-mt-1_31\fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-1_31\fileiter.obj ../src/fileiter.cpp
|
bcb5\libboost_regex-bcb5-mt-1_31\instances.obj: ../src/instances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-1_31\instances.obj ../src/instances.cpp
|
bcb5\libboost_regex-bcb5-mt-1_31\posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-1_31\posix_api.obj ../src/posix_api.cpp
|
bcb5\libboost_regex-bcb5-mt-1_31\regex.obj: ../src/regex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-1_31\regex.obj ../src/regex.cpp
|
bcb5\libboost_regex-bcb5-mt-1_31\regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-1_31\regex_debug.obj ../src/regex_debug.cpp
|
bcb5\libboost_regex-bcb5-mt-1_31\regex_synch.obj: ../src/regex_synch.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-1_31\regex_synch.obj ../src/regex_synch.cpp
|
bcb5\libboost_regex-bcb5-mt-1_31\w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-1_31\w32_regex_traits.obj ../src/w32_regex_traits.cpp
|
bcb5\libboost_regex-bcb5-mt-1_31\wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-1_31\wide_posix_api.obj ../src/wide_posix_api.cpp
|
bcb5\libboost_regex-bcb5-mt-1_31\winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-mt-1_31\winstances.obj ../src/winstances.cpp
|
bcb5\libboost_regex-bcb5-mt-1_31 :
-@mkdir bcb5\libboost_regex-bcb5-mt-1_31
libboost_regex-bcb5-mt-1_31_clean :
del bcb5\libboost_regex-bcb5-mt-1_31\*.obj
del bcb5\libboost_regex-bcb5-mt-1_31\*.il?
del bcb5\libboost_regex-bcb5-mt-1_31\*.csm
del bcb5\libboost_regex-bcb5-mt-1_31\*.tds
bcb5\libboost_regex-bcb5-mt-1_31.lib : bcb5\libboost_regex-bcb5-mt-1_31\c_regex_traits.obj bcb5\libboost_regex-bcb5-mt-1_31\c_regex_traits_common.obj bcb5\libboost_regex-bcb5-mt-1_31\cpp_regex_traits.obj bcb5\libboost_regex-bcb5-mt-1_31\cregex.obj bcb5\libboost_regex-bcb5-mt-1_31\fileiter.obj bcb5\libboost_regex-bcb5-mt-1_31\instances.obj bcb5\libboost_regex-bcb5-mt-1_31\posix_api.obj bcb5\libboost_regex-bcb5-mt-1_31\regex.obj bcb5\libboost_regex-bcb5-mt-1_31\regex_debug.obj bcb5\libboost_regex-bcb5-mt-1_31\regex_synch.obj bcb5\libboost_regex-bcb5-mt-1_31\w32_regex_traits.obj bcb5\libboost_regex-bcb5-mt-1_31\wide_posix_api.obj bcb5\libboost_regex-bcb5-mt-1_31\winstances.obj
tlib @&&|
/P128 /C /u /a $(XSFLAGS) "bcb5\libboost_regex-bcb5-mt-1_31.lib" -+"bcb5\libboost_regex-bcb5-mt-1_31\c_regex_traits.obj" -+"bcb5\libboost_regex-bcb5-mt-1_31\c_regex_traits_common.obj" -+"bcb5\libboost_regex-bcb5-mt-1_31\cpp_regex_traits.obj" -+"bcb5\libboost_regex-bcb5-mt-1_31\cregex.obj" -+"bcb5\libboost_regex-bcb5-mt-1_31\fileiter.obj" -+"bcb5\libboost_regex-bcb5-mt-1_31\instances.obj" -+"bcb5\libboost_regex-bcb5-mt-1_31\posix_api.obj" -+"bcb5\libboost_regex-bcb5-mt-1_31\regex.obj" -+"bcb5\libboost_regex-bcb5-mt-1_31\regex_debug.obj" -+"bcb5\libboost_regex-bcb5-mt-1_31\regex_synch.obj" -+"bcb5\libboost_regex-bcb5-mt-1_31\w32_regex_traits.obj" -+"bcb5\libboost_regex-bcb5-mt-1_31\wide_posix_api.obj" -+"bcb5\libboost_regex-bcb5-mt-1_31\winstances.obj"
|
########################################################
#
# section for libboost_regex-bcb5-1_31.lib
#
########################################################
bcb5\libboost_regex-bcb5-1_31\c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-1_31\c_regex_traits.obj ../src/c_regex_traits.cpp
|
bcb5\libboost_regex-bcb5-1_31\c_regex_traits_common.obj: ../src/c_regex_traits_common.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-1_31\c_regex_traits_common.obj ../src/c_regex_traits_common.cpp
|
bcb5\libboost_regex-bcb5-1_31\cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-1_31\cpp_regex_traits.obj ../src/cpp_regex_traits.cpp
|
bcb5\libboost_regex-bcb5-1_31\cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-1_31\cregex.obj ../src/cregex.cpp
|
bcb5\libboost_regex-bcb5-1_31\fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-1_31\fileiter.obj ../src/fileiter.cpp
|
bcb5\libboost_regex-bcb5-1_31\instances.obj: ../src/instances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-1_31\instances.obj ../src/instances.cpp
|
bcb5\libboost_regex-bcb5-1_31\posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-1_31\posix_api.obj ../src/posix_api.cpp
|
bcb5\libboost_regex-bcb5-1_31\regex.obj: ../src/regex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-1_31\regex.obj ../src/regex.cpp
|
bcb5\libboost_regex-bcb5-1_31\regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-1_31\regex_debug.obj ../src/regex_debug.cpp
|
bcb5\libboost_regex-bcb5-1_31\regex_synch.obj: ../src/regex_synch.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-1_31\regex_synch.obj ../src/regex_synch.cpp
|
bcb5\libboost_regex-bcb5-1_31\w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-1_31\w32_regex_traits.obj ../src/w32_regex_traits.cpp
|
bcb5\libboost_regex-bcb5-1_31\wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-1_31\wide_posix_api.obj ../src/wide_posix_api.cpp
|
bcb5\libboost_regex-bcb5-1_31\winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb5\libboost_regex-bcb5-1_31\winstances.obj ../src/winstances.cpp
|
bcb5\libboost_regex-bcb5-1_31 :
-@mkdir bcb5\libboost_regex-bcb5-1_31
libboost_regex-bcb5-1_31_clean :
del bcb5\libboost_regex-bcb5-1_31\*.obj
del bcb5\libboost_regex-bcb5-1_31\*.il?
del bcb5\libboost_regex-bcb5-1_31\*.csm
del bcb5\libboost_regex-bcb5-1_31\*.tds
bcb5\libboost_regex-bcb5-1_31.lib : bcb5\libboost_regex-bcb5-1_31\c_regex_traits.obj bcb5\libboost_regex-bcb5-1_31\c_regex_traits_common.obj bcb5\libboost_regex-bcb5-1_31\cpp_regex_traits.obj bcb5\libboost_regex-bcb5-1_31\cregex.obj bcb5\libboost_regex-bcb5-1_31\fileiter.obj bcb5\libboost_regex-bcb5-1_31\instances.obj bcb5\libboost_regex-bcb5-1_31\posix_api.obj bcb5\libboost_regex-bcb5-1_31\regex.obj bcb5\libboost_regex-bcb5-1_31\regex_debug.obj bcb5\libboost_regex-bcb5-1_31\regex_synch.obj bcb5\libboost_regex-bcb5-1_31\w32_regex_traits.obj bcb5\libboost_regex-bcb5-1_31\wide_posix_api.obj bcb5\libboost_regex-bcb5-1_31\winstances.obj
tlib @&&|
/P128 /C /u /a $(XSFLAGS) "bcb5\libboost_regex-bcb5-1_31.lib" -+"bcb5\libboost_regex-bcb5-1_31\c_regex_traits.obj" -+"bcb5\libboost_regex-bcb5-1_31\c_regex_traits_common.obj" -+"bcb5\libboost_regex-bcb5-1_31\cpp_regex_traits.obj" -+"bcb5\libboost_regex-bcb5-1_31\cregex.obj" -+"bcb5\libboost_regex-bcb5-1_31\fileiter.obj" -+"bcb5\libboost_regex-bcb5-1_31\instances.obj" -+"bcb5\libboost_regex-bcb5-1_31\posix_api.obj" -+"bcb5\libboost_regex-bcb5-1_31\regex.obj" -+"bcb5\libboost_regex-bcb5-1_31\regex_debug.obj" -+"bcb5\libboost_regex-bcb5-1_31\regex_synch.obj" -+"bcb5\libboost_regex-bcb5-1_31\w32_regex_traits.obj" -+"bcb5\libboost_regex-bcb5-1_31\wide_posix_api.obj" -+"bcb5\libboost_regex-bcb5-1_31\winstances.obj"
|

View File

@ -37,9 +37,9 @@ BCROOT=$(MAKEDIR)\..
ALL_HEADER= ../../../boost/regex/config.hpp ../../../boost/regex/pattern_except.hpp ../../../boost/regex/regex_traits.hpp ../../../boost/regex/user.hpp ../../../boost/regex/v3/cregex.hpp ../../../boost/regex/v3/fileiter.hpp ../../../boost/regex/v3/instances.hpp ../../../boost/regex/v3/regex.hpp ../../../boost/regex/v3/regex_compile.hpp ../../../boost/regex/v3/regex_cstring.hpp ../../../boost/regex/v3/regex_format.hpp ../../../boost/regex/v3/regex_fwd.hpp ../../../boost/regex/v3/regex_kmp.hpp ../../../boost/regex/v3/regex_library_include.hpp ../../../boost/regex/v3/regex_match.hpp ../../../boost/regex/v3/regex_raw_buffer.hpp ../../../boost/regex/v3/regex_split.hpp ../../../boost/regex/v3/regex_stack.hpp ../../../boost/regex/v3/regex_synch.hpp ../../../boost/regex/v3/regex_traits.hpp ../../../boost/regex/v4/basic_regex.hpp ../../../boost/regex/v4/char_regex_traits.hpp ../../../boost/regex/v4/cregex.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/regbase.hpp ../../../boost/regex/v4/regex.hpp ../../../boost/regex/v4/regex_compile.hpp ../../../boost/regex/v4/regex_cstring.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_kmp.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_stack.hpp ../../../boost/regex/v4/regex_synch.hpp ../../../boost/regex/v4/regex_token_iterator.hpp ../../../boost/regex/v4/regex_traits.hpp ../../../boost/regex/v4/states.hpp ../../../boost/regex/v4/sub_match.hpp ../../../boost/regex/config/borland.hpp ../../../boost/regex/config/cstring.hpp ../../../boost/regex/config/cwchar.hpp ../../../boost/regex/config/regex_library_include.hpp
all : bcb bcb\libboost_regex-bcb-s-1_31 bcb\libboost_regex-bcb-s-1_31.lib bcb\libboost_regex-bcb-mt-s-1_31 bcb\libboost_regex-bcb-mt-s-1_31.lib bcb\boost_regex-bcb-mt-1_31 bcb\boost_regex-bcb-mt-1_31.lib bcb\boost_regex-bcb-1_31 bcb\boost_regex-bcb-1_31.lib bcb\libboost_regex-bcb-mt-1_31 bcb\libboost_regex-bcb-mt-1_31.lib bcb\libboost_regex-bcb-1_31 bcb\libboost_regex-bcb-1_31.lib
all : bcb bcb\libboost_regex-bcb-s-1_31 bcb\libboost_regex-bcb-s-1_31.lib bcb\libboost_regex-bcb-mt-s-1_31 bcb\libboost_regex-bcb-mt-s-1_31.lib bcb\boost_regex-bcb-mt-1_31 bcb\boost_regex-bcb-mt-1_31.lib bcb\boost_regex-bcb-1_31 bcb\boost_regex-bcb-1_31.lib bcb\libboost_regex-bcb-mt-1_31 bcb\libboost_regex-bcb-mt-1_31.lib bcb\libboost_regex-bcb-1_31 bcb\libboost_regex-bcb-1_31.lib bcb\libboost_regex-bcb-sd-1_31 bcb\libboost_regex-bcb-sd-1_31.lib bcb\libboost_regex-bcb-mt-sd-1_31 bcb\libboost_regex-bcb-mt-sd-1_31.lib bcb\boost_regex-bcb-mt-d-1_31 bcb\boost_regex-bcb-mt-d-1_31.lib bcb\boost_regex-bcb-d-1_31 bcb\boost_regex-bcb-d-1_31.lib bcb\libboost_regex-bcb-mt-d-1_31 bcb\libboost_regex-bcb-mt-d-1_31.lib bcb\libboost_regex-bcb-d-1_31 bcb\libboost_regex-bcb-d-1_31.lib
clean : libboost_regex-bcb-s-1_31_clean libboost_regex-bcb-mt-s-1_31_clean boost_regex-bcb-mt-1_31_clean boost_regex-bcb-1_31_clean libboost_regex-bcb-mt-1_31_clean libboost_regex-bcb-1_31_clean
clean : libboost_regex-bcb-s-1_31_clean libboost_regex-bcb-mt-s-1_31_clean boost_regex-bcb-mt-1_31_clean boost_regex-bcb-1_31_clean libboost_regex-bcb-mt-1_31_clean libboost_regex-bcb-1_31_clean libboost_regex-bcb-sd-1_31_clean libboost_regex-bcb-mt-sd-1_31_clean boost_regex-bcb-mt-d-1_31_clean boost_regex-bcb-d-1_31_clean libboost_regex-bcb-mt-d-1_31_clean libboost_regex-bcb-d-1_31_clean
install : all
copy bcb\libboost_regex-bcb-s-1_31.lib $(BCROOT)\lib
@ -52,6 +52,16 @@ install : all
copy bcb\boost_regex-bcb-1_31.tds $(BCROOT)\bin
copy bcb\libboost_regex-bcb-mt-1_31.lib $(BCROOT)\lib
copy bcb\libboost_regex-bcb-1_31.lib $(BCROOT)\lib
copy bcb\libboost_regex-bcb-sd-1_31.lib $(BCROOT)\lib
copy bcb\libboost_regex-bcb-mt-sd-1_31.lib $(BCROOT)\lib
copy bcb\boost_regex-bcb-mt-d-1_31.lib $(BCROOT)\lib
copy bcb\boost_regex-bcb-mt-d-1_31.dll $(BCROOT)\bin
copy bcb\boost_regex-bcb-mt-d-1_31.tds $(BCROOT)\bin
copy bcb\boost_regex-bcb-d-1_31.lib $(BCROOT)\lib
copy bcb\boost_regex-bcb-d-1_31.dll $(BCROOT)\bin
copy bcb\boost_regex-bcb-d-1_31.tds $(BCROOT)\bin
copy bcb\libboost_regex-bcb-mt-d-1_31.lib $(BCROOT)\lib
copy bcb\libboost_regex-bcb-d-1_31.lib $(BCROOT)\lib
bcb :
-@mkdir bcb
@ -137,8 +147,9 @@ libboost_regex-bcb-s-1_31_clean :
del bcb\libboost_regex-bcb-s-1_31\*.tds
bcb\libboost_regex-bcb-s-1_31.lib : bcb\libboost_regex-bcb-s-1_31\c_regex_traits.obj bcb\libboost_regex-bcb-s-1_31\c_regex_traits_common.obj bcb\libboost_regex-bcb-s-1_31\cpp_regex_traits.obj bcb\libboost_regex-bcb-s-1_31\cregex.obj bcb\libboost_regex-bcb-s-1_31\fileiter.obj bcb\libboost_regex-bcb-s-1_31\instances.obj bcb\libboost_regex-bcb-s-1_31\posix_api.obj bcb\libboost_regex-bcb-s-1_31\regex.obj bcb\libboost_regex-bcb-s-1_31\regex_debug.obj bcb\libboost_regex-bcb-s-1_31\regex_synch.obj bcb\libboost_regex-bcb-s-1_31\w32_regex_traits.obj bcb\libboost_regex-bcb-s-1_31\wide_posix_api.obj bcb\libboost_regex-bcb-s-1_31\winstances.obj
if exist bcb\libboost_regex-bcb-s-1_31.lib del bcb\libboost_regex-bcb-s-1_31.lib
tlib @&&|
/P128 /C /u /a $(XSFLAGS) "bcb\libboost_regex-bcb-s-1_31.lib" -+"bcb\libboost_regex-bcb-s-1_31\c_regex_traits.obj" -+"bcb\libboost_regex-bcb-s-1_31\c_regex_traits_common.obj" -+"bcb\libboost_regex-bcb-s-1_31\cpp_regex_traits.obj" -+"bcb\libboost_regex-bcb-s-1_31\cregex.obj" -+"bcb\libboost_regex-bcb-s-1_31\fileiter.obj" -+"bcb\libboost_regex-bcb-s-1_31\instances.obj" -+"bcb\libboost_regex-bcb-s-1_31\posix_api.obj" -+"bcb\libboost_regex-bcb-s-1_31\regex.obj" -+"bcb\libboost_regex-bcb-s-1_31\regex_debug.obj" -+"bcb\libboost_regex-bcb-s-1_31\regex_synch.obj" -+"bcb\libboost_regex-bcb-s-1_31\w32_regex_traits.obj" -+"bcb\libboost_regex-bcb-s-1_31\wide_posix_api.obj" -+"bcb\libboost_regex-bcb-s-1_31\winstances.obj"
/P128 /C /u /a $(XSFLAGS) "bcb\libboost_regex-bcb-s-1_31.lib" +"bcb\libboost_regex-bcb-s-1_31\c_regex_traits.obj" +"bcb\libboost_regex-bcb-s-1_31\c_regex_traits_common.obj" +"bcb\libboost_regex-bcb-s-1_31\cpp_regex_traits.obj" +"bcb\libboost_regex-bcb-s-1_31\cregex.obj" +"bcb\libboost_regex-bcb-s-1_31\fileiter.obj" +"bcb\libboost_regex-bcb-s-1_31\instances.obj" +"bcb\libboost_regex-bcb-s-1_31\posix_api.obj" +"bcb\libboost_regex-bcb-s-1_31\regex.obj" +"bcb\libboost_regex-bcb-s-1_31\regex_debug.obj" +"bcb\libboost_regex-bcb-s-1_31\regex_synch.obj" +"bcb\libboost_regex-bcb-s-1_31\w32_regex_traits.obj" +"bcb\libboost_regex-bcb-s-1_31\wide_posix_api.obj" +"bcb\libboost_regex-bcb-s-1_31\winstances.obj"
|
########################################################
@ -221,8 +232,9 @@ libboost_regex-bcb-mt-s-1_31_clean :
del bcb\libboost_regex-bcb-mt-s-1_31\*.tds
bcb\libboost_regex-bcb-mt-s-1_31.lib : bcb\libboost_regex-bcb-mt-s-1_31\c_regex_traits.obj bcb\libboost_regex-bcb-mt-s-1_31\c_regex_traits_common.obj bcb\libboost_regex-bcb-mt-s-1_31\cpp_regex_traits.obj bcb\libboost_regex-bcb-mt-s-1_31\cregex.obj bcb\libboost_regex-bcb-mt-s-1_31\fileiter.obj bcb\libboost_regex-bcb-mt-s-1_31\instances.obj bcb\libboost_regex-bcb-mt-s-1_31\posix_api.obj bcb\libboost_regex-bcb-mt-s-1_31\regex.obj bcb\libboost_regex-bcb-mt-s-1_31\regex_debug.obj bcb\libboost_regex-bcb-mt-s-1_31\regex_synch.obj bcb\libboost_regex-bcb-mt-s-1_31\w32_regex_traits.obj bcb\libboost_regex-bcb-mt-s-1_31\wide_posix_api.obj bcb\libboost_regex-bcb-mt-s-1_31\winstances.obj
if exist bcb\libboost_regex-bcb-mt-s-1_31.lib del bcb\libboost_regex-bcb-mt-s-1_31.lib
tlib @&&|
/P128 /C /u /a $(XSFLAGS) "bcb\libboost_regex-bcb-mt-s-1_31.lib" -+"bcb\libboost_regex-bcb-mt-s-1_31\c_regex_traits.obj" -+"bcb\libboost_regex-bcb-mt-s-1_31\c_regex_traits_common.obj" -+"bcb\libboost_regex-bcb-mt-s-1_31\cpp_regex_traits.obj" -+"bcb\libboost_regex-bcb-mt-s-1_31\cregex.obj" -+"bcb\libboost_regex-bcb-mt-s-1_31\fileiter.obj" -+"bcb\libboost_regex-bcb-mt-s-1_31\instances.obj" -+"bcb\libboost_regex-bcb-mt-s-1_31\posix_api.obj" -+"bcb\libboost_regex-bcb-mt-s-1_31\regex.obj" -+"bcb\libboost_regex-bcb-mt-s-1_31\regex_debug.obj" -+"bcb\libboost_regex-bcb-mt-s-1_31\regex_synch.obj" -+"bcb\libboost_regex-bcb-mt-s-1_31\w32_regex_traits.obj" -+"bcb\libboost_regex-bcb-mt-s-1_31\wide_posix_api.obj" -+"bcb\libboost_regex-bcb-mt-s-1_31\winstances.obj"
/P128 /C /u /a $(XSFLAGS) "bcb\libboost_regex-bcb-mt-s-1_31.lib" +"bcb\libboost_regex-bcb-mt-s-1_31\c_regex_traits.obj" +"bcb\libboost_regex-bcb-mt-s-1_31\c_regex_traits_common.obj" +"bcb\libboost_regex-bcb-mt-s-1_31\cpp_regex_traits.obj" +"bcb\libboost_regex-bcb-mt-s-1_31\cregex.obj" +"bcb\libboost_regex-bcb-mt-s-1_31\fileiter.obj" +"bcb\libboost_regex-bcb-mt-s-1_31\instances.obj" +"bcb\libboost_regex-bcb-mt-s-1_31\posix_api.obj" +"bcb\libboost_regex-bcb-mt-s-1_31\regex.obj" +"bcb\libboost_regex-bcb-mt-s-1_31\regex_debug.obj" +"bcb\libboost_regex-bcb-mt-s-1_31\regex_synch.obj" +"bcb\libboost_regex-bcb-mt-s-1_31\w32_regex_traits.obj" +"bcb\libboost_regex-bcb-mt-s-1_31\wide_posix_api.obj" +"bcb\libboost_regex-bcb-mt-s-1_31\winstances.obj"
|
########################################################
@ -477,8 +489,9 @@ libboost_regex-bcb-mt-1_31_clean :
del bcb\libboost_regex-bcb-mt-1_31\*.tds
bcb\libboost_regex-bcb-mt-1_31.lib : bcb\libboost_regex-bcb-mt-1_31\c_regex_traits.obj bcb\libboost_regex-bcb-mt-1_31\c_regex_traits_common.obj bcb\libboost_regex-bcb-mt-1_31\cpp_regex_traits.obj bcb\libboost_regex-bcb-mt-1_31\cregex.obj bcb\libboost_regex-bcb-mt-1_31\fileiter.obj bcb\libboost_regex-bcb-mt-1_31\instances.obj bcb\libboost_regex-bcb-mt-1_31\posix_api.obj bcb\libboost_regex-bcb-mt-1_31\regex.obj bcb\libboost_regex-bcb-mt-1_31\regex_debug.obj bcb\libboost_regex-bcb-mt-1_31\regex_synch.obj bcb\libboost_regex-bcb-mt-1_31\w32_regex_traits.obj bcb\libboost_regex-bcb-mt-1_31\wide_posix_api.obj bcb\libboost_regex-bcb-mt-1_31\winstances.obj
if exist bcb\libboost_regex-bcb-mt-1_31.lib del bcb\libboost_regex-bcb-mt-1_31.lib
tlib @&&|
/P128 /C /u /a $(XSFLAGS) "bcb\libboost_regex-bcb-mt-1_31.lib" -+"bcb\libboost_regex-bcb-mt-1_31\c_regex_traits.obj" -+"bcb\libboost_regex-bcb-mt-1_31\c_regex_traits_common.obj" -+"bcb\libboost_regex-bcb-mt-1_31\cpp_regex_traits.obj" -+"bcb\libboost_regex-bcb-mt-1_31\cregex.obj" -+"bcb\libboost_regex-bcb-mt-1_31\fileiter.obj" -+"bcb\libboost_regex-bcb-mt-1_31\instances.obj" -+"bcb\libboost_regex-bcb-mt-1_31\posix_api.obj" -+"bcb\libboost_regex-bcb-mt-1_31\regex.obj" -+"bcb\libboost_regex-bcb-mt-1_31\regex_debug.obj" -+"bcb\libboost_regex-bcb-mt-1_31\regex_synch.obj" -+"bcb\libboost_regex-bcb-mt-1_31\w32_regex_traits.obj" -+"bcb\libboost_regex-bcb-mt-1_31\wide_posix_api.obj" -+"bcb\libboost_regex-bcb-mt-1_31\winstances.obj"
/P128 /C /u /a $(XSFLAGS) "bcb\libboost_regex-bcb-mt-1_31.lib" +"bcb\libboost_regex-bcb-mt-1_31\c_regex_traits.obj" +"bcb\libboost_regex-bcb-mt-1_31\c_regex_traits_common.obj" +"bcb\libboost_regex-bcb-mt-1_31\cpp_regex_traits.obj" +"bcb\libboost_regex-bcb-mt-1_31\cregex.obj" +"bcb\libboost_regex-bcb-mt-1_31\fileiter.obj" +"bcb\libboost_regex-bcb-mt-1_31\instances.obj" +"bcb\libboost_regex-bcb-mt-1_31\posix_api.obj" +"bcb\libboost_regex-bcb-mt-1_31\regex.obj" +"bcb\libboost_regex-bcb-mt-1_31\regex_debug.obj" +"bcb\libboost_regex-bcb-mt-1_31\regex_synch.obj" +"bcb\libboost_regex-bcb-mt-1_31\w32_regex_traits.obj" +"bcb\libboost_regex-bcb-mt-1_31\wide_posix_api.obj" +"bcb\libboost_regex-bcb-mt-1_31\winstances.obj"
|
########################################################
@ -561,7 +574,520 @@ libboost_regex-bcb-1_31_clean :
del bcb\libboost_regex-bcb-1_31\*.tds
bcb\libboost_regex-bcb-1_31.lib : bcb\libboost_regex-bcb-1_31\c_regex_traits.obj bcb\libboost_regex-bcb-1_31\c_regex_traits_common.obj bcb\libboost_regex-bcb-1_31\cpp_regex_traits.obj bcb\libboost_regex-bcb-1_31\cregex.obj bcb\libboost_regex-bcb-1_31\fileiter.obj bcb\libboost_regex-bcb-1_31\instances.obj bcb\libboost_regex-bcb-1_31\posix_api.obj bcb\libboost_regex-bcb-1_31\regex.obj bcb\libboost_regex-bcb-1_31\regex_debug.obj bcb\libboost_regex-bcb-1_31\regex_synch.obj bcb\libboost_regex-bcb-1_31\w32_regex_traits.obj bcb\libboost_regex-bcb-1_31\wide_posix_api.obj bcb\libboost_regex-bcb-1_31\winstances.obj
if exist bcb\libboost_regex-bcb-1_31.lib del bcb\libboost_regex-bcb-1_31.lib
tlib @&&|
/P128 /C /u /a $(XSFLAGS) "bcb\libboost_regex-bcb-1_31.lib" -+"bcb\libboost_regex-bcb-1_31\c_regex_traits.obj" -+"bcb\libboost_regex-bcb-1_31\c_regex_traits_common.obj" -+"bcb\libboost_regex-bcb-1_31\cpp_regex_traits.obj" -+"bcb\libboost_regex-bcb-1_31\cregex.obj" -+"bcb\libboost_regex-bcb-1_31\fileiter.obj" -+"bcb\libboost_regex-bcb-1_31\instances.obj" -+"bcb\libboost_regex-bcb-1_31\posix_api.obj" -+"bcb\libboost_regex-bcb-1_31\regex.obj" -+"bcb\libboost_regex-bcb-1_31\regex_debug.obj" -+"bcb\libboost_regex-bcb-1_31\regex_synch.obj" -+"bcb\libboost_regex-bcb-1_31\w32_regex_traits.obj" -+"bcb\libboost_regex-bcb-1_31\wide_posix_api.obj" -+"bcb\libboost_regex-bcb-1_31\winstances.obj"
/P128 /C /u /a $(XSFLAGS) "bcb\libboost_regex-bcb-1_31.lib" +"bcb\libboost_regex-bcb-1_31\c_regex_traits.obj" +"bcb\libboost_regex-bcb-1_31\c_regex_traits_common.obj" +"bcb\libboost_regex-bcb-1_31\cpp_regex_traits.obj" +"bcb\libboost_regex-bcb-1_31\cregex.obj" +"bcb\libboost_regex-bcb-1_31\fileiter.obj" +"bcb\libboost_regex-bcb-1_31\instances.obj" +"bcb\libboost_regex-bcb-1_31\posix_api.obj" +"bcb\libboost_regex-bcb-1_31\regex.obj" +"bcb\libboost_regex-bcb-1_31\regex_debug.obj" +"bcb\libboost_regex-bcb-1_31\regex_synch.obj" +"bcb\libboost_regex-bcb-1_31\w32_regex_traits.obj" +"bcb\libboost_regex-bcb-1_31\wide_posix_api.obj" +"bcb\libboost_regex-bcb-1_31\winstances.obj"
|
########################################################
#
# section for libboost_regex-bcb-sd-1_31.lib
#
########################################################
bcb\libboost_regex-bcb-sd-1_31\c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-sd-1_31\c_regex_traits.obj ../src/c_regex_traits.cpp
|
bcb\libboost_regex-bcb-sd-1_31\c_regex_traits_common.obj: ../src/c_regex_traits_common.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-sd-1_31\c_regex_traits_common.obj ../src/c_regex_traits_common.cpp
|
bcb\libboost_regex-bcb-sd-1_31\cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-sd-1_31\cpp_regex_traits.obj ../src/cpp_regex_traits.cpp
|
bcb\libboost_regex-bcb-sd-1_31\cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-sd-1_31\cregex.obj ../src/cregex.cpp
|
bcb\libboost_regex-bcb-sd-1_31\fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-sd-1_31\fileiter.obj ../src/fileiter.cpp
|
bcb\libboost_regex-bcb-sd-1_31\instances.obj: ../src/instances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-sd-1_31\instances.obj ../src/instances.cpp
|
bcb\libboost_regex-bcb-sd-1_31\posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-sd-1_31\posix_api.obj ../src/posix_api.cpp
|
bcb\libboost_regex-bcb-sd-1_31\regex.obj: ../src/regex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-sd-1_31\regex.obj ../src/regex.cpp
|
bcb\libboost_regex-bcb-sd-1_31\regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-sd-1_31\regex_debug.obj ../src/regex_debug.cpp
|
bcb\libboost_regex-bcb-sd-1_31\regex_synch.obj: ../src/regex_synch.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-sd-1_31\regex_synch.obj ../src/regex_synch.cpp
|
bcb\libboost_regex-bcb-sd-1_31\w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-sd-1_31\w32_regex_traits.obj ../src/w32_regex_traits.cpp
|
bcb\libboost_regex-bcb-sd-1_31\wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-sd-1_31\wide_posix_api.obj ../src/wide_posix_api.cpp
|
bcb\libboost_regex-bcb-sd-1_31\winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM- -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8037 -w-8057 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-sd-1_31\winstances.obj ../src/winstances.cpp
|
bcb\libboost_regex-bcb-sd-1_31 :
-@mkdir bcb\libboost_regex-bcb-sd-1_31
libboost_regex-bcb-sd-1_31_clean :
del bcb\libboost_regex-bcb-sd-1_31\*.obj
del bcb\libboost_regex-bcb-sd-1_31\*.il?
del bcb\libboost_regex-bcb-sd-1_31\*.csm
del bcb\libboost_regex-bcb-sd-1_31\*.tds
bcb\libboost_regex-bcb-sd-1_31.lib : bcb\libboost_regex-bcb-sd-1_31\c_regex_traits.obj bcb\libboost_regex-bcb-sd-1_31\c_regex_traits_common.obj bcb\libboost_regex-bcb-sd-1_31\cpp_regex_traits.obj bcb\libboost_regex-bcb-sd-1_31\cregex.obj bcb\libboost_regex-bcb-sd-1_31\fileiter.obj bcb\libboost_regex-bcb-sd-1_31\instances.obj bcb\libboost_regex-bcb-sd-1_31\posix_api.obj bcb\libboost_regex-bcb-sd-1_31\regex.obj bcb\libboost_regex-bcb-sd-1_31\regex_debug.obj bcb\libboost_regex-bcb-sd-1_31\regex_synch.obj bcb\libboost_regex-bcb-sd-1_31\w32_regex_traits.obj bcb\libboost_regex-bcb-sd-1_31\wide_posix_api.obj bcb\libboost_regex-bcb-sd-1_31\winstances.obj
if exist bcb\libboost_regex-bcb-sd-1_31.lib del bcb\libboost_regex-bcb-sd-1_31.lib
tlib @&&|
/P128 /C /u /a $(XSFLAGS) "bcb\libboost_regex-bcb-sd-1_31.lib" +"bcb\libboost_regex-bcb-sd-1_31\c_regex_traits.obj" +"bcb\libboost_regex-bcb-sd-1_31\c_regex_traits_common.obj" +"bcb\libboost_regex-bcb-sd-1_31\cpp_regex_traits.obj" +"bcb\libboost_regex-bcb-sd-1_31\cregex.obj" +"bcb\libboost_regex-bcb-sd-1_31\fileiter.obj" +"bcb\libboost_regex-bcb-sd-1_31\instances.obj" +"bcb\libboost_regex-bcb-sd-1_31\posix_api.obj" +"bcb\libboost_regex-bcb-sd-1_31\regex.obj" +"bcb\libboost_regex-bcb-sd-1_31\regex_debug.obj" +"bcb\libboost_regex-bcb-sd-1_31\regex_synch.obj" +"bcb\libboost_regex-bcb-sd-1_31\w32_regex_traits.obj" +"bcb\libboost_regex-bcb-sd-1_31\wide_posix_api.obj" +"bcb\libboost_regex-bcb-sd-1_31\winstances.obj"
|
########################################################
#
# section for libboost_regex-bcb-mt-sd-1_31.lib
#
########################################################
bcb\libboost_regex-bcb-mt-sd-1_31\c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-sd-1_31\c_regex_traits.obj ../src/c_regex_traits.cpp
|
bcb\libboost_regex-bcb-mt-sd-1_31\c_regex_traits_common.obj: ../src/c_regex_traits_common.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-sd-1_31\c_regex_traits_common.obj ../src/c_regex_traits_common.cpp
|
bcb\libboost_regex-bcb-mt-sd-1_31\cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-sd-1_31\cpp_regex_traits.obj ../src/cpp_regex_traits.cpp
|
bcb\libboost_regex-bcb-mt-sd-1_31\cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-sd-1_31\cregex.obj ../src/cregex.cpp
|
bcb\libboost_regex-bcb-mt-sd-1_31\fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-sd-1_31\fileiter.obj ../src/fileiter.cpp
|
bcb\libboost_regex-bcb-mt-sd-1_31\instances.obj: ../src/instances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-sd-1_31\instances.obj ../src/instances.cpp
|
bcb\libboost_regex-bcb-mt-sd-1_31\posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-sd-1_31\posix_api.obj ../src/posix_api.cpp
|
bcb\libboost_regex-bcb-mt-sd-1_31\regex.obj: ../src/regex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-sd-1_31\regex.obj ../src/regex.cpp
|
bcb\libboost_regex-bcb-mt-sd-1_31\regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-sd-1_31\regex_debug.obj ../src/regex_debug.cpp
|
bcb\libboost_regex-bcb-mt-sd-1_31\regex_synch.obj: ../src/regex_synch.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-sd-1_31\regex_synch.obj ../src/regex_synch.cpp
|
bcb\libboost_regex-bcb-mt-sd-1_31\w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-sd-1_31\w32_regex_traits.obj ../src/w32_regex_traits.cpp
|
bcb\libboost_regex-bcb-mt-sd-1_31\wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-sd-1_31\wide_posix_api.obj ../src/wide_posix_api.cpp
|
bcb\libboost_regex-bcb-mt-sd-1_31\winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -tWM -D_NO_VCL -v -Ve -Vx -w-inl -w-aus -w-rch -w-8012 -w-8057 -w-8037 -DSTRICT; -I$(BCROOT)\include;../../../ $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-sd-1_31\winstances.obj ../src/winstances.cpp
|
bcb\libboost_regex-bcb-mt-sd-1_31 :
-@mkdir bcb\libboost_regex-bcb-mt-sd-1_31
libboost_regex-bcb-mt-sd-1_31_clean :
del bcb\libboost_regex-bcb-mt-sd-1_31\*.obj
del bcb\libboost_regex-bcb-mt-sd-1_31\*.il?
del bcb\libboost_regex-bcb-mt-sd-1_31\*.csm
del bcb\libboost_regex-bcb-mt-sd-1_31\*.tds
bcb\libboost_regex-bcb-mt-sd-1_31.lib : bcb\libboost_regex-bcb-mt-sd-1_31\c_regex_traits.obj bcb\libboost_regex-bcb-mt-sd-1_31\c_regex_traits_common.obj bcb\libboost_regex-bcb-mt-sd-1_31\cpp_regex_traits.obj bcb\libboost_regex-bcb-mt-sd-1_31\cregex.obj bcb\libboost_regex-bcb-mt-sd-1_31\fileiter.obj bcb\libboost_regex-bcb-mt-sd-1_31\instances.obj bcb\libboost_regex-bcb-mt-sd-1_31\posix_api.obj bcb\libboost_regex-bcb-mt-sd-1_31\regex.obj bcb\libboost_regex-bcb-mt-sd-1_31\regex_debug.obj bcb\libboost_regex-bcb-mt-sd-1_31\regex_synch.obj bcb\libboost_regex-bcb-mt-sd-1_31\w32_regex_traits.obj bcb\libboost_regex-bcb-mt-sd-1_31\wide_posix_api.obj bcb\libboost_regex-bcb-mt-sd-1_31\winstances.obj
if exist bcb\libboost_regex-bcb-mt-sd-1_31.lib del bcb\libboost_regex-bcb-mt-sd-1_31.lib
tlib @&&|
/P128 /C /u /a $(XSFLAGS) "bcb\libboost_regex-bcb-mt-sd-1_31.lib" +"bcb\libboost_regex-bcb-mt-sd-1_31\c_regex_traits.obj" +"bcb\libboost_regex-bcb-mt-sd-1_31\c_regex_traits_common.obj" +"bcb\libboost_regex-bcb-mt-sd-1_31\cpp_regex_traits.obj" +"bcb\libboost_regex-bcb-mt-sd-1_31\cregex.obj" +"bcb\libboost_regex-bcb-mt-sd-1_31\fileiter.obj" +"bcb\libboost_regex-bcb-mt-sd-1_31\instances.obj" +"bcb\libboost_regex-bcb-mt-sd-1_31\posix_api.obj" +"bcb\libboost_regex-bcb-mt-sd-1_31\regex.obj" +"bcb\libboost_regex-bcb-mt-sd-1_31\regex_debug.obj" +"bcb\libboost_regex-bcb-mt-sd-1_31\regex_synch.obj" +"bcb\libboost_regex-bcb-mt-sd-1_31\w32_regex_traits.obj" +"bcb\libboost_regex-bcb-mt-sd-1_31\wide_posix_api.obj" +"bcb\libboost_regex-bcb-mt-sd-1_31\winstances.obj"
|
########################################################
#
# section for boost_regex-bcb-mt-d-1_31.lib
#
########################################################
bcb\boost_regex-bcb-mt-d-1_31\c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-mt-d-1_31\c_regex_traits.obj ../src/c_regex_traits.cpp
|
bcb\boost_regex-bcb-mt-d-1_31\c_regex_traits_common.obj: ../src/c_regex_traits_common.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-mt-d-1_31\c_regex_traits_common.obj ../src/c_regex_traits_common.cpp
|
bcb\boost_regex-bcb-mt-d-1_31\cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-mt-d-1_31\cpp_regex_traits.obj ../src/cpp_regex_traits.cpp
|
bcb\boost_regex-bcb-mt-d-1_31\cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-mt-d-1_31\cregex.obj ../src/cregex.cpp
|
bcb\boost_regex-bcb-mt-d-1_31\fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-mt-d-1_31\fileiter.obj ../src/fileiter.cpp
|
bcb\boost_regex-bcb-mt-d-1_31\instances.obj: ../src/instances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-mt-d-1_31\instances.obj ../src/instances.cpp
|
bcb\boost_regex-bcb-mt-d-1_31\posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-mt-d-1_31\posix_api.obj ../src/posix_api.cpp
|
bcb\boost_regex-bcb-mt-d-1_31\regex.obj: ../src/regex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-mt-d-1_31\regex.obj ../src/regex.cpp
|
bcb\boost_regex-bcb-mt-d-1_31\regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-mt-d-1_31\regex_debug.obj ../src/regex_debug.cpp
|
bcb\boost_regex-bcb-mt-d-1_31\regex_synch.obj: ../src/regex_synch.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-mt-d-1_31\regex_synch.obj ../src/regex_synch.cpp
|
bcb\boost_regex-bcb-mt-d-1_31\w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-mt-d-1_31\w32_regex_traits.obj ../src/w32_regex_traits.cpp
|
bcb\boost_regex-bcb-mt-d-1_31\wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-mt-d-1_31\wide_posix_api.obj ../src/wide_posix_api.cpp
|
bcb\boost_regex-bcb-mt-d-1_31\winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-mt-d-1_31\winstances.obj ../src/winstances.cpp
|
bcb\boost_regex-bcb-mt-d-1_31 :
-@mkdir bcb\boost_regex-bcb-mt-d-1_31
boost_regex-bcb-mt-d-1_31_clean :
del bcb\boost_regex-bcb-mt-d-1_31\*.obj
del bcb\boost_regex-bcb-mt-d-1_31\*.il?
del bcb\boost_regex-bcb-mt-d-1_31\*.csm
del bcb\boost_regex-bcb-mt-d-1_31\*.tds
del bcb\*.tds
bcb\boost_regex-bcb-mt-d-1_31.lib : bcb\boost_regex-bcb-mt-d-1_31\c_regex_traits.obj bcb\boost_regex-bcb-mt-d-1_31\c_regex_traits_common.obj bcb\boost_regex-bcb-mt-d-1_31\cpp_regex_traits.obj bcb\boost_regex-bcb-mt-d-1_31\cregex.obj bcb\boost_regex-bcb-mt-d-1_31\fileiter.obj bcb\boost_regex-bcb-mt-d-1_31\instances.obj bcb\boost_regex-bcb-mt-d-1_31\posix_api.obj bcb\boost_regex-bcb-mt-d-1_31\regex.obj bcb\boost_regex-bcb-mt-d-1_31\regex_debug.obj bcb\boost_regex-bcb-mt-d-1_31\regex_synch.obj bcb\boost_regex-bcb-mt-d-1_31\w32_regex_traits.obj bcb\boost_regex-bcb-mt-d-1_31\wide_posix_api.obj bcb\boost_regex-bcb-mt-d-1_31\winstances.obj
bcc32 @&&|
-lw-dup -lw-dpl -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; -ebcb\boost_regex-bcb-mt-d-1_31.dll $(XLFLAGS) bcb\boost_regex-bcb-mt-d-1_31\c_regex_traits.obj bcb\boost_regex-bcb-mt-d-1_31\c_regex_traits_common.obj bcb\boost_regex-bcb-mt-d-1_31\cpp_regex_traits.obj bcb\boost_regex-bcb-mt-d-1_31\cregex.obj bcb\boost_regex-bcb-mt-d-1_31\fileiter.obj bcb\boost_regex-bcb-mt-d-1_31\instances.obj bcb\boost_regex-bcb-mt-d-1_31\posix_api.obj bcb\boost_regex-bcb-mt-d-1_31\regex.obj bcb\boost_regex-bcb-mt-d-1_31\regex_debug.obj bcb\boost_regex-bcb-mt-d-1_31\regex_synch.obj bcb\boost_regex-bcb-mt-d-1_31\w32_regex_traits.obj bcb\boost_regex-bcb-mt-d-1_31\wide_posix_api.obj bcb\boost_regex-bcb-mt-d-1_31\winstances.obj $(LIBS)
|
implib -w bcb\boost_regex-bcb-mt-d-1_31.lib bcb\boost_regex-bcb-mt-d-1_31.dll
########################################################
#
# section for boost_regex-bcb-d-1_31.lib
#
########################################################
bcb\boost_regex-bcb-d-1_31\c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-d-1_31\c_regex_traits.obj ../src/c_regex_traits.cpp
|
bcb\boost_regex-bcb-d-1_31\c_regex_traits_common.obj: ../src/c_regex_traits_common.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-d-1_31\c_regex_traits_common.obj ../src/c_regex_traits_common.cpp
|
bcb\boost_regex-bcb-d-1_31\cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-d-1_31\cpp_regex_traits.obj ../src/cpp_regex_traits.cpp
|
bcb\boost_regex-bcb-d-1_31\cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-d-1_31\cregex.obj ../src/cregex.cpp
|
bcb\boost_regex-bcb-d-1_31\fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-d-1_31\fileiter.obj ../src/fileiter.cpp
|
bcb\boost_regex-bcb-d-1_31\instances.obj: ../src/instances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-d-1_31\instances.obj ../src/instances.cpp
|
bcb\boost_regex-bcb-d-1_31\posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-d-1_31\posix_api.obj ../src/posix_api.cpp
|
bcb\boost_regex-bcb-d-1_31\regex.obj: ../src/regex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-d-1_31\regex.obj ../src/regex.cpp
|
bcb\boost_regex-bcb-d-1_31\regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-d-1_31\regex_debug.obj ../src/regex_debug.cpp
|
bcb\boost_regex-bcb-d-1_31\regex_synch.obj: ../src/regex_synch.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-d-1_31\regex_synch.obj ../src/regex_synch.cpp
|
bcb\boost_regex-bcb-d-1_31\w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-d-1_31\w32_regex_traits.obj ../src/w32_regex_traits.cpp
|
bcb\boost_regex-bcb-d-1_31\wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-d-1_31\wide_posix_api.obj ../src/wide_posix_api.cpp
|
bcb\boost_regex-bcb-d-1_31\winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -DBOOST_REGEX_DYN_LINK -obcb\boost_regex-bcb-d-1_31\winstances.obj ../src/winstances.cpp
|
bcb\boost_regex-bcb-d-1_31 :
-@mkdir bcb\boost_regex-bcb-d-1_31
boost_regex-bcb-d-1_31_clean :
del bcb\boost_regex-bcb-d-1_31\*.obj
del bcb\boost_regex-bcb-d-1_31\*.il?
del bcb\boost_regex-bcb-d-1_31\*.csm
del bcb\boost_regex-bcb-d-1_31\*.tds
del bcb\*.tds
bcb\boost_regex-bcb-d-1_31.lib : bcb\boost_regex-bcb-d-1_31\c_regex_traits.obj bcb\boost_regex-bcb-d-1_31\c_regex_traits_common.obj bcb\boost_regex-bcb-d-1_31\cpp_regex_traits.obj bcb\boost_regex-bcb-d-1_31\cregex.obj bcb\boost_regex-bcb-d-1_31\fileiter.obj bcb\boost_regex-bcb-d-1_31\instances.obj bcb\boost_regex-bcb-d-1_31\posix_api.obj bcb\boost_regex-bcb-d-1_31\regex.obj bcb\boost_regex-bcb-d-1_31\regex_debug.obj bcb\boost_regex-bcb-d-1_31\regex_synch.obj bcb\boost_regex-bcb-d-1_31\w32_regex_traits.obj bcb\boost_regex-bcb-d-1_31\wide_posix_api.obj bcb\boost_regex-bcb-d-1_31\winstances.obj
bcc32 @&&|
-lw-dup -lw-dpl -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; -ebcb\boost_regex-bcb-d-1_31.dll $(XLFLAGS) bcb\boost_regex-bcb-d-1_31\c_regex_traits.obj bcb\boost_regex-bcb-d-1_31\c_regex_traits_common.obj bcb\boost_regex-bcb-d-1_31\cpp_regex_traits.obj bcb\boost_regex-bcb-d-1_31\cregex.obj bcb\boost_regex-bcb-d-1_31\fileiter.obj bcb\boost_regex-bcb-d-1_31\instances.obj bcb\boost_regex-bcb-d-1_31\posix_api.obj bcb\boost_regex-bcb-d-1_31\regex.obj bcb\boost_regex-bcb-d-1_31\regex_debug.obj bcb\boost_regex-bcb-d-1_31\regex_synch.obj bcb\boost_regex-bcb-d-1_31\w32_regex_traits.obj bcb\boost_regex-bcb-d-1_31\wide_posix_api.obj bcb\boost_regex-bcb-d-1_31\winstances.obj $(LIBS)
|
implib -w bcb\boost_regex-bcb-d-1_31.lib bcb\boost_regex-bcb-d-1_31.dll
########################################################
#
# section for libboost_regex-bcb-mt-d-1_31.lib
#
########################################################
bcb\libboost_regex-bcb-mt-d-1_31\c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-d-1_31\c_regex_traits.obj ../src/c_regex_traits.cpp
|
bcb\libboost_regex-bcb-mt-d-1_31\c_regex_traits_common.obj: ../src/c_regex_traits_common.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-d-1_31\c_regex_traits_common.obj ../src/c_regex_traits_common.cpp
|
bcb\libboost_regex-bcb-mt-d-1_31\cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-d-1_31\cpp_regex_traits.obj ../src/cpp_regex_traits.cpp
|
bcb\libboost_regex-bcb-mt-d-1_31\cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-d-1_31\cregex.obj ../src/cregex.cpp
|
bcb\libboost_regex-bcb-mt-d-1_31\fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-d-1_31\fileiter.obj ../src/fileiter.cpp
|
bcb\libboost_regex-bcb-mt-d-1_31\instances.obj: ../src/instances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-d-1_31\instances.obj ../src/instances.cpp
|
bcb\libboost_regex-bcb-mt-d-1_31\posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-d-1_31\posix_api.obj ../src/posix_api.cpp
|
bcb\libboost_regex-bcb-mt-d-1_31\regex.obj: ../src/regex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-d-1_31\regex.obj ../src/regex.cpp
|
bcb\libboost_regex-bcb-mt-d-1_31\regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-d-1_31\regex_debug.obj ../src/regex_debug.cpp
|
bcb\libboost_regex-bcb-mt-d-1_31\regex_synch.obj: ../src/regex_synch.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-d-1_31\regex_synch.obj ../src/regex_synch.cpp
|
bcb\libboost_regex-bcb-mt-d-1_31\w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-d-1_31\w32_regex_traits.obj ../src/w32_regex_traits.cpp
|
bcb\libboost_regex-bcb-mt-d-1_31\wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-d-1_31\wide_posix_api.obj ../src/wide_posix_api.cpp
|
bcb\libboost_regex-bcb-mt-d-1_31\winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-mt-d-1_31\winstances.obj ../src/winstances.cpp
|
bcb\libboost_regex-bcb-mt-d-1_31 :
-@mkdir bcb\libboost_regex-bcb-mt-d-1_31
libboost_regex-bcb-mt-d-1_31_clean :
del bcb\libboost_regex-bcb-mt-d-1_31\*.obj
del bcb\libboost_regex-bcb-mt-d-1_31\*.il?
del bcb\libboost_regex-bcb-mt-d-1_31\*.csm
del bcb\libboost_regex-bcb-mt-d-1_31\*.tds
bcb\libboost_regex-bcb-mt-d-1_31.lib : bcb\libboost_regex-bcb-mt-d-1_31\c_regex_traits.obj bcb\libboost_regex-bcb-mt-d-1_31\c_regex_traits_common.obj bcb\libboost_regex-bcb-mt-d-1_31\cpp_regex_traits.obj bcb\libboost_regex-bcb-mt-d-1_31\cregex.obj bcb\libboost_regex-bcb-mt-d-1_31\fileiter.obj bcb\libboost_regex-bcb-mt-d-1_31\instances.obj bcb\libboost_regex-bcb-mt-d-1_31\posix_api.obj bcb\libboost_regex-bcb-mt-d-1_31\regex.obj bcb\libboost_regex-bcb-mt-d-1_31\regex_debug.obj bcb\libboost_regex-bcb-mt-d-1_31\regex_synch.obj bcb\libboost_regex-bcb-mt-d-1_31\w32_regex_traits.obj bcb\libboost_regex-bcb-mt-d-1_31\wide_posix_api.obj bcb\libboost_regex-bcb-mt-d-1_31\winstances.obj
if exist bcb\libboost_regex-bcb-mt-d-1_31.lib del bcb\libboost_regex-bcb-mt-d-1_31.lib
tlib @&&|
/P128 /C /u /a $(XSFLAGS) "bcb\libboost_regex-bcb-mt-d-1_31.lib" +"bcb\libboost_regex-bcb-mt-d-1_31\c_regex_traits.obj" +"bcb\libboost_regex-bcb-mt-d-1_31\c_regex_traits_common.obj" +"bcb\libboost_regex-bcb-mt-d-1_31\cpp_regex_traits.obj" +"bcb\libboost_regex-bcb-mt-d-1_31\cregex.obj" +"bcb\libboost_regex-bcb-mt-d-1_31\fileiter.obj" +"bcb\libboost_regex-bcb-mt-d-1_31\instances.obj" +"bcb\libboost_regex-bcb-mt-d-1_31\posix_api.obj" +"bcb\libboost_regex-bcb-mt-d-1_31\regex.obj" +"bcb\libboost_regex-bcb-mt-d-1_31\regex_debug.obj" +"bcb\libboost_regex-bcb-mt-d-1_31\regex_synch.obj" +"bcb\libboost_regex-bcb-mt-d-1_31\w32_regex_traits.obj" +"bcb\libboost_regex-bcb-mt-d-1_31\wide_posix_api.obj" +"bcb\libboost_regex-bcb-mt-d-1_31\winstances.obj"
|
########################################################
#
# section for libboost_regex-bcb-d-1_31.lib
#
########################################################
bcb\libboost_regex-bcb-d-1_31\c_regex_traits.obj: ../src/c_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-d-1_31\c_regex_traits.obj ../src/c_regex_traits.cpp
|
bcb\libboost_regex-bcb-d-1_31\c_regex_traits_common.obj: ../src/c_regex_traits_common.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-d-1_31\c_regex_traits_common.obj ../src/c_regex_traits_common.cpp
|
bcb\libboost_regex-bcb-d-1_31\cpp_regex_traits.obj: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-d-1_31\cpp_regex_traits.obj ../src/cpp_regex_traits.cpp
|
bcb\libboost_regex-bcb-d-1_31\cregex.obj: ../src/cregex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-d-1_31\cregex.obj ../src/cregex.cpp
|
bcb\libboost_regex-bcb-d-1_31\fileiter.obj: ../src/fileiter.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-d-1_31\fileiter.obj ../src/fileiter.cpp
|
bcb\libboost_regex-bcb-d-1_31\instances.obj: ../src/instances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-d-1_31\instances.obj ../src/instances.cpp
|
bcb\libboost_regex-bcb-d-1_31\posix_api.obj: ../src/posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-d-1_31\posix_api.obj ../src/posix_api.cpp
|
bcb\libboost_regex-bcb-d-1_31\regex.obj: ../src/regex.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-d-1_31\regex.obj ../src/regex.cpp
|
bcb\libboost_regex-bcb-d-1_31\regex_debug.obj: ../src/regex_debug.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-d-1_31\regex_debug.obj ../src/regex_debug.cpp
|
bcb\libboost_regex-bcb-d-1_31\regex_synch.obj: ../src/regex_synch.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-d-1_31\regex_synch.obj ../src/regex_synch.cpp
|
bcb\libboost_regex-bcb-d-1_31\w32_regex_traits.obj: ../src/w32_regex_traits.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-d-1_31\w32_regex_traits.obj ../src/w32_regex_traits.cpp
|
bcb\libboost_regex-bcb-d-1_31\wide_posix_api.obj: ../src/wide_posix_api.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-d-1_31\wide_posix_api.obj ../src/wide_posix_api.cpp
|
bcb\libboost_regex-bcb-d-1_31\winstances.obj: ../src/winstances.cpp $(ALL_HEADER)
bcc32 @&&|
-c $(INCLUDES) -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; $(CXXFLAGS) -obcb\libboost_regex-bcb-d-1_31\winstances.obj ../src/winstances.cpp
|
bcb\libboost_regex-bcb-d-1_31 :
-@mkdir bcb\libboost_regex-bcb-d-1_31
libboost_regex-bcb-d-1_31_clean :
del bcb\libboost_regex-bcb-d-1_31\*.obj
del bcb\libboost_regex-bcb-d-1_31\*.il?
del bcb\libboost_regex-bcb-d-1_31\*.csm
del bcb\libboost_regex-bcb-d-1_31\*.tds
bcb\libboost_regex-bcb-d-1_31.lib : bcb\libboost_regex-bcb-d-1_31\c_regex_traits.obj bcb\libboost_regex-bcb-d-1_31\c_regex_traits_common.obj bcb\libboost_regex-bcb-d-1_31\cpp_regex_traits.obj bcb\libboost_regex-bcb-d-1_31\cregex.obj bcb\libboost_regex-bcb-d-1_31\fileiter.obj bcb\libboost_regex-bcb-d-1_31\instances.obj bcb\libboost_regex-bcb-d-1_31\posix_api.obj bcb\libboost_regex-bcb-d-1_31\regex.obj bcb\libboost_regex-bcb-d-1_31\regex_debug.obj bcb\libboost_regex-bcb-d-1_31\regex_synch.obj bcb\libboost_regex-bcb-d-1_31\w32_regex_traits.obj bcb\libboost_regex-bcb-d-1_31\wide_posix_api.obj bcb\libboost_regex-bcb-d-1_31\winstances.obj
if exist bcb\libboost_regex-bcb-d-1_31.lib del bcb\libboost_regex-bcb-d-1_31.lib
tlib @&&|
/P128 /C /u /a $(XSFLAGS) "bcb\libboost_regex-bcb-d-1_31.lib" +"bcb\libboost_regex-bcb-d-1_31\c_regex_traits.obj" +"bcb\libboost_regex-bcb-d-1_31\c_regex_traits_common.obj" +"bcb\libboost_regex-bcb-d-1_31\cpp_regex_traits.obj" +"bcb\libboost_regex-bcb-d-1_31\cregex.obj" +"bcb\libboost_regex-bcb-d-1_31\fileiter.obj" +"bcb\libboost_regex-bcb-d-1_31\instances.obj" +"bcb\libboost_regex-bcb-d-1_31\posix_api.obj" +"bcb\libboost_regex-bcb-d-1_31\regex.obj" +"bcb\libboost_regex-bcb-d-1_31\regex_debug.obj" +"bcb\libboost_regex-bcb-d-1_31\regex_synch.obj" +"bcb\libboost_regex-bcb-d-1_31\w32_regex_traits.obj" +"bcb\libboost_regex-bcb-d-1_31\wide_posix_api.obj" +"bcb\libboost_regex-bcb-d-1_31\winstances.obj"
|

View File

@ -182,7 +182,7 @@ public:
void destroy(pointer p) const
{ boost::detail::allocator_destroy(p); }
#ifndef BOOST_NO_MEMBER_TEMPLATES
#ifdef BOOST_MSVC6_MEMBER_TEMPLATES
template <class U>
struct rebind
{
@ -208,7 +208,7 @@ public:
typedef jm_debug_alloc base_type;
#ifndef BOOST_NO_MEMBER_TEMPLATES
#ifdef BOOST_MSVC6_MEMBER_TEMPLATES
template <class U>
struct rebind
{