]> git.lyx.org Git - features.git/blob - boost/libs/regex/src/Makefile.am
More pch work.
[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 AM_CPPFLAGS = -DBOOST_USER_CONFIG="<config.h>"
8 AM_CXXFLAGS = $(PCH_FLAGS)
9
10 libboostregex_la_SOURCES = \
11         cpp_regex_traits.cpp \
12         c_regex_traits_common.cpp \
13         c_regex_traits.cpp \
14         cregex.cpp \
15         fileiter.cpp \
16         instances.cpp \
17         primary_transform.hpp \
18         regex.cpp \
19         w32_regex_traits.cpp \
20         regex_synch.cpp
21
22 #       posix_api.cpp \
23 #       wide_posix_api.cpp \
24 #       regex_debug.cpp \
25 #       winstances.cpp