Make the SmallExamples programs compile in their new home.

llvm-svn: 15923
This commit is contained in:
Reid Spencer 2004-08-19 20:09:14 +00:00
parent a26a61aa18
commit 7d12179af1
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
##===- projects/Makefile ------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file was developed by the LLVM research group and is distributed under
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL=../..
include $(LEVEL)/Makefile.config
DIRS=
OPTIONAL_DIRS:=$(basename $(shell ls $(SourceDir) | grep -v CVS | grep -v Makefile))
include $(BUILD_SRC_ROOT)/Makefile.rules