X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FPerfectShuffle%2FMakefile;h=28709fefd319bd1307501ccc3698ed2d9d5426d3;hb=ccb3c9c2702f548fd0a7d60a622e6f4fdf0940e7;hp=332c580b98ba997fe17a319b8a1e5dabc1759c7f;hpb=27e98aa07c836276fc7f546da62c791ad63863d1;p=oota-llvm.git diff --git a/utils/PerfectShuffle/Makefile b/utils/PerfectShuffle/Makefile index 332c580b98b..28709fefd31 100644 --- a/utils/PerfectShuffle/Makefile +++ b/utils/PerfectShuffle/Makefile @@ -1,13 +1,18 @@ -##===- utils/BuildShuffleTable/Makefile --------------------*- Makefile -*-===## +##===- utils/PerfectShuffle/Makefile -----------------------*- Makefile -*-===## # # 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. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../.. -TOOLNAME = llvm-BuildShuffleTable +TOOLNAME = llvm-PerfectShuffle +NO_INSTALL = 1 + +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS = 1 + include $(LEVEL)/Makefile.common