Add the samples directory to the build
[oota-llvm.git] / projects / Stacker / Makefile
index ac62e6b872fc27940eb1dd23279d0f560d581c43..eca20ec1d3c2a4c4761de76639c935967ab2eabb 100644 (file)
@@ -1,20 +1,11 @@
 ##===- projects/Stacker/Makefile ---------------------------*- Makefile -*-===##
 #
-# This is a sample Makefile for a project that uses LLVM.
+# This is the Stacker top-level Makefile
 #
 ##===----------------------------------------------------------------------===##
 
-#
-# Indicates our relative path to the top of the project's root directory.
-#
-LEVEL = ../..
+LEVEL = .
+DIRS = lib tools samples 
+EXTRA_DIST = test
 
-#
-# Directories that needs to be built.
-#
-DIRS = lib tools test samples
-
-#
-# Include the Master Makefile that knows how to build all.
-#
 include $(LEVEL)/Makefile.common