OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OCAMLCFLAGS
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
Makefile
20
OCAMLCFLAGS
+= -pp camlp4of
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
Makefile
20
OCAMLCFLAGS
+= -pp camlp4of
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
Makefile
21
OCAMLCFLAGS
+= -pp camlp4of
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
Makefile
21
OCAMLCFLAGS
+= -pp camlp4of
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
Makefile
21
OCAMLCFLAGS
+= -pp camlp4of
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
Makefile
21
OCAMLCFLAGS
+= -pp camlp4of
/external/swiftshader/third_party/LLVM/bindings/ocaml/
Makefile.ocaml
42
OCAMLCFLAGS
+= -I $(ObjDir) -I $(OcamlDir)
61
Compile.CMI := $(strip $(OCAMLC) -c $(
OCAMLCFLAGS
) $(OCAMLDEBUGFLAG) -o)
62
Compile.CMO := $(strip $(OCAMLC) -c $(
OCAMLCFLAGS
) $(OCAMLDEBUGFLAG) -o)
66
Compile.CMX := $(strip $(OCAMLOPT) -c $(
OCAMLCFLAGS
) $(OCAMLDEBUGFLAG) -o)
70
Archive.EXE := $(strip $(OCAMLOPT) -cc $(CXX) $(
OCAMLCFLAGS
) $(UsedOcamLibs:%=%.cmxa) $(OCAMLDEBUGFLAG) -o)
72
Archive.EXE := $(strip $(OCAMLC) -cc $(CXX) $(
OCAMLCFLAGS
) $(OCAMLDEBUGFLAG:%=%.cma) -o)
148
$(Verb) $(OCAMLDEP) $(
OCAMLCFLAGS
) $(OcamlSources) $(OcamlHeaders) > $@
156
$(Verb) $(OCAMLDEP) $(
OCAMLCFLAGS
) $(OcamlSources) $(OcamlHeaders) > $@
381
$(Echo) "
OCAMLCFLAGS
: " '$(
OCAMLCFLAGS
)'
[
all
...]
Completed in 95 milliseconds