summaryrefslogtreecommitdiffstats
path: root/libvirt/Makefile.in
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-01-19 14:03:15 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-01-19 14:03:15 +0000
commit8a8008134e997330d61e0b9736e9067b5689b531 (patch)
tree0ae876cb669c36a487d3ffc20d6a80d4873fbecd /libvirt/Makefile.in
parent5f54fd1bd538422e500e4a026e73ec3b04abaf2b (diff)
downloadvirt-top-8a8008134e997330d61e0b9736e9067b5689b531.tar.gz
virt-top-8a8008134e997330d61e0b9736e9067b5689b531.tar.xz
virt-top-8a8008134e997330d61e0b9736e9067b5689b531.zip
Further work on storage API and autogenerating bindings.
Diffstat (limited to 'libvirt/Makefile.in')
-rw-r--r--libvirt/Makefile.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/libvirt/Makefile.in b/libvirt/Makefile.in
index 3bc06ac..4b203fd 100644
--- a/libvirt/Makefile.in
+++ b/libvirt/Makefile.in
@@ -100,14 +100,18 @@ endif
# Automatically generate the C code from a Perl script 'generator.pl'.
libvirt_c.c: generator.pl
- perl -w $< > $@
+ perl -w $<
# Status of automatically generated bindings.
-autostatus:
- @echo -n "Functions which have manual bindings: "
+autostatus: libvirt_c.c
+ @echo -n "Functions which have manual bindings: "
@grep ^ocaml_libvirt_ libvirt_c_oneoffs.c | wc -l
- @echo -n "LOC in manual bindings: "
+ @echo -n "Functions which have automatic bindings: "
+ @grep ^ocaml_libvirt_ libvirt_c.c | wc -l
+ @echo -n "LOC in manual bindings: "
@wc -l < libvirt_c_oneoffs.c
+ @echo -n "LOC in automatic bindings: "
+ @wc -l < libvirt_c.c
libvirt.cmo: libvirt.cmi
libvirt.cmi: libvirt.mli