blob: 21fe37b13109070a5cd103cd5b62ea0a9a2d8ad9 [file] [log] [blame]
##===- tools/llvm-extract/Makefile -------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = llvm-extract
LINK_COMPONENTS := ipo bitreader bitwriter
include $(LEVEL)/Makefile.common