summaryrefslogtreecommitdiffstats
path: root/libvirt
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-01-18 21:34:57 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-01-18 21:34:57 +0000
commitfc5c0371617d2ee41ea5e35e19922c52cafd4d55 (patch)
treeba9712e129070ef17ba280ce173e692748b88161 /libvirt
parentd51d46594f6c4dfcfa43f623ab592b4f05132810 (diff)
downloadvirt-top-fc5c0371617d2ee41ea5e35e19922c52cafd4d55.tar.gz
virt-top-fc5c0371617d2ee41ea5e35e19922c52cafd4d55.tar.xz
virt-top-fc5c0371617d2ee41ea5e35e19922c52cafd4d55.zip
Add 'make autostatus' target so we can test how we autogeneration of bindings is going.
Diffstat (limited to 'libvirt')
-rw-r--r--libvirt/Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/libvirt/Makefile.in b/libvirt/Makefile.in
index 9387bc9..3bc06ac 100644
--- a/libvirt/Makefile.in
+++ b/libvirt/Makefile.in
@@ -102,6 +102,13 @@ endif
libvirt_c.c: generator.pl
perl -w $< > $@
+# Status of automatically generated bindings.
+autostatus:
+ @echo -n "Functions which have manual bindings: "
+ @grep ^ocaml_libvirt_ libvirt_c_oneoffs.c | wc -l
+ @echo -n "LOC in manual bindings: "
+ @wc -l < libvirt_c_oneoffs.c
+
libvirt.cmo: libvirt.cmi
libvirt.cmi: libvirt.mli