# # Copyright (C) 2006-2021 Red Hat, Inc. All rights reserved. # # 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA srcdir = @srcdir@ top_srcdir = @top_srcdir@ top_builddir = @top_builddir@ include $(top_builddir)/make.tmpl ifeq ("@BUILD_DMEVENTD@", "yes") LDFLAGS += -Wl,-rpath-link,$(top_builddir)/daemons/dmeventd endif LVM_SCRIPTS = lvmdump.sh DM_SCRIPTS = ifeq ("@FSADM@", "yes") LVM_SCRIPTS += fsadm.sh endif ifeq ("@LVMIMPORTVDO@", "yes") LVM_SCRIPTS += lvm_import_vdo.sh endif ifeq ("@BLKDEACTIVATE@", "yes") DM_SCRIPTS += blkdeactivate.sh endif OCF_SCRIPTS = ifeq ("@OCF@", "yes") OCF_SCRIPTS += VolumeGroup.ocf endif vpath %.sh $(srcdir) vpath %.ocf $(srcdir) %_install: %.sh $(Q) $(INSTALL_PROGRAM) -D $< $(sbindir)/$(basename $(