blob: 14a8124ee840234b64c7fa0cfecd32a8b5374e9d [file] [log] [blame]
John Criswelle2fab732003-10-20 22:29:16 +00001##===- tools/extract/Makefile ------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Chris Lattner579d9142002-05-22 20:27:00 +00009LEVEL = ../..
10
11TOOLNAME = extract
Reid Spencer6cb21d42004-10-27 23:18:45 +000012USEDLIBS = LLVMBCReader LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMTarget.a \
13 LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a LLVMCore LLVMSupport.a \
14 LLVMSystem.a
Chris Lattner579d9142002-05-22 20:27:00 +000015
16include $(LEVEL)/Makefile.common