2007-02-05 06:25:16 +08:00
|
|
|
#===-- projects/llvm-stacker/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.
|
|
|
|
#
|
|
|
|
#===------------------------------------------------------------------------===#
|
2003-11-24 01:51:37 +08:00
|
|
|
#
|
2004-10-11 08:55:47 +08:00
|
|
|
# This is the Stacker top-level Makefile
|
2003-11-24 01:51:37 +08:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2004-09-05 03:48:50 +08:00
|
|
|
LEVEL = .
|
2004-10-30 02:43:49 +08:00
|
|
|
DIRS = lib tools
|
2006-04-13 14:16:37 +08:00
|
|
|
EXTRA_DIST = test samples
|
2003-11-24 01:51:37 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|