2006-11-20 20:03:26 +00:00
#
2015-10-14 00:51:55 +02:00
# Copyright (C) 2006-2015 Red Hat, Inc. All rights reserved.
2006-11-20 20:03:26 +00:00
#
2007-09-21 10:16:45 +00:00
# This file is part of LVM2.
2006-11-20 20:03:26 +00: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,
2016-01-21 11:49:46 +01:00
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2006-11-20 20:03:26 +00:00
srcdir = @srcdir@
top_srcdir = @top_srcdir@
2009-10-02 19:10:31 +00:00
top_builddir = @top_builddir@
2006-11-20 20:03:26 +00:00
2018-06-07 16:15:04 +01:00
SOURCES = lvm2_activation_generator_systemd_red_hat.c
TARGETS = lvm2_activation_generator_systemd_red_hat
2012-07-31 16:46:24 +02:00
2010-03-04 09:51:37 +00:00
i n c l u d e $( top_builddir ) / m a k e . t m p l
2006-11-20 20:03:26 +00:00
2017-08-01 18:17:06 +02:00
i f e q ( "@BUILD_DMEVENTD@" , "yes" )
2015-10-14 00:51:55 +02:00
LDFLAGS += -Wl,-rpath-link,$( top_builddir) /daemons/dmeventd
2015-10-13 22:02:17 +02:00
e n d i f
2012-07-31 16:46:24 +02:00
2018-09-13 11:02:53 -05:00
LVM_SCRIPTS = lvmdump.sh
2015-04-14 15:21:22 +02:00
DM_SCRIPTS =
2012-07-31 16:46:24 +02:00
2008-11-01 02:19:19 +00:00
i f e q ( "@FSADM@" , "yes" )
2015-04-14 15:21:22 +02:00
LVM_SCRIPTS += fsadm.sh
2008-11-01 02:19:19 +00:00
e n d i f
2009-03-16 18:28:04 +00:00
2012-10-12 14:37:57 +02:00
i f e q ( "@BLKDEACTIVATE@" , "yes" )
2015-04-14 15:21:22 +02:00
DM_SCRIPTS += blkdeactivate.sh
2012-10-12 14:37:57 +02:00
e n d i f
2010-11-05 16:18:38 +00:00
OCF_SCRIPTS =
i f e q ( "@OCF@" , "yes" )
OCF_SCRIPTS += VolumeGroup.ocf
e n d i f
2010-04-09 21:42:48 +00:00
v p a t h % . s h $( srcdir )
2011-09-24 21:05:03 +00:00
v p a t h % . o c f $( srcdir )
2010-04-09 21:42:48 +00:00
%_install : %.sh
2018-11-29 17:09:27 +01:00
$( Q) $( INSTALL_PROGRAM) -D $< $( sbindir) /$( basename $( <F) )
2010-04-09 21:42:48 +00:00
2010-11-05 16:18:38 +00:00
%_install : %.ocf
2018-11-29 17:09:27 +01:00
$( Q) $( INSTALL_DIR) $( ocf_scriptdir)
$( Q) $( INSTALL_SCRIPT) $< $( ocf_scriptdir) /$( basename $( <F) )
2010-11-05 16:18:38 +00:00
2015-04-14 15:21:22 +02:00
install_lvm2 : $( LVM_SCRIPTS :.sh =_install )
install_device-mapper : $( DM_SCRIPTS :.sh =_install )
2010-04-09 21:42:48 +00:00
2010-11-05 16:18:38 +00:00
install_ocf : $( OCF_SCRIPTS :.ocf =_install )
2015-04-14 15:21:22 +02:00
install : install_lvm 2 install_ocf install_device -mapper
2009-05-11 10:35:00 +00:00
2010-05-20 14:45:14 +00:00
# FIXME Customise for other distributions
install_initscripts :
2018-11-29 17:09:27 +01:00
@echo " [INSTALL] $< "
$( Q) $( INSTALL_DIR) $( initdir)
2012-02-23 11:13:18 +00:00
i f e q ( "@BUILD_DMEVENTD@" , "yes" )
2018-11-29 17:09:27 +01:00
$( Q) $( INSTALL_SCRIPT) lvm2_monitoring_init_red_hat $( initdir) /lvm2-monitor
2012-02-23 11:13:18 +00:00
e n d i f
2015-05-09 00:59:18 +01:00
i f e q ( "@BUILD_LVMPOLLD@" , "yes" )
2018-11-29 17:09:27 +01:00
$( Q) $( INSTALL_SCRIPT) lvm2_lvmpolld_init_red_hat $( initdir) /lvm2-lvmpolld
2015-05-09 00:59:18 +01:00
e n d i f
2010-05-20 14:45:14 +00:00
i f e q ( "@BUILD_CMIRRORD@" , "yes" )
2018-11-29 17:09:27 +01:00
$( Q) $( INSTALL_SCRIPT) cmirrord_init_red_hat $( initdir) /cmirrord
2010-05-20 14:45:14 +00:00
e n d i f
2012-10-12 14:37:57 +02:00
i f e q ( "@BLKDEACTIVATE@" , "yes" )
2018-11-29 17:09:27 +01:00
$( Q) $( INSTALL_SCRIPT) blk_availability_init_red_hat $( initdir) /blk-availability
2012-10-12 14:37:57 +02:00
e n d i f
2010-05-20 14:45:14 +00:00
2013-12-05 14:03:10 +01:00
CFLAGS_lvm2_activation_generator_systemd_red_hat.o += $( EXTRA_EXEC_CFLAGS)
2018-12-15 01:55:11 +01:00
lvm2_activation_generator_systemd_red_hat : $( OBJECTS ) $( LVMINTERNAL_LIBS )
2018-11-29 17:09:27 +01:00
@echo " [CC] $@ "
2018-12-15 01:55:11 +01:00
$( Q) $( CC) -o $@ $( OBJECTS) $( CFLAGS) $( LDFLAGS) $( EXTRA_EXEC_LDFLAGS) $( ELDFLAGS) $( LVMINTERNAL_LIBS) $( LIBS)
2012-07-31 16:46:24 +02:00
install_systemd_generators :
2018-11-29 17:09:27 +01:00
@echo " [INSTALL] $< "
$( Q) $( INSTALL_DIR) $( systemd_generator_dir)
$( Q) $( INSTALL_PROGRAM) lvm2_activation_generator_systemd_red_hat $( systemd_generator_dir) /lvm2-activation-generator
2012-07-31 16:46:24 +02:00
2016-02-17 23:53:35 +00:00
install_systemd_units : install_dbus_service
2018-11-29 17:09:27 +01:00
@echo " [INSTALL] $< "
$( Q) $( INSTALL_DIR) $( systemd_unit_dir)
$( Q) $( INSTALL_DATA) lvm2-pvscan.service $( systemd_unit_dir) /lvm2-pvscan@.service
2012-02-23 11:13:18 +00:00
i f e q ( "@BUILD_DMEVENTD@" , "yes" )
2018-11-29 17:09:27 +01:00
$( Q) $( INSTALL_DATA) dm_event_systemd_red_hat.socket $( systemd_unit_dir) /dm-event.socket
$( Q) $( INSTALL_DATA) dm_event_systemd_red_hat.service $( systemd_unit_dir) /dm-event.service
$( Q) $( INSTALL_DATA) lvm2_monitoring_systemd_red_hat.service $( systemd_unit_dir) /lvm2-monitor.service
2012-02-23 11:13:18 +00:00
e n d i f
2012-10-12 14:37:57 +02:00
i f e q ( "@BLKDEACTIVATE@" , "yes" )
2018-11-29 17:09:27 +01:00
$( Q) $( INSTALL_DATA) blk_availability_systemd_red_hat.service $( systemd_unit_dir) /blk-availability.service
2012-10-12 14:37:57 +02:00
e n d i f
2015-05-09 00:59:18 +01:00
i f e q ( "@BUILD_LVMPOLLD@" , "yes" )
2018-11-29 17:09:27 +01:00
$( Q) $( INSTALL_DATA) lvm2_lvmpolld_systemd_red_hat.socket $( systemd_unit_dir) /lvm2-lvmpolld.socket
$( Q) $( INSTALL_DATA) lvm2_lvmpolld_systemd_red_hat.service $( systemd_unit_dir) /lvm2-lvmpolld.service
2015-05-09 00:59:18 +01:00
e n d i f
2015-03-05 14:00:44 -06:00
i f e q ( "@BUILD_LVMLOCKD@" , "yes" )
2018-11-29 17:09:27 +01:00
$( Q) $( INSTALL_DATA) lvmlockd.service $( systemd_unit_dir) /lvmlockd.service
$( Q) $( INSTALL_DATA) lvmlocks.service $( systemd_unit_dir) /lvmlocks.service
2015-03-05 14:00:44 -06:00
e n d i f
2014-02-11 09:55:57 +01:00
i f e q ( "@BUILD_CMIRRORD@" , "yes" )
2018-11-29 17:09:27 +01:00
$( Q) $( INSTALL_DATA) lvm2_cmirrord_systemd_red_hat.service $( systemd_unit_dir) /lvm2-cmirrord.service
2014-02-11 09:55:57 +01:00
e n d i f
2016-02-17 23:53:35 +00:00
i f e q ( "@BUILD_LVMDBUSD@" , "yes" )
2018-11-29 17:09:27 +01:00
$( Q) $( INSTALL_DATA) lvm2_lvmdbusd_systemd_red_hat.service $( systemd_unit_dir) /lvm2-lvmdbusd.service
2016-02-17 23:53:35 +00:00
e n d i f
i f e q ( "@BUILD_LVMDBUSD@" , "yes" )
install_dbus_service :
2018-11-29 17:09:27 +01:00
@echo " [INSTALL] $< "
$( Q) $( INSTALL_DIR) $( dbusconfdir)
$( Q) $( INSTALL_DIR) $( dbusservicedir)
$( Q) $( INSTALL_DATA) $( top_srcdir) /scripts/com.redhat.lvmdbus1.conf $( dbusconfdir)
$( Q) $( INSTALL_DATA) com.redhat.lvmdbus1.service $( dbusservicedir)
2016-02-17 23:53:35 +00:00
install_systemd_units : install_dbus_service
e n d i f
2011-07-28 12:57:26 +00:00
2012-02-22 17:55:10 +00:00
install_tmpfiles_configuration :
2018-12-15 01:47:24 +01:00
@echo " [INSTALL] $< "
$( Q) $( INSTALL_DIR) $( tmpfiles_dir)
$( Q) $( INSTALL_DATA) lvm2_tmpfiles_red_hat.conf $( tmpfiles_dir) /lvm2.conf
2012-02-22 17:55:10 +00:00
2014-05-07 12:13:36 +02:00
DISTCLEAN_TARGETS += \
2014-04-17 10:01:05 +02:00
blkdeactivate.sh \
blk_availability_init_red_hat \
blk_availability_systemd_red_hat.service \
clvmd_init_red_hat \
cmirrord_init_red_hat \
2016-06-02 11:58:54 +02:00
com.redhat.lvmdbus1.service \
2014-04-17 10:01:05 +02:00
dm_event_systemd_red_hat.service \
dm_event_systemd_red_hat.socket \
2016-09-23 12:48:52 +02:00
lvmdump.sh \
2018-12-17 02:04:11 +01:00
lvm2-pvscan.service \
2014-04-17 10:01:05 +02:00
lvm2_cluster_activation_red_hat.sh \
lvm2_cluster_activation_systemd_red_hat.service \
lvm2_clvmd_systemd_red_hat.service \
lvm2_cmirrord_systemd_red_hat.service \
2016-06-02 11:58:54 +02:00
lvm2_lvmdbusd_systemd_red_hat.service \
2015-09-11 21:30:45 +02:00
lvm2_lvmpolld_init_red_hat \
2015-05-09 00:59:18 +01:00
lvm2_lvmpolld_systemd_red_hat.service \
lvm2_lvmpolld_systemd_red_hat.socket \
2018-09-13 11:02:53 -05:00
lvmlockd.service \
lvmlocks.service \
2014-04-17 10:01:05 +02:00
lvm2_monitoring_init_red_hat \
lvm2_monitoring_systemd_red_hat.service \
lvm2_pvscan_systemd_red_hat@.service \
lvm2_tmpfiles_red_hat.conf
2018-07-01 15:01:41 +02:00
# Remove ancient files
DISTCLEAN_TARGETS += \
lvm2_lvmlocking_systemd_red_hat.service