|
|
|
@ -28,7 +28,7 @@ pkgconfig2_DATA = $(pkgconfig_DATA) |
|
|
|
|
|
|
|
|
|
EXTRA_DIST = $(pkgconfig_DATA).in |
|
|
|
|
|
|
|
|
|
AM_LDFLAGS = -version-info ${LIB_PACKAGE_VERSION} |
|
|
|
|
AM_LDFLAGS = -version-info ${LIB_VERSION} |
|
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libmrw.la |
|
|
|
|
if HAVE_BOOST_THREAD |
|
|
|
@ -97,7 +97,7 @@ if HAVE_STACKTRACE |
|
|
|
|
libmrw_la_SOURCES += \ |
|
|
|
|
mrw/stacktrace.hxx stacktrace.cxx |
|
|
|
|
endif |
|
|
|
|
libmrw_la_LDFLAGS = -version-info @LIB_PACKAGE_VERSION@ |
|
|
|
|
libmrw_la_LDFLAGS = -version-info @LIB_VERSION@ |
|
|
|
|
libmrw_la_LIBADD = |
|
|
|
|
if HAVE_STACKTRACE |
|
|
|
|
libmrw_la_LIBADD += -lltdl |
|
|
|
@ -107,7 +107,7 @@ if HAVE_THREADS |
|
|
|
|
if HAVE_BOOST_THREAD |
|
|
|
|
libmrw_mt_la_SOURCES = $(libmrw_la_SOURCES) |
|
|
|
|
libmrw_mt_la_CXXFLAGS = @THREADS@ |
|
|
|
|
libmrw_mt_la_LDFLAGS = $(libmrw_la_LDFLAGS) -version-info @LIB_PACKAGE_VERSION@ \ |
|
|
|
|
libmrw_mt_la_LDFLAGS = $(libmrw_la_LDFLAGS) -version-info @LIB_VERSION@ \ |
|
|
|
|
@THREADS@ |
|
|
|
|
libmrw_mt_la_LIBADD = $(libmrw_la_LIBADD) @BOOST_THREAD_LIB@ |
|
|
|
|
endif |
|
|
|
@ -115,13 +115,13 @@ endif |
|
|
|
|
|
|
|
|
|
if HAVE_STACKTRACE |
|
|
|
|
libmrwexcstderr_la_SOURCES = autostacktracestderr.cxx version.cxx |
|
|
|
|
libmrwexcstderr_la_LDFLAGS = -version-info @LIB_PACKAGE_VERSION@ |
|
|
|
|
libmrwexcstderr_la_LDFLAGS = -version-info @LIB_VERSION@ |
|
|
|
|
libmrwexcstderr_la_LIBADD = libmrw.la |
|
|
|
|
if HAVE_THREADS |
|
|
|
|
if HAVE_BOOST_THREAD |
|
|
|
|
libmrwexcstderr_mt_la_SOURCES = autostacktracestderr.cxx version.cxx |
|
|
|
|
libmrwexcstderr_mt_la_CXXFLAGS = @THREADS@ |
|
|
|
|
libmrwexcstderr_mt_la_LDFLAGS = -version-info @LIB_PACKAGE_VERSION@ @THREADS@ |
|
|
|
|
libmrwexcstderr_mt_la_LDFLAGS = -version-info @LIB_VERSION@ @THREADS@ |
|
|
|
|
libmrwexcstderr_mt_la_LIBADD = libmrw-mt.la |
|
|
|
|
endif |
|
|
|
|
endif |
|
|
|
@ -129,7 +129,7 @@ if AUTOFNTRACE |
|
|
|
|
libmrwautofunctiontracestdlog_la_SOURCES = autofunctiontracestdlog.cxx \ |
|
|
|
|
version.cxx |
|
|
|
|
libmrwautofunctiontracestdlog_la_CXXFLAGS = -w |
|
|
|
|
libmrwautofunctiontracestdlog_la_LDFLAGS = -version-info @LIB_PACKAGE_VERSION@ |
|
|
|
|
libmrwautofunctiontracestdlog_la_LDFLAGS = -version-info @LIB_VERSION@ |
|
|
|
|
libmrwautofunctiontracestdlog_la_LIBADD = libmrw.la |
|
|
|
|
if HAVE_THREADS |
|
|
|
|
if HAVE_BOOST_THREAD |
|
|
|
@ -137,7 +137,7 @@ if HAVE_BOOST_THREAD |
|
|
|
|
autofunctiontracestdlog.cxx version.cxx |
|
|
|
|
libmrwautofunctiontracestdlog_mt_la_CXXFLAGS = @THREADS@ -w |
|
|
|
|
libmrwautofunctiontracestdlog_mt_la_LDFLAGS = \ |
|
|
|
|
-version-info @LIB_PACKAGE_VERSION@ @THREADS@ |
|
|
|
|
-version-info @LIB_VERSION@ @THREADS@ |
|
|
|
|
libmrwautofunctiontracestdlog_mt_la_LIBADD = \ |
|
|
|
|
libmrw-mt.la |
|
|
|
|
endif |
|
|
|
@ -145,13 +145,13 @@ endif |
|
|
|
|
endif |
|
|
|
|
if HAVE_LOG4CXX |
|
|
|
|
libmrwexclog4cxx_la_SOURCES = autostacktracelog4cxx.cxx version.cxx |
|
|
|
|
libmrwexclog4cxx_la_LDFLAGS = -version-info @LIB_PACKAGE_VERSION@ |
|
|
|
|
libmrwexclog4cxx_la_LDFLAGS = -version-info @LIB_VERSION@ |
|
|
|
|
libmrwexclog4cxx_la_LIBADD = libmrw.la -llog4cxx |
|
|
|
|
if HAVE_THREADS |
|
|
|
|
if HAVE_BOOST_THREAD |
|
|
|
|
libmrwexclog4cxx_mt_la_SOURCES = autostacktracelog4cxx.cxx version.cxx |
|
|
|
|
libmrwexclog4cxx_mt_la_CXXFLAGS = @THREADS@ |
|
|
|
|
libmrwexclog4cxx_mt_la_LDFLAGS = -version-info @LIB_PACKAGE_VERSION@ @THREADS@ |
|
|
|
|
libmrwexclog4cxx_mt_la_LDFLAGS = -version-info @LIB_VERSION@ @THREADS@ |
|
|
|
|
libmrwexclog4cxx_mt_la_LIBADD = libmrw-mt.la -llog4cxx |
|
|
|
|
endif |
|
|
|
|
endif |
|
|
|
@ -159,7 +159,7 @@ if AUTOFNTRACE |
|
|
|
|
libmrwautofunctiontracelog4cxx_la_SOURCES = autofunctiontracelog4cxx.cxx \ |
|
|
|
|
version.cxx |
|
|
|
|
libmrwautofunctiontracelog4cxx_la_CXXFLAGS = -w |
|
|
|
|
libmrwautofunctiontracelog4cxx_la_LDFLAGS = -version-info @LIB_PACKAGE_VERSION@ |
|
|
|
|
libmrwautofunctiontracelog4cxx_la_LDFLAGS = -version-info @LIB_VERSION@ |
|
|
|
|
libmrwautofunctiontracelog4cxx_la_LIBADD = libmrw.la -llog4cxx |
|
|
|
|
if HAVE_THREADS |
|
|
|
|
if HAVE_BOOST_THREAD |
|
|
|
@ -167,7 +167,7 @@ if HAVE_BOOST_THREAD |
|
|
|
|
autofunctiontracelog4cxx.cxx version.cxx |
|
|
|
|
libmrwautofunctiontracelog4cxx_mt_la_CXXFLAGS = @THREADS@ -w |
|
|
|
|
libmrwautofunctiontracelog4cxx_mt_la_LDFLAGS = \ |
|
|
|
|
-version-info @LIB_PACKAGE_VERSION@ @THREADS@ |
|
|
|
|
-version-info @LIB_VERSION@ @THREADS@ |
|
|
|
|
libmrwautofunctiontracelog4cxx_mt_la_LIBADD = \ |
|
|
|
|
libmrw-mt.la -llog4cxx |
|
|
|
|
endif |
|
|
|
@ -177,13 +177,13 @@ endif |
|
|
|
|
endif |
|
|
|
|
if HAVE_LOG4CXX |
|
|
|
|
libmrwlog4cxxconfiguration_la_SOURCES = log4cxxconfiguration.cxx version.cxx |
|
|
|
|
libmrwlog4cxxconfiguration_la_LDFLAGS = -version-info @LIB_PACKAGE_VERSION@ |
|
|
|
|
libmrwlog4cxxconfiguration_la_LDFLAGS = -version-info @LIB_VERSION@ |
|
|
|
|
libmrwlog4cxxconfiguration_la_LIBADD = -llog4cxx |
|
|
|
|
if HAVE_THREADS |
|
|
|
|
libmrwlog4cxxconfiguration_mt_la_SOURCES = log4cxxconfiguration.cxx \ |
|
|
|
|
version.cxx |
|
|
|
|
libmrwlog4cxxconfiguration_mt_la_CXXFLAGS = @THREADS@ |
|
|
|
|
libmrwlog4cxxconfiguration_mt_la_LDFLAGS = -version-info @LIB_PACKAGE_VERSION@ \ |
|
|
|
|
libmrwlog4cxxconfiguration_mt_la_LDFLAGS = -version-info @LIB_VERSION@ \ |
|
|
|
|
@THREADS@ |
|
|
|
|
libmrwlog4cxxconfiguration_mt_la_LIBADD = -llog4cxx |
|
|
|
|
endif |
|
|
|
|