2014-03-07 17:40:10 +01:00
|
|
|
# Icinga 2
|
2018-01-02 12:06:00 +01:00
|
|
|
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/)
|
2014-03-07 17:40:10 +01:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU General Public License
|
|
|
|
# as published by the Free Software Foundation; either version 2
|
|
|
|
# of the License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software Foundation
|
|
|
|
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
2018-01-18 13:50:38 +01:00
|
|
|
mkclass_target(apilistener.ti apilistener-ti.cpp apilistener-ti.hpp)
|
|
|
|
mkclass_target(apiuser.ti apiuser-ti.cpp apiuser-ti.hpp)
|
|
|
|
mkclass_target(endpoint.ti endpoint-ti.cpp endpoint-ti.hpp)
|
|
|
|
mkclass_target(zone.ti zone-ti.cpp zone-ti.hpp)
|
2014-03-07 17:40:10 +01:00
|
|
|
|
2014-08-30 18:08:28 +02:00
|
|
|
set(remote_SOURCES
|
2017-12-24 08:18:33 +01:00
|
|
|
i2-remote.hpp
|
|
|
|
actionshandler.cpp actionshandler.hpp
|
|
|
|
apiaction.cpp apiaction.hpp
|
|
|
|
apiclient.cpp apiclient.hpp
|
|
|
|
apifunction.cpp apifunction.hpp
|
2018-01-18 13:50:38 +01:00
|
|
|
apilistener.cpp apilistener.hpp apilistener-ti.hpp apilistener-configsync.cpp apilistener-filesync.cpp
|
|
|
|
apiuser.cpp apiuser.hpp apiuser-ti.hpp
|
2017-12-24 08:18:33 +01:00
|
|
|
authority.cpp
|
|
|
|
configfileshandler.cpp configfileshandler.hpp
|
|
|
|
configobjectutility.cpp configobjectutility.hpp
|
|
|
|
configpackageshandler.cpp configpackageshandler.hpp
|
|
|
|
configpackageutility.cpp configpackageutility.hpp
|
|
|
|
configstageshandler.cpp configstageshandler.hpp
|
|
|
|
consolehandler.cpp consolehandler.hpp
|
|
|
|
createobjecthandler.cpp createobjecthandler.hpp
|
|
|
|
deleteobjecthandler.cpp deleteobjecthandler.hpp
|
2018-01-18 13:50:38 +01:00
|
|
|
endpoint.cpp endpoint.hpp endpoint-ti.hpp
|
2017-12-24 08:18:33 +01:00
|
|
|
eventqueue.cpp eventqueue.hpp
|
|
|
|
eventshandler.cpp eventshandler.hpp
|
|
|
|
filterutility.cpp filterutility.hpp
|
|
|
|
httpchunkedencoding.cpp httpchunkedencoding.hpp
|
|
|
|
httpclientconnection.cpp httpclientconnection.hpp
|
|
|
|
httphandler.cpp httphandler.hpp
|
|
|
|
httprequest.cpp httprequest.hpp
|
|
|
|
httpresponse.cpp httpresponse.hpp
|
|
|
|
httpserverconnection.cpp httpserverconnection.hpp
|
|
|
|
httputility.cpp httputility.hpp
|
|
|
|
infohandler.cpp infohandler.hpp
|
|
|
|
jsonrpc.cpp jsonrpc.hpp
|
|
|
|
jsonrpcconnection.cpp jsonrpcconnection.hpp jsonrpcconnection-heartbeat.cpp jsonrpcconnection-pki.cpp
|
|
|
|
messageorigin.cpp messageorigin.hpp
|
|
|
|
modifyobjecthandler.cpp modifyobjecthandler.hpp
|
|
|
|
objectqueryhandler.cpp objectqueryhandler.hpp
|
|
|
|
pkiutility.cpp pkiutility.hpp
|
|
|
|
statushandler.cpp statushandler.hpp
|
|
|
|
templatequeryhandler.cpp templatequeryhandler.hpp
|
|
|
|
typequeryhandler.cpp typequeryhandler.hpp
|
|
|
|
url.cpp url.hpp url-characters.hpp
|
|
|
|
variablequeryhandler.cpp variablequeryhandler.hpp
|
2018-01-18 13:50:38 +01:00
|
|
|
zone.cpp zone.hpp zone-ti.hpp
|
2014-03-07 17:40:10 +01:00
|
|
|
)
|
|
|
|
|
2014-08-30 18:08:28 +02:00
|
|
|
if(ICINGA2_UNITY_BUILD)
|
2018-01-19 09:18:52 +01:00
|
|
|
mkunity_target(remote remote remote_SOURCES)
|
2014-08-30 18:08:28 +02:00
|
|
|
endif()
|
|
|
|
|
2018-01-17 04:28:21 +01:00
|
|
|
add_library(remote OBJECT ${remote_SOURCES})
|
2014-08-30 18:08:28 +02:00
|
|
|
|
2018-01-17 04:28:21 +01:00
|
|
|
add_dependencies(remote base config)
|
2014-03-07 17:40:10 +01:00
|
|
|
|
|
|
|
set_target_properties (
|
2014-03-10 15:00:14 +01:00
|
|
|
remote PROPERTIES
|
2014-03-07 17:40:10 +01:00
|
|
|
FOLDER Lib
|
|
|
|
)
|
|
|
|
|
2014-05-03 20:02:22 +02:00
|
|
|
#install(CODE "file(MAKE_DIRECTORY \"\$ENV{DESTDIR}${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/icinga2/api\")")
|
|
|
|
install(CODE "file(MAKE_DIRECTORY \"\$ENV{DESTDIR}${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/icinga2/api/log\")")
|
2014-05-13 13:18:27 +02:00
|
|
|
install(CODE "file(MAKE_DIRECTORY \"\$ENV{DESTDIR}${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/icinga2/api/zones\")")
|
2017-09-22 15:00:45 +02:00
|
|
|
install(CODE "file(MAKE_DIRECTORY \"\$ENV{DESTDIR}${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/icinga2/certs\")")
|
|
|
|
install(CODE "file(MAKE_DIRECTORY \"\$ENV{DESTDIR}${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/lib/icinga2/certificate-requests\")")
|
2014-05-13 13:18:27 +02:00
|
|
|
|
2014-03-07 17:40:10 +01:00
|
|
|
|