blob: 6ea90d178c6435aeb9a5032434c73ac4ada393a1 [file] [log] [blame]
John Criswell4436c492003-10-20 22:26:57 +00001##===- lib/Transforms/Scalar/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 Lattner476e6df2001-12-03 17:28:42 +00009LEVEL = ../../..
Chris Lattner476e6df2001-12-03 17:28:42 +000010LIBRARYNAME = scalaropts
Chris Lattnera896b082002-07-23 17:52:38 +000011BUILD_ARCHIVE = 1
Chris Lattner476e6df2001-12-03 17:28:42 +000012
13include $(LEVEL)/Makefile.common
14