]> git.lyx.org Git - lyx.git/blob - 3rdparty/boost/Makefile.am
Get rid of monolithic build support for autoconf
[lyx.git] / 3rdparty / boost / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LIBRARIES = liblyxboost.a
4
5 EXTRA_DIST = boost \
6         CMakeLists.txt \
7         LICENSE_1_0.txt \
8         libs/CMakeLists.txt \
9         libs/regex/CMakeLists.txt \
10         libs/regex/src/CMakeLists.txt \
11         libs/regex/src/usinstances.cpp
12 # The last file above is only compiled for msvc (see cmake)
13
14 AM_CPPFLAGS += -DBOOST_USER_CONFIG="<config.h>" 
15 AM_CPPFLAGS +=  $(BOOST_INCLUDES)
16
17 liblyxboost_a_SOURCES = \
18         libs/regex/src/internals.hpp \
19         libs/regex/src/c_regex_traits.cpp \
20         libs/regex/src/cpp_regex_traits.cpp \
21         libs/regex/src/cregex.cpp \
22         libs/regex/src/fileiter.cpp \
23         libs/regex/src/instances.cpp \
24         libs/regex/src/posix_api.cpp \
25         libs/regex/src/regex.cpp \
26         libs/regex/src/regex_debug.cpp \
27         libs/regex/src/regex_raw_buffer.cpp \
28         libs/regex/src/regex_traits_defaults.cpp \
29         libs/regex/src/w32_regex_traits.cpp \
30         libs/regex/src/wc_regex_traits.cpp \
31         libs/regex/src/wide_posix_api.cpp \
32         libs/regex/src/winstances.cpp \
33         libs/regex/src/static_mutex.cpp
34
35