blob: d8d3dd6c675696d3148b66a4c155ca7a6cbcba50 [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
Chris Lattner27e98aa2006-04-17 00:30:41 +000012include $(LEVEL)/Makefile.common
13