X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=projects%2Fsample%2FMakefile;h=f96f1aba2ed3c990d3953e2d2a7ac519895cf758;hb=5c1f17221344fe24f8ba78fdbac7db4f79ded257;hp=7b25c355350e6320e9f0d275f45bbfa882697f4e;hpb=c3c1d32043c962fbdfc34857bd03385504a55631;p=oota-llvm.git diff --git a/projects/sample/Makefile b/projects/sample/Makefile index 7b25c355350..f96f1aba2ed 100644 --- a/projects/sample/Makefile +++ b/projects/sample/Makefile @@ -1,16 +1,15 @@ +##===- projects/sample/Makefile ----------------------------*- Makefile -*-===## # # This is a sample Makefile for a project that uses LLVM. # +##===----------------------------------------------------------------------===## # # Indicates our relative path to the top of the project's root directory. # LEVEL = . - -# -# Directories that needs to be built. -# -#DIRS = lib tools +DIRS = lib tools +EXTRA_DIST = include # # Include the Master Makefile that knows how to build all.