]> sourceware.org Git - lvm2.git/blob - lib/Makefile.in
o Trivial binary tree
[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/btree.c \
16 datastruct/hash.c \
17 device/dev-cache.c \
18 device/dev-io.c \
19 device/device.c \
20 display/display.c \
21 filters/filter-composite.c \
22 filters/filter-persistent.c \
23 filters/filter-regex.c \
24 filters/filter.c \
25 format1/disk-rep.c \
26 format1/format1.c \
27 format1/import-export.c \
28 format1/layout.c \
29 format1/vg_number.c \
30 log/log.c \
31 metadata/metadata.c \
32 mm/dbg_malloc.c \
33 mm/pool.c \
34 regex/matcher.c \
35 regex/parse_rx.c \
36 regex/ttree.c \
37 uuid/uuid.c
38
39 TARGETS=liblvm.a
40
41 include ../make.tmpl
42
43 liblvm.a: $(OBJECTS)
44 $(RM) $@
45 $(AR) r $@ $(OBJECTS)
46 $(RANLIB) $@
47
This page took 0.035389 seconds and 6 git commands to generate.