blob: b091f342d58dc8968a8808750867b82dbbce4a8d [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Transforms/Scalar/Makefile ----------------------*- Makefile -*-===##
2#
3# 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.
John Criswelle488e932003-10-20 22:26:57 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattnerf36aeed2005-10-24 02:26:13 +00009
Chris Lattner6148c022001-12-03 17:28:42 +000010LEVEL = ../../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMScalarOpts
Chris Lattner56d27012002-07-23 17:52:38 +000012BUILD_ARCHIVE = 1
Chris Lattner6148c022001-12-03 17:28:42 +000013
14include $(LEVEL)/Makefile.common
15