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, 16 insertions, 0 deletions
diff --git a/projects/sample/lib/sample/Makefile b/projects/sample/lib/sample/Makefile
new file mode 100644
index 0000000000..5569afbdda
--- /dev/null
+++ b/projects/sample/lib/sample/Makefile
@@ -0,0 +1,16 @@
+#
+# 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.
+#
+SHARED_LIBRARY=1
+LIBRARYNAME=sample
+
+#
+# Include Makefile.common so we know what to do.
+#
+include $(LEVEL)/Makefile.common
+