llvm-mirror/tools/llvm-link/Makefile

18 lines
534 B
Makefile
Raw Normal View History

##===- tools/llvm-link/Makefile ----------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
2001-10-13 07:06:23 +00:00
LEVEL = ../..
TOOLNAME = llvm-link
LINK_COMPONENTS = linker bitreader bitwriter asmparser
2001-10-13 07:06:23 +00:00
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
2001-10-13 07:06:23 +00:00
include $(LEVEL)/Makefile.common