]> sourceware.org Git - lvm2.git/blame - Makefile.in
Remove pv segments line from backport.
[lvm2.git] / Makefile.in
CommitLineData
795ca3e5 1#
6606c3ae
AK
2# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
3# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
795ca3e5 4#
6606c3ae 5# This file is part of the LVM2.
795ca3e5 6#
6606c3ae
AK
7# This copyrighted material is made available to anyone wishing to use,
8# modify, copy, or redistribute it subject to the terms and conditions
9# of the GNU General Public License v.2.
795ca3e5 10#
6606c3ae
AK
11# You should have received a copy of the GNU General Public License
12# along with this program; if not, write to the Free Software Foundation,
13# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
795ca3e5
AK
14
15srcdir = @srcdir@
16top_srcdir = @top_srcdir@
17VPATH = @srcdir@
18
4a7f3eb2 19SUBDIRS = doc include man
69792976
AK
20
21ifeq ("@INTL@", "yes")
22 SUBDIRS += po
23endif
24
25SUBDIRS += lib tools
795ca3e5 26
5b82db9a 27ifeq ($(MAKECMDGOALS),distclean)
5a52dca9 28 SUBDIRS += lib/format1 \
d8ac0fbc 29 lib/format_pool \
4922197a
AK
30 lib/mirror \
31 lib/snapshot \
69792976 32 po \
5a52dca9 33 test/mm test/device test/format1 test/regex test/filters
5b82db9a
AK
34endif
35
795ca3e5
AK
36include make.tmpl
37
751acb38 38lib: include
69792976
AK
39tools: lib
40po: lib tools
751acb38 41
69792976
AK
42ifeq ("@INTL@", "yes")
43lib.pofile: include.pofile
44tools.pofile: lib.pofile
45po.pofile: lib.pofile tools.pofile
46pofile: po.pofile
47endif
751acb38 48
This page took 0.033906 seconds and 5 git commands to generate.