summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-03-29 14:11:17 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-03-29 14:11:17 +0000
commitb41f5924bf8ba0a8039a319e286e207f0c8f037a (patch)
treea4c31b179e3a30b00d7afd0a54db459a00690ff0 /Makefile.in
parent1a91d0914e9709417f0582999eaaef85d80a29ce (diff)
downloadlvm2-b41f5924bf8ba0a8039a319e286e207f0c8f037a.tar.gz
lvm2-b41f5924bf8ba0a8039a319e286e207f0c8f037a.tar.xz
lvm2-b41f5924bf8ba0a8039a319e286e207f0c8f037a.zip
Update cflow file generation - support build dir and use $(top_srcdir)
to obtain sources. Create make.tmpl target for simplier generation of cflow files with the help of CFLOW_LIST, CFLOW_LIST_TARGET, CFLOW_TARGET. Still cflow usage is not perfect.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 157d995c..246a05ba 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -65,9 +65,10 @@ po.pofile: tools.pofile daemons.pofile
pofile: po.pofile
endif
-ifneq ("@CFLOW_CMD@", "")
-tools.cflow: lib.cflow
-cflow: tools.cflow
+ifneq ("$(CFLOW_CMD)", "")
+tools.cflow: libdm.cflow lib.cflow
+daemons.cflow: tools.cflow
+cflow: include.cflow
endif
ifneq ("@CSCOPE_CMD@", "")