X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=7ac5079221fd2201bcfc5dcb5d95599351ff5b8a;hb=refs%2Ftags%2F3.9;hp=168bb47e3b0aa9301fca256adfe7fd5222033a82;hpb=5574d14658535b22e8f6141b92d8af1e4df037c0;p=febootstrap.git diff --git a/Makefile.am b/Makefile.am index 168bb47..7ac5079 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,10 +24,10 @@ SUBDIRS = lib helper # Note these must be in build dependency order. SOURCES = \ config.ml \ - febootstrap_utils.mli \ - febootstrap_utils.ml \ febootstrap_cmdline.mli \ febootstrap_cmdline.ml \ + febootstrap_utils.mli \ + febootstrap_utils.ml \ febootstrap_package_handlers.mli \ febootstrap_package_handlers.ml \ febootstrap_yum_rpm.ml \ @@ -43,6 +43,7 @@ EXTRA_DIST = \ autogen.sh \ febootstrap.8 \ febootstrap.pod \ + html/pod.css \ m4/gnulib-cache.m4 \ $(SOURCES) @@ -57,15 +58,17 @@ XOBJECTS = $(SOURCES_ML:.ml=.cmx) if !HAVE_OCAMLOPT OBJECTS = $(BOBJECTS) +BEST = c else OBJECTS = $(XOBJECTS) +BEST = opt endif OCAMLPACKAGES = -package unix,str OCAMLFLAGS = -warn-error CDEFLMPSUVXYZ febootstrap: $(OBJECTS) - $(OCAMLFIND) $(OCAMLBEST) $(OCAMLFLAGS) $(OCAMLPACKAGES) -linkpkg \ + $(OCAMLFIND) $(BEST) $(OCAMLFLAGS) $(OCAMLPACKAGES) -linkpkg \ $^ -o $@ .mli.cmi: