blob: 28709fefd319bd1307501ccc3698ed2d9d5426d3 [file] [log] [blame]
Chris Lattner4ad53bd2006-04-17 00:35:34 +00001##===- utils/PerfectShuffle/Makefile -----------------------*- Makefile -*-===##
Chris Lattner27e98aa2006-04-17 00:30:41 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner51167842007-12-29 20:07:17 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Chris Lattner27e98aa2006-04-17 00:30:41 +00007#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
Chris Lattner4ad53bd2006-04-17 00:35:34 +000011TOOLNAME = llvm-PerfectShuffle
Reid Spencerc9c17872007-02-06 18:51:28 +000012NO_INSTALL = 1
Chris Lattner13d5b712009-02-26 19:02:23 +000013
14# This tool has no plugins, optimize startup time.
15TOOL_NO_EXPORTS = 1
16
Chris Lattner27e98aa2006-04-17 00:30:41 +000017include $(LEVEL)/Makefile.common
18