]> sourceware.org Git - lvm2.git/blob - Makefile.in
Revert last clvmd patch. More testing reveals that this just doesn't
[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 = doc include man
20
21 ifeq ("@INTL@", "yes")
22 SUBDIRS += po
23 endif
24
25 SUBDIRS += lib tools daemons
26
27 ifeq ($(MAKECMDGOALS),distclean)
28 SUBDIRS += daemons/clvmd \
29 lib/format1 \
30 lib/format_pool \
31 lib/locking \
32 lib/mirror \
33 lib/snapshot \
34 po \
35 test/mm test/device test/format1 test/regex test/filters
36 endif
37
38 include make.tmpl
39
40 daemons: lib
41 lib: include
42 tools: lib
43 po: tools daemons
44
45 ifeq ("@INTL@", "yes")
46 lib.pofile: include.pofile
47 tools.pofile: lib.pofile
48 daemons.pofile: lib.pofile
49 po.pofile: tools.pofile daemons.pofile
50 pofile: po.pofile
51 endif
52
This page took 0.040743 seconds and 6 git commands to generate.