]> sourceware.org Git - lvm2.git/blob - lib/Makefile.in
o Filter which caches valid devices in a file. Pass in init == 1 to the
[lvm2.git] / lib / Makefile.in
1 #
2 # Copyright (C) 2001 Sistina Software (UK) Limited
3 #
4 # This file is released under the GPL.
5 #
6
7 srcdir = @srcdir@
8 top_srcdir = @top_srcdir@
9 VPATH = @srcdir@
10
11 SOURCES=\
12 activate/activate.c \
13 config/config.c \
14 datastruct/bitset.c \
15 datastruct/hash.c \
16 device/dev-cache.c \
17 device/dev-io.c \
18 device/device.c \
19 filters/filter-persistent.c \
20 filters/filter-regex.c \
21 display/display.c \
22 filters/filter.c \
23 format1/disk-rep.c \
24 format1/format1.c \
25 format1/import-export.c \
26 format1/layout.c \
27 format1/vg_number.c \
28 log/log.c \
29 metadata/metadata.c \
30 mm/dbg_malloc.c \
31 mm/pool.c \
32 regex/matcher.c \
33 regex/parse_rx.c \
34 regex/ttree.c \
35 uuid/uuid.c
36
37 TARGETS=liblvm.a
38
39 include ../make.tmpl
40
41 liblvm.a: $(OBJECTS)
42 $(RM) $@
43 $(AR) r $@ $(OBJECTS)
44 $(RANLIB) $@
45
This page took 0.039677 seconds and 6 git commands to generate.