HomeSort by relevance Sort by last modified time
    Searched refs:OCAMLCFLAGS (Results 1 - 7 of 7) sorted by null

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Makefile 20 OCAMLCFLAGS += -pp camlp4of
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Makefile 20 OCAMLCFLAGS += -pp camlp4of
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Makefile 21 OCAMLCFLAGS += -pp camlp4of
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Makefile 21 OCAMLCFLAGS += -pp camlp4of
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Makefile 21 OCAMLCFLAGS += -pp camlp4of
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Makefile 21 OCAMLCFLAGS += -pp camlp4of
  /external/llvm/bindings/ocaml/
Makefile.ocaml 58 OCAMLCFLAGS += -I $(ObjDir) -I $(OcamlDir)
77 Compile.CMI := $(strip $(OCAMLC) -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
78 Compile.CMO := $(strip $(OCAMLC) -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
79 Compile.CMX := $(strip $(OCAMLOPT) -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
108 Archive.EXE := $(strip $(OCAMLOPT) -cc $(CXX) $(OCAMLCFLAGS) $(UsedOcamlLibs:%=%.cmxa) $(OCAMLDEBUGFLAG) -o)
110 Archive.EXE := $(strip $(OCAMLC) -cc $(CXX) $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG:%=%.cma) -o)
194 $(Verb) $(OCAMLDEP) $(OCAMLCFLAGS) $(OcamlSources) $(OcamlHeaders) > $@
202 $(Verb) $(OCAMLDEP) $(OCAMLCFLAGS) $(OcamlSources) $(OcamlHeaders) > $@
455 $(Echo) "OCAMLCFLAGS : " '$(OCAMLCFLAGS)'
    [all...]

Completed in 565 milliseconds