Searched refs:OCAMLC (Results 1 - 2 of 2) sorted by path

/external/llvm/bindings/ocaml/
H A DMakefile.ocaml23 CXX.Flags += -I"$(shell $(OCAMLC) -where)"
24 C.Flags += -I"$(shell $(OCAMLC) -where)"
77 Compile.CMI := $(strip $(OCAMLC) -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
78 Compile.CMO := $(strip $(OCAMLC) -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
91 Archive.CMA := $(strip $(OCAMLC) -a -dllib -l$(LIBRARYNAME) $(OCAMLDEBUGFLAG) \
94 Archive.CMA := $(strip $(OCAMLC) -a -custom $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) \
110 Archive.EXE := $(strip $(OCAMLC) -cc $(CXX) $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG:%=%.cma) -o)
457 $(Echo) "OCAMLC : " '$(OCAMLC)'
/external/llvm/
H A Dconfigure764 OCAMLC
7392 case $OCAMLC in
7394 ac_cv_path_OCAMLC="$OCAMLC" # Let the user override the test with a path.
7415 OCAMLC=$ac_cv_path_OCAMLC
7416 if test -n "$OCAMLC"; then
7417 { echo "$as_me:$LINENO: result: $OCAMLC" >&5
7418 echo "${ECHO_T}$OCAMLC" >&6; }
7425 test -n "$OCAMLC" && break
19236 if test "x$OCAMLC" != x -a "x$OCAMLDEP" != x ; then
19250 if test "x$OCAMLC"
[all...]

Completed in 276 milliseconds