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-10-28 00:11:43 +00:00
|
|
|
USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
|
2004-11-23 23:38:46 +00:00
|
|
|
CONFIG_FILES = c cpp ll st
|
|
|
|
EXTRA_DIST = c cpp ll st
|
2004-08-10 16:27:08 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|