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