2012-06-27 18:43:34 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
pkglib_LTLIBRARIES = \
|
2013-03-12 13:45:54 +01:00
|
|
|
libcompat.la
|
2012-06-27 18:43:34 +02:00
|
|
|
|
2013-08-29 08:37:31 +02:00
|
|
|
CLEANFILES = \
|
2013-08-29 08:21:07 +02:00
|
|
|
compat-type.cpp
|
|
|
|
|
|
|
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
2013-06-24 15:57:11 +02:00
|
|
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
2013-03-12 13:45:54 +01:00
|
|
|
|
|
|
|
libcompat_la_SOURCES = \
|
2013-03-19 16:20:13 +01:00
|
|
|
checkresultreader.cpp \
|
|
|
|
checkresultreader.h \
|
2012-06-27 18:43:34 +02:00
|
|
|
compatcomponent.cpp \
|
|
|
|
compatcomponent.h \
|
2013-03-19 13:04:30 +01:00
|
|
|
compatlog.cpp \
|
|
|
|
compatlog.h \
|
2013-08-29 08:37:31 +02:00
|
|
|
compat-type.conf
|
2012-06-27 18:43:34 +02:00
|
|
|
|
2013-03-12 13:45:54 +01:00
|
|
|
libcompat_la_CPPFLAGS = \
|
2013-07-02 16:56:01 +02:00
|
|
|
$(LTDLINCL) \
|
2012-06-27 18:43:34 +02:00
|
|
|
$(BOOST_CPPFLAGS) \
|
2013-03-16 21:18:53 +01:00
|
|
|
-I${top_srcdir}/lib \
|
|
|
|
-I${top_srcdir}/components
|
2012-06-27 18:43:34 +02:00
|
|
|
|
2013-03-12 13:45:54 +01:00
|
|
|
libcompat_la_LDFLAGS = \
|
2012-06-27 18:43:34 +02:00
|
|
|
$(BOOST_LDFLAGS) \
|
|
|
|
-module \
|
|
|
|
-no-undefined \
|
|
|
|
@RELEASE_INFO@ \
|
|
|
|
@VERSION_INFO@
|
|
|
|
|
2013-03-12 13:45:54 +01:00
|
|
|
libcompat_la_LIBADD = \
|
2012-07-03 10:00:44 +02:00
|
|
|
$(BOOST_SIGNALS_LIB) \
|
|
|
|
$(BOOST_THREAD_LIB) \
|
2013-03-14 15:14:07 +01:00
|
|
|
$(BOOST_SYSTEM_LIB) \
|
2012-09-07 10:27:31 +02:00
|
|
|
${top_builddir}/lib/base/libbase.la \
|
|
|
|
${top_builddir}/lib/config/libconfig.la \
|
2012-09-10 14:07:32 +02:00
|
|
|
${top_builddir}/lib/icinga/libicinga.la
|