X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2Fexamples%2FMakefile.am;h=c251409b41fb9d17bafc480564e186a5b2688422;hb=47af6aaab8f2dde736951b4e549c2638d942dae5;hp=d088c4a9efc2e53cb12dce0ff65eea2392a32d56;hpb=4c8bdd342450aad1f49a44a009eae015a44f9572;p=libguestfs.git diff --git a/ocaml/examples/Makefile.am b/ocaml/examples/Makefile.am index d088c4a..c251409 100644 --- a/ocaml/examples/Makefile.am +++ b/ocaml/examples/Makefile.am @@ -1,4 +1,6 @@ -EXTRA_DIST = LICENSE README lvs.ml viewer.ml Throbber.png Throbber.gif +EXTRA_DIST = \ + LICENSE README \ + lvs.ml CLEANFILES = throbber.ml *.cmi *.cmo *.cmx *.o lvs @@ -6,28 +8,10 @@ if HAVE_OCAML noinst_SCRIPTS = lvs -lvs: lvs.ml - $(OCAMLFIND) ocamlopt -warn-error A -I .. mlguestfs.cmxa $< -o $@ - -if BUILD_OCAML_VIEWER - -noinst_SCRIPTS += viewer +OCAMLFINDFLAGS = -cclib -L$(top_builddir)/src/.libs -viewer: throbber.ml viewer.ml - $(OCAMLFIND) ocamlopt \ - -warn-error A \ - -thread \ - -package libvirt,lablgtk2,extlib,xml-light,threads -I .. \ - -predicates init,threads \ - -linkpkg mlguestfs.cmxa gtkThread.cmx \ - $^ -o $@ - -throbber.ml: Throbber.png Throbber.gif - gdk_pixbuf_mlsource --build-list \ - static Throbber.png \ - animation Throbber.gif \ - > $@-t && mv $@-t $@ +lvs: lvs.ml + $(OCAMLFIND) ocamlopt $(OCAMLFINDFLAGS) \ + -warn-error A -I .. mlguestfs.cmxa $< -o $@ endif - -endif \ No newline at end of file