156a34939Shaad#
256a34939Shaad# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
356a34939Shaad# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
456a34939Shaad#
556a34939Shaad# This file is part of LVM2.
656a34939Shaad#
756a34939Shaad# This copyrighted material is made available to anyone wishing to use,
856a34939Shaad# modify, copy, or redistribute it subject to the terms and conditions
956a34939Shaad# of the GNU General Public License v.2.
1056a34939Shaad#
1156a34939Shaad# You should have received a copy of the GNU General Public License
1256a34939Shaad# along with this program; if not, write to the Free Software Foundation,
1356a34939Shaad# Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
1456a34939Shaad
1556a34939ShaadSHELL = /bin/sh
1656a34939Shaad
1756a34939Shaadsrcdir = @srcdir@
1856a34939Shaadtop_srcdir = @top_srcdir@
19*7c604eeaShaadtop_builddir = @top_builddir@
2056a34939ShaadVPATH = @srcdir@
2156a34939Shaad
2256a34939ShaadLN_S = @LN_S@
2356a34939Shaad
2456a34939Shaad.PHONY: clean distclean all install pofile install_cluster install_device-mapper
2556a34939Shaad
2656a34939Shaadall: .symlinks_created
2756a34939Shaad
2856a34939Shaad.symlinks_created: .symlinks
2956a34939Shaad	find . -maxdepth 1 -type l -exec $(RM) \{\} \;
30*7c604eeaShaad	for i in `cat $<`; do $(LN_S) $$i ; done
3156a34939Shaad	touch $@
3256a34939Shaad
3356a34939Shaaddistclean:
3456a34939Shaad	find . -maxdepth 1 -type l -exec $(RM) \{\} \;
35*7c604eeaShaad	$(RM) Makefile .include_symlinks .symlinks_created .symlinks
3656a34939Shaad
3756a34939Shaadpofile: all
3856a34939Shaad
3956a34939Shaaddevice-mapper: all
4056a34939Shaad
4156a34939Shaadclean:
4256a34939Shaad
4356a34939Shaadinstall:
4456a34939Shaad
4556a34939Shaadinstall_cluster:
4656a34939Shaad
4756a34939Shaadinstall_device-mapper:
4856a34939Shaad
49*7c604eeaShaadinstall_lvm2:
50*7c604eeaShaad
5156a34939Shaadcflow:
5256a34939Shaad
53