mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 15:14:07 +02:00
parent
2e2012c913
commit
e93808a468
@ -3,21 +3,16 @@
|
|||||||
pkglib_LTLIBRARIES = \
|
pkglib_LTLIBRARIES = \
|
||||||
libchecker.la
|
libchecker.la
|
||||||
|
|
||||||
EXTRA_DIST = \
|
CLEANFILES = \
|
||||||
checker-type.conf
|
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
|
||||||
checker-type.cpp
|
checker-type.cpp
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
|
||||||
|
|
||||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
libchecker_la_SOURCES = \
|
libchecker_la_SOURCES = \
|
||||||
checkercomponent.cpp \
|
checkercomponent.cpp \
|
||||||
checkercomponent.h \
|
checkercomponent.h \
|
||||||
checker-type.cpp
|
checker-type.conf
|
||||||
|
|
||||||
libchecker_la_CPPFLAGS = \
|
libchecker_la_CPPFLAGS = \
|
||||||
$(LTDLINCL) \
|
$(LTDLINCL) \
|
||||||
|
@ -3,21 +3,16 @@
|
|||||||
pkglib_LTLIBRARIES = \
|
pkglib_LTLIBRARIES = \
|
||||||
libcluster.la
|
libcluster.la
|
||||||
|
|
||||||
EXTRA_DIST = \
|
CLEANFILES = \
|
||||||
cluster-type.conf
|
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
|
||||||
cluster-type.cpp
|
cluster-type.cpp
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
|
||||||
|
|
||||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
libcluster_la_SOURCES = \
|
libcluster_la_SOURCES = \
|
||||||
clustercomponent.cpp \
|
clustercomponent.cpp \
|
||||||
clustercomponent.h \
|
clustercomponent.h \
|
||||||
cluster-type.cpp \
|
cluster-type.conf \
|
||||||
endpoint.cpp \
|
endpoint.cpp \
|
||||||
endpoint.h \
|
endpoint.h \
|
||||||
jsonrpc.cpp \
|
jsonrpc.cpp \
|
||||||
|
@ -3,14 +3,9 @@
|
|||||||
pkglib_LTLIBRARIES = \
|
pkglib_LTLIBRARIES = \
|
||||||
libcompat.la
|
libcompat.la
|
||||||
|
|
||||||
EXTRA_DIST = \
|
CLEANFILES = \
|
||||||
compat-type.conf
|
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
|
||||||
compat-type.cpp
|
compat-type.cpp
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
|
||||||
|
|
||||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
@ -21,7 +16,7 @@ libcompat_la_SOURCES = \
|
|||||||
compatcomponent.h \
|
compatcomponent.h \
|
||||||
compatlog.cpp \
|
compatlog.cpp \
|
||||||
compatlog.h \
|
compatlog.h \
|
||||||
compat-type.cpp
|
compat-type.conf
|
||||||
|
|
||||||
libcompat_la_CPPFLAGS = \
|
libcompat_la_CPPFLAGS = \
|
||||||
$(LTDLINCL) \
|
$(LTDLINCL) \
|
||||||
|
@ -3,21 +3,16 @@
|
|||||||
pkglib_LTLIBRARIES = \
|
pkglib_LTLIBRARIES = \
|
||||||
libdemo.la
|
libdemo.la
|
||||||
|
|
||||||
EXTRA_DIST = \
|
CLEANFILES = \
|
||||||
demo-type.conf
|
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
|
||||||
demo-type.cpp
|
demo-type.cpp
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
|
||||||
|
|
||||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
libdemo_la_SOURCES = \
|
libdemo_la_SOURCES = \
|
||||||
democomponent.cpp \
|
democomponent.cpp \
|
||||||
democomponent.h \
|
democomponent.h \
|
||||||
demo-type.cpp
|
demo-type.conf
|
||||||
|
|
||||||
libdemo_la_CPPFLAGS = \
|
libdemo_la_CPPFLAGS = \
|
||||||
$(LTDLINCL) \
|
$(LTDLINCL) \
|
||||||
|
@ -4,19 +4,14 @@ if MYSQL_USE
|
|||||||
pkglib_LTLIBRARIES = \
|
pkglib_LTLIBRARIES = \
|
||||||
libido_mysql.la
|
libido_mysql.la
|
||||||
|
|
||||||
EXTRA_DIST = \
|
CLEANFILES = \
|
||||||
ido_mysql-type.conf
|
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
|
||||||
ido_mysql-type.cpp
|
ido_mysql-type.cpp
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
|
||||||
|
|
||||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
libido_mysql_la_SOURCES = \
|
libido_mysql_la_SOURCES = \
|
||||||
ido_mysql-type.cpp \
|
ido_mysql-type.conf \
|
||||||
idomysqldbconnection.cpp \
|
idomysqldbconnection.cpp \
|
||||||
idomysqldbconnection.h
|
idomysqldbconnection.h
|
||||||
|
|
||||||
|
@ -3,14 +3,9 @@
|
|||||||
pkglib_LTLIBRARIES = \
|
pkglib_LTLIBRARIES = \
|
||||||
liblivestatus.la
|
liblivestatus.la
|
||||||
|
|
||||||
EXTRA_DIST = \
|
CLEANFILES = \
|
||||||
livestatus-type.conf
|
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
|
||||||
livestatus-type.cpp
|
livestatus-type.cpp
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
|
||||||
|
|
||||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
@ -51,7 +46,7 @@ liblivestatus_la_SOURCES = \
|
|||||||
invavgaggregator.h \
|
invavgaggregator.h \
|
||||||
invsumaggregator.cpp \
|
invsumaggregator.cpp \
|
||||||
invsumaggregator.h \
|
invsumaggregator.h \
|
||||||
livestatus-type.cpp \
|
livestatus-type.conf \
|
||||||
logtable.cpp \
|
logtable.cpp \
|
||||||
logtable.h \
|
logtable.h \
|
||||||
maxaggregator.cpp \
|
maxaggregator.cpp \
|
||||||
|
@ -3,21 +3,16 @@
|
|||||||
pkglib_LTLIBRARIES = \
|
pkglib_LTLIBRARIES = \
|
||||||
libnotification.la
|
libnotification.la
|
||||||
|
|
||||||
EXTRA_DIST = \
|
CLEANFILES = \
|
||||||
notification-type.conf
|
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
|
||||||
notification-type.cpp
|
notification-type.cpp
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
|
||||||
|
|
||||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
libnotification_la_SOURCES = \
|
libnotification_la_SOURCES = \
|
||||||
notificationcomponent.cpp \
|
notificationcomponent.cpp \
|
||||||
notificationcomponent.h \
|
notificationcomponent.h \
|
||||||
notification-type.cpp
|
notification-type.conf
|
||||||
|
|
||||||
libnotification_la_CPPFLAGS = \
|
libnotification_la_CPPFLAGS = \
|
||||||
$(LTDLINCL) \
|
$(LTDLINCL) \
|
||||||
|
@ -5,22 +5,18 @@ pkglib_LTLIBRARIES = \
|
|||||||
libconfig.la
|
libconfig.la
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
config_parser.h \
|
config_parser.h
|
||||||
base-type.cpp
|
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
base-type.cpp
|
base-type.cpp
|
||||||
|
|
||||||
AM_YFLAGS = -d
|
AM_YFLAGS = -d
|
||||||
|
|
||||||
EXTRA_DIST = \
|
|
||||||
base-type.conf
|
|
||||||
|
|
||||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
libconfig_la_SOURCES = \
|
libconfig_la_SOURCES = \
|
||||||
base-type.cpp \
|
base-type.conf \
|
||||||
configcompiler.cpp \
|
configcompiler.cpp \
|
||||||
configcompiler.h \
|
configcompiler.h \
|
||||||
configcompilercontext.cpp \
|
configcompilercontext.cpp \
|
||||||
|
@ -4,14 +4,9 @@
|
|||||||
pkglib_LTLIBRARIES = \
|
pkglib_LTLIBRARIES = \
|
||||||
libicinga.la
|
libicinga.la
|
||||||
|
|
||||||
EXTRA_DIST = \
|
CLEANFILES = \
|
||||||
icinga-type.conf
|
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
|
||||||
icinga-type.cpp
|
icinga-type.cpp
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
|
||||||
|
|
||||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
@ -35,7 +30,7 @@ libicinga_la_SOURCES = \
|
|||||||
hostgroup.h \
|
hostgroup.h \
|
||||||
host.h \
|
host.h \
|
||||||
i2-icinga.h \
|
i2-icinga.h \
|
||||||
icinga-type.cpp \
|
icinga-type.conf \
|
||||||
icingaapplication.cpp \
|
icingaapplication.cpp \
|
||||||
icingaapplication.h \
|
icingaapplication.h \
|
||||||
legacytimeperiod.cpp \
|
legacytimeperiod.cpp \
|
||||||
|
@ -3,14 +3,9 @@
|
|||||||
pkglib_LTLIBRARIES = \
|
pkglib_LTLIBRARIES = \
|
||||||
libido.la
|
libido.la
|
||||||
|
|
||||||
EXTRA_DIST = \
|
CLEANFILES = \
|
||||||
ido-type.conf
|
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
|
||||||
ido-type.cpp
|
ido-type.cpp
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
|
||||||
|
|
||||||
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
|
||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
@ -33,7 +28,7 @@ libido_la_SOURCES = \
|
|||||||
hostdbobject.h \
|
hostdbobject.h \
|
||||||
hostgroupdbobject.cpp \
|
hostgroupdbobject.cpp \
|
||||||
hostgroupdbobject.h \
|
hostgroupdbobject.h \
|
||||||
ido-type.cpp \
|
ido-type.conf \
|
||||||
servicedbobject.cpp \
|
servicedbobject.cpp \
|
||||||
servicedbobject.h \
|
servicedbobject.h \
|
||||||
servicegroupdbobject.cpp \
|
servicegroupdbobject.cpp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user