Add the samples directory to the build
[oota-llvm.git] / projects / Stacker / Makefile
index e47693a82a5a4c50c2cf03bc1c6f1331ba56f0a1..eca20ec1d3c2a4c4761de76639c935967ab2eabb 100644 (file)
@@ -1,20 +1,11 @@
-##===- projects/sample/Makefile ----------------------------*- Makefile -*-===##
+##===- 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