lyx_mirror/boost/libs/regex/src/Makefile.am
Lars Gullik Bjønnes 41cfebb8eb src/frontends/qt4/ui/pch.h: new file
boost/libs/regex/src/Makefile.am: remove non-existant file


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13343 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-12 08:52:08 +00:00

29 lines
508 B
Makefile

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