1 | # |
---|
2 | # auto generated makefile for gcc compiler |
---|
3 | # |
---|
4 | # usage: |
---|
5 | # make |
---|
6 | # brings libraries up to date |
---|
7 | # make clean |
---|
8 | # deletes temporary object files (but not archives). |
---|
9 | # |
---|
10 | |
---|
11 | # |
---|
12 | # the following environment variables are recognised: |
---|
13 | # ICU_PATH= Path to ICU installation. |
---|
14 | # CXXFLAGS= extra compiler options - note applies to all build variants |
---|
15 | # INCLUDES= additional include directories |
---|
16 | # LDFLAGS= additional linker options |
---|
17 | # LIBS= additional library files |
---|
18 | |
---|
19 | # compiler: |
---|
20 | CXX=g++ |
---|
21 | LINKER=g++ -shared |
---|
22 | |
---|
23 | # |
---|
24 | # compiler options for release build: |
---|
25 | # |
---|
26 | C1=-c -O2 -I../../../ -fPIC |
---|
27 | # |
---|
28 | # compiler options for debug build: |
---|
29 | # |
---|
30 | C2=-c -g -I../../../ -fPIC |
---|
31 | |
---|
32 | ifeq "$(ICU_PATH)" "" |
---|
33 | $(warning "Building Boost.Regex without ICU / Unicode support:") |
---|
34 | $(warning "Hint: set ICU_PATH on the nmake command line to point ") |
---|
35 | $(warning "to your ICU installation if you have one.") |
---|
36 | else |
---|
37 | ICU_CXXFLAGS= -DBOOST_HAS_ICU=1 -I$(ICU_PATH)/include |
---|
38 | ICU_LDFLAGS= -L$(ICU_PATH)/lib |
---|
39 | ICU_LIBS= -licui18n -licuuc |
---|
40 | $(warning "Building Boost.Regex with ICU in $(ICU_PATH)") |
---|
41 | endif |
---|
42 | |
---|
43 | |
---|
44 | 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 |
---|
45 | |
---|
46 | 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 |
---|
47 | |
---|
48 | gcc : |
---|
49 | mkdir -p gcc |
---|
50 | |
---|
51 | clean : boost_regex-gcc-1_33_1_clean boost_regex-gcc-d-1_33_1_clean |
---|
52 | |
---|
53 | install : all |
---|
54 | |
---|
55 | |
---|
56 | |
---|
57 | ######################################################## |
---|
58 | # |
---|
59 | # section for libboost_regex-gcc-1_33_1.a |
---|
60 | # |
---|
61 | ######################################################## |
---|
62 | gcc/boost_regex-gcc-1_33_1_shared/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER) |
---|
63 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/c_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp |
---|
64 | |
---|
65 | gcc/boost_regex-gcc-1_33_1_shared/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER) |
---|
66 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/cpp_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp |
---|
67 | |
---|
68 | gcc/boost_regex-gcc-1_33_1_shared/cregex.o: ../src/cregex.cpp $(ALL_HEADER) |
---|
69 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/cregex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp |
---|
70 | |
---|
71 | gcc/boost_regex-gcc-1_33_1_shared/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER) |
---|
72 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/fileiter.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp |
---|
73 | |
---|
74 | gcc/boost_regex-gcc-1_33_1_shared/icu.o: ../src/icu.cpp $(ALL_HEADER) |
---|
75 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/icu.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp |
---|
76 | |
---|
77 | gcc/boost_regex-gcc-1_33_1_shared/instances.o: ../src/instances.cpp $(ALL_HEADER) |
---|
78 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/instances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp |
---|
79 | |
---|
80 | gcc/boost_regex-gcc-1_33_1_shared/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER) |
---|
81 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp |
---|
82 | |
---|
83 | gcc/boost_regex-gcc-1_33_1_shared/regex.o: ../src/regex.cpp $(ALL_HEADER) |
---|
84 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/regex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp |
---|
85 | |
---|
86 | gcc/boost_regex-gcc-1_33_1_shared/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER) |
---|
87 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/regex_debug.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp |
---|
88 | |
---|
89 | gcc/boost_regex-gcc-1_33_1_shared/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER) |
---|
90 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/regex_raw_buffer.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp |
---|
91 | |
---|
92 | gcc/boost_regex-gcc-1_33_1_shared/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER) |
---|
93 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/regex_traits_defaults.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp |
---|
94 | |
---|
95 | gcc/boost_regex-gcc-1_33_1_shared/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER) |
---|
96 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/static_mutex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp |
---|
97 | |
---|
98 | gcc/boost_regex-gcc-1_33_1_shared/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER) |
---|
99 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/usinstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp |
---|
100 | |
---|
101 | gcc/boost_regex-gcc-1_33_1_shared/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER) |
---|
102 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/w32_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp |
---|
103 | |
---|
104 | gcc/boost_regex-gcc-1_33_1_shared/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER) |
---|
105 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/wc_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp |
---|
106 | |
---|
107 | gcc/boost_regex-gcc-1_33_1_shared/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER) |
---|
108 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/wide_posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp |
---|
109 | |
---|
110 | gcc/boost_regex-gcc-1_33_1_shared/winstances.o: ../src/winstances.cpp $(ALL_HEADER) |
---|
111 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1_shared/winstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp |
---|
112 | |
---|
113 | gcc/boost_regex-gcc-1_33_1_shared : |
---|
114 | mkdir -p gcc/boost_regex-gcc-1_33_1_shared |
---|
115 | |
---|
116 | boost_regex-gcc-1_33_1_clean : |
---|
117 | rm -f gcc/boost_regex-gcc-1_33_1_shared/*.o |
---|
118 | |
---|
119 | ./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 |
---|
120 | $(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) |
---|
121 | |
---|
122 | ######################################################## |
---|
123 | # |
---|
124 | # section for libboost_regex-gcc-d-1_33_1.a |
---|
125 | # |
---|
126 | ######################################################## |
---|
127 | gcc/boost_regex-gcc-d-1_33_1_shared/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER) |
---|
128 | $(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 |
---|
129 | |
---|
130 | gcc/boost_regex-gcc-d-1_33_1_shared/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER) |
---|
131 | $(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 |
---|
132 | |
---|
133 | gcc/boost_regex-gcc-d-1_33_1_shared/cregex.o: ../src/cregex.cpp $(ALL_HEADER) |
---|
134 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/cregex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp |
---|
135 | |
---|
136 | gcc/boost_regex-gcc-d-1_33_1_shared/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER) |
---|
137 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/fileiter.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp |
---|
138 | |
---|
139 | gcc/boost_regex-gcc-d-1_33_1_shared/icu.o: ../src/icu.cpp $(ALL_HEADER) |
---|
140 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/icu.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp |
---|
141 | |
---|
142 | gcc/boost_regex-gcc-d-1_33_1_shared/instances.o: ../src/instances.cpp $(ALL_HEADER) |
---|
143 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/instances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp |
---|
144 | |
---|
145 | gcc/boost_regex-gcc-d-1_33_1_shared/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER) |
---|
146 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp |
---|
147 | |
---|
148 | gcc/boost_regex-gcc-d-1_33_1_shared/regex.o: ../src/regex.cpp $(ALL_HEADER) |
---|
149 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/regex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp |
---|
150 | |
---|
151 | gcc/boost_regex-gcc-d-1_33_1_shared/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER) |
---|
152 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/regex_debug.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp |
---|
153 | |
---|
154 | gcc/boost_regex-gcc-d-1_33_1_shared/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER) |
---|
155 | $(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 |
---|
156 | |
---|
157 | gcc/boost_regex-gcc-d-1_33_1_shared/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER) |
---|
158 | $(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 |
---|
159 | |
---|
160 | gcc/boost_regex-gcc-d-1_33_1_shared/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER) |
---|
161 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/static_mutex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp |
---|
162 | |
---|
163 | gcc/boost_regex-gcc-d-1_33_1_shared/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER) |
---|
164 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/usinstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp |
---|
165 | |
---|
166 | gcc/boost_regex-gcc-d-1_33_1_shared/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER) |
---|
167 | $(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 |
---|
168 | |
---|
169 | gcc/boost_regex-gcc-d-1_33_1_shared/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER) |
---|
170 | $(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 |
---|
171 | |
---|
172 | gcc/boost_regex-gcc-d-1_33_1_shared/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER) |
---|
173 | $(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 |
---|
174 | |
---|
175 | gcc/boost_regex-gcc-d-1_33_1_shared/winstances.o: ../src/winstances.cpp $(ALL_HEADER) |
---|
176 | $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1_shared/winstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp |
---|
177 | |
---|
178 | gcc/boost_regex-gcc-d-1_33_1_shared : |
---|
179 | mkdir -p gcc/boost_regex-gcc-d-1_33_1_shared |
---|
180 | |
---|
181 | boost_regex-gcc-d-1_33_1_clean : |
---|
182 | rm -f gcc/boost_regex-gcc-d-1_33_1_shared/*.o |
---|
183 | |
---|
184 | ./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 |
---|
185 | $(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) |
---|
186 | |
---|