mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 06:05:01 +02:00
parent
e0ae1df268
commit
dc21088680
@ -6,6 +6,8 @@ pkglib_LTLIBRARIES = \
|
|||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
checkercomponent.th
|
checkercomponent.th
|
||||||
|
|
||||||
|
nodist_libchecker_la_SOURCES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
checker-type.cpp
|
checker-type.cpp
|
||||||
|
|
||||||
@ -13,12 +15,12 @@ CLEANFILES = \
|
|||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
||||||
$(top_builddir)/tools/mkclass/mkclass $< > $@
|
$(top_builddir)/tools/mkclass/mkclass $< > $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
libchecker_la_SOURCES = \
|
libchecker_la_SOURCES = \
|
||||||
checkercomponent.cpp \
|
checkercomponent.cpp \
|
||||||
checkercomponent.h \
|
checkercomponent.h \
|
||||||
checkercomponent.th \
|
checkercomponent.ti \
|
||||||
checker-type.conf
|
checker-type.conf
|
||||||
|
|
||||||
libchecker_la_CPPFLAGS = \
|
libchecker_la_CPPFLAGS = \
|
||||||
|
@ -7,6 +7,8 @@ BUILT_SOURCES = \
|
|||||||
clusterlistener.th \
|
clusterlistener.th \
|
||||||
endpoint.th
|
endpoint.th
|
||||||
|
|
||||||
|
nodist_libcluster_la_SOURCES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
cluster-type.cpp
|
cluster-type.cpp
|
||||||
|
|
||||||
@ -14,7 +16,7 @@ CLEANFILES = \
|
|||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
||||||
$(top_builddir)/tools/mkclass/mkclass $< > $@
|
$(top_builddir)/tools/mkclass/mkclass $< > $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
libcluster_la_SOURCES = \
|
libcluster_la_SOURCES = \
|
||||||
clusterlistener.cpp \
|
clusterlistener.cpp \
|
||||||
|
@ -9,6 +9,8 @@ BUILT_SOURCES = \
|
|||||||
statusdatawriter.th \
|
statusdatawriter.th \
|
||||||
compatlogger.th
|
compatlogger.th
|
||||||
|
|
||||||
|
nodist_libcompat_la_SOURCES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
compat-type.cpp
|
compat-type.cpp
|
||||||
|
|
||||||
@ -16,21 +18,21 @@ CLEANFILES = \
|
|||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
||||||
$(top_builddir)/tools/mkclass/mkclass $< > $@
|
$(top_builddir)/tools/mkclass/mkclass $< > $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
libcompat_la_SOURCES = \
|
libcompat_la_SOURCES = \
|
||||||
checkresultreader.cpp \
|
checkresultreader.cpp \
|
||||||
checkresultreader.h \
|
checkresultreader.h \
|
||||||
checkresultreader.th \
|
checkresultreader.ti \
|
||||||
externalcommandlistener.cpp \
|
externalcommandlistener.cpp \
|
||||||
externalcommandlistener.h \
|
externalcommandlistener.h \
|
||||||
externalcommandlistener.th \
|
externalcommandlistener.ti \
|
||||||
statusdatawriter.cpp \
|
statusdatawriter.cpp \
|
||||||
statusdatawriter.h \
|
statusdatawriter.h \
|
||||||
statusdatawriter.th \
|
statusdatawriter.ti \
|
||||||
compatlogger.cpp \
|
compatlogger.cpp \
|
||||||
compatlogger.h \
|
compatlogger.h \
|
||||||
compatlogger.th \
|
compatlogger.ti \
|
||||||
compat-type.conf
|
compat-type.conf
|
||||||
|
|
||||||
libcompat_la_CPPFLAGS = \
|
libcompat_la_CPPFLAGS = \
|
||||||
|
@ -11,6 +11,8 @@ pkglib_LTLIBRARIES = \
|
|||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
idomysqlconnection.th
|
idomysqlconnection.th
|
||||||
|
|
||||||
|
nodist_libdb_ido_mysql_la_SOURCES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
db_ido_mysql-type.cpp
|
db_ido_mysql-type.cpp
|
||||||
|
|
||||||
@ -18,7 +20,7 @@ CLEANFILES = \
|
|||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
||||||
$(top_builddir)/tools/mkclass/mkclass $< > $@
|
$(top_builddir)/tools/mkclass/mkclass $< > $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
libdb_ido_mysql_la_SOURCES = \
|
libdb_ido_mysql_la_SOURCES = \
|
||||||
db_ido_mysql-type.conf \
|
db_ido_mysql-type.conf \
|
||||||
|
@ -6,6 +6,8 @@ pkglib_LTLIBRARIES = \
|
|||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
demo.th
|
demo.th
|
||||||
|
|
||||||
|
nodist_libdemo_SOURCES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
demo-type.cpp
|
demo-type.cpp
|
||||||
|
|
||||||
@ -13,7 +15,7 @@ CLEANFILES = \
|
|||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
||||||
$(top_builddir)/tools/mkclass/mkclass $< > $@
|
$(top_builddir)/tools/mkclass/mkclass $< > $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
libdemo_la_SOURCES = \
|
libdemo_la_SOURCES = \
|
||||||
demo.cpp \
|
demo.cpp \
|
||||||
|
@ -6,6 +6,8 @@ pkglib_LTLIBRARIES = \
|
|||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
listener.th
|
listener.th
|
||||||
|
|
||||||
|
nodist_liblivestatus_la_SOURCES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
livestatus-type.cpp
|
livestatus-type.cpp
|
||||||
|
|
||||||
@ -13,7 +15,7 @@ CLEANFILES = \
|
|||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
||||||
$(top_builddir)/tools/mkclass/mkclass $< > $@
|
$(top_builddir)/tools/mkclass/mkclass $< > $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
liblivestatus_la_SOURCES = \
|
liblivestatus_la_SOURCES = \
|
||||||
aggregator.cpp \
|
aggregator.cpp \
|
||||||
|
@ -6,6 +6,8 @@ pkglib_LTLIBRARIES = \
|
|||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
notificationcomponent.th
|
notificationcomponent.th
|
||||||
|
|
||||||
|
nodist_libnotification_la_SOURCES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
notification-type.cpp
|
notification-type.cpp
|
||||||
|
|
||||||
@ -13,7 +15,7 @@ CLEANFILES = \
|
|||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
||||||
$(top_builddir)/tools/mkclass/mkclass $< > $@
|
$(top_builddir)/tools/mkclass/mkclass $< > $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
libnotification_la_SOURCES = \
|
libnotification_la_SOURCES = \
|
||||||
notificationcomponent.cpp \
|
notificationcomponent.cpp \
|
||||||
|
@ -8,6 +8,8 @@ BUILT_SOURCES = \
|
|||||||
graphitewriter.th \
|
graphitewriter.th \
|
||||||
perfdatawriter.th
|
perfdatawriter.th
|
||||||
|
|
||||||
|
nodist_libperfdata_la_SOURCES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
perfdata-type.cpp
|
perfdata-type.cpp
|
||||||
|
|
||||||
@ -15,7 +17,7 @@ CLEANFILES = \
|
|||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
||||||
$(top_builddir)/tools/mkclass/mkclass $< > $@
|
$(top_builddir)/tools/mkclass/mkclass $< > $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
libperfdata_la_SOURCES = \
|
libperfdata_la_SOURCES = \
|
||||||
graphitewriter.cpp \
|
graphitewriter.cpp \
|
||||||
@ -23,7 +25,7 @@ libperfdata_la_SOURCES = \
|
|||||||
graphitewriter.ti \
|
graphitewriter.ti \
|
||||||
perfdatawriter.cpp \
|
perfdatawriter.cpp \
|
||||||
perfdatawriter.h \
|
perfdatawriter.h \
|
||||||
perfdatawriter.th \
|
perfdatawriter.ti \
|
||||||
perfdata-type.conf
|
perfdata-type.conf
|
||||||
|
|
||||||
libperfdata_la_CPPFLAGS = \
|
libperfdata_la_CPPFLAGS = \
|
||||||
|
@ -14,8 +14,10 @@ BUILT_SOURCES = \
|
|||||||
streamlogger.th \
|
streamlogger.th \
|
||||||
sysloglogger.th
|
sysloglogger.th
|
||||||
|
|
||||||
|
nodist_libbase_la_SOURCES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
||||||
$(top_builddir)/tools/mkclass/mkclass $< > $@
|
$(top_builddir)/tools/mkclass/mkclass $< > $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
libbase_la_SOURCES = \
|
libbase_la_SOURCES = \
|
||||||
application.cpp \
|
application.cpp \
|
||||||
|
@ -13,7 +13,7 @@ CLEANFILES = \
|
|||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
||||||
$(top_builddir)/tools/mkclass/mkclass $< > $@
|
$(top_builddir)/tools/mkclass/mkclass $< > $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
libdb_ido_la_SOURCES = \
|
libdb_ido_la_SOURCES = \
|
||||||
commanddbobject.cpp \
|
commanddbobject.cpp \
|
||||||
|
@ -20,6 +20,8 @@ BUILT_SOURCES = \
|
|||||||
user.th \
|
user.th \
|
||||||
usergroup.th
|
usergroup.th
|
||||||
|
|
||||||
|
nodist_libicinga_SOURCES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
icinga-type.cpp
|
icinga-type.cpp
|
||||||
|
|
||||||
@ -27,7 +29,7 @@ CLEANFILES = \
|
|||||||
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
|
||||||
|
|
||||||
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
.ti.th: $(top_builddir)/tools/mkclass/mkclass
|
||||||
$(top_builddir)/tools/mkclass/mkclass $< > $@
|
$(top_builddir)/tools/mkclass/mkclass $< > $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
libicinga_la_SOURCES = \
|
libicinga_la_SOURCES = \
|
||||||
api.cpp \
|
api.cpp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user