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