summaryrefslogtreecommitdiff
path: root/projects/sample/lib/sample/Makefile
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-06-30 22:13:48 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-06-30 22:13:48 +0000
commit723ccd615f99b65454e199cda9feb31f2283e787 (patch)
tree880aa2fb6590d580638a944c8bc4c8d8c9f352f8 /projects/sample/lib/sample/Makefile
parent2f8b41738ed579f91105569243919ff12be0ba0a (diff)
downloadllvm-723ccd615f99b65454e199cda9feb31f2283e787.tar.gz
llvm-723ccd615f99b65454e199cda9feb31f2283e787.tar.bz2
llvm-723ccd615f99b65454e199cda9feb31f2283e787.tar.xz
Adding in sample project tree.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7018 91177308-0d34-0410-b5e6-96231b3b80d8
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
+