[llvm-commits] CVS: llvm/projects/sample/lib/Makefile

John Criswell criswell at choi.cs.uiuc.edu
Mon Jun 30 17:14:32 PDT 2003


Changes in directory llvm/projects/sample/lib:

Makefile updated: 1.1 -> 1.2

---
Log message:

Adding in sample project tree.


---
Diffs of the changes:

Index: llvm/projects/sample/lib/Makefile
diff -u /dev/null llvm/projects/sample/lib/Makefile:1.2
--- /dev/null	Mon Jun 30 17:13:13 2003
+++ llvm/projects/sample/lib/Makefile	Mon Jun 30 17:13:03 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