OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROJ_SRC_DIR
(Results
51 - 75
of
84
) sorted by null
1
2
3
4
/external/llvm/lib/Target/XCore/TargetInfo/
Makefile
14
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(
PROJ_SRC_DIR
)/..
/external/llvm/lib/Transforms/Hello/
Makefile
19
EXPORTED_SYMBOL_FILE = $(
PROJ_SRC_DIR
)/Hello.exports
/external/llvm/tools/bugpoint-passes/
Makefile
19
EXPORTED_SYMBOL_FILE = $(
PROJ_SRC_DIR
)/bugpoint.exports
/external/clang/include/clang/Lex/
Makefile
2
TD_SRC_DIR = $(
PROJ_SRC_DIR
)/../Basic
13
-I $(
PROJ_SRC_DIR
)/../../ $<
/external/clang/lib/StaticAnalyzer/Checkers/
Makefile
22
$(ObjDir)/Checkers.inc.tmp : Checkers.td $(
PROJ_SRC_DIR
)/$(CLANG_LEVEL)/include/clang/StaticAnalyzer/Checkers/CheckerBase.td $(CLANG_TBLGEN) $(ObjDir)/.dir
24
$(Verb) $(ClangTableGen) -gen-clang-sa-checkers -I $(
PROJ_SRC_DIR
)/$(CLANG_LEVEL)/include -o $(call SYSPATH, $@) $<
/external/clang/include/clang/Sema/
Makefile
2
TD_SRC_DIR = $(
PROJ_SRC_DIR
)/../Basic
14
$(call SYSPATH, $@) -I $(
PROJ_SRC_DIR
)/../../ $<
20
$(call SYSPATH, $@) -I $(
PROJ_SRC_DIR
)/../../ $<
26
$(call SYSPATH, $@) -I $(
PROJ_SRC_DIR
)/../../ $<
32
$(call SYSPATH, $@) -I $(
PROJ_SRC_DIR
)/../../ $<
/external/clang/include/clang/Parse/
Makefile
2
TD_SRC_DIR = $(
PROJ_SRC_DIR
)/../Basic
13
-I $(
PROJ_SRC_DIR
)/../../ $<
19
-I $(
PROJ_SRC_DIR
)/../../ $
/external/clang/include/clang/Serialization/
Makefile
2
TD_SRC_DIR = $(
PROJ_SRC_DIR
)/../Basic
13
-I $(
PROJ_SRC_DIR
)/../../ $<
19
-I $(
PROJ_SRC_DIR
)/../../ $<
/external/clang/lib/Basic/
Makefile
20
$(shell $(LLVM_SRC_ROOT)/utils/GetSourceVersion $(
PROJ_SRC_DIR
)/../..))
23
$(shell $(LLVM_SRC_ROOT)/utils/GetRepositoryPath $(
PROJ_SRC_DIR
)/../..))
31
CPP.Defines += -I$(
PROJ_SRC_DIR
)/../../include -I$(PROJ_OBJ_DIR)/../../include \
/external/llvm/projects/
Makefile
15
DIRS:= $(filter-out llvm-test test-suite,$(patsubst $(
PROJ_SRC_DIR
)/%/Makefile,%,$(wildcard $(
PROJ_SRC_DIR
)/*/Makefile)))
/external/clang/examples/PrintFunctionNames/
Makefile
17
EXPORTED_SYMBOL_FILE = $(
PROJ_SRC_DIR
)/PrintFunctionNames.exports
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Makefile
22
ExcludeSources = $(
PROJ_SRC_DIR
)/myocamlbuild.ml
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Makefile
23
ExcludeSources = $(
PROJ_SRC_DIR
)/myocamlbuild.ml
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Makefile
23
ExcludeSources = $(
PROJ_SRC_DIR
)/myocamlbuild.ml
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Makefile
16
CPPFLAGS += -I$(PROJ_OBJ_DIR)/.. -I$(
PROJ_SRC_DIR
)/..
/external/llvm/lib/ExecutionEngine/OProfileJIT/
Makefile
16
CPPFLAGS += -I$(PROJ_OBJ_DIR)/.. -I$(
PROJ_SRC_DIR
)/..
/external/llvm/tools/gold/
Makefile
17
EXPORTED_SYMBOL_FILE = $(
PROJ_SRC_DIR
)/gold.exports
/external/clang/include/clang/AST/
Makefile
2
TD_SRC_DIR = $(
PROJ_SRC_DIR
)/../Basic
19
-I $(
PROJ_SRC_DIR
)/../../ $<
25
-I $(
PROJ_SRC_DIR
)/../../ $<
31
-I $(
PROJ_SRC_DIR
)/../../ $<
48
$(ObjDir)/CommentHTMLTags.inc.tmp : $(
PROJ_SRC_DIR
)/CommentHTMLTags.td $(CLANG_TBLGEN) \
53
$(ObjDir)/CommentHTMLTagsProperties.inc.tmp : $(
PROJ_SRC_DIR
)/CommentHTMLTags.td \
59
$(
PROJ_SRC_DIR
)/CommentHTMLNamedCharacterReferences.td \
64
$(ObjDir)/CommentCommandInfo.inc.tmp : $(
PROJ_SRC_DIR
)/CommentCommands.td \
69
$(ObjDir)/CommentCommandList.inc.tmp : $(
PROJ_SRC_DIR
)/CommentCommands.td \
/external/clang/test/
Makefile
6
TESTDIRS := $(TESTSUITE:%=$(
PROJ_SRC_DIR
)/%)
8
TESTDIRS ?= $(
PROJ_SRC_DIR
)
12
TESTDIRS := $(TESTDIRS:$(
PROJ_SRC_DIR
)%=$(PROJ_OBJ_DIR)%)
45
@$(ECHOPATH) s=@CLANG_SOURCE_DIR@=$(
PROJ_SRC_DIR
)/..=g >> lit.tmp
48
@sed -f lit.tmp $(
PROJ_SRC_DIR
)/lit.site.cfg.in > $@
58
@$(ECHOPATH) s=@CLANG_SOURCE_DIR@=$(
PROJ_SRC_DIR
)/..=g >> unit.tmp
65
@sed -f unit.tmp $(
PROJ_SRC_DIR
)/Unit/lit.site.cfg.in > $@
/external/clang/lib/Headers/
Makefile
22
HEADERS := $(notdir $(wildcard $(
PROJ_SRC_DIR
)/*.h))
27
$(OBJHEADERS): $(HeaderDir)/%.h: $(
PROJ_SRC_DIR
)/%.h $(HeaderDir)/.dir $(HeaderDir)/arm_neon.h
35
$(HeaderDir)/module.map: $(
PROJ_SRC_DIR
)/module.map $(HeaderDir)/.dir
/external/llvm/utils/unittest/googletest/
Makefile
39
SOURCES = $(filter-out gtest-all.cc, $(notdir $(wildcard $(
PROJ_SRC_DIR
)/*.cc)))
/external/clang/
Makefile
49
CPP.Flags += -I$(
PROJ_SRC_DIR
)/$(CLANG_LEVEL)/include -I$(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include
85
if [ -f $(
PROJ_SRC_DIR
)/$${dir}/Makefile ] && [ ! -f $${dir}/Makefile ]; then \
87
$(CP) $(
PROJ_SRC_DIR
)/$${dir}/Makefile $${dir}/Makefile; \
/external/llvm/unittests/ExecutionEngine/JIT/
Makefile
47
$(PROJ_OBJ_DIR)/JITTests.exports: $(
PROJ_SRC_DIR
)/JITTests.def $(PROJ_OBJ_DIR)/.dir
/external/clang/docs/
Makefile
27
HTML := $(wildcard $(
PROJ_SRC_DIR
)/*.html) \
28
$(wildcard $(
PROJ_SRC_DIR
)/*.css)
29
#IMAGES := $(wildcard $(
PROJ_SRC_DIR
)/img/*.*)
60
$(Verb) cd $(
PROJ_SRC_DIR
) && \
/external/clang/docs/tools/
Makefile
46
SRC_DOC_DIR=$(
PROJ_SRC_DIR
)/
96
$(Verb) $(DataInstall) $(
PROJ_SRC_DIR
)/manpage.css $(HTML_DIR)
Completed in 569 milliseconds
1
2
3
4