blob: d760e72686ed9bda3723bb4cc57fdca3ef637fe2 [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 Spencer52c2dc12004-08-29 19:26:56 +000011USEDLIBS = bcreader vmcore support.a LLVMsystem.a
Reid Spenceraa43a4b2004-08-20 09:21:51 +000012CONFIG_FILES = st ll
Reid Spencer20ac4e32004-10-26 03:12:11 +000013EXTRA_DIST = st ll
Reid Spencer8fd3bca2004-08-10 16:27:08 +000014
15include $(LEVEL)/Makefile.common