summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-21 22:29:52 +0000
committerChris Lattner <sabre@nondot.org>2003-08-21 22:29:52 +0000
commit8ca0eebe4ef4fe810dba5ce91306031272f139cf (patch)
tree5d5500bd2c4a8097c6a5a7c4fd454c76f5f0f29c /examples/ModuleMaker/Makefile
parent56e4fa45654cd4a972298272750e1c032993e9ac (diff)
downloadllvm-8ca0eebe4ef4fe810dba5ce91306031272f139cf.tar.gz
llvm-8ca0eebe4ef4fe810dba5ce91306031272f139cf.tar.bz2
llvm-8ca0eebe4ef4fe810dba5ce91306031272f139cf.tar.xz
Initial checkin of ModuleMaker project
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/ModuleMaker/Makefile')
-rw-r--r--examples/ModuleMaker/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/ModuleMaker/Makefile b/examples/ModuleMaker/Makefile
new file mode 100644
index 0000000000..7c2d3280b2
--- /dev/null
+++ b/examples/ModuleMaker/Makefile
@@ -0,0 +1,19 @@
+#
+# 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 = tools
+
+#
+# Include the Master Makefile that knows how to build all.
+#
+include $(LEVEL)/Makefile.common
+