2002-11-18 17:01:16 +03:00
#
2004-03-30 23:35:44 +04:00
# Copyright (C) 2002-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
2002-11-18 17:01:16 +03:00
#
2007-09-21 14:16:45 +04:00
# This file is part of LVM2.
2002-11-18 17:01:16 +03:00
#
2004-03-30 23:35:44 +04: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
2002-11-18 17:01:16 +03:00
srcdir = @srcdir@
top_srcdir = @top_srcdir@
2009-10-02 23:10:31 +04:00
top_builddir = @top_builddir@
2002-11-18 17:01:16 +03:00
VPATH = @srcdir@
2004-03-26 23:03:58 +03:00
SOURCES = \
2002-11-18 17:01:16 +03:00
disk-rep.c \
format1.c \
import-export.c \
import-extents.c \
layout.c \
lvm1-label.c \
vg_number.c
2004-04-05 20:29:37 +04:00
LIB_SHARED = liblvm2format1.so
2008-11-04 01:14:30 +03:00
LIB_VERSION = $( LIB_VERSION_LVM)
2002-11-18 17:01:16 +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
2002-11-18 17:01:16 +03:00
2003-08-20 19:48:27 +04:00
install : liblvm 2format 1.so
2004-04-19 17:10:06 +04:00
$( INSTALL) -D $( OWNER) $( GROUP) -m 555 $( STRIP) $< \
2002-11-18 17:01:16 +03:00
$( libdir) /liblvm2format1.so.$( LIB_VERSION)
$( LN_S) -f liblvm2format1.so.$( LIB_VERSION) $( libdir) /liblvm2format1.so