]> git.lyx.org Git - features.git/blobdiff - boost/libs/regex/src/Makefile.am
More pch work.
[features.git] / boost / libs / regex / src / Makefile.am
index f6398c8db1e2faae1aa64af32d0196f43eb6b020..f3c874bd10f051fbfcd4730d5e01d665bccd4955 100644 (file)
@@ -4,20 +4,22 @@ noinst_LTLIBRARIES = libboostregex.la
 
 INCLUDES = $(BOOST_INCLUDES)
 
+AM_CPPFLAGS = -DBOOST_USER_CONFIG="<config.h>"
+AM_CXXFLAGS = $(PCH_FLAGS)
+
 libboostregex_la_SOURCES = \
        cpp_regex_traits.cpp \
-       cregex.cpp \
        c_regex_traits_common.cpp \
        c_regex_traits.cpp \
+       cregex.cpp \
        fileiter.cpp \
        instances.cpp \
-       posix_api.cpp \
-       primary_transform.hpp
+       primary_transform.hpp \
        regex.cpp \
-       regex_debug.cpp \
-       regex_synch.cpp \
        w32_regex_traits.cpp \
-       wide_posix_api.cpp \
-       winstances.cpp
-
+       regex_synch.cpp
 
+#      posix_api.cpp \
+#      wide_posix_api.cpp \
+#      regex_debug.cpp \
+#      winstances.cpp