blob: 6ded1f301e2b2f9644d51b87a76241125ccd715e [file] [log] [blame]
Misha Brukmanb1883932004-10-29 23:26:09 +00001##===- tools/gccas/Makefile --------------------------------*- Makefile -*-===##
John Criswelle2fab732003-10-20 22:29:16 +00002#
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 Lattnerecbde332001-10-31 04:28:11 +00009LEVEL = ../..
10
11TOOLNAME = gccas
Reid Spencer6cb21d42004-10-27 23:18:45 +000012USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms LLVMipo.a LLVMipa.a \
13 LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \
14 LLVMCore LLVMSupport.a LLVMSystem.a
Chris Lattnerecbde332001-10-31 04:28:11 +000015
16include $(LEVEL)/Makefile.common