summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-23 17:58:46 +0000
committerChris Lattner <sabre@nondot.org>2003-11-23 17:58:46 +0000
commit42cb6df6a1f430ca0d6a9b25c4ee33e497d6fbfa (patch)
tree5762ba545f80a5f9ae76094c204bb7606b5d1044 /projects
parent9d014e70bb572d8b9250c9f2089ef2a67caa3727 (diff)
downloadllvm-42cb6df6a1f430ca0d6a9b25c4ee33e497d6fbfa.tar.gz
llvm-42cb6df6a1f430ca0d6a9b25c4ee33e497d6fbfa.tar.bz2
llvm-42cb6df6a1f430ca0d6a9b25c4ee33e497d6fbfa.tar.xz
Initial checkin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10182 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/tools/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/projects/Stacker/tools/Makefile b/projects/Stacker/tools/Makefile
new file mode 100644
index 0000000000..f1de59f27a
--- /dev/null
+++ b/projects/Stacker/tools/Makefile
@@ -0,0 +1,20 @@
+##===- projects/sample/Makefile ----------------------------*- Makefile -*-===##
+#
+# This is a sample Makefile for a project that uses LLVM.
+#
+##===----------------------------------------------------------------------===##
+
+#
+# Indicates our relative path to the top of the project's root directory.
+#
+LEVEL = ../../..
+
+#
+# Directories that needs to be built.
+#
+DIRS = stkrc
+
+#
+# Include the Master Makefile that knows how to build all.
+#
+include $(LEVEL)/Makefile.common