blob: 0518742c1c7ccc5f75bed0671b1626c8e1bc2a3d [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 Spencerf113e7b2004-10-28 00:11:43 +000011USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.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