aboutsummaryrefslogtreecommitdiff
path: root/projects/SmallExamples/ModuleMaker/tools/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 /projects/SmallExamples/ModuleMaker/tools/Makefile
parent56e4fa45654cd4a972298272750e1c032993e9ac (diff)
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 'projects/SmallExamples/ModuleMaker/tools/Makefile')
-rw-r--r--projects/SmallExamples/ModuleMaker/tools/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/projects/SmallExamples/ModuleMaker/tools/Makefile b/projects/SmallExamples/ModuleMaker/tools/Makefile
new file mode 100644
index 0000000000..47997df90b
--- /dev/null
+++ b/projects/SmallExamples/ModuleMaker/tools/Makefile
@@ -0,0 +1,11 @@
+#
+# Relative path to the top of the source tree.
+#
+LEVEL=..
+
+#
+# List all of the subdirectories that we will compile.
+#
+DIRS=ModuleMaker
+
+include $(LEVEL)/Makefile.common