xref: /netbsd/external/gpl2/lvm2/dist/daemons/Makefile (revision 7c604eea)
1*7c604eeaShaad#
2*7c604eeaShaad# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
3*7c604eeaShaad#
4*7c604eeaShaad# This file is part of LVM2.
5*7c604eeaShaad#
6*7c604eeaShaad# This copyrighted material is made available to anyone wishing to use,
7*7c604eeaShaad# modify, copy, or redistribute it subject to the terms and conditions
8*7c604eeaShaad# of the GNU General Public License v.2.
9*7c604eeaShaad#
10*7c604eeaShaad# You should have received a copy of the GNU General Public License
11*7c604eeaShaad# along with this program; if not, write to the Free Software Foundation,
12*7c604eeaShaad# Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
13*7c604eeaShaad
14*7c604eeaShaadsrcdir = .
15*7c604eeaShaadtop_srcdir = ..
16*7c604eeaShaadtop_builddir = ..
17*7c604eeaShaad
18*7c604eeaShaad
19*7c604eeaShaad.PHONY: dmeventd clvmd cmirrord
20*7c604eeaShaad
21*7c604eeaShaadifneq ("none", "none")
22*7c604eeaShaad  SUBDIRS = clvmd
23*7c604eeaShaadendif
24*7c604eeaShaad
25*7c604eeaShaadifeq ("no", "yes")
26*7c604eeaShaad  SUBDIRS += cmirrord
27*7c604eeaShaadendif
28*7c604eeaShaad
29*7c604eeaShaadifeq ("", "yes")
30*7c604eeaShaad  SUBDIRS += dmeventd
31*7c604eeaShaadendif
32*7c604eeaShaad
33*7c604eeaShaadinclude ../make.tmpl
34*7c604eeaShaad
35*7c604eeaShaadifeq ("", "yes")
36*7c604eeaShaaddevice-mapper: dmeventd.device-mapper
37*7c604eeaShaadendif
38