blob: ce12bc2ecf46bfd1c9d81b884628459a580e450e [file] [log] [blame]
Reid Spencer8fd3bca2004-08-10 16:27:08 +00001##===- tools/llvmc/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##===----------------------------------------------------------------------===##
9LEVEL = ../..
10TOOLNAME = llvmc
Reid Spencerbae68252004-08-19 04:49:47 +000011USEDLIBS = support.a
Reid Spenceraa43a4b2004-08-20 09:21:51 +000012CONFIG_FILES = st ll
Reid Spencer8fd3bca2004-08-10 16:27:08 +000013
14include $(LEVEL)/Makefile.common