mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 22:17:41 +00:00
41cfebb8eb
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
29 lines
508 B
Makefile
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
|