]> git.lyx.org Git - lyx.git/blob - boost/libs/regex/src/Makefile.am
src/frontends/qt4/ui/pch.h: new 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.cpp \
17         cregex.cpp \
18         fileiter.cpp \
19         instances.cpp \
20         regex.cpp \
21         regex_raw_buffer.cpp \
22         regex_traits_defaults.cpp \
23         w32_regex_traits.cpp
24
25 #       posix_api.cpp \
26 #       wide_posix_api.cpp \
27 #       regex_debug.cpp \
28 #       winstances.cpp