1 ##===- projects/sample/Makefile ----------------------------*- Makefile -*-===##
3 # This is a sample Makefile for a project that uses LLVM.
5 ##===----------------------------------------------------------------------===##
8 # Indicates our relative path to the top of the project's root directory.
15 # Include the Master Makefile that knows how to build all.
17 include $(LEVEL
)/Makefile.common