2009-09-04 01:11:53 +04:00
#
2010-04-10 01:42:48 +04:00
# Copyright (C) 2009-2010 Red Hat, Inc. All rights reserved.
2009-09-04 01:11:53 +04:00
#
# This file is part of LVM2.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions
# of the GNU General Public License v.2.
#
# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
srcdir = @srcdir@
top_srcdir = @top_srcdir@
2009-10-02 23:10:31 +04:00
top_builddir = @top_builddir@
2009-09-04 01:11:53 +04:00
2009-09-15 02:57:46 +04:00
CPG_LIBS = @CPG_LIBS@
CPG_CFLAGS = @CPG_CFLAGS@
SACKPT_LIBS = @SACKPT_LIBS@
SACKPT_CFLAGS = @SACKPT_CFLAGS@
2010-01-15 22:49:35 +03:00
SOURCES = clogd.c cluster.c compat.c functions.c link_mon.c local.c logging.c
2009-09-04 01:11:53 +04:00
TARGETS = cmirrord
2010-03-04 12:51:37 +03:00
i n c l u d e $( top_builddir ) / m a k e . t m p l
2009-09-04 01:11:53 +04:00
2009-09-15 02:57:46 +04:00
LIBS += -ldevmapper
LMLIBS += $( CPG_LIBS) $( SACKPT_LIBS)
CFLAGS += $( CPG_CFLAGS) $( SACKPT_CFLAGS)
2009-09-04 01:11:53 +04:00
2009-10-02 23:10:31 +04:00
cmirrord : $( OBJECTS ) $( top_builddir ) /lib /liblvm -internal .a
2010-04-10 01:42:48 +04:00
$( CC) $( CFLAGS) $( LDFLAGS) -o $@ $( OBJECTS) \
2009-09-04 01:11:53 +04:00
$( LVMLIBS) $( LMLIBS) $( LIBS)
install : $( TARGETS )
2010-04-10 01:42:48 +04:00
$( INSTALL_PROGRAM) -D cmirrord $( usrsbindir) /cmirrord