2007-02-05 06:25:16 +08:00
|
|
|
#===-- projects/llvm-stacker/tools/Makefile -----------------*- Makefile -*-===#
|
2003-11-24 01:58:46 +08:00
|
|
|
#
|
2007-02-05 06:25:16 +08:00
|
|
|
# The LLVM Compiler Infrastructure
|
2003-11-24 01:58:46 +08:00
|
|
|
#
|
2007-02-05 06:25:16 +08:00
|
|
|
# This file was developed by Reid Spencer and is distributed under the
|
|
|
|
# University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
#===------------------------------------------------------------------------===#
|
2003-11-24 01:58:46 +08:00
|
|
|
|
|
|
|
# Indicates our relative path to the top of the project's root directory.
|
2004-09-05 03:48:50 +08:00
|
|
|
LEVEL = ..
|
2003-11-24 01:58:46 +08:00
|
|
|
|
2007-02-05 06:25:16 +08:00
|
|
|
# Directories that need to be built.
|
2003-11-24 01:58:46 +08:00
|
|
|
DIRS = stkrc
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|