From 0099454bd6167f63570771edb9f1f10e5afbe8c8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Jun 2011 17:19:18 +0200 Subject: Add regex support --- cutl/makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'cutl') diff --git a/cutl/makefile b/cutl/makefile index 63915c9..b90e211 100644 --- a/cutl/makefile +++ b/cutl/makefile @@ -16,6 +16,26 @@ compiler/context.cxx \ compiler/type-info.cxx \ compiler/cxx-indenter.cxx +cxx_tun += \ +details/boost/regex/src/regex.cxx \ +details/boost/regex/src/usinstances.cxx \ +details/boost/regex/src/regex_raw_buffer.cxx \ +details/boost/regex/src/fileiter.cxx \ +details/boost/regex/src/cpp_regex_traits.cxx \ +details/boost/regex/src/instances.cxx \ +details/boost/regex/src/wide_posix_api.cxx \ +details/boost/regex/src/regex_debug.cxx \ +details/boost/regex/src/c_regex_traits.cxx \ +details/boost/regex/src/posix_api.cxx \ +details/boost/regex/src/wc_regex_traits.cxx \ +details/boost/regex/src/cregex.cxx \ +details/boost/regex/src/w32_regex_traits.cxx \ +details/boost/regex/src/regex_traits_defaults.cxx \ +details/boost/regex/src/static_mutex.cxx \ +details/boost/regex/src/icu.cxx \ +details/boost/regex/src/winstances.cxx + + cxx_obj := $(addprefix $(out_base)/,$(cxx_tun:.cxx=.o)) cxx_od := $(cxx_obj:.o=.o.d) -- cgit v1.1