]> git.lyx.org Git - features.git/blob - boost/libs/regex/src/Makefile.am
use std::advance and std::distance instead of home-grown versions
[features.git] / boost / libs / regex / src / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LTLIBRARIES = libboostregex.la
4
5 INCLUDES = $(BOOST_INCLUDES)
6
7 libboostregex_la_SOURCES = \
8         cpp_regex_traits.cpp \
9         c_regex_traits_common.cpp \
10         c_regex_traits.cpp \
11         cregex.cpp \
12         fileiter.cpp \
13         instances.cpp \
14         primary_transform.hpp \
15         regex.cpp \
16         w32_regex_traits.cpp \
17         regex_synch.cpp
18
19 #       posix_api.cpp \
20 #       wide_posix_api.cpp \
21 #       regex_debug.cpp
22 #       winstances.cpp