blob: d1e9336d67f029be8f17b8c5cc9828d784588c10 [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Transforms/Utils/Makefile -----------------------*- Makefile -*-===##
Misha Brukman9b8f5422009-01-09 16:44:42 +00002#
John Criswelle488e932003-10-20 22:26:57 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattnerfc643c52007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Misha Brukman9b8f5422009-01-09 16:44:42 +00007#
John Criswelle488e932003-10-20 22:26:57 +00008##===----------------------------------------------------------------------===##
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
John Criswella1156432005-10-27 15:54:34 +000012BUILD_ARCHIVE = 1
Chris Lattner4d1e46e2002-05-07 18:07:59 +000013
14include $(LEVEL)/Makefile.common
15