2003-11-10 03:55:09 +08:00
|
|
|
##===- tools/gccld/Makefile --------------------------------*- Makefile -*-===##
|
2003-10-21 06:29:16 +08:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2003-11-10 03:55:09 +08:00
|
|
|
|
2002-01-25 03:12:12 +08:00
|
|
|
LEVEL = ../..
|
|
|
|
|
|
|
|
TOOLNAME = gccld
|
2004-11-15 06:19:21 +08:00
|
|
|
USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \
|
2005-10-27 23:54:34 +08:00
|
|
|
LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \
|
2005-04-25 01:43:41 +08:00
|
|
|
LLVMArchive.a LLVMBCReader LLVMBCWriter \
|
|
|
|
LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
|
2002-01-25 03:12:12 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|