blob: f4da9832fdea94528f19f24c8d130ce63f8c2c81 [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 Lattner4d1e46e2002-05-07 18:07:59 +00009LEVEL = ../../..
Chris Lattner4d1e46e2002-05-07 18:07:59 +000010LIBRARYNAME = transformutils
Chris Lattner56d27012002-07-23 17:52:38 +000011BUILD_ARCHIVE = 1
Chris Lattner4d1e46e2002-05-07 18:07:59 +000012
13include $(LEVEL)/Makefile.common
14