lyx_mirror/boost/libs/regex/src/Makefile.am

29 lines
508 B
Makefile
Raw Normal View History

include $(top_srcdir)/config/common.am
EXTRA_DIST = pch.h
BUILT_SOURCES = $(PCH_FILE)
noinst_LTLIBRARIES = libboost_regex.la
AM_CPPFLAGS += \
$(PCH_FLAGS) \
-DBOOST_USER_CONFIG="<config.h>" \
$(BOOST_INCLUDES)
libboost_regex_la_SOURCES = \
cpp_regex_traits.cpp \
c_regex_traits.cpp \
cregex.cpp \
fileiter.cpp \
instances.cpp \
regex.cpp \
regex_raw_buffer.cpp \
regex_traits_defaults.cpp \
w32_regex_traits.cpp
# posix_api.cpp \
# wide_posix_api.cpp \
# regex_debug.cpp \
# winstances.cpp