]> sourceware.org Git - lvm2.git/blame - Makefile.in
Update changelog.
[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
69792976
AK
23SUBDIRS = include man
24
25ifeq ("@INTL@", "yes")
26 SUBDIRS += po
27endif
28
29SUBDIRS += lib tools
795ca3e5 30
5b82db9a 31ifeq ($(MAKECMDGOALS),distclean)
5a52dca9 32 SUBDIRS += lib/format1 \
69792976 33 po \
5a52dca9 34 test/mm test/device test/format1 test/regex test/filters
5b82db9a
AK
35endif
36
795ca3e5
AK
37include make.tmpl
38
751acb38 39lib: include
69792976
AK
40tools: lib
41po: lib tools
751acb38 42
69792976
AK
43ifeq ("@INTL@", "yes")
44lib.pofile: include.pofile
45tools.pofile: lib.pofile
46po.pofile: lib.pofile tools.pofile
47pofile: po.pofile
48endif
751acb38 49
This page took 0.031276 seconds and 5 git commands to generate.