2006-11-20 23:03:26 +03:00
#
2010-04-10 01:42:48 +04:00
# Copyright (C) 2006-2010 Red Hat, Inc. All rights reserved.
2006-11-20 23:03:26 +03:00
#
2007-09-21 14:16:45 +04:00
# This file is part of LVM2.
2006-11-20 23:03:26 +03:00
#
# 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@
2006-11-20 23:03:26 +03:00
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
2006-11-20 23:03:26 +03:00
2010-05-20 15:20:35 +04:00
SCRIPTS = lvmdump.sh lvmconf.sh vgimportclone.sh
2008-11-01 05:19:19 +03:00
i f e q ( "@FSADM@" , "yes" )
2010-04-10 01:42:48 +04:00
SCRIPTS += fsadm.sh
2008-11-01 05:19:19 +03:00
e n d i f
2009-03-16 21:28:04 +03:00
2010-04-10 01:42:48 +04:00
v p a t h % . s h $( srcdir )
%_install : %.sh
$( INSTALL_PROGRAM) -D $< $( sbindir) /$( basename $( <F) )
install_lvm2 : $( SCRIPTS :.sh =_install )
install : install_lvm 2
2009-05-11 14:35:00 +04:00
2010-05-20 18:45:14 +04:00
# FIXME Customise for other distributions
install_initscripts :
$( INSTALL_DIR) $( DESTDIR) /etc/rc.d/init.d
$( INSTALL_SCRIPT) lvm2_monitoring_init_red_hat $( DESTDIR) /etc/rc.d/init.d/lvm2-monitor
i f n e q ( "@CLVMD@" , "none" )
$( INSTALL_SCRIPT) clvmd_init_red_hat $( DESTDIR) /etc/rc.d/init.d/clvmd
e n d i f
i f e q ( "@BUILD_CMIRRORD@" , "yes" )
$( INSTALL_SCRIPT) cmirrord_init_red_hat $( DESTDIR) /etc/rc.d/init.d/cmirrord
e n d i f
2010-01-19 05:04:33 +03:00
DISTCLEAN_TARGETS += clvmd_init_red_hat cmirrord_init_red_hat lvm2_monitoring_init_red_hat