2006-11-20 23:03:26 +03:00
#
2011-09-25 01:05:03 +04:00
# Copyright (C) 2006-2011 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-11-05 19:18:38 +03:00
OCF_SCRIPTS =
i f e q ( "@OCF@" , "yes" )
OCF_SCRIPTS += VolumeGroup.ocf
e n d i f
2010-04-10 01:42:48 +04:00
v p a t h % . s h $( srcdir )
2011-09-25 01:05:03 +04:00
v p a t h % . o c f $( srcdir )
2010-04-10 01:42:48 +04:00
%_install : %.sh
$( INSTALL_PROGRAM) -D $< $( sbindir) /$( basename $( <F) )
2010-11-05 19:18:38 +03:00
%_install : %.ocf
$( INSTALL_DIR) $( ocf_scriptdir)
$( INSTALL_SCRIPT) $< $( ocf_scriptdir) /$( basename $( <F) )
2010-04-10 01:42:48 +04:00
install_lvm2 : $( SCRIPTS :.sh =_install )
2010-11-05 19:18:38 +03:00
install_ocf : $( OCF_SCRIPTS :.ocf =_install )
install : install_lvm 2 install_ocf
2009-05-11 14:35:00 +04:00
2010-05-20 18:45:14 +04:00
# FIXME Customise for other distributions
install_initscripts :
2010-11-05 19:13:18 +03:00
$( INSTALL_DIR) $( initdir)
2012-02-23 15:13:18 +04:00
i f e q ( "@BUILD_DMEVENTD@" , "yes" )
2010-11-05 19:13:18 +03:00
$( INSTALL_SCRIPT) lvm2_monitoring_init_red_hat $( initdir) /lvm2-monitor
2012-02-23 15:13:18 +04:00
e n d i f
2012-02-24 17:03:50 +04:00
i f e q ( "@BUILD_LVMETAD@" , "yes" )
$( INSTALL_SCRIPT) lvm2_lvmetad_init_red_hat $( initdir) /lvm2-lvmetad
e n d i f
2010-05-20 18:45:14 +04:00
i f n e q ( "@CLVMD@" , "none" )
2010-11-05 19:13:18 +03:00
$( INSTALL_SCRIPT) clvmd_init_red_hat $( initdir) /clvmd
2010-05-20 18:45:14 +04:00
e n d i f
i f e q ( "@BUILD_CMIRRORD@" , "yes" )
2010-11-05 19:13:18 +03:00
$( INSTALL_SCRIPT) cmirrord_init_red_hat $( initdir) /cmirrord
2010-05-20 18:45:14 +04:00
e n d i f
2011-07-28 16:57:26 +04:00
install_systemd_units :
$( INSTALL_DIR) $( systemd_dir)
2012-02-23 15:13:18 +04:00
i f e q ( "@BUILD_DMEVENTD@" , "yes" )
2011-07-28 16:57:26 +04:00
$( INSTALL_DATA) dm_event_systemd_red_hat.socket $( systemd_dir) /dm-event.socket
$( INSTALL_DATA) dm_event_systemd_red_hat.service $( systemd_dir) /dm-event.service
$( INSTALL_DATA) lvm2_monitoring_systemd_red_hat.service $( systemd_dir) /lvm2-monitor.service
2012-02-23 15:13:18 +04:00
e n d i f
2012-02-23 15:24:07 +04:00
i f e q ( "@BUILD_LVMETAD@" , "yes" )
$( INSTALL_DATA) lvm2_lvmetad_systemd_red_hat.socket $( systemd_dir) /lvm2-lvmetad.socket
2012-02-23 17:31:49 +04:00
$( INSTALL_DATA) lvm2_lvmetad_systemd_red_hat.service $( systemd_dir) /lvm2-lvmetad.service
2012-02-23 15:24:07 +04:00
e n d i f
2011-07-28 16:57:26 +04:00
2012-02-22 21:55:10 +04:00
install_tmpfiles_configuration :
$( INSTALL_DIR) $( tmpfiles_dir)
$( INSTALL_DATA) lvm2_tmpfiles_red_hat.conf $( tmpfiles_dir) /lvm2.conf
2011-07-28 16:57:26 +04:00
DISTCLEAN_TARGETS += clvmd_init_red_hat cmirrord_init_red_hat lvm2_monitoring_init_red_hat \
2012-02-23 14:01:12 +04:00
dm_event_systemd_red_hat.service lvm2_monitoring_systemd_red_hat.service \
2012-02-23 17:31:49 +04:00
lvm2_lvmetad_systemd_red_hat.socket lvm2_lvmetad_systemd_red_hat.service \
2012-02-24 19:07:00 +04:00
lvm2_lvmetad_init_red_hat lvm2_tmpfiles_red_hat.conf