Searched refs:OCAMLOPT (Results 1 – 8 of 8) sorted by relevance
/xen/stubdom/caml/ |
A D | Makefile | 10 OCAMLOPT=$(OCAMLC_CROSS_PREFIX)ocamlopt macro 18 $(OCAMLOPT) -c $< -o $@ 21 $(OCAMLOPT) $(LIBS) $^ -output-obj -o $@
|
/xen/m4/ |
A D | ocaml.m4 | 32 AC_CHECK_TOOL([OCAMLOPT],[ocamlopt],[no]) 34 if test "$OCAMLOPT" = "no"; then 37 TMPVERSION=`$OCAMLOPT -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' ` 40 OCAMLOPT=no 60 if test "$OCAMLOPT" != "no" ; then 67 OCAMLOPT=$OCAMLOPTDOTOPT 72 AC_SUBST([OCAMLOPT])
|
/xen/tools/ocaml/ |
A D | common.make | 4 OCAMLOPT ?= ocamlopt 14 OCAMLOPTFLAG_G := $(shell $(OCAMLOPT) -h 2>&1 | sed -n 's/^ *\(-g\) .*/\1/p')
|
A D | Makefile.rules | 28 $(call quiet-command, $(OCAMLOPT) $(OCAMLOPTFLAGS) -c -o $@ $<,MLOPT,$@) 54 mk-caml-lib-native = $(call quiet-command, $(OCAMLOPT) $(OCAMLOPTFLAGS) -a -o $1 $2 $3,MLA,$1) 82 $(call quiet-command, $(OCAMLOPT) $(OCAMLOPTFLAGS) -o $$@ $($(1)_LIBS) $$+,MLBIN,$$@)
|
/xen/tools/ocaml/libs/xs/ |
A D | Makefile | 29 $(Q)$(OCAMLOPT) -pack -o $@ $^
|
/xen/tools/ocaml/libs/xb/ |
A D | Makefile | 36 $(OCAMLOPT) -pack -o $@ $^
|
/xen/tools/ |
A D | configure | 5677 if test -n "$OCAMLOPT"; then 5697 OCAMLOPT=$ac_cv_prog_OCAMLOPT 5698 if test -n "$OCAMLOPT"; then 5700 $as_echo "$OCAMLOPT" >&6; } 5709 ac_ct_OCAMLOPT=$OCAMLOPT 5747 OCAMLOPT="no" 5755 OCAMLOPT=$ac_ct_OCAMLOPT 5758 OCAMLOPT="$ac_cv_prog_OCAMLOPT" 5762 if test "$OCAMLOPT" = "no"; then 5770 OCAMLOPT=no [all …]
|
A D | configure.ac | 321 AS_IF([test "x$OCAMLOPT" = "xno" || test "x$OCAMLFIND" = "xno"], [
|
Completed in 20 milliseconds