]> git.lyx.org Git - lyx.git/blob - boost/Makefile.am
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / boost / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 pkglib_LTLIBRARIES = liblyxboost.la
4
5 EXTRA_DIST = pch.h
6
7 BUILT_SOURCES = $(PCH_FILE)
8
9 AM_CPPFLAGS += $(PCH_FLAGS)
10 AM_CPPFLAGS += -DBOOST_USER_CONFIG="<config.h>" 
11 AM_CPPFLAGS +=  $(BOOST_INCLUDES)
12
13 liblyxboost_la_SOURCES = \
14         \
15         libs/iostreams/src/file_descriptor.cpp \
16         libs/iostreams/src/mapped_file.cpp \
17         libs/iostreams/src/zlib.cpp \
18         \
19         libs/filesystem/src/exception.cpp \
20         libs/filesystem/src/operations.cpp \
21         libs/filesystem/src/path.cpp \
22         libs/filesystem/src/portability.cpp \
23         \
24         libs/regex/src/cpp_regex_traits.cpp \
25         libs/regex/src/c_regex_traits.cpp \
26         libs/regex/src/cregex.cpp \
27         libs/regex/src/fileiter.cpp \
28         libs/regex/src/instances.cpp \
29         libs/regex/src/regex.cpp \
30         libs/regex/src/regex_raw_buffer.cpp \
31         libs/regex/src/regex_traits_defaults.cpp \
32         libs/regex/src/w32_regex_traits.cpp \
33         libs/regex/src/posix_api.cpp \
34         libs/regex/src/wide_posix_api.cpp \
35         libs/regex/src/regex_debug.cpp \
36         libs/regex/src/winstances.cpp \
37         \
38         libs/signals/src/connection.cpp \
39         libs/signals/src/named_slot_map.cpp \
40         libs/signals/src/signal_base.cpp \
41         libs/signals/src/slot.cpp \
42         libs/signals/src/trackable.cpp
43