blob: 2f29573137f3a05b0b48f3bb0ab632f41f7967a5 [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#
5# This file was developed by Chris Lattner and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
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