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/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
79
OCAMLCFLAGS
+= -I $(OcamlDir) $(addprefix -package ,$(FindlibPackages))
98
Compile.CMI := $(strip $(OCAMLFIND) c -c $(
OCAMLCFLAGS
) $(OCAMLDEBUGFLAG) -o)
99
Compile.CMO := $(strip $(OCAMLFIND) c -c $(
OCAMLCFLAGS
) $(OCAMLDEBUGFLAG) -o)
100
Compile.CMX := $(strip $(OCAMLFIND) opt -c $(
OCAMLCFLAGS
) $(OCAMLDEBUGFLAG) -o)
200
$(Verb) $(OCAMLFIND) dep $(
OCAMLCFLAGS
) $(OcamlSources) $(OcamlHeaders) > $@
208
$(Verb) $(OCAMLFIND) dep $(
OCAMLCFLAGS
) $(OcamlSources) $(OcamlHeaders) > $@
442
$(Echo) "
OCAMLCFLAGS
: " '$(
OCAMLCFLAGS
)'
Completed in 95 milliseconds