2004-01-08 17:47:56 +00:00
|
|
|
include $(top_srcdir)/config/common.am
|
|
|
|
|
2005-07-12 23:42:23 +00:00
|
|
|
EXTRA_DIST = pch.h
|
|
|
|
|
|
|
|
BUILT_SOURCES = $(PCH_FILE)
|
|
|
|
|
2004-12-05 17:10:58 +00:00
|
|
|
noinst_LTLIBRARIES = libboost_filesystem.la
|
2004-01-08 17:47:56 +00:00
|
|
|
|
2005-05-20 16:56:28 +00:00
|
|
|
AM_CPPFLAGS += \
|
2004-12-04 14:50:25 +00:00
|
|
|
$(PCH_FLAGS) \
|
2004-12-03 19:11:38 +00:00
|
|
|
-DBOOST_USER_CONFIG="<config.h>" \
|
|
|
|
$(BOOST_INCLUDES)
|
2004-01-08 17:47:56 +00:00
|
|
|
|
2004-12-05 17:10:58 +00:00
|
|
|
libboost_filesystem_la_SOURCES = \
|
2004-01-08 17:47:56 +00:00
|
|
|
convenience.cpp \
|
|
|
|
exception.cpp \
|
|
|
|
Makefile.am \
|
|
|
|
operations_posix_windows.cpp \
|
|
|
|
path_posix_windows.cpp
|