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

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


Changes in directory llvm/projects:

Makefile updated: 1.1 -> 1.2

---
Log message:

Adding in projects subtree.


---
Diffs of the changes:

Index: llvm/projects/Makefile
diff -u /dev/null llvm/projects/Makefile:1.2
--- /dev/null	Mon Jun 30 17:12:30 2003
+++ llvm/projects/Makefile	Mon Jun 30 17:12:19 2003
@@ -0,0 +1,6 @@
+LEVEL=..
+
+DIRS=
+OPTIONAL_DIRS:=$(shell ls | grep -v CVS)
+
+include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list