X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libvirt%2FMakefile.in;h=66ffc75fc25415610ddae5b0a7252e8d765f65a6;hb=40c683ea4c9d921a6fe23c2639125261b92da472;hp=3bc06ac5369f9803a754ef9d18daaae39710c538;hpb=fc5c0371617d2ee41ea5e35e19922c52cafd4d55;p=virt-top.git diff --git a/libvirt/Makefile.in b/libvirt/Makefile.in index 3bc06ac..66ffc75 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 @@ -116,6 +120,7 @@ libvirt_version.cmo: libvirt_version.cmi libvirt_version.cmi: libvirt_version.mli install: - ocamlfind install libvirt ../META *.so *.a *.cmx *.cma *.cmxa *.mli + ocamlfind install libvirt \ + ../META *.so *.a *.cmx *.cma *.cmxa *.cmi *.mli include ../Make.rules