[llvm-commits] CVS: llvm/projects/sample/tools/Makefile
John Criswell
criswell at choi.cs.uiuc.edu
Mon Jun 30 17:14:11 PDT 2003
Changes in directory llvm/projects/sample/tools:
Makefile updated: 1.1 -> 1.2
---
Log message:
Adding in sample project tree.
---
Diffs of the changes:
Index: llvm/projects/sample/tools/Makefile
diff -u /dev/null llvm/projects/sample/tools/Makefile:1.2
--- /dev/null Mon Jun 30 17:13:56 2003
+++ llvm/projects/sample/tools/Makefile Mon Jun 30 17:13:46 2003
@@ -0,0 +1,11 @@
+#
+# Relative path to the top of the source tree.
+#
+LEVEL=..
+
+#
+# List all of the subdirectories that we will compile.
+#
+DIRS=sample
+
+include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list