Searched refs:instdir (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/
H A DMakefile18 instdir=$(DESTDIR)`dirname "$(PROJ_includedir)/$$hdr"` ; \
19 if test \! -d "$$instdir" ; then \
20 $(EchoCmd) Making install directory $$instdir ; \
21 $(MKDIR) $$instdir ;\
36 instdir=$(DESTDIR)`dirname "$(PROJ_includedir)/$$hdr"` ; \
37 if test \! -d "$$instdir" ; then \
38 $(EchoCmd) Making install directory $$instdir ; \
39 $(MKDIR) $$instdir ;\
/external/clang/include/clang-c/
H A DMakefile17 instdir=`dirname "$(IntIncludeDir)/$$hdr"` ; \
18 if test \! -d "$$instdir" ; then \
19 $(EchoCmd) Making install directory $$instdir ; \
20 $(MKDIR) $$instdir ;\
30 instdir=`dirname "$(IntIncludeDir)/$$hdr"` ; \
31 if test \! -d "$$instdir" ; then \
32 $(EchoCmd) Making install directory $$instdir ; \
33 $(MKDIR) $$instdir ;\
/external/lldb/include/lldb/
H A DMakefile15 instdir=$(DESTDIR)`dirname "$(PROJ_includedir)/$$hdr"` ; \
16 if test \! -d "$$instdir" ; then \
17 $(EchoCmd) Making install directory $$instdir ; \
18 $(MKDIR) $$instdir ;\

Completed in 136 milliseconds