OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjectsO
(Results
1 - 2
of
2
) sorted by null
/external/llvm/unittests/
Makefile.unittest
57
$(LLVMUnitTestExe): $(
ObjectsO
) $(ProjLibsPaths) $(LLVMLibsPaths)
59
$(Verb) $(Link) -o $@ $(TOOLLINKOPTS) $(
ObjectsO
) $(ProjLibsOptions) \
/external/llvm/bindings/ocaml/
Makefile.ocaml
51
ifneq ($(
ObjectsO
),)
60
ifneq ($(
ObjectsO
),)
215
$(LibraryA): $(
ObjectsO
) $(OcamlDir)/.dir
218
$(Verb) $(Archive) $@ $(
ObjectsO
)
244
$(SharedLib): $(
ObjectsO
) $(OcamlDir)/.dir
247
-o $@ $(
ObjectsO
)
Completed in 197 milliseconds