2003-10-20 22:29:16 +00:00
|
|
|
##===- tools/gccas/Makefile ------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# 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
|
2003-01-22 22:14:04 +00:00
|
|
|
USEDLIBS = asmparser bcwriter transforms ipo.a ipa.a scalaropts analysis.a \
|
|
|
|
target.a transformutils vmcore support.a
|
2001-10-31 04:28:11 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|