#===-- projects/llvm-stacker/tools/Makefile -----------------*- Makefile -*-===#
#
#                     The LLVM Compiler Infrastructure
#
# This file was developed by Reid Spencer and is distributed under the 
# University of Illinois Open Source License. See LICENSE.TXT for details.
# 
#===------------------------------------------------------------------------===#

# Indicates our relative path to the top of the project's root directory.
LEVEL = ..

# Directories that need to be built.
DIRS = stkrc

include $(LEVEL)/Makefile.common
