summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
blob: 5252658ecdb026f8c18d539132b57e2fd8e2b47f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
#
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved.
#
# This file is part of LVM2.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions
# of the GNU General Public License v.2.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@

ifeq ("@LVM1@", "shared")
  SUBDIRS = format1
endif

ifeq ("@POOL@", "shared")
  SUBDIRS += format_pool
endif

ifeq ("@SNAPSHOTS@", "shared")
  SUBDIRS += snapshot
endif

ifeq ("@MIRRORS@", "shared")
  SUBDIRS += mirror
endif

ifeq ("@RAID@", "shared")
  SUBDIRS += raid
endif

ifeq ("@REPLICATORS@", "shared")
  SUBDIRS += replicator
endif

ifeq ("@THIN@", "shared")
  SUBDIRS += thin
endif

SOURCES =\
	activate/activate.c \
	cache/lvmcache.c \
	commands/toolcontext.c \
	config/config.c \
	datastruct/btree.c \
	datastruct/str_list.c \
	device/dev-cache.c \
	device/dev-io.c \
	device/dev-md.c \
	device/dev-swap.c \
	device/dev-luks.c \
	device/device.c \
	display/display.c \
	error/errseg.c \
	unknown/unknown.c \
	filters/filter-composite.c \
	filters/filter-persistent.c \
	filters/filter-regex.c \
	filters/filter-sysfs.c \
	filters/filter-md.c \
	filters/filter-mpath.c \
	filters/filter.c \
	format_text/archive.c \
	format_text/archiver.c \
	format_text/export.c \
	format_text/flags.c \
	format_text/format-text.c \
	format_text/import.c \
	format_text/import_vsn1.c \
	format_text/tags.c \
	format_text/text_label.c \
	freeseg/freeseg.c \
	label/label.c \
	locking/file_locking.c \
	locking/locking.c \
	locking/no_locking.c \
	log/log.c \
	metadata/lv.c \
	metadata/lv_manip.c \
	metadata/merge.c \
	metadata/metadata.c \
	metadata/mirror.c \
	metadata/pv.c \
	metadata/pv_manip.c \
	metadata/pv_map.c \
	metadata/raid_manip.c \
	metadata/replicator_manip.c \
	metadata/segtype.c \
	metadata/snapshot_manip.c \
	metadata/thin_manip.c \
	metadata/vg.c \
	misc/crc.c \
	misc/lvm-exec.c \
	misc/lvm-file.c \
	misc/lvm-globals.c \
	misc/lvm-string.c \
	misc/lvm-wrappers.c \
	misc/lvm-percent.c \
	misc/util.c \
	mm/memlock.c \
	report/properties.c \
	report/report.c \
	striped/striped.c \
	uuid/uuid.c \
	zero/zero.c

ifeq ("@HAVE_REALTIME@", "yes")
  SOURCES +=\
	misc/timestamp.c
endif

ifeq ("@LVM1@", "internal")
  SOURCES +=\
	format1/disk-rep.c \
	format1/format1.c \
	format1/import-export.c \
	format1/import-extents.c \
	format1/layout.c \
	format1/lvm1-label.c \
	format1/vg_number.c
endif

ifeq ("@POOL@", "internal")
  SOURCES +=\
	format_pool/disk_rep.c \
	format_pool/format_pool.c \
	format_pool/import_export.c \
	format_pool/pool_label.c
endif

ifeq ("@CLUSTER@", "internal")
  SOURCES += locking/cluster_locking.c
endif

ifeq ("@CLUSTER@", "shared")
  SUBDIRS += locking
endif

ifeq ("@SNAPSHOTS@", "internal")
  SOURCES += snapshot/snapshot.c
endif

ifeq ("@MIRRORS@", "internal")
  SOURCES += mirror/mirrored.c
endif

ifeq ("@RAID@", "internal")
  SOURCES += raid/raid.c
endif

ifeq ("@REPLICATORS@", "internal")
  SOURCES += replicator/replicator.c
endif

ifeq ("@THIN@", "internal")
  SOURCES += thin/thin.c
endif

ifeq ("@DEVMAPPER@", "yes")
  SOURCES +=\
	activate/dev_manager.c \
	activate/fs.c
endif

ifeq ("@HAVE_LIBDL@", "yes")
  SOURCES +=\
	locking/external_locking.c \
	misc/sharedlib.c
endif

ifeq ("@BUILD_LVMETAD@", "yes")
  SOURCES +=\
	cache/lvmetad.c
endif

ifeq ("@DMEVENTD@", "yes")
  CLDFLAGS += -L$(top_builddir)/daemons/dmeventd
  LIBS += -ldevmapper-event
endif

LIB_NAME = liblvm-internal
LIB_STATIC = $(LIB_NAME).a

ifeq ($(MAKECMDGOALS),distclean)
  SUBDIRS =\
	format1 \
	format_pool \
	snapshot \
	mirror \
	raid \
	replicator \
	thin \
	locking
endif

CFLOW_LIST = $(SOURCES)
CFLOW_LIST_TARGET = $(LIB_NAME).cflow

include $(top_builddir)/make.tmpl

$(SUBDIRS): $(LIB_STATIC)

DISTCLEAN_TARGETS += misc/configure.h misc/lvm-version.h