1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00
lvm2/lib/format1/Makefile.in

39 lines
1.0 KiB
Makefile
Raw Normal View History

2002-11-18 14:01:16 +00:00
#
2004-03-30 19:35:44 +00:00
# Copyright (C) 2002-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
2002-11-18 14:01:16 +00:00
#
# This file is part of LVM2.
2002-11-18 14:01:16 +00:00
#
2004-03-30 19:35:44 +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,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2002-11-18 14:01:16 +00:00
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
2002-11-18 14:01:16 +00:00
VPATH = @srcdir@
2004-03-26 20:03:58 +00:00
SOURCES =\
2002-11-18 14:01:16 +00:00
disk-rep.c \
format1.c \
import-export.c \
import-extents.c \
layout.c \
lvm1-label.c \
vg_number.c
2004-04-05 16:29:37 +00:00
LIB_SHARED = liblvm2format1.so
LIB_VERSION = $(LIB_VERSION_LVM)
2002-11-18 14:01:16 +00:00
include ../../make.tmpl
2002-11-18 14:01:16 +00:00
2003-08-20 15:48:27 +00:00
install: liblvm2format1.so
$(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< \
2002-11-18 14:01:16 +00:00
$(libdir)/liblvm2format1.so.$(LIB_VERSION)
$(LN_S) -f liblvm2format1.so.$(LIB_VERSION) $(libdir)/liblvm2format1.so