summaryrefslogtreecommitdiff
path: root/projects/sample/lib/sample/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/sample/lib/sample/Makefile')
-rw-r--r--projects/sample/lib/sample/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/projects/sample/lib/sample/Makefile b/projects/sample/lib/sample/Makefile
deleted file mode 100644
index af63399d2a..0000000000
--- a/projects/sample/lib/sample/Makefile
+++ /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