summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-12-15 01:55:11 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2018-12-17 10:55:20 +0100
commit94237354ddbf2abc0f04e7f06ee3c1263dfc6b6e (patch)
tree4a8991e7e52deedde5c156c28dcd458b98c30aa6 /Makefile.in
parent0dc7abe013729b3b3560b67fcc37f3cc619f323d (diff)
downloadlvm2-94237354ddbf2abc0f04e7f06ee3c1263dfc6b6e.tar.gz
makefiles: correcting login of makefile
Fixing some ordering issue with inclusion of common make.tmpl. Correcting dependency calculation Simplifying inclusive makefile
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index e64836f74..a5eb00442 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -43,16 +43,22 @@ DISTCLEAN_TARGETS += config.cache config.log config.status make.tmpl
include make.tmpl
+include $(top_srcdir)/base/Makefile
+include $(top_srcdir)/device_mapper/Makefile
+include $(top_srcdir)/test/unit/Makefile
+
libdm: include
libdaemon: include
-lib: libdm libdaemon
+lib: libdaemon $(BASE_TARGET) $(DEVICE_MAPPER_TARGET)
daemons: lib libdaemon tools
-tools: lib libdaemon device-mapper
+scripts: lib
+tools: lib libdaemon
po: tools daemons
man: tools
all_man: tools
scripts: libdm
test: tools daemons
+unit-test run-unit-test: test
lib.device-mapper: include.device-mapper
libdm.device-mapper: include.device-mapper
@@ -174,11 +180,6 @@ endif
endif
-# FIXME: Drop once top-level make is resolved
--include $(top_srcdir)/test/unit/Makefile
-include $(top_srcdir)/device_mapper/Makefile
-include $(top_srcdir)/base/Makefile
-
ifneq ($(shell which ctags 2>/dev/null),)
.PHONY: tags
tags: