Searched refs:PROJ_OBJ_DIR (Results 1 – 25 of 49) sorted by relevance
12
14 PROJ_OBJ_DIR = . macro17 $(PROJ_OBJ_DIR)/doxygen.cfg: doxygen.cfg.in56 install-html: $(PROJ_OBJ_DIR)/html.tar.gz62 $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/html.tar.gz $(DESTDIR)$(PROJ_docsdir)64 $(PROJ_OBJ_DIR)/html.tar.gz: $(HTML)66 $(Verb) $(RM) -rf $@ $(PROJ_OBJ_DIR)/html.tar68 $(TAR) cf $(PROJ_OBJ_DIR)/html.tar *.html69 $(Verb) $(GZIPBIN) $(PROJ_OBJ_DIR)/html.tar74 $(Verb) $(DataInstall) $(PROJ_OBJ_DIR)/doxygen.tar.gz $(DESTDIR)$(PROJ_docsdir)75 $(Verb) cd $(PROJ_OBJ_DIR)/doxygen && \[all …]
39 DST_HTML_DIR=$(PROJ_OBJ_DIR)/40 DST_MAN_DIR=$(PROJ_OBJ_DIR)/41 DST_PS_DIR=$(PROJ_OBJ_DIR)/
31 FinalLibDeps = $(PROJ_OBJ_DIR)/FinalLibDeps.txt32 LibDeps = $(PROJ_OBJ_DIR)/LibDeps.txt33 LibDepsTemp = $(PROJ_OBJ_DIR)/LibDeps.txt.tmp
63 LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/clang/test67 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg Unit/lit.site.cfg192 Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE
31 # o PROJ_OBJ_DIR : The directory in which compiled code will be placed.46 PROJ_OBJ_DIR := $(call realpath, .)47 PROJ_OBJ_ROOT := $(call realpath, $(PROJ_OBJ_DIR)/$(LEVEL))53 PROJ_SRC_DIR := $(call realpath, $(LLVM_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)…73 PROJ_SRC_DIR := $(call realpath, $(PROJ_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
13 CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
14 CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
14 CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
13 CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..