blob: 25cee595fd2dcb8254213e240d0378d1cb5e8a97 [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/Transforms/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 Lattnerce2a5502001-10-13 16:57:03 +00009LEVEL = ../..
Vikram S. Adve41174592002-09-29 11:52:14 +000010PARALLEL_DIRS = Utils Instrumentation Scalar IPO
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMTransforms
Chris Lattner56d27012002-07-23 17:52:38 +000012BUILD_ARCHIVE = 1
Chris Lattnerce2a5502001-10-13 16:57:03 +000013
14include $(LEVEL)/Makefile.common
15