diff options
Diffstat (limited to 'llvm/projects/sample/Makefile.common')
| -rw-r--r-- | llvm/projects/sample/Makefile.common | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/llvm/projects/sample/Makefile.common b/llvm/projects/sample/Makefile.common new file mode 100644 index 00000000000..7aa0ef9f0d7 --- /dev/null +++ b/llvm/projects/sample/Makefile.common @@ -0,0 +1,16 @@ +# +# Set this variable to the top of the LLVM source tree. +# +LLVM_SRC_ROOT = $(LEVEL)/../.. + +# +# Set this variable to the top level directory where LLVM was built +# (this is *not* the same as OBJ_ROOT as defined in LLVM's Makefile.config). +# +#LLVM_OBJ_ROOT = $(LEVEL)/../.. + +# +# Include LLVM's Master Makefile. +# +include $(LLVM_SRC_ROOT)/Makefile.common + |

