HomeSort by relevance Sort by last modified time
    Searched refs:PROJ_SRC_DIR (Results 76 - 84 of 84) sorted by null

1 2 34

  /external/clang/include/clang/Basic/
Makefile 16 INPUT_TDS = $(wildcard $(PROJ_SRC_DIR)/Diagnostic*.td)
49 -I $(PROJ_SRC_DIR)/../.. $<
  /external/clang/include/clang/
Makefile 9 $(Verb) if test -d "$(PROJ_SRC_DIR)" ; then \
10 cd $(PROJ_SRC_DIR)/.. && \
  /external/clang/include/clang-c/
Makefile 11 $(Verb) if test -d "$(PROJ_SRC_DIR)" ; then \
12 cd $(PROJ_SRC_DIR)/.. && \
  /external/clang/tools/libclang/
Makefile 13 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libclang.exports
  /external/llvm/tools/lto/
Makefile 17 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/lto.exports
  /external/llvm/bindings/ocaml/
Makefile.ocaml 77 OcamlSources1 := $(sort $(wildcard $(PROJ_SRC_DIR)/*.ml))
81 OcamlHeaders1 := $(sort $(wildcard $(PROJ_SRC_DIR)/*.mli))
87 OcamlSources := $(OcamlSources2:$(PROJ_SRC_DIR)/%=$(ObjDir)/%)
88 OcamlHeaders := $(OcamlHeaders2:$(PROJ_SRC_DIR)/%=$(ObjDir)/%)
137 $(ObjDir)/%.mli: $(PROJ_SRC_DIR)/%.mli $(ObjDir)/.dir
140 $(ObjDir)/%.ml: $(PROJ_SRC_DIR)/%.ml $(ObjDir)/.dir
  /external/llvm/docs/
Makefile 27 HTML := $(wildcard $(PROJ_SRC_DIR)/*.html) \
28 $(wildcard $(PROJ_SRC_DIR)/*.css)
64 $(Verb) cd $(PROJ_SRC_DIR) && \
  /external/llvm/test/
Makefile 154 @sed -f lit.tmp $(PROJ_SRC_DIR)/lit.site.cfg.in > $@
168 @sed -f unit.tmp $(PROJ_SRC_DIR)/Unit/lit.site.cfg.in > $@
  /external/llvm/
Makefile 117 $(PROJ_SRC_DIR)/configure --build=$(BUILD_TRIPLE) \

Completed in 772 milliseconds

1 2 34