blob: a0c49bd9dfe85c8f16b1dc13d42551acc778ccd7 [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Transforms/Utils/Makefile -----------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Chris Lattnerab0ed352005-10-24 01:59:48 +00009
Chris Lattner4d1e46e2002-05-07 18:07:59 +000010LEVEL = ../../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMTransformUtils
Chris Lattner4d1e46e2002-05-07 18:07:59 +000012
13include $(LEVEL)/Makefile.common
14