]> sourceware.org Git - lvm2.git/blob - Makefile.in
Update copyright notices.
[lvm2.git] / Makefile.in
1 #
2 # Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
3 # Copyright (C) 2004 Red Hat, Inc. All rights reserved.
4 #
5 # This file is part of the LVM2.
6 #
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.
10 #
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
14
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
17 VPATH = @srcdir@
18
19 SUBDIRS = include man
20
21 ifeq ("@INTL@", "yes")
22 SUBDIRS += po
23 endif
24
25 SUBDIRS += lib tools
26
27 ifeq ($(MAKECMDGOALS),distclean)
28 SUBDIRS += lib/format1 \
29 po \
30 test/mm test/device test/format1 test/regex test/filters
31 endif
32
33 include make.tmpl
34
35 lib: include
36 tools: lib
37 po: lib tools
38
39 ifeq ("@INTL@", "yes")
40 lib.pofile: include.pofile
41 tools.pofile: lib.pofile
42 po.pofile: lib.pofile tools.pofile
43 pofile: po.pofile
44 endif
45
This page took 0.03959 seconds and 6 git commands to generate.