2013-03-10 03:09:01 +01:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
pkglib_LTLIBRARIES = \
|
2013-03-12 13:45:54 +01:00
|
|
|
liblivestatus.la
|
2013-03-10 03:09:01 +01:00
|
|
|
|
2013-08-29 08:37:31 +02:00
|
|
|
CLEANFILES = \
|
2013-08-29 08:21:07 +02:00
|
|
|
livestatus-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
|
|
|
|
|
|
|
liblivestatus_la_SOURCES = \
|
2013-07-11 15:52:01 +02:00
|
|
|
aggregator.cpp \
|
|
|
|
aggregator.h \
|
2013-03-10 22:55:57 +01:00
|
|
|
attributefilter.cpp \
|
|
|
|
attributefilter.h \
|
2013-03-10 12:24:03 +01:00
|
|
|
andfilter.cpp \
|
|
|
|
andfilter.h \
|
2013-07-12 12:07:32 +02:00
|
|
|
avgaggregator.cpp \
|
|
|
|
avgaggregator.h \
|
2013-03-10 18:49:14 +01:00
|
|
|
column.cpp \
|
|
|
|
column.h \
|
2013-03-10 15:14:14 +01:00
|
|
|
combinerfilter.cpp \
|
|
|
|
combinerfilter.h \
|
2013-07-09 18:09:03 +02:00
|
|
|
commandstable.cpp \
|
|
|
|
commandstable.h \
|
2013-03-10 22:55:57 +01:00
|
|
|
commentstable.cpp \
|
|
|
|
commentstable.h \
|
2013-03-10 09:23:13 +01:00
|
|
|
component.cpp \
|
|
|
|
component.h \
|
2013-03-10 17:57:49 +01:00
|
|
|
contactgroupstable.cpp \
|
|
|
|
contactgroupstable.h \
|
|
|
|
contactstable.cpp \
|
|
|
|
contactstable.h \
|
2013-07-11 15:52:01 +02:00
|
|
|
countaggregator.cpp \
|
|
|
|
countaggregator.h \
|
2013-03-10 22:55:57 +01:00
|
|
|
downtimestable.cpp \
|
|
|
|
downtimestable.h \
|
2013-03-10 09:23:13 +01:00
|
|
|
filter.cpp \
|
|
|
|
filter.h \
|
2013-07-09 18:33:27 +02:00
|
|
|
hostgroupstable.cpp \
|
|
|
|
hostgroupstable.h \
|
2013-03-10 22:55:57 +01:00
|
|
|
hoststable.cpp \
|
|
|
|
hoststable.h \
|
2013-07-12 12:07:32 +02:00
|
|
|
invavgaggregator.cpp \
|
|
|
|
invavgaggregator.h \
|
|
|
|
invsumaggregator.cpp \
|
|
|
|
invsumaggregator.h \
|
2013-08-29 08:37:31 +02:00
|
|
|
livestatus-type.conf \
|
2013-07-09 17:46:48 +02:00
|
|
|
logtable.cpp \
|
|
|
|
logtable.h \
|
2013-07-12 12:07:32 +02:00
|
|
|
maxaggregator.cpp \
|
|
|
|
maxaggregator.h \
|
|
|
|
minaggregator.cpp \
|
|
|
|
minaggregator.h \
|
2013-03-10 15:14:14 +01:00
|
|
|
negatefilter.cpp \
|
2013-03-10 17:57:49 +01:00
|
|
|
negatefilter.h \
|
2013-03-10 12:24:03 +01:00
|
|
|
orfilter.cpp \
|
|
|
|
orfilter.h \
|
2013-03-10 09:23:13 +01:00
|
|
|
query.cpp \
|
|
|
|
query.h \
|
2013-07-09 18:33:27 +02:00
|
|
|
servicegroupstable.cpp \
|
|
|
|
servicegroupstable.h \
|
2013-03-10 22:55:57 +01:00
|
|
|
servicestable.cpp \
|
|
|
|
servicestable.h \
|
2013-03-10 09:23:13 +01:00
|
|
|
statustable.cpp \
|
|
|
|
statustable.h \
|
2013-07-12 12:07:32 +02:00
|
|
|
stdaggregator.cpp \
|
|
|
|
stdaggregator.h \
|
2013-07-11 17:52:06 +02:00
|
|
|
sumaggregator.cpp \
|
|
|
|
sumaggregator.h \
|
2013-07-11 13:03:14 +02:00
|
|
|
timeperiodstable.cpp \
|
|
|
|
timeperiodstable.h \
|
2013-03-10 09:23:13 +01:00
|
|
|
table.cpp \
|
2013-03-17 20:19:29 +01:00
|
|
|
table.h
|
2013-03-10 03:09:01 +01:00
|
|
|
|
2013-03-12 13:45:54 +01:00
|
|
|
liblivestatus_la_CPPFLAGS = \
|
2013-07-02 16:56:01 +02:00
|
|
|
$(LTDLINCL) \
|
2013-03-10 03:09:01 +01:00
|
|
|
$(BOOST_CPPFLAGS) \
|
2013-03-16 21:18:53 +01:00
|
|
|
-I${top_srcdir}/lib \
|
|
|
|
-I${top_srcdir}/components
|
2013-03-10 03:09:01 +01:00
|
|
|
|
2013-03-12 13:45:54 +01:00
|
|
|
liblivestatus_la_LDFLAGS = \
|
2013-03-10 03:09:01 +01:00
|
|
|
$(BOOST_LDFLAGS) \
|
|
|
|
-module \
|
|
|
|
-no-undefined \
|
|
|
|
@RELEASE_INFO@ \
|
|
|
|
@VERSION_INFO@
|
|
|
|
|
2013-03-12 13:45:54 +01:00
|
|
|
liblivestatus_la_LIBADD = \
|
2013-03-10 03:09:01 +01:00
|
|
|
$(BOOST_SIGNALS_LIB) \
|
|
|
|
$(BOOST_THREAD_LIB) \
|
2013-03-14 15:14:07 +01:00
|
|
|
$(BOOST_SYSTEM_LIB) \
|
2013-03-10 03:09:01 +01:00
|
|
|
${top_builddir}/lib/base/libbase.la \
|
|
|
|
${top_builddir}/lib/config/libconfig.la \
|
|
|
|
${top_builddir}/lib/icinga/libicinga.la
|