2004-08-10 16:27:08 +00:00
|
|
|
##===- tools/llvmc/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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../..
|
|
|
|
TOOLNAME = llvmc
|
2004-08-29 19:26:56 +00:00
|
|
|
USEDLIBS = bcreader vmcore support.a LLVMsystem.a
|
2004-08-20 09:21:51 +00:00
|
|
|
CONFIG_FILES = st ll
|
2004-10-26 03:12:11 +00:00
|
|
|
EXTRA_DIST = st ll
|
2004-08-10 16:27:08 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|