]> git.lyx.org Git - lyx.git/blob - boost/libs/regex/src/Makefile.am
update
[lyx.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         instances.cpp \
12         primary_transform.hpp \
13         regex.cpp \
14         w32_regex_traits.cpp \
15         regex_synch.cpp
16
17 #       cregex.cpp \
18 #       fileiter.cpp \
19 #       posix_api.cpp \
20 #       wide_posix_api.cpp \
21 #       regex_debug.cpp
22 #       winstances.cpp \