blob: 40c856584739f7ff0957165d2b395d398da8a2d1 [file] [log] [blame]
#===- tools/class2llvm/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 := class2llvm
USEDLIBS := LLVMJavaClassfile LLVMJavaCompiler
LLVMLIBS := LLVMBCWriter LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common