blob: 8708209424d7172e04d4266039e6726a3fbac508 [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
11USEDLIBS = asmparser bcreader bcwriter vmcore support.a
12
13include $(LEVEL)/Makefile.common