Searched refs:OCAMLOPT (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/stubdom/caml/ |
A D | Makefile | 10 OCAMLOPT=$(OCAMLC_CROSS_PREFIX)ocamlopt macro 18 $(OCAMLOPT) -c $< -o $@ 21 $(OCAMLOPT) $(LIBS) $^ -output-obj -o $@
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/ocaml/libs/xs/ |
A D | Makefile | 29 $(Q)$(OCAMLOPT) -pack -o $@ $^
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/ |
A D | Makefile | 36 $(OCAMLOPT) -pack -o $@ $^
|
/xen-4.10.0-shim-comet/tools/ |
A D | configure | 5571 if test -n "$OCAMLOPT"; then 5591 OCAMLOPT=$ac_cv_prog_OCAMLOPT 5592 if test -n "$OCAMLOPT"; then 5594 $as_echo "$OCAMLOPT" >&6; } 5603 ac_ct_OCAMLOPT=$OCAMLOPT 5641 OCAMLOPT="no" 5649 OCAMLOPT=$ac_ct_OCAMLOPT 5652 OCAMLOPT="$ac_cv_prog_OCAMLOPT" 5656 if test "$OCAMLOPT" = "no"; then 5664 OCAMLOPT=no [all …]
|
A D | configure.ac | 292 AS_IF([test "x$OCAMLOPT" = "xno" || test "x$OCAMLFIND" = "xno"], [
|
Completed in 16 milliseconds