2005-12-02 22:52:06 +03:00
#
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
2011-08-11 09:00:20 +04:00
# Copyright (C) 2004-2005, 2011 Red Hat, Inc. All rights reserved.
2005-12-02 22:52:06 +03:00
#
2007-09-21 14:16:45 +04:00
# This file is part of LVM2.
2005-12-02 22:52:06 +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,
2016-01-21 13:49:46 +03:00
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2005-12-02 22:52:06 +03:00
srcdir = @srcdir@
top_srcdir = @top_srcdir@
2009-10-02 23:10:31 +04:00
top_builddir = @top_builddir@
2005-12-02 22:52:06 +03:00
2011-08-11 23:18:17 +04:00
SUBDIRS += lvm2
i f n e q ( "@MIRRORS@" , "none" )
SUBDIRS += mirror
e n d i f
i f n e q ( "@SNAPSHOTS@" , "none" )
SUBDIRS += snapshot
e n d i f
i f n e q ( "@RAID@" , "none" )
SUBDIRS += raid
e n d i f
2011-12-21 17:08:11 +04:00
i f n e q ( "@THIN@" , "none" )
SUBDIRS += thin
e n d i f
2011-08-11 23:18:17 +04:00
i f e q ( $( MAKECMDGOALS ) , d i s t c l e a n )
2011-12-21 17:08:11 +04:00
SUBDIRS = lvm2 mirror snapshot raid thin
2011-08-11 23:18:17 +04:00
e n d i f
2010-01-22 01:15:45 +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
2010-02-02 17:03:50 +03:00
2010-01-22 01:15:45 +03:00
snapshot : lvm 2
2011-08-11 23:18:17 +04:00
mirror : lvm 2
raid : lvm 2
2011-12-21 17:08:11 +04:00
thin : lvm 2