]> sourceware.org Git - lvm2.git/blame - Makefile.in
Fixx OB1 error in max LV and max PV numbers
[lvm2.git] / Makefile.in
CommitLineData
795ca3e5
AK
1#
2# Copyright (C) 2001 Sistina Software
3#
4# This LVM library is free software; you can redistribute it and/or
5# modify it under the terms of the GNU Library General Public
6# License as published by the Free Software Foundation; either
7# version 2 of the License, or (at your option) any later version.
8#
9# This LVM library is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12# Library General Public License for more details.
13#
14# You should have received a copy of the GNU Library General Public
15# License along with this LVM library; if not, write to the Free
16# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
17# MA 02111-1307, USA
18
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
22
fa42e649 23SUBDIRS = include man lib tools
795ca3e5 24
5b82db9a
AK
25ifeq ($(MAKECMDGOALS),distclean)
26 SUBDIRS += test/mm test/device test/format1 test/regex test/filters
27endif
28
29
795ca3e5
AK
30include make.tmpl
31
This page took 0.025603 seconds and 5 git commands to generate.