llvm-6502/tools/llvm-db/Makefile
Reid Spencer 8f631784f7 Use LLVMLIBS=JIT to get JIT libraries
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18333 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-29 07:17:18 +00:00

18 lines
511 B
Makefile

##===- tools/llvm-db/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 = llvm-db
USEDLIBS = LLVMDebugger
# Enable JIT support
LLVMLIBS = JIT
include $(LEVEL)/Makefile.common