summaryrefslogtreecommitdiffstats
path: root/libvirt/Makefile.in
diff options
context:
space:
mode:
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