2006-04-17 08:35:34 +08:00
|
|
|
##===- utils/PerfectShuffle/Makefile -----------------------*- Makefile -*-===##
|
2006-04-17 08:30:41 +08:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by Chris Lattner and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
2006-04-17 08:35:34 +08:00
|
|
|
TOOLNAME = llvm-PerfectShuffle
|
2006-04-17 08:30:41 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|