blob: 37404d4b5ffd16146e4e7b025d43be9efd9ec28c [file] [log] [blame]
John Criswelle2fab732003-10-20 22:29:16 +00001##===- tools/gccas/Makefile ------------------------------*- Makefile -*-===##
2#
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
Chris Lattnercabda212003-01-22 22:14:04 +000012USEDLIBS = asmparser bcwriter transforms ipo.a ipa.a scalaropts analysis.a \
Reid Spencer7c4c98d2004-08-29 19:29:38 +000013 target.a transformutils vmcore support.a LLVMsystem.a
Chris Lattnerecbde332001-10-31 04:28:11 +000014
15include $(LEVEL)/Makefile.common