blob: 16ee42e4754692955ab9f83bcc7ca99677fd0d57 [file] [log] [blame]
John Criswelle26ba9f2003-10-20 22:28:01 +00001##===- projects/Makefile ------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
John Criswell2f8b4172003-06-30 22:12:19 +00009LEVEL=..
10
11DIRS=
12OPTIONAL_DIRS:=$(shell ls | grep -v CVS)
13
14include $(LEVEL)/Makefile.common