2003-10-20 22:29:16 +00:00
|
|
|
##===- tools/extract/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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2002-05-22 20:27:00 +00:00
|
|
|
LEVEL = ../..
|
|
|
|
|
|
|
|
TOOLNAME = extract
|
2003-10-22 03:40:33 +00:00
|
|
|
USEDLIBS = bcreader bcwriter transforms.a ipo.a target.a analysis.a \
|
|
|
|
transformutils.a ipa.a vmcore support.a
|
2002-05-22 20:27:00 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|