blob: 0eb3a9947ffe26e9986eb56b546598e7d4e4e037 [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 Lattner27e98aa2006-04-17 00:30:41 +000013include $(LEVEL)/Makefile.common
14