aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/Makefile
diff options
context:
space:
mode:
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" >>$@