OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OCAMLFIND
(Results
1 - 4
of
4
) sorted by null
/external/llvm/bindings/ocaml/
Makefile.ocaml
26
CXX.Flags += -I"$(shell $(
OCAMLFIND
) c -where)"
27
C.Flags += -I"$(shell $(
OCAMLFIND
) c -where)"
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)
104
Archive.CMA := $(strip $(
OCAMLFIND
) c -a -dllib -l$(LIBRARYNAME) $(OCAMLSTUBFLAGS) \
107
Archive.CMA := $(strip $(
OCAMLFIND
) c -a -custom $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) \
112
Archive.CMXA := $(strip $(
OCAMLFIND
) opt -a $(OCAMLSTUBFLAGS) $(OCAMLDEBUGFLAG) \
115
Archive.CMXA := $(strip $(
OCAMLFIND
) opt -a $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) \
200
$(Verb) $(
OCAMLFIND
) dep $(OCAMLCFLAGS) $(OcamlSources) $(OcamlHeaders) > $
[
all
...]
/external/llvm/docs/
Makefile
50
ifdef
OCAMLFIND
58
ifdef
OCAMLFIND
132
$(
OCAMLFIND
) ocamldoc -d $(PROJ_OBJ_DIR)/ocamldoc/html -sort -colorize-code -html \
/external/llvm/test/
Makefile
133
@$(ECHOPATH) s=@
OCAMLFIND
@=$(
OCAMLFIND
)=g >> lit.tmp
/external/llvm/
configure
776
OCAMLFIND
[
all
...]
Completed in 914 milliseconds