]> sourceware.org Git - lvm2.git/blob - lib/Makefile.in
o Split activate.c into a high level (remaining in activate.c) and low level (ll...
[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-lv.c \
13 activate/activate.c \
14 activate/fs.c \
15 activate/ll-activate.c \
16 activate/names.c \
17 config/config.c \
18 datastruct/bitset.c \
19 datastruct/btree.c \
20 datastruct/hash.c \
21 device/dev-cache.c \
22 device/dev-io.c \
23 device/device.c \
24 display/display.c \
25 filters/filter-composite.c \
26 filters/filter-persistent.c \
27 filters/filter-regex.c \
28 filters/filter.c \
29 format1/disk-rep.c \
30 format1/format1.c \
31 format1/import-export.c \
32 format1/import-extents.c \
33 format1/layout.c \
34 format1/lvm1_label.c \
35 format1/vg_number.c \
36 format_text/archive.c \
37 format_text/export.c \
38 format_text/flags.c \
39 format_text/format-text.c \
40 format_text/import.c \
41 label/label.c \
42 label/uuid-map.c \
43 locking/locking.c \
44 locking/file_locking.c \
45 log/log.c \
46 metadata/lv_manip.c \
47 metadata/merge.c \
48 metadata/metadata.c \
49 metadata/pv_map.c \
50 misc/lvm-file.c \
51 mm/dbg_malloc.c \
52 mm/pool.c \
53 regex/matcher.c \
54 regex/parse_rx.c \
55 regex/ttree.c \
56 uuid/uuid.c \
57 vgcache/vgcache.c
58
59 TARGETS=liblvm.a
60
61 include ../make.tmpl
62
63 liblvm.a: $(OBJECTS)
64 $(RM) $@
65 $(AR) r $@ $(OBJECTS)
66 $(RANLIB) $@
67
This page took 0.043401 seconds and 6 git commands to generate.