X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2Fboost%2FMakefile.am;h=431ba238c3f7ca82208cc53856c745941a90b68c;hb=9716e79624a4d;hp=54d34e3ecae80e0f3d8cb472f908dc2cfc017442;hpb=2047ea5eb436d98d485bed672ed218f9bd708ce6;p=lyx.git diff --git a/3rdparty/boost/Makefile.am b/3rdparty/boost/Makefile.am index 54d34e3eca..431ba238c3 100644 --- a/3rdparty/boost/Makefile.am +++ b/3rdparty/boost/Makefile.am @@ -1,51 +1,5 @@ include $(top_srcdir)/config/common.am -noinst_LIBRARIES = liblyxboost.a - EXTRA_DIST = boost \ - CMakeLists.txt \ - LICENSE_1_0.txt \ - libs/CMakeLists.txt \ - libs/regex/CMakeLists.txt \ - libs/regex/src/CMakeLists.txt - -AM_CPPFLAGS += -DBOOST_USER_CONFIG="" -AM_CPPFLAGS += $(BOOST_INCLUDES) - -if LYX_USE_STD_REGEX - -else - -# This version is more than three times faster than the one below - -if MONOLITHIC_BOOST - -liblyxboost_a_SOURCES = \ - lyxboost.cpp \ - libs/regex/src/instances.cpp \ - libs/regex/src/cpp_regex_traits.cpp \ - libs/regex/src/c_regex_traits.cpp - - -else - -liblyxboost_a_SOURCES = \ - libs/regex/src/internals.hpp \ - libs/regex/src/c_regex_traits.cpp \ - libs/regex/src/cpp_regex_traits.cpp \ - libs/regex/src/cregex.cpp \ - libs/regex/src/fileiter.cpp \ - libs/regex/src/instances.cpp \ - libs/regex/src/posix_api.cpp \ - libs/regex/src/regex.cpp \ - libs/regex/src/regex_debug.cpp \ - libs/regex/src/regex_raw_buffer.cpp \ - libs/regex/src/regex_traits_defaults.cpp \ - libs/regex/src/w32_regex_traits.cpp \ - libs/regex/src/wide_posix_api.cpp \ - libs/regex/src/winstances.cpp \ - libs/regex/src/static_mutex.cpp - -endif #MONOLITHIC_BOOST + LICENSE_1_0.txt -endif #LYX_USE_STD_REGEX