Remove projects/sample.
[oota-llvm.git] / projects / sample / lib / sample / Makefile
diff --git a/projects/sample/lib/sample/Makefile b/projects/sample/lib/sample/Makefile
deleted file mode 100644 (file)
index af63399..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===##
-
-#
-# Indicate where we are relative to the top of the source tree.
-#
-LEVEL=../..
-
-#
-# Give the name of a library.  This will build a dynamic version.
-#
-LIBRARYNAME=sample
-
-#
-# Include Makefile.common so we know what to do.
-#
-include $(LEVEL)/Makefile.common