2002-05-24 12:53:12 +00:00
|
|
|
include $(top_srcdir)/config/common.am
|
|
|
|
|
2005-07-12 23:42:23 +00:00
|
|
|
EXTRA_DIST = pch.h
|
|
|
|
|
|
|
|
BUILT_SOURCES = $(PCH_FILE)
|
|
|
|
|
2004-12-05 17:10:58 +00:00
|
|
|
noinst_LTLIBRARIES = libboost_regex.la
|
2002-05-24 12:53:12 +00:00
|
|
|
|
2005-05-20 16:56:28 +00:00
|
|
|
AM_CPPFLAGS += \
|
2004-12-04 14:50:25 +00:00
|
|
|
$(PCH_FLAGS) \
|
2004-12-03 19:11:38 +00:00
|
|
|
-DBOOST_USER_CONFIG="<config.h>" \
|
|
|
|
$(BOOST_INCLUDES)
|
2002-05-24 12:53:12 +00:00
|
|
|
|
2004-12-05 17:10:58 +00:00
|
|
|
libboost_regex_la_SOURCES = \
|
2002-05-24 12:53:12 +00:00
|
|
|
cpp_regex_traits.cpp \
|
|
|
|
c_regex_traits.cpp \
|
2002-11-07 15:24:06 +00:00
|
|
|
cregex.cpp \
|
|
|
|
fileiter.cpp \
|
2002-05-24 12:53:12 +00:00
|
|
|
instances.cpp \
|
|
|
|
regex.cpp \
|
2006-03-05 18:22:35 +00:00
|
|
|
regex_raw_buffer.cpp \
|
|
|
|
regex_traits_defaults.cpp \
|
|
|
|
w32_regex_traits.cpp
|
2002-06-03 18:58:50 +00:00
|
|
|
|
|
|
|
# posix_api.cpp \
|
|
|
|
# wide_posix_api.cpp \
|
2004-02-05 09:14:22 +00:00
|
|
|
# regex_debug.cpp \
|
2004-01-26 17:00:09 +00:00
|
|
|
# winstances.cpp
|