]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/regex/build/gcc-shared.mak
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / regex / build / gcc-shared.mak
CommitLineData
7c673cae
FG
1# copyright John Maddock 2006-7
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE_1_0.txt or copy at
4# http://www.boost.org/LICENSE_1_0.txt.
5#
6# auto generated makefile for gcc compiler
7#
8# usage:
9# make
10# brings libraries up to date
11# make clean
12# deletes temporary object files (but not archives).
13#
14
15#
16# the following environment variables are recognised:
17# ICU_PATH= Path to ICU installation.
18# CXXFLAGS= extra compiler options - note applies to all build variants
19# INCLUDES= additional include directories
20# LDFLAGS= additional linker options
21# LIBS= additional library files
22
23# compiler:
24CXX?=g++
25LINKER=$(CXX) -shared
26
27#
28# compiler options for release build:
29#
30C1=-c -O2 -I../../.. -fPIC
31#
32# compiler options for debug build:
33#
34C2=-c -g -I../../.. -fPIC
35
36ifeq "$(ICU_PATH)" ""
37$(warning "Building Boost.Regex without ICU / Unicode support:")
38$(warning "Hint: set ICU_PATH on the nmake command line to point ")
39$(warning "to your ICU installation if you have one.")
40else
41ICU_CXXFLAGS= -DBOOST_HAS_ICU=1 -I$(ICU_PATH)/include
42ICU_LDFLAGS= -L$(ICU_PATH)/lib
43ICU_LIBS= -licui18n -licuuc
44$(warning "Building Boost.Regex with ICU in $(ICU_PATH)")
45endif
46
47
48ALL_HEADER= ../../../boost/regex/config.hpp ../../../boost/regex/icu.hpp ../../../boost/regex/pattern_except.hpp ../../../boost/regex/regex_traits.hpp ../../../boost/regex/user.hpp ../../../boost/regex/v4/basic_regex.hpp ../../../boost/regex/v4/basic_regex_creator.hpp ../../../boost/regex/v4/basic_regex_parser.hpp ../../../boost/regex/v4/c_regex_traits.hpp ../../../boost/regex/v4/char_regex_traits.hpp ../../../boost/regex/v4/cpp_regex_traits.hpp ../../../boost/regex/v4/cregex.hpp ../../../boost/regex/v4/error_type.hpp ../../../boost/regex/v4/fileiter.hpp ../../../boost/regex/v4/instances.hpp ../../../boost/regex/v4/iterator_category.hpp ../../../boost/regex/v4/iterator_traits.hpp ../../../boost/regex/v4/match_flags.hpp ../../../boost/regex/v4/match_results.hpp ../../../boost/regex/v4/mem_block_cache.hpp ../../../boost/regex/v4/perl_matcher.hpp ../../../boost/regex/v4/perl_matcher_common.hpp ../../../boost/regex/v4/perl_matcher_non_recursive.hpp ../../../boost/regex/v4/perl_matcher_recursive.hpp ../../../boost/regex/v4/primary_transform.hpp ../../../boost/regex/v4/protected_call.hpp ../../../boost/regex/v4/regbase.hpp ../../../boost/regex/v4/regex.hpp ../../../boost/regex/v4/regex_format.hpp ../../../boost/regex/v4/regex_fwd.hpp ../../../boost/regex/v4/regex_grep.hpp ../../../boost/regex/v4/regex_iterator.hpp ../../../boost/regex/v4/regex_match.hpp ../../../boost/regex/v4/regex_merge.hpp ../../../boost/regex/v4/regex_raw_buffer.hpp ../../../boost/regex/v4/regex_replace.hpp ../../../boost/regex/v4/regex_search.hpp ../../../boost/regex/v4/regex_split.hpp ../../../boost/regex/v4/regex_token_iterator.hpp ../../../boost/regex/v4/regex_traits.hpp ../../../boost/regex/v4/regex_traits_defaults.hpp ../../../boost/regex/v4/regex_workaround.hpp ../../../boost/regex/v4/states.hpp ../../../boost/regex/v4/sub_match.hpp ../../../boost/regex/v4/syntax_type.hpp ../../../boost/regex/v4/u32regex_iterator.hpp ../../../boost/regex/v4/u32regex_token_iterator.hpp ../../../boost/regex/v4/w32_regex_traits.hpp ../../../boost/regex/config/borland.hpp ../../../boost/regex/config/cwchar.hpp
49
50all : gcc gcc gcc/boost_regex-gcc-1_53_shared ./gcc/libboost_regex-gcc-1_53.so gcc gcc/boost_regex-gcc-d-1_53_shared ./gcc/libboost_regex-gcc-d-1_53.so
51
52gcc :
53 mkdir -p gcc
54
55clean : boost_regex-gcc-1_53_clean boost_regex-gcc-d-1_53_clean
56
57install : all
58
59
60
61########################################################
62#
63# section for libboost_regex-gcc-1_53.a
64#
65########################################################
66gcc/boost_regex-gcc-1_53_shared/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
67 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/c_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
68
69gcc/boost_regex-gcc-1_53_shared/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
70 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/cpp_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
71
72gcc/boost_regex-gcc-1_53_shared/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
73 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/cregex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
74
75gcc/boost_regex-gcc-1_53_shared/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
76 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/fileiter.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
77
78gcc/boost_regex-gcc-1_53_shared/icu.o: ../src/icu.cpp $(ALL_HEADER)
79 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/icu.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
80
81gcc/boost_regex-gcc-1_53_shared/instances.o: ../src/instances.cpp $(ALL_HEADER)
82 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/instances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
83
84gcc/boost_regex-gcc-1_53_shared/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
85 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
86
87gcc/boost_regex-gcc-1_53_shared/regex.o: ../src/regex.cpp $(ALL_HEADER)
88 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/regex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
89
90gcc/boost_regex-gcc-1_53_shared/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
91 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/regex_debug.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
92
93gcc/boost_regex-gcc-1_53_shared/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
94 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/regex_raw_buffer.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
95
96gcc/boost_regex-gcc-1_53_shared/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
97 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/regex_traits_defaults.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
98
99gcc/boost_regex-gcc-1_53_shared/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
100 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/static_mutex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
101
102gcc/boost_regex-gcc-1_53_shared/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
103 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/usinstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
104
105gcc/boost_regex-gcc-1_53_shared/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
106 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/w32_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
107
108gcc/boost_regex-gcc-1_53_shared/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
109 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/wc_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
110
111gcc/boost_regex-gcc-1_53_shared/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
112 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/wide_posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
113
114gcc/boost_regex-gcc-1_53_shared/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
115 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_53_shared/winstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
116
117gcc/boost_regex-gcc-1_53_shared :
118 mkdir -p gcc/boost_regex-gcc-1_53_shared
119
120boost_regex-gcc-1_53_clean :
121 rm -f gcc/boost_regex-gcc-1_53_shared/*.o
122
123./gcc/libboost_regex-gcc-1_53.so : gcc/boost_regex-gcc-1_53_shared/c_regex_traits.o gcc/boost_regex-gcc-1_53_shared/cpp_regex_traits.o gcc/boost_regex-gcc-1_53_shared/cregex.o gcc/boost_regex-gcc-1_53_shared/fileiter.o gcc/boost_regex-gcc-1_53_shared/icu.o gcc/boost_regex-gcc-1_53_shared/instances.o gcc/boost_regex-gcc-1_53_shared/posix_api.o gcc/boost_regex-gcc-1_53_shared/regex.o gcc/boost_regex-gcc-1_53_shared/regex_debug.o gcc/boost_regex-gcc-1_53_shared/regex_raw_buffer.o gcc/boost_regex-gcc-1_53_shared/regex_traits_defaults.o gcc/boost_regex-gcc-1_53_shared/static_mutex.o gcc/boost_regex-gcc-1_53_shared/usinstances.o gcc/boost_regex-gcc-1_53_shared/w32_regex_traits.o gcc/boost_regex-gcc-1_53_shared/wc_regex_traits.o gcc/boost_regex-gcc-1_53_shared/wide_posix_api.o gcc/boost_regex-gcc-1_53_shared/winstances.o
124 $(LINKER) -o gcc/libboost_regex-gcc-1_53.so $(LDFLAGS) $(ICU_LDFLAGS) gcc/boost_regex-gcc-1_53_shared/c_regex_traits.o gcc/boost_regex-gcc-1_53_shared/cpp_regex_traits.o gcc/boost_regex-gcc-1_53_shared/cregex.o gcc/boost_regex-gcc-1_53_shared/fileiter.o gcc/boost_regex-gcc-1_53_shared/icu.o gcc/boost_regex-gcc-1_53_shared/instances.o gcc/boost_regex-gcc-1_53_shared/posix_api.o gcc/boost_regex-gcc-1_53_shared/regex.o gcc/boost_regex-gcc-1_53_shared/regex_debug.o gcc/boost_regex-gcc-1_53_shared/regex_raw_buffer.o gcc/boost_regex-gcc-1_53_shared/regex_traits_defaults.o gcc/boost_regex-gcc-1_53_shared/static_mutex.o gcc/boost_regex-gcc-1_53_shared/usinstances.o gcc/boost_regex-gcc-1_53_shared/w32_regex_traits.o gcc/boost_regex-gcc-1_53_shared/wc_regex_traits.o gcc/boost_regex-gcc-1_53_shared/wide_posix_api.o gcc/boost_regex-gcc-1_53_shared/winstances.o $(ICU_LIBS) $(LIBS)
125
126########################################################
127#
128# section for libboost_regex-gcc-d-1_53.a
129#
130########################################################
131gcc/boost_regex-gcc-d-1_53_shared/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
132 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/c_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
133
134gcc/boost_regex-gcc-d-1_53_shared/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
135 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/cpp_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
136
137gcc/boost_regex-gcc-d-1_53_shared/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
138 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/cregex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
139
140gcc/boost_regex-gcc-d-1_53_shared/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
141 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/fileiter.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
142
143gcc/boost_regex-gcc-d-1_53_shared/icu.o: ../src/icu.cpp $(ALL_HEADER)
144 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/icu.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
145
146gcc/boost_regex-gcc-d-1_53_shared/instances.o: ../src/instances.cpp $(ALL_HEADER)
147 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/instances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
148
149gcc/boost_regex-gcc-d-1_53_shared/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
150 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
151
152gcc/boost_regex-gcc-d-1_53_shared/regex.o: ../src/regex.cpp $(ALL_HEADER)
153 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/regex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
154
155gcc/boost_regex-gcc-d-1_53_shared/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
156 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/regex_debug.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
157
158gcc/boost_regex-gcc-d-1_53_shared/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
159 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/regex_raw_buffer.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
160
161gcc/boost_regex-gcc-d-1_53_shared/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
162 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/regex_traits_defaults.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
163
164gcc/boost_regex-gcc-d-1_53_shared/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
165 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/static_mutex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
166
167gcc/boost_regex-gcc-d-1_53_shared/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
168 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/usinstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
169
170gcc/boost_regex-gcc-d-1_53_shared/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
171 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/w32_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
172
173gcc/boost_regex-gcc-d-1_53_shared/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
174 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/wc_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
175
176gcc/boost_regex-gcc-d-1_53_shared/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
177 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/wide_posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
178
179gcc/boost_regex-gcc-d-1_53_shared/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
180 $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_53_shared/winstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
181
182gcc/boost_regex-gcc-d-1_53_shared :
183 mkdir -p gcc/boost_regex-gcc-d-1_53_shared
184
185boost_regex-gcc-d-1_53_clean :
186 rm -f gcc/boost_regex-gcc-d-1_53_shared/*.o
187
188./gcc/libboost_regex-gcc-d-1_53.so : gcc/boost_regex-gcc-d-1_53_shared/c_regex_traits.o gcc/boost_regex-gcc-d-1_53_shared/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_53_shared/cregex.o gcc/boost_regex-gcc-d-1_53_shared/fileiter.o gcc/boost_regex-gcc-d-1_53_shared/icu.o gcc/boost_regex-gcc-d-1_53_shared/instances.o gcc/boost_regex-gcc-d-1_53_shared/posix_api.o gcc/boost_regex-gcc-d-1_53_shared/regex.o gcc/boost_regex-gcc-d-1_53_shared/regex_debug.o gcc/boost_regex-gcc-d-1_53_shared/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_53_shared/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_53_shared/static_mutex.o gcc/boost_regex-gcc-d-1_53_shared/usinstances.o gcc/boost_regex-gcc-d-1_53_shared/w32_regex_traits.o gcc/boost_regex-gcc-d-1_53_shared/wc_regex_traits.o gcc/boost_regex-gcc-d-1_53_shared/wide_posix_api.o gcc/boost_regex-gcc-d-1_53_shared/winstances.o
189 $(LINKER) -o gcc/libboost_regex-gcc-d-1_53.so $(LDFLAGS) $(ICU_LDFLAGS) gcc/boost_regex-gcc-d-1_53_shared/c_regex_traits.o gcc/boost_regex-gcc-d-1_53_shared/cpp_regex_traits.o gcc/boost_regex-gcc-d-1_53_shared/cregex.o gcc/boost_regex-gcc-d-1_53_shared/fileiter.o gcc/boost_regex-gcc-d-1_53_shared/icu.o gcc/boost_regex-gcc-d-1_53_shared/instances.o gcc/boost_regex-gcc-d-1_53_shared/posix_api.o gcc/boost_regex-gcc-d-1_53_shared/regex.o gcc/boost_regex-gcc-d-1_53_shared/regex_debug.o gcc/boost_regex-gcc-d-1_53_shared/regex_raw_buffer.o gcc/boost_regex-gcc-d-1_53_shared/regex_traits_defaults.o gcc/boost_regex-gcc-d-1_53_shared/static_mutex.o gcc/boost_regex-gcc-d-1_53_shared/usinstances.o gcc/boost_regex-gcc-d-1_53_shared/w32_regex_traits.o gcc/boost_regex-gcc-d-1_53_shared/wc_regex_traits.o gcc/boost_regex-gcc-d-1_53_shared/wide_posix_api.o gcc/boost_regex-gcc-d-1_53_shared/winstances.o $(ICU_LIBS) $(LIBS)
190