aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vtpm_manager
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-03-25 09:49:49 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-03-25 09:49:49 +0000
commit55d2bad44091e34611c332fb5151905788d05429 (patch)
tree55899663b24e96d6755abe19236518621a0cbd61 /tools/vtpm_manager
parent663966a277a21e84c56e973e83be202d68c3e263 (diff)
downloadxen-55d2bad44091e34611c332fb5151905788d05429.tar.gz
xen-55d2bad44091e34611c332fb5151905788d05429.tar.bz2
xen-55d2bad44091e34611c332fb5151905788d05429.zip
tools/vtpm_manager build: Use generic subdirs rules.
Signed-off-by: Bastian Blank <waldi@debian.org>
Diffstat (limited to 'tools/vtpm_manager')
-rw-r--r--tools/vtpm_manager/Makefile20
1 files changed, 2 insertions, 18 deletions
diff --git a/tools/vtpm_manager/Makefile b/tools/vtpm_manager/Makefile
index 3f77adfee8..dc90eb8992 100644
--- a/tools/vtpm_manager/Makefile
+++ b/tools/vtpm_manager/Makefile
@@ -6,24 +6,8 @@ include $(XEN_ROOT)/tools/vtpm_manager/Rules.mk
SUBDIRS = crypto tcs util manager migration
OPENSSL_HEADER = /usr/include/openssl/crypto.h
-.PHONY: all
-all:
- for subdir in $(SUBDIRS); do \
- $(MAKE) -C $$subdir $@; \
- done
-
-.PHONY: install
-install:
- @set -e; for subdir in $(SUBDIRS); do \
- $(MAKE) -C $$subdir $@; \
- done
-
-.PHONY: clean
-clean:
- @set -e; for subdir in $(SUBDIRS); do \
- $(MAKE) -C $$subdir $@; \
- done
-
+.PHONY: all clean install
+all clean install: %: subdirs-%
.PHONY: mrproper
mrproper: