icinga2/components/demo/Makefile.am

38 lines
807 B
Makefile
Raw Normal View History

2012-04-23 13:45:41 +02:00
## Process this file with automake to produce Makefile.in
2012-05-09 12:10:07 +02:00
pkglib_LTLIBRARIES = \
libdemo.la
2012-04-23 13:45:41 +02:00
EXTRA_DIST = \
demo-type.conf
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig.c
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
libdemo_la_SOURCES = \
2012-04-23 13:45:41 +02:00
democomponent.cpp \
democomponent.h \
2013-03-17 20:19:29 +01:00
demo-type.cpp
2012-04-23 13:45:41 +02:00
libdemo_la_CPPFLAGS = \
2013-07-02 16:56:01 +02:00
$(LTDLINCL) \
2012-05-25 22:04:03 +02:00
$(BOOST_CPPFLAGS) \
2013-03-16 21:18:53 +01:00
-I${top_srcdir}/lib \
-I${top_srcdir}/components
2012-04-23 13:45:41 +02:00
libdemo_la_LDFLAGS = \
2012-05-29 16:24:55 +02:00
$(BOOST_LDFLAGS) \
2012-05-09 12:10:07 +02:00
-module \
-no-undefined \
@RELEASE_INFO@ \
@VERSION_INFO@
2012-05-09 12:10:07 +02:00
libdemo_la_LIBADD = \
2012-07-03 10:00:44 +02:00
$(BOOST_SIGNALS_LIB) \
$(BOOST_THREAD_LIB) \
2013-03-14 15:14:07 +01:00
$(BOOST_SYSTEM_LIB) \
${top_builddir}/lib/base/libbase.la \
${top_builddir}/lib/config/libconfig.la \
2012-09-10 14:07:32 +02:00
${top_builddir}/lib/remoting/libremoting.la \
${top_builddir}/lib/icinga/libicinga.la