Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/regex/build/gcc.mak @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 13.9 KB
Line 
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:
20CXX=g++
21LINKER=g++ -shared
22
23#
24# compiler options for release build:
25#
26C1=-c -O2 -I../../../
27#
28# compiler options for debug build:
29#
30C2=-c -g -I../../../
31
32ifeq "$(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.")
36else
37ICU_CXXFLAGS= -DBOOST_HAS_ICU=1 -I$(ICU_PATH)/include
38ICU_LDFLAGS= -L$(ICU_PATH)/lib
39ICU_LIBS= -licui18n -licuuc
40$(warning "Building Boost.Regex with ICU in $(ICU_PATH)")
41endif
42
43
44ALL_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
46all : 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
47
48gcc :
49        mkdir -p gcc
50
51clean :  boost_regex-gcc-1_33_1_clean boost_regex-gcc-d-1_33_1_clean
52
53install : all
54
55
56
57########################################################
58#
59# section for libboost_regex-gcc-1_33_1.a
60#
61########################################################
62gcc/boost_regex-gcc-1_33_1/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
63        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/c_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
64
65gcc/boost_regex-gcc-1_33_1/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
66        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/cpp_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
67
68gcc/boost_regex-gcc-1_33_1/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
69        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/cregex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
70
71gcc/boost_regex-gcc-1_33_1/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
72        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/fileiter.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
73
74gcc/boost_regex-gcc-1_33_1/icu.o: ../src/icu.cpp $(ALL_HEADER)
75        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/icu.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
76
77gcc/boost_regex-gcc-1_33_1/instances.o: ../src/instances.cpp $(ALL_HEADER)
78        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/instances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
79
80gcc/boost_regex-gcc-1_33_1/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
81        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
82
83gcc/boost_regex-gcc-1_33_1/regex.o: ../src/regex.cpp $(ALL_HEADER)
84        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/regex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
85
86gcc/boost_regex-gcc-1_33_1/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
87        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/regex_debug.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
88
89gcc/boost_regex-gcc-1_33_1/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
90        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/regex_raw_buffer.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
91
92gcc/boost_regex-gcc-1_33_1/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
93        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/regex_traits_defaults.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
94
95gcc/boost_regex-gcc-1_33_1/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
96        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/static_mutex.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
97
98gcc/boost_regex-gcc-1_33_1/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
99        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/usinstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
100
101gcc/boost_regex-gcc-1_33_1/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
102        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/w32_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
103
104gcc/boost_regex-gcc-1_33_1/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
105        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/wc_regex_traits.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
106
107gcc/boost_regex-gcc-1_33_1/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
108        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/wide_posix_api.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
109
110gcc/boost_regex-gcc-1_33_1/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
111        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-1_33_1/winstances.o $(C1) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
112
113gcc/boost_regex-gcc-1_33_1 :
114        mkdir -p gcc/boost_regex-gcc-1_33_1
115
116boost_regex-gcc-1_33_1_clean :
117        rm -f gcc/boost_regex-gcc-1_33_1/*.o
118
119./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
120        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
121        -ar -s gcc/libboost_regex-gcc-1_33_1.a
122
123########################################################
124#
125# section for libboost_regex-gcc-d-1_33_1.a
126#
127########################################################
128gcc/boost_regex-gcc-d-1_33_1/c_regex_traits.o: ../src/c_regex_traits.cpp $(ALL_HEADER)
129        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/c_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/c_regex_traits.cpp
130
131gcc/boost_regex-gcc-d-1_33_1/cpp_regex_traits.o: ../src/cpp_regex_traits.cpp $(ALL_HEADER)
132        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/cpp_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cpp_regex_traits.cpp
133
134gcc/boost_regex-gcc-d-1_33_1/cregex.o: ../src/cregex.cpp $(ALL_HEADER)
135        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/cregex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/cregex.cpp
136
137gcc/boost_regex-gcc-d-1_33_1/fileiter.o: ../src/fileiter.cpp $(ALL_HEADER)
138        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/fileiter.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/fileiter.cpp
139
140gcc/boost_regex-gcc-d-1_33_1/icu.o: ../src/icu.cpp $(ALL_HEADER)
141        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/icu.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/icu.cpp
142
143gcc/boost_regex-gcc-d-1_33_1/instances.o: ../src/instances.cpp $(ALL_HEADER)
144        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/instances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/instances.cpp
145
146gcc/boost_regex-gcc-d-1_33_1/posix_api.o: ../src/posix_api.cpp $(ALL_HEADER)
147        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/posix_api.cpp
148
149gcc/boost_regex-gcc-d-1_33_1/regex.o: ../src/regex.cpp $(ALL_HEADER)
150        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/regex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex.cpp
151
152gcc/boost_regex-gcc-d-1_33_1/regex_debug.o: ../src/regex_debug.cpp $(ALL_HEADER)
153        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/regex_debug.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_debug.cpp
154
155gcc/boost_regex-gcc-d-1_33_1/regex_raw_buffer.o: ../src/regex_raw_buffer.cpp $(ALL_HEADER)
156        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/regex_raw_buffer.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_raw_buffer.cpp
157
158gcc/boost_regex-gcc-d-1_33_1/regex_traits_defaults.o: ../src/regex_traits_defaults.cpp $(ALL_HEADER)
159        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/regex_traits_defaults.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/regex_traits_defaults.cpp
160
161gcc/boost_regex-gcc-d-1_33_1/static_mutex.o: ../src/static_mutex.cpp $(ALL_HEADER)
162        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/static_mutex.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/static_mutex.cpp
163
164gcc/boost_regex-gcc-d-1_33_1/usinstances.o: ../src/usinstances.cpp $(ALL_HEADER)
165        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/usinstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/usinstances.cpp
166
167gcc/boost_regex-gcc-d-1_33_1/w32_regex_traits.o: ../src/w32_regex_traits.cpp $(ALL_HEADER)
168        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/w32_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/w32_regex_traits.cpp
169
170gcc/boost_regex-gcc-d-1_33_1/wc_regex_traits.o: ../src/wc_regex_traits.cpp $(ALL_HEADER)
171        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/wc_regex_traits.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wc_regex_traits.cpp
172
173gcc/boost_regex-gcc-d-1_33_1/wide_posix_api.o: ../src/wide_posix_api.cpp $(ALL_HEADER)
174        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/wide_posix_api.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/wide_posix_api.cpp
175
176gcc/boost_regex-gcc-d-1_33_1/winstances.o: ../src/winstances.cpp $(ALL_HEADER)
177        $(CXX) $(INCLUDES) -o gcc/boost_regex-gcc-d-1_33_1/winstances.o $(C2) $(CXXFLAGS) $(ICU_CXXFLAGS) ../src/winstances.cpp
178
179gcc/boost_regex-gcc-d-1_33_1 :
180        mkdir -p gcc/boost_regex-gcc-d-1_33_1
181
182boost_regex-gcc-d-1_33_1_clean :
183        rm -f gcc/boost_regex-gcc-d-1_33_1/*.o
184
185./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
186        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
187        -ar -s gcc/libboost_regex-gcc-d-1_33_1.a
188
Note: See TracBrowser for help on using the repository browser.