blob: 09ff745a1b52f2a2e0711432a9770319772e6537 [file] [log] [blame]
John Criswell4436c492003-10-20 22:26:57 +00001##===- lib/Transforms/Utils/Makefile -----------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattnera087a8d2007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
John Criswell4436c492003-10-20 22:26:57 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattner8c087e92005-10-24 01:59:48 +00009
Chris Lattner28537df2002-05-07 18:07:59 +000010LEVEL = ../../..
Reid Spencer57cbe392004-10-27 23:18:45 +000011LIBRARYNAME = LLVMTransformUtils
John Criswellfe5f33b2005-10-27 15:54:34 +000012BUILD_ARCHIVE = 1
Chris Lattner28537df2002-05-07 18:07:59 +000013
14include $(LEVEL)/Makefile.common
15