aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/Makefile
diff options
context:
space:
mode:
authorewan@localhost.localdomain <ewan@localhost.localdomain>2007-04-21 12:42:58 -0700
committerewan@localhost.localdomain <ewan@localhost.localdomain>2007-04-21 12:42:58 -0700
commitef8c922a147e618a260b7156a1350d874172337f (patch)
tree2cf3915b6cb14e2679a83964ff19b47465b7c784 /tools/libxen/Makefile
parente83be1159570416909d74bca47175a30a13534f8 (diff)
downloadxen-ef8c922a147e618a260b7156a1350d874172337f.tar.gz
xen-ef8c922a147e618a260b7156a1350d874172337f.tar.bz2
xen-ef8c922a147e618a260b7156a1350d874172337f.zip
Added Makefile.dist, which can make standalone tarballs.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/libxen/Makefile')
-rw-r--r--tools/libxen/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/libxen/Makefile b/tools/libxen/Makefile
index d91be3c33d..103b192467 100644
--- a/tools/libxen/Makefile
+++ b/tools/libxen/Makefile
@@ -72,14 +72,3 @@ clean:
rm -f libxenapi.so*
rm -f libxenapi.a
rm -f $(TEST_PROGRAMS)
-
-
-.PHONY: uberheader
-uberheader: include/xen/api/xen_all.h
-include/xen/api/xen_all.h::
- echo "/* This file is autogenerated */" >$@
- echo "#ifndef XEN_API_XEN_ALL_H" >>$@
- echo "#define XEN_API_XEN_ALL_H" >>$@
- ls include/xen/api/*.h | grep -v xen_all.h | grep -v _decl.h | \
- sed 's,^include/\(.*\)$$,#include <\1>,g' >>$@
- echo "#endif" >>$@