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