OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LibDir
(Results
1 - 8
of
8
) sorted by null
/external/llvm/tools/llvm-shlib/
Makefile
34
Archives := $(wildcard $(
LibDir
)/libLLVM*.a)
35
SharedLibraries := $(wildcard $(
LibDir
)/libLLVM*$(SHLIBEXT))
38
LLVMLibsOptions := $(IncludeInLibLlvm:$(
LibDir
)/lib%.a=-l%)
/external/clang/test/
Makefile
44
@$(ECHOPATH) s=@LLVM_LIBS_DIR@=$(
LibDir
)=g >> lit.tmp
57
@$(ECHOPATH) s=@LLVM_LIBS_DIR@=$(
LibDir
)=g >> unit.tmp
/external/llvm/bindings/ocaml/
Makefile.ocaml
29
# user can override this with OCAML_LIBDIR or configure --with-ocaml-
libdir
=.
31
OcamlDir := $(
LibDir
)/ocaml
46
$(filter-out -L$(
LibDir
),-l$(LIBRARYNAME) \
51
$(filter-out -L$(
LibDir
),$(shell $(LLVM_CONFIG) --ldflags)) \
199
$(OcamlDir)/%.a: $(
LibDir
)/%.a
202
$(OcamlDir)/%.o: $(
LibDir
)/%.o
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py
188
def
LibDir
(target_arch):
279
CopyFlattenDirsAndPrefix(PnaclDirs.
LibDir
(arch), arch, target_dir)
/external/clang/lib/Driver/
ToolChains.cpp
[
all
...]
ToolChains.h
122
const std::string &
LibDir
,
/external/llvm/
Makefile
236
$(Verb) du -sk $(
LibDir
)
/external/llvm/test/
Makefile
145
@$(ECHOPATH) s=@OCAMLOPT@=$(OCAMLOPT) -cc $(subst *,'\\\"',*$(subst =,"\\=",$(CXX_FOR_OCAMLOPT))*) -I $(
LibDir
)/ocaml=g >> lit.tmp
Completed in 1714 milliseconds