]> sourceware.org Git - lvm2.git/blob - daemons/Makefile.in
man: document allocation process in lvm.8
[lvm2.git] / daemons / Makefile.in
1 #
2 # Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved.
3 #
4 # This file is part of LVM2.
5 #
6 # This copyrighted material is made available to anyone wishing to use,
7 # modify, copy, or redistribute it subject to the terms and conditions
8 # of the GNU General Public License v.2.
9 #
10 # You should have received a copy of the GNU General Public License
11 # along with this program; if not, write to the Free Software Foundation,
12 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
13
14 srcdir = @srcdir@
15 top_srcdir = @top_srcdir@
16 top_builddir = @top_builddir@
17
18 ifeq ("@BUILD_LVMETAD@", "yes")
19 SUBDIRS += lvmetad
20 endif
21
22 .PHONY: dmeventd clvmd cmirrord lvmetad
23
24 ifneq ("@CLVMD@", "none")
25 SUBDIRS += clvmd
26 endif
27
28 ifeq ("@BUILD_CMIRRORD@", "yes")
29 SUBDIRS += cmirrord
30 endif
31
32 ifeq ("@BUILD_DMEVENTD@", "yes")
33 SUBDIRS += dmeventd
34 ifneq ("$(CFLOW_CMD)", "")
35 daemons.cflow: dmeventd.cflow
36 endif
37 endif
38
39 ifeq ($(MAKECMDGOALS),distclean)
40 SUBDIRS = clvmd cmirrord dmeventd lvmetad
41 endif
42
43 include $(top_builddir)/make.tmpl
44
45 ifeq ("@BUILD_DMEVENTD@", "yes")
46 device-mapper: dmeventd.device-mapper
47 endif
This page took 0.037503 seconds and 5 git commands to generate.