icinga2/components/demo/Makefile.am

37 lines
740 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
2013-08-29 08:37:31 +02:00
CLEANFILES = \
2013-08-29 08:21:07 +02:00
demo-type.cpp
.conf.cpp: $(top_builddir)/tools/mkembedconfig/mkembedconfig
$(top_builddir)/tools/mkembedconfig/mkembedconfig $< $@
libdemo_la_SOURCES = \
2013-09-25 09:39:31 +02:00
demo.cpp \
demo.h \
2013-08-29 08:37:31 +02:00
demo-type.conf
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 \
${top_builddir}/lib/icinga/libicinga.la