]> git.lyx.org Git - lyx.git/blob - boost/libs/regex/src/Makefile.am
make sure to dist pch.h and mark PCH_FILE as a built file
[lyx.git] / boost / libs / regex / src / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 EXTRA_DIST = pch.h
4
5 BUILT_SOURCES = $(PCH_FILE)
6
7 noinst_LTLIBRARIES = libboost_regex.la
8
9 AM_CPPFLAGS += \
10         $(PCH_FLAGS) \
11         -DBOOST_USER_CONFIG="<config.h>" \
12         $(BOOST_INCLUDES)
13
14 libboost_regex_la_SOURCES = \
15         cpp_regex_traits.cpp \
16         c_regex_traits_common.cpp \
17         c_regex_traits.cpp \
18         cregex.cpp \
19         fileiter.cpp \
20         instances.cpp \
21         primary_transform.hpp \
22         regex.cpp \
23         w32_regex_traits.cpp \
24         regex_synch.cpp
25
26 #       posix_api.cpp \
27 #       wide_posix_api.cpp \
28 #       regex_debug.cpp \
29 #       winstances.cpp