From: John Criswell Date: Mon, 30 Jun 2003 22:12:19 +0000 (+0000) Subject: Adding in projects subtree. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2f8b41738ed579f91105569243919ff12be0ba0a;p=oota-llvm.git Adding in projects subtree. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7017 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/projects/Makefile b/projects/Makefile new file mode 100644 index 00000000000..0489557731f --- /dev/null +++ b/projects/Makefile @@ -0,0 +1,6 @@ +LEVEL=.. + +DIRS= +OPTIONAL_DIRS:=$(shell ls | grep -v CVS) + +include $(LEVEL)/Makefile.common