mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Fix version names
[SVN r31698]
This commit is contained in:
1124
build/bcb6.mak
1124
build/bcb6.mak
File diff suppressed because it is too large
Load Diff
@ -43,12 +43,12 @@ endif
|
||||
|
||||
ALL_HEADER= ../../../boost/regex/concepts.hpp ../../../boost/regex/config.hpp ../../../boost/regex/icu.hpp ../../../boost/regex/mfc.hpp ../../../boost/regex/pattern_except.hpp ../../../boost/regex/regex_traits.hpp ../../../boost/regex/user.hpp ../../../boost/regex/v4/basic_regex.hpp ../../../boost/regex/v4/basic_regex_creator.hpp ../../../boost/regex/v4/basic_regex_parser.hpp ../../../boost/regex/v4/c_regex_traits.hpp ../../../boost/regex/v4/char_regex_traits.hpp ../../../boost/regex/v4/cpp_regex_traits.hpp ../../../boost/regex/v4/cregex.hpp ../../../boost/regex/v4/error_type.hpp ../../../boost/regex/v4/fileiter.hpp ../../../boost/regex/v4/instances.hpp ../../../boost/regex/v4/iterator_category.hpp ../../../boost/regex/v4/iterator_traits.hpp ../../../boost/regex/v4/match_flags.hpp ../../../boost/regex/v4/match_results.hpp ../../../boost/regex/v4/mem_block_cache.hpp ../../../boost/regex/v4/perl_matcher.hpp ../../../boost/regex/v4/perl_matcher_common.hpp ../../../boost/regex/v4/perl_matcher_non_recursive.hpp ../../../boost/regex/v4/perl_matcher_recursive.hpp ../../../boost/regex/v4/primary_transform.hpp ../../../boost/regex/v4/protected_call.hpp ../../../boost/regex/v4/regbase.hpp ../../../boost/regex/v4/regex.hpp ../../../boost/regex/v4/regex_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_token_iterator.hpp ../../../boost/regex/v4/regex_traits.hpp ../../../boost/regex/v4/regex_traits_defaults.hpp ../../../boost/regex/v4/regex_workaround.hpp ../../../boost/regex/v4/states.hpp ../../../boost/regex/v4/sub_match.hpp ../../../boost/regex/v4/syntax_type.hpp ../../../boost/regex/v4/u32regex_iterator.hpp ../../../boost/regex/v4/u32regex_token_iterator.hpp ../../../boost/regex/v4/w32_regex_traits.hpp ../../../boost/regex/config/borland.hpp ../../../boost/regex/config/cwchar.hpp
|
||||
|
||||
all : gcc gcc gcc/boost_regex-gcc-1_33_shared ./gcc/libboost_regex-gcc-1_33.so gcc gcc/boost_regex-gcc-d-1_33_shared ./gcc/libboost_regex-gcc-d-1_33.so
|
||||
all : gcc gcc gcc/boost_regex-gcc-1_33_1_shared ./gcc/libboost_regex-gcc-1_33_1.so gcc gcc/boost_regex-gcc-d-1_33_1_shared ./gcc/libboost_regex-gcc-d-1_33_1.so
|
||||
|
||||
gcc :
|
||||
mkdir -p gcc
|
||||
|
||||
clean : boost_regex-gcc-1_33_clean boost_regex-gcc-d-1_33_clean
|
||||
clean : boost_regex-gcc-1_33_1_clean boost_regex-gcc-d-1_33_1_clean
|
||||
|
||||
install : all
|
||||
|
||||
@ -56,131 +56,131 @@ install : all
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-gcc-1_33.a
|
||||
# section for libboost_regex-gcc-1_33_1.a
|
||||
#
|
||||
########################################################
|
||||
gcc/boost_regex-gcc-1_33_shared/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/c_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/c_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/cpp_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/cpp_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/cregex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/cregex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/fileiter.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/fileiter.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/icu.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/icu.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/instances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/instances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/regex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/regex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/regex_debug.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/regex_debug.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/regex_raw_buffer.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/regex_raw_buffer.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/regex_traits_defaults.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/regex_traits_defaults.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/static_mutex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/static_mutex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/usinstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/usinstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/w32_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/w32_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/wc_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/wc_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/wide_posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/wide_posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_shared/winstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
|
||||
gcc/boost_regex-gcc-1_33_1_shared/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/winstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33_shared :
|
||||
mkdir -p gcc/boost_regex-gcc-1_33_shared
|
||||
gcc/boost_regex-gcc-1_33_1_shared :
|
||||
mkdir -p gcc/boost_regex-gcc-1_33_1_shared
|
||||
|
||||
boost_regex-gcc-1_33_clean :
|
||||
rm -f gcc/boost_regex-gcc-1_33_shared/*.o
|
||||
boost_regex-gcc-1_33_1_clean :
|
||||
rm -f gcc/boost_regex-gcc-1_33_1_shared/*.o
|
||||
|
||||
./gcc/libboost_regex-gcc-1_33.so : gcc/boost_regex-gcc-1_33_shared/c_regex_traits.o gcc/boost_regex-gcc-1_33_shared/cpp_regex_traits.o gcc/boost_regex-gcc-1_33_shared/cregex.o gcc/boost_regex-gcc-1_33_shared/fileiter.o gcc/boost_regex-gcc-1_33_shared/icu.o gcc/boost_regex-gcc-1_33_shared/instances.o gcc/boost_regex-gcc-1_33_shared/posix_api.o gcc/boost_regex-gcc-1_33_shared/regex.o gcc/boost_regex-gcc-1_33_shared/regex_debug.o gcc/boost_regex-gcc-1_33_shared/regex_raw_buffer.o gcc/boost_regex-gcc-1_33_shared/regex_traits_defaults.o gcc/boost_regex-gcc-1_33_shared/static_mutex.o gcc/boost_regex-gcc-1_33_shared/usinstances.o gcc/boost_regex-gcc-1_33_shared/w32_regex_traits.o gcc/boost_regex-gcc-1_33_shared/wc_regex_traits.o gcc/boost_regex-gcc-1_33_shared/wide_posix_api.o gcc/boost_regex-gcc-1_33_shared/winstances.o
|
||||
$(LINKER) -o gcc/libboost_regex-gcc-1_33.so $(LDFLAGS) $(ICU_LDFLAGS) gcc/boost_regex-gcc-1_33_shared/c_regex_traits.o gcc/boost_regex-gcc-1_33_shared/cpp_regex_traits.o gcc/boost_regex-gcc-1_33_shared/cregex.o gcc/boost_regex-gcc-1_33_shared/fileiter.o gcc/boost_regex-gcc-1_33_shared/icu.o gcc/boost_regex-gcc-1_33_shared/instances.o gcc/boost_regex-gcc-1_33_shared/posix_api.o gcc/boost_regex-gcc-1_33_shared/regex.o gcc/boost_regex-gcc-1_33_shared/regex_debug.o gcc/boost_regex-gcc-1_33_shared/regex_raw_buffer.o gcc/boost_regex-gcc-1_33_shared/regex_traits_defaults.o gcc/boost_regex-gcc-1_33_shared/static_mutex.o gcc/boost_regex-gcc-1_33_shared/usinstances.o gcc/boost_regex-gcc-1_33_shared/w32_regex_traits.o gcc/boost_regex-gcc-1_33_shared/wc_regex_traits.o gcc/boost_regex-gcc-1_33_shared/wide_posix_api.o gcc/boost_regex-gcc-1_33_shared/winstances.o $(ICU_LIBS) $(LIBS)
|
||||
./gcc/libboost_regex-gcc-1_33_1.so : gcc/boost_regex-gcc-1_33_1_shared/c_regex_traits.o gcc/boost_regex-gcc-1_33_1_shared/cpp_regex_traits.o gcc/boost_regex-gcc-1_33_1_shared/cregex.o gcc/boost_regex-gcc-1_33_1_shared/fileiter.o gcc/boost_regex-gcc-1_33_1_shared/icu.o gcc/boost_regex-gcc-1_33_1_shared/instances.o gcc/boost_regex-gcc-1_33_1_shared/posix_api.o gcc/boost_regex-gcc-1_33_1_shared/regex.o gcc/boost_regex-gcc-1_33_1_shared/regex_debug.o gcc/boost_regex-gcc-1_33_1_shared/regex_raw_buffer.o gcc/boost_regex-gcc-1_33_1_shared/regex_traits_defaults.o gcc/boost_regex-gcc-1_33_1_shared/static_mutex.o gcc/boost_regex-gcc-1_33_1_shared/usinstances.o gcc/boost_regex-gcc-1_33_1_shared/w32_regex_traits.o gcc/boost_regex-gcc-1_33_1_shared/wc_regex_traits.o gcc/boost_regex-gcc-1_33_1_shared/wide_posix_api.o gcc/boost_regex-gcc-1_33_1_shared/winstances.o
|
||||
$(LINKER) -o gcc/libboost_regex-gcc-1_33_1.so $(LDFLAGS) $(ICU_LDFLAGS) gcc/boost_regex-gcc-1_33_1_shared/c_regex_traits.o gcc/boost_regex-gcc-1_33_1_shared/cpp_regex_traits.o gcc/boost_regex-gcc-1_33_1_shared/cregex.o gcc/boost_regex-gcc-1_33_1_shared/fileiter.o gcc/boost_regex-gcc-1_33_1_shared/icu.o gcc/boost_regex-gcc-1_33_1_shared/instances.o gcc/boost_regex-gcc-1_33_1_shared/posix_api.o gcc/boost_regex-gcc-1_33_1_shared/regex.o gcc/boost_regex-gcc-1_33_1_shared/regex_debug.o gcc/boost_regex-gcc-1_33_1_shared/regex_raw_buffer.o gcc/boost_regex-gcc-1_33_1_shared/regex_traits_defaults.o gcc/boost_regex-gcc-1_33_1_shared/static_mutex.o gcc/boost_regex-gcc-1_33_1_shared/usinstances.o gcc/boost_regex-gcc-1_33_1_shared/w32_regex_traits.o gcc/boost_regex-gcc-1_33_1_shared/wc_regex_traits.o gcc/boost_regex-gcc-1_33_1_shared/wide_posix_api.o gcc/boost_regex-gcc-1_33_1_shared/winstances.o $(ICU_LIBS) $(LIBS)
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-gcc-d-1_33.a
|
||||
# section for libboost_regex-gcc-d-1_33_1.a
|
||||
#
|
||||
########################################################
|
||||
gcc/boost_regex-gcc-d-1_33_shared/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/c_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/c_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/cpp_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/cpp_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/cregex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/cregex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/fileiter.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/fileiter.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/icu.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/icu.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/instances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/instances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/regex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/regex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/regex_debug.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/regex_debug.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/regex_raw_buffer.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/regex_raw_buffer.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/regex_traits_defaults.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/regex_traits_defaults.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/static_mutex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/static_mutex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/usinstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/usinstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/w32_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/w32_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/wc_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/wc_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/wide_posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/wide_posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_shared/winstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/winstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33_shared :
|
||||
mkdir -p gcc/boost_regex-gcc-d-1_33_shared
|
||||
gcc/boost_regex-gcc-d-1_33_1_shared :
|
||||
mkdir -p gcc/boost_regex-gcc-d-1_33_1_shared
|
||||
|
||||
boost_regex-gcc-d-1_33_clean :
|
||||
rm -f gcc/boost_regex-gcc-d-1_33_shared/*.o
|
||||
boost_regex-gcc-d-1_33_1_clean :
|
||||
rm -f gcc/boost_regex-gcc-d-1_33_1_shared/*.o
|
||||
|
||||
./gcc/libboost_regex-gcc-d-1_33.so : gcc/boost_regex-gcc-d-1_33_shared/c_regex_traits.o gcc/boost_regex-gcc-d-1_33_shared/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_33_shared/cregex.o gcc/boost_regex-gcc-d-1_33_shared/fileiter.o gcc/boost_regex-gcc-d-1_33_shared/icu.o gcc/boost_regex-gcc-d-1_33_shared/instances.o gcc/boost_regex-gcc-d-1_33_shared/posix_api.o gcc/boost_regex-gcc-d-1_33_shared/regex.o gcc/boost_regex-gcc-d-1_33_shared/regex_debug.o gcc/boost_regex-gcc-d-1_33_shared/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_33_shared/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_33_shared/static_mutex.o gcc/boost_regex-gcc-d-1_33_shared/usinstances.o gcc/boost_regex-gcc-d-1_33_shared/w32_regex_traits.o gcc/boost_regex-gcc-d-1_33_shared/wc_regex_traits.o gcc/boost_regex-gcc-d-1_33_shared/wide_posix_api.o gcc/boost_regex-gcc-d-1_33_shared/winstances.o
|
||||
$(LINKER) -o gcc/libboost_regex-gcc-d-1_33.so $(LDFLAGS) $(ICU_LDFLAGS) gcc/boost_regex-gcc-d-1_33_shared/c_regex_traits.o gcc/boost_regex-gcc-d-1_33_shared/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_33_shared/cregex.o gcc/boost_regex-gcc-d-1_33_shared/fileiter.o gcc/boost_regex-gcc-d-1_33_shared/icu.o gcc/boost_regex-gcc-d-1_33_shared/instances.o gcc/boost_regex-gcc-d-1_33_shared/posix_api.o gcc/boost_regex-gcc-d-1_33_shared/regex.o gcc/boost_regex-gcc-d-1_33_shared/regex_debug.o gcc/boost_regex-gcc-d-1_33_shared/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_33_shared/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_33_shared/static_mutex.o gcc/boost_regex-gcc-d-1_33_shared/usinstances.o gcc/boost_regex-gcc-d-1_33_shared/w32_regex_traits.o gcc/boost_regex-gcc-d-1_33_shared/wc_regex_traits.o gcc/boost_regex-gcc-d-1_33_shared/wide_posix_api.o gcc/boost_regex-gcc-d-1_33_shared/winstances.o $(ICU_LIBS) $(LIBS)
|
||||
./gcc/libboost_regex-gcc-d-1_33_1.so : gcc/boost_regex-gcc-d-1_33_1_shared/c_regex_traits.o gcc/boost_regex-gcc-d-1_33_1_shared/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_33_1_shared/cregex.o gcc/boost_regex-gcc-d-1_33_1_shared/fileiter.o gcc/boost_regex-gcc-d-1_33_1_shared/icu.o gcc/boost_regex-gcc-d-1_33_1_shared/instances.o gcc/boost_regex-gcc-d-1_33_1_shared/posix_api.o gcc/boost_regex-gcc-d-1_33_1_shared/regex.o gcc/boost_regex-gcc-d-1_33_1_shared/regex_debug.o gcc/boost_regex-gcc-d-1_33_1_shared/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_33_1_shared/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_33_1_shared/static_mutex.o gcc/boost_regex-gcc-d-1_33_1_shared/usinstances.o gcc/boost_regex-gcc-d-1_33_1_shared/w32_regex_traits.o gcc/boost_regex-gcc-d-1_33_1_shared/wc_regex_traits.o gcc/boost_regex-gcc-d-1_33_1_shared/wide_posix_api.o gcc/boost_regex-gcc-d-1_33_1_shared/winstances.o
|
||||
$(LINKER) -o gcc/libboost_regex-gcc-d-1_33_1.so $(LDFLAGS) $(ICU_LDFLAGS) gcc/boost_regex-gcc-d-1_33_1_shared/c_regex_traits.o gcc/boost_regex-gcc-d-1_33_1_shared/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_33_1_shared/cregex.o gcc/boost_regex-gcc-d-1_33_1_shared/fileiter.o gcc/boost_regex-gcc-d-1_33_1_shared/icu.o gcc/boost_regex-gcc-d-1_33_1_shared/instances.o gcc/boost_regex-gcc-d-1_33_1_shared/posix_api.o gcc/boost_regex-gcc-d-1_33_1_shared/regex.o gcc/boost_regex-gcc-d-1_33_1_shared/regex_debug.o gcc/boost_regex-gcc-d-1_33_1_shared/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_33_1_shared/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_33_1_shared/static_mutex.o gcc/boost_regex-gcc-d-1_33_1_shared/usinstances.o gcc/boost_regex-gcc-d-1_33_1_shared/w32_regex_traits.o gcc/boost_regex-gcc-d-1_33_1_shared/wc_regex_traits.o gcc/boost_regex-gcc-d-1_33_1_shared/wide_posix_api.o gcc/boost_regex-gcc-d-1_33_1_shared/winstances.o $(ICU_LIBS) $(LIBS)
|
||||
|
||||
|
172
build/gcc.mak
172
build/gcc.mak
@ -43,12 +43,12 @@ endif
|
||||
|
||||
ALL_HEADER= ../../../boost/regex/concepts.hpp ../../../boost/regex/config.hpp ../../../boost/regex/icu.hpp ../../../boost/regex/mfc.hpp ../../../boost/regex/pattern_except.hpp ../../../boost/regex/regex_traits.hpp ../../../boost/regex/user.hpp ../../../boost/regex/v4/basic_regex.hpp ../../../boost/regex/v4/basic_regex_creator.hpp ../../../boost/regex/v4/basic_regex_parser.hpp ../../../boost/regex/v4/c_regex_traits.hpp ../../../boost/regex/v4/char_regex_traits.hpp ../../../boost/regex/v4/cpp_regex_traits.hpp ../../../boost/regex/v4/cregex.hpp ../../../boost/regex/v4/error_type.hpp ../../../boost/regex/v4/fileiter.hpp ../../../boost/regex/v4/instances.hpp ../../../boost/regex/v4/iterator_category.hpp ../../../boost/regex/v4/iterator_traits.hpp ../../../boost/regex/v4/match_flags.hpp ../../../boost/regex/v4/match_results.hpp ../../../boost/regex/v4/mem_block_cache.hpp ../../../boost/regex/v4/perl_matcher.hpp ../../../boost/regex/v4/perl_matcher_common.hpp ../../../boost/regex/v4/perl_matcher_non_recursive.hpp ../../../boost/regex/v4/perl_matcher_recursive.hpp ../../../boost/regex/v4/primary_transform.hpp ../../../boost/regex/v4/protected_call.hpp ../../../boost/regex/v4/regbase.hpp ../../../boost/regex/v4/regex.hpp ../../../boost/regex/v4/regex_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_token_iterator.hpp ../../../boost/regex/v4/regex_traits.hpp ../../../boost/regex/v4/regex_traits_defaults.hpp ../../../boost/regex/v4/regex_workaround.hpp ../../../boost/regex/v4/states.hpp ../../../boost/regex/v4/sub_match.hpp ../../../boost/regex/v4/syntax_type.hpp ../../../boost/regex/v4/u32regex_iterator.hpp ../../../boost/regex/v4/u32regex_token_iterator.hpp ../../../boost/regex/v4/w32_regex_traits.hpp ../../../boost/regex/config/borland.hpp ../../../boost/regex/config/cwchar.hpp
|
||||
|
||||
all : gcc gcc gcc/boost_regex-gcc-1_33 ./gcc/libboost_regex-gcc-1_33.a gcc gcc/boost_regex-gcc-d-1_33 ./gcc/libboost_regex-gcc-d-1_33.a
|
||||
all : gcc gcc gcc/boost_regex-gcc-1_33_1 ./gcc/libboost_regex-gcc-1_33_1.a gcc gcc/boost_regex-gcc-d-1_33_1 ./gcc/libboost_regex-gcc-d-1_33_1.a
|
||||
|
||||
gcc :
|
||||
mkdir -p gcc
|
||||
|
||||
clean : boost_regex-gcc-1_33_clean boost_regex-gcc-d-1_33_clean
|
||||
clean : boost_regex-gcc-1_33_1_clean boost_regex-gcc-d-1_33_1_clean
|
||||
|
||||
install : all
|
||||
|
||||
@ -56,133 +56,133 @@ install : all
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-gcc-1_33.a
|
||||
# section for libboost_regex-gcc-1_33_1.a
|
||||
#
|
||||
########################################################
|
||||
gcc/boost_regex-gcc-1_33/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/c_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/c_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/cpp_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/cpp_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/cregex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/cregex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/fileiter.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/fileiter.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/icu.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/icu.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/instances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/instances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/regex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/regex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/regex_debug.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/regex_debug.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/regex_raw_buffer.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/regex_raw_buffer.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/regex_traits_defaults.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/regex_traits_defaults.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/static_mutex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/static_mutex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/usinstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/usinstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/w32_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/w32_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/wc_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/wc_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/wide_posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/wide_posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33/winstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
|
||||
gcc/boost_regex-gcc-1_33_1/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/winstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-1_33 :
|
||||
mkdir -p gcc/boost_regex-gcc-1_33
|
||||
gcc/boost_regex-gcc-1_33_1 :
|
||||
mkdir -p gcc/boost_regex-gcc-1_33_1
|
||||
|
||||
boost_regex-gcc-1_33_clean :
|
||||
rm -f gcc/boost_regex-gcc-1_33/*.o
|
||||
boost_regex-gcc-1_33_1_clean :
|
||||
rm -f gcc/boost_regex-gcc-1_33_1/*.o
|
||||
|
||||
./gcc/libboost_regex-gcc-1_33.a : gcc/boost_regex-gcc-1_33/c_regex_traits.o gcc/boost_regex-gcc-1_33/cpp_regex_traits.o gcc/boost_regex-gcc-1_33/cregex.o gcc/boost_regex-gcc-1_33/fileiter.o gcc/boost_regex-gcc-1_33/icu.o gcc/boost_regex-gcc-1_33/instances.o gcc/boost_regex-gcc-1_33/posix_api.o gcc/boost_regex-gcc-1_33/regex.o gcc/boost_regex-gcc-1_33/regex_debug.o gcc/boost_regex-gcc-1_33/regex_raw_buffer.o gcc/boost_regex-gcc-1_33/regex_traits_defaults.o gcc/boost_regex-gcc-1_33/static_mutex.o gcc/boost_regex-gcc-1_33/usinstances.o gcc/boost_regex-gcc-1_33/w32_regex_traits.o gcc/boost_regex-gcc-1_33/wc_regex_traits.o gcc/boost_regex-gcc-1_33/wide_posix_api.o gcc/boost_regex-gcc-1_33/winstances.o
|
||||
ar -r gcc/libboost_regex-gcc-1_33.a gcc/boost_regex-gcc-1_33/c_regex_traits.o gcc/boost_regex-gcc-1_33/cpp_regex_traits.o gcc/boost_regex-gcc-1_33/cregex.o gcc/boost_regex-gcc-1_33/fileiter.o gcc/boost_regex-gcc-1_33/icu.o gcc/boost_regex-gcc-1_33/instances.o gcc/boost_regex-gcc-1_33/posix_api.o gcc/boost_regex-gcc-1_33/regex.o gcc/boost_regex-gcc-1_33/regex_debug.o gcc/boost_regex-gcc-1_33/regex_raw_buffer.o gcc/boost_regex-gcc-1_33/regex_traits_defaults.o gcc/boost_regex-gcc-1_33/static_mutex.o gcc/boost_regex-gcc-1_33/usinstances.o gcc/boost_regex-gcc-1_33/w32_regex_traits.o gcc/boost_regex-gcc-1_33/wc_regex_traits.o gcc/boost_regex-gcc-1_33/wide_posix_api.o gcc/boost_regex-gcc-1_33/winstances.o
|
||||
-ar -s gcc/libboost_regex-gcc-1_33.a
|
||||
./gcc/libboost_regex-gcc-1_33_1.a : gcc/boost_regex-gcc-1_33_1/c_regex_traits.o gcc/boost_regex-gcc-1_33_1/cpp_regex_traits.o gcc/boost_regex-gcc-1_33_1/cregex.o gcc/boost_regex-gcc-1_33_1/fileiter.o gcc/boost_regex-gcc-1_33_1/icu.o gcc/boost_regex-gcc-1_33_1/instances.o gcc/boost_regex-gcc-1_33_1/posix_api.o gcc/boost_regex-gcc-1_33_1/regex.o gcc/boost_regex-gcc-1_33_1/regex_debug.o gcc/boost_regex-gcc-1_33_1/regex_raw_buffer.o gcc/boost_regex-gcc-1_33_1/regex_traits_defaults.o gcc/boost_regex-gcc-1_33_1/static_mutex.o gcc/boost_regex-gcc-1_33_1/usinstances.o gcc/boost_regex-gcc-1_33_1/w32_regex_traits.o gcc/boost_regex-gcc-1_33_1/wc_regex_traits.o gcc/boost_regex-gcc-1_33_1/wide_posix_api.o gcc/boost_regex-gcc-1_33_1/winstances.o
|
||||
ar -r gcc/libboost_regex-gcc-1_33_1.a gcc/boost_regex-gcc-1_33_1/c_regex_traits.o gcc/boost_regex-gcc-1_33_1/cpp_regex_traits.o gcc/boost_regex-gcc-1_33_1/cregex.o gcc/boost_regex-gcc-1_33_1/fileiter.o gcc/boost_regex-gcc-1_33_1/icu.o gcc/boost_regex-gcc-1_33_1/instances.o gcc/boost_regex-gcc-1_33_1/posix_api.o gcc/boost_regex-gcc-1_33_1/regex.o gcc/boost_regex-gcc-1_33_1/regex_debug.o gcc/boost_regex-gcc-1_33_1/regex_raw_buffer.o gcc/boost_regex-gcc-1_33_1/regex_traits_defaults.o gcc/boost_regex-gcc-1_33_1/static_mutex.o gcc/boost_regex-gcc-1_33_1/usinstances.o gcc/boost_regex-gcc-1_33_1/w32_regex_traits.o gcc/boost_regex-gcc-1_33_1/wc_regex_traits.o gcc/boost_regex-gcc-1_33_1/wide_posix_api.o gcc/boost_regex-gcc-1_33_1/winstances.o
|
||||
-ar -s gcc/libboost_regex-gcc-1_33_1.a
|
||||
|
||||
########################################################
|
||||
#
|
||||
# section for libboost_regex-gcc-d-1_33.a
|
||||
# section for libboost_regex-gcc-d-1_33_1.a
|
||||
#
|
||||
########################################################
|
||||
gcc/boost_regex-gcc-d-1_33/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/c_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/c_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/cpp_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/cpp_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/cregex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/cregex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/fileiter.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/fileiter.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/icu.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/icu.o: ../src/icu.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/icu.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/instances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/instances.o: ../src/instances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/instances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/regex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/regex.o: ../src/regex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/regex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/regex_debug.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/regex_debug.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/regex_raw_buffer.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/regex_raw_buffer.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/regex_traits_defaults.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/regex_traits_defaults.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/static_mutex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/static_mutex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/usinstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/usinstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/w32_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/w32_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/wc_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/wc_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/wide_posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/wide_posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33/winstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
|
||||
gcc/boost_regex-gcc-d-1_33_1/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
|
||||
$(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/winstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
|
||||
|
||||
gcc/boost_regex-gcc-d-1_33 :
|
||||
mkdir -p gcc/boost_regex-gcc-d-1_33
|
||||
gcc/boost_regex-gcc-d-1_33_1 :
|
||||
mkdir -p gcc/boost_regex-gcc-d-1_33_1
|
||||
|
||||
boost_regex-gcc-d-1_33_clean :
|
||||
rm -f gcc/boost_regex-gcc-d-1_33/*.o
|
||||
boost_regex-gcc-d-1_33_1_clean :
|
||||
rm -f gcc/boost_regex-gcc-d-1_33_1/*.o
|
||||
|
||||
./gcc/libboost_regex-gcc-d-1_33.a : gcc/boost_regex-gcc-d-1_33/c_regex_traits.o gcc/boost_regex-gcc-d-1_33/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_33/cregex.o gcc/boost_regex-gcc-d-1_33/fileiter.o gcc/boost_regex-gcc-d-1_33/icu.o gcc/boost_regex-gcc-d-1_33/instances.o gcc/boost_regex-gcc-d-1_33/posix_api.o gcc/boost_regex-gcc-d-1_33/regex.o gcc/boost_regex-gcc-d-1_33/regex_debug.o gcc/boost_regex-gcc-d-1_33/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_33/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_33/static_mutex.o gcc/boost_regex-gcc-d-1_33/usinstances.o gcc/boost_regex-gcc-d-1_33/w32_regex_traits.o gcc/boost_regex-gcc-d-1_33/wc_regex_traits.o gcc/boost_regex-gcc-d-1_33/wide_posix_api.o gcc/boost_regex-gcc-d-1_33/winstances.o
|
||||
ar -r gcc/libboost_regex-gcc-d-1_33.a gcc/boost_regex-gcc-d-1_33/c_regex_traits.o gcc/boost_regex-gcc-d-1_33/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_33/cregex.o gcc/boost_regex-gcc-d-1_33/fileiter.o gcc/boost_regex-gcc-d-1_33/icu.o gcc/boost_regex-gcc-d-1_33/instances.o gcc/boost_regex-gcc-d-1_33/posix_api.o gcc/boost_regex-gcc-d-1_33/regex.o gcc/boost_regex-gcc-d-1_33/regex_debug.o gcc/boost_regex-gcc-d-1_33/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_33/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_33/static_mutex.o gcc/boost_regex-gcc-d-1_33/usinstances.o gcc/boost_regex-gcc-d-1_33/w32_regex_traits.o gcc/boost_regex-gcc-d-1_33/wc_regex_traits.o gcc/boost_regex-gcc-d-1_33/wide_posix_api.o gcc/boost_regex-gcc-d-1_33/winstances.o
|
||||
-ar -s gcc/libboost_regex-gcc-d-1_33.a
|
||||
./gcc/libboost_regex-gcc-d-1_33_1.a : gcc/boost_regex-gcc-d-1_33_1/c_regex_traits.o gcc/boost_regex-gcc-d-1_33_1/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_33_1/cregex.o gcc/boost_regex-gcc-d-1_33_1/fileiter.o gcc/boost_regex-gcc-d-1_33_1/icu.o gcc/boost_regex-gcc-d-1_33_1/instances.o gcc/boost_regex-gcc-d-1_33_1/posix_api.o gcc/boost_regex-gcc-d-1_33_1/regex.o gcc/boost_regex-gcc-d-1_33_1/regex_debug.o gcc/boost_regex-gcc-d-1_33_1/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_33_1/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_33_1/static_mutex.o gcc/boost_regex-gcc-d-1_33_1/usinstances.o gcc/boost_regex-gcc-d-1_33_1/w32_regex_traits.o gcc/boost_regex-gcc-d-1_33_1/wc_regex_traits.o gcc/boost_regex-gcc-d-1_33_1/wide_posix_api.o gcc/boost_regex-gcc-d-1_33_1/winstances.o
|
||||
ar -r gcc/libboost_regex-gcc-d-1_33_1.a gcc/boost_regex-gcc-d-1_33_1/c_regex_traits.o gcc/boost_regex-gcc-d-1_33_1/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_33_1/cregex.o gcc/boost_regex-gcc-d-1_33_1/fileiter.o gcc/boost_regex-gcc-d-1_33_1/icu.o gcc/boost_regex-gcc-d-1_33_1/instances.o gcc/boost_regex-gcc-d-1_33_1/posix_api.o gcc/boost_regex-gcc-d-1_33_1/regex.o gcc/boost_regex-gcc-d-1_33_1/regex_debug.o gcc/boost_regex-gcc-d-1_33_1/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_33_1/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_33_1/static_mutex.o gcc/boost_regex-gcc-d-1_33_1/usinstances.o gcc/boost_regex-gcc-d-1_33_1/w32_regex_traits.o gcc/boost_regex-gcc-d-1_33_1/wc_regex_traits.o gcc/boost_regex-gcc-d-1_33_1/wide_posix_api.o gcc/boost_regex-gcc-d-1_33_1/winstances.o
|
||||
-ar -s gcc/libboost_regex-gcc-d-1_33_1.a
|
||||
|
||||
|
Reference in New Issue
Block a user