Initial checkin

llvm-svn: 10182
This commit is contained in:
Chris Lattner 2003-11-23 17:58:46 +00:00
parent 1a12f7c9ca
commit 67ac5055cf
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
##===- projects/sample/Makefile ----------------------------*- Makefile -*-===##
#
# This is a sample Makefile for a project that uses LLVM.
#
##===----------------------------------------------------------------------===##
#
# Indicates our relative path to the top of the project's root directory.
#
LEVEL = ../../..
#
# Directories that needs to be built.
#
DIRS = stkrc
#
# Include the Master Makefile that knows how to build all.
#
include $(LEVEL)/Makefile.common