HomeSort by relevance Sort by last modified time
    Searched refs:instdir (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/
Makefile 18 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/
Makefile 17 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/
Makefile 15 instdir=$(DESTDIR)`dirname "$(PROJ_includedir)/$$hdr"` ; \
16 if test \! -d "$$instdir" ; then \
17 $(EchoCmd) Making install directory $$instdir ; \
18 $(MKDIR) $$instdir ;\

Completed in 193 milliseconds