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
|
2004-10-27 23:18:45 +00:00
|
|
|
USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms LLVMipo.a LLVMipa.a \
|
|
|
|
LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \
|
2004-11-25 20:22:06 +00:00
|
|
|
LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
|
2001-10-31 04:28:11 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|