1*86d7f5d3SJohn Marino#
2*86d7f5d3SJohn Marino# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
3*86d7f5d3SJohn Marino#
4*86d7f5d3SJohn Marino# This file is part of LVM2.
5*86d7f5d3SJohn Marino#
6*86d7f5d3SJohn Marino# This copyrighted material is made available to anyone wishing to use,
7*86d7f5d3SJohn Marino# modify, copy, or redistribute it subject to the terms and conditions
8*86d7f5d3SJohn Marino# of the GNU General Public License v.2.
9*86d7f5d3SJohn Marino#
10*86d7f5d3SJohn Marino# You should have received a copy of the GNU General Public License
11*86d7f5d3SJohn Marino# along with this program; if not, write to the Free Software Foundation,
12*86d7f5d3SJohn Marino# Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
13*86d7f5d3SJohn Marino
14*86d7f5d3SJohn Marinosrcdir = @srcdir@
15*86d7f5d3SJohn Marinotop_srcdir = @top_srcdir@
16*86d7f5d3SJohn Marinotop_builddir = @top_builddir@
17*86d7f5d3SJohn MarinoVPATH = @srcdir@
18*86d7f5d3SJohn Marino
19*86d7f5d3SJohn Marino.PHONY: dmeventd clvmd cmirrord
20*86d7f5d3SJohn Marino
21*86d7f5d3SJohn Marinoifneq ("@CLVMD@", "none")
22*86d7f5d3SJohn Marino  SUBDIRS = clvmd
23*86d7f5d3SJohn Marinoendif
24*86d7f5d3SJohn Marino
25*86d7f5d3SJohn Marinoifeq ("@BUILD_CMIRRORD@", "yes")
26*86d7f5d3SJohn Marino  SUBDIRS += cmirrord
27*86d7f5d3SJohn Marinoendif
28*86d7f5d3SJohn Marino
29*86d7f5d3SJohn Marinoifeq ("@BUILD_DMEVENTD@", "yes")
30*86d7f5d3SJohn Marino  SUBDIRS += dmeventd
31*86d7f5d3SJohn Marinoendif
32*86d7f5d3SJohn Marino
33*86d7f5d3SJohn Marinoinclude ../make.tmpl
34*86d7f5d3SJohn Marino
35*86d7f5d3SJohn Marinoifeq ("@BUILD_DMEVENTD@", "yes")
36*86d7f5d3SJohn Marinodevice-mapper: dmeventd.device-mapper
37*86d7f5d3SJohn Marinoendif
38