icinga2/components/livestatus/Makefile.am

97 lines
1.9 KiB
Makefile
Raw Normal View History

2013-03-10 03:09:01 +01:00
## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = \
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
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
liblivestatus_la_SOURCES = \
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 \
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 \
commandstable.cpp \
commandstable.h \
2013-03-10 22:55:57 +01:00
commentstable.cpp \
commentstable.h \
2013-03-10 17:57:49 +01:00
contactgroupstable.cpp \
contactgroupstable.h \
contactstable.cpp \
contactstable.h \
countaggregator.cpp \
countaggregator.h \
2013-03-10 22:55:57 +01:00
downtimestable.cpp \
downtimestable.h \
filter.cpp \
filter.h \
hostgroupstable.cpp \
hostgroupstable.h \
2013-03-10 22:55:57 +01:00
hoststable.cpp \
hoststable.h \
invavgaggregator.cpp \
invavgaggregator.h \
invsumaggregator.cpp \
invsumaggregator.h \
2013-09-25 09:31:52 +02:00
listener.cpp \
listener.h \
2013-08-29 08:37:31 +02:00
livestatus-type.conf \
logtable.cpp \
logtable.h \
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 \
query.cpp \
query.h \
servicegroupstable.cpp \
servicegroupstable.h \
2013-03-10 22:55:57 +01:00
servicestable.cpp \
servicestable.h \
statustable.cpp \
statustable.h \
stdaggregator.cpp \
stdaggregator.h \
sumaggregator.cpp \
sumaggregator.h \
timeperiodstable.cpp \
timeperiodstable.h \
table.cpp \
2013-03-17 20:19:29 +01:00
table.h
2013-03-10 03:09:01 +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
liblivestatus_la_LDFLAGS = \
2013-03-10 03:09:01 +01:00
$(BOOST_LDFLAGS) \
-module \
-no-undefined \
@RELEASE_INFO@ \
@VERSION_INFO@
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