]> sourceware.org Git - lvm2.git/blob - Makefile.in
Add mirror dmeventd library
[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 ("@DMEVENTD@", "yes")
28 SUBDIRS += dmeventd
29 endif
30
31 ifeq ($(MAKECMDGOALS),distclean)
32 SUBDIRS += daemons/clvmd \
33 dmeventd \
34 lib/format1 \
35 lib/format_pool \
36 lib/locking \
37 lib/mirror \
38 lib/snapshot \
39 po \
40 test/mm test/device test/format1 test/regex test/filters
41 endif
42
43 include make.tmpl
44
45 daemons: lib
46 lib: include
47 tools: lib
48 dmeventd: tools
49 po: tools daemons dmeventd
50
51 ifeq ("@INTL@", "yes")
52 lib.pofile: include.pofile
53 tools.pofile: lib.pofile
54 daemons.pofile: lib.pofile
55 dmeventd.pofile: tools.pofile
56 po.pofile: tools.pofile daemons.pofile dmeventd.pofile
57 pofile: po.pofile
58 endif
59
This page took 0.040469 seconds and 6 git commands to generate.