2004-01-05 05:27:31 +00:00
|
|
|
##===- 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
|
2004-10-27 23:18:45 +00:00
|
|
|
USEDLIBS = LLVMDebugger
|
2004-01-05 05:27:31 +00:00
|
|
|
|
2004-10-14 19:01:25 +00:00
|
|
|
# Enable JIT support
|
2004-11-29 07:17:18 +00:00
|
|
|
LLVMLIBS = JIT
|
2004-01-05 05:27:31 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|