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-10-28 07:18:45 +08:00
|
|
|
USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a LLVMipa.a \
|
|
|
|
LLVMTransformUtils.a LLVMTarget.a LLVMBCReader LLVMBCWriter LLVMCore \
|
|
|
|
LLVMSupport.a LLVMSystem.a
|
2002-01-25 03:12:12 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|