2004-08-11 00:27:08 +08: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-10-28 08:11:43 +08:00
|
|
|
USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
|
2004-08-20 17:21:51 +08:00
|
|
|
CONFIG_FILES = st ll
|
2004-10-26 11:12:11 +08:00
|
|
|
EXTRA_DIST = st ll
|
2004-08-11 00:27:08 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|