summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2006-04-19 15:33:07 +0000
committerAlasdair Kergon <agk@redhat.com>2006-04-19 15:33:07 +0000
commit8a2fc58645166dc8ec3a744bb0afeea7165cb750 (patch)
treef057a02b99c0d36fa57fa055beb123118fe72ad5 /lib/Makefile.in
parentd81e3d0bada9b5f1cd56d3594b6b377a5008f1af (diff)
downloadlvm2-8a2fc58645166dc8ec3a744bb0afeea7165cb750.tar.gz
lvm2-8a2fc58645166dc8ec3a744bb0afeea7165cb750.tar.xz
lvm2-8a2fc58645166dc8ec3a744bb0afeea7165cb750.zip
Check for libsepol.
Add some cflow & scope support. Separate out DEFS from CFLAGS. Remove inlines and use unique function names.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 279cb345..60e403b9 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -38,6 +38,7 @@ SOURCES =\
commands/toolcontext.c \
config/config.c \
datastruct/btree.c \
+ datastruct/list.c \
datastruct/str_list.c \
device/dev-cache.c \
device/dev-io.c \
@@ -141,5 +142,14 @@ LIB_STATIC = liblvm.a
$(SUBDIRS): $(LIB_STATIC)
+CLEAN_TARGETS += liblvm.cflow
+
include $(top_srcdir)/make.tmpl
+liblvm.cflow: $(SOURCES)
+ set -e; (echo -n "SOURCES += "; \
+ echo $(SOURCES) | \
+ sed "s/^/ /;s/ / $(top_srcdir)\/lib\//g;s/$$//"; \
+ ) > $@
+
+cflow: liblvm.cflow