Lines Matching full:makefile
1 ##===- Makefile --------------------------------------------*- Makefile -*-===##
10 # If CLANG_LEVEL is not set, then we are the top-level Makefile. Otherwise, we
11 # are being included from a subdirectory makefile.
36 # Common Makefile code, shared by all Clang Makefiles.
41 # Include LLVM common makefile.
42 include $(LEVEL)/Makefile.common
85 if [ -f $(PROJ_SRC_DIR)/$${dir}/Makefile ] && [ ! -f $${dir}/Makefile ]; then \
87 $(CP) $(PROJ_SRC_DIR)/$${dir}/Makefile $${dir}/Makefile; \