2006-04-17 08:35:34 +08:00
|
|
|
##===- utils/PerfectShuffle/Makefile -----------------------*- Makefile -*-===##
|
2006-04-17 08:30:41 +08:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-30 04:07:17 +08:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2006-04-17 08:30:41 +08:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
2006-04-17 08:35:34 +08:00
|
|
|
TOOLNAME = llvm-PerfectShuffle
|
2007-02-07 02:51:28 +08:00
|
|
|
NO_INSTALL = 1
|
2009-02-27 03:02:23 +08:00
|
|
|
|
|
|
|
# This tool has no plugins, optimize startup time.
|
|
|
|
TOOL_NO_EXPORTS = 1
|
|
|
|
|
2006-04-17 08:30:41 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|