2004-10-29 23:26:09 +00:00
|
|
|
##===- tools/gccas/Makefile --------------------------------*- Makefile -*-===##
|
2003-10-20 22:29:16 +00: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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2001-10-31 04:28:11 +00:00
|
|
|
LEVEL = ../..
|
|
|
|
|
|
|
|
TOOLNAME = gccas
|
2006-06-01 01:30:27 +00:00
|
|
|
USEDLIBS = LLVMAsmParser.a LLVMBCWriter.a LLVMTransforms.a LLVMipo.a LLVMipa.a \
|
2005-10-27 15:54:34 +00:00
|
|
|
LLVMScalarOpts.a LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils.a \
|
2006-06-01 01:30:27 +00:00
|
|
|
LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
|
2006-07-07 00:46:19 +00:00
|
|
|
REQUIRES_EH := 1
|
2001-10-31 04:28:11 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|