blob: 9ff03434451315c01138298b55dade0cc16a8b6f [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 \
13 target.a transformutils vmcore support.a
Chris Lattnerecbde332001-10-31 04:28:11 +000014
15include $(LEVEL)/Makefile.common