blob: c63bb7f1ef6b36496cc89ca891e13a51124b8753 [file] [log] [blame]
John Criswell4436c492003-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 Lattnerbde38452005-10-24 02:26:13 +00009
Chris Lattner13622992001-10-13 16:57:03 +000010LEVEL = ../..
Vikram S. Advebe55f2d2002-09-29 11:52:14 +000011PARALLEL_DIRS = Utils Instrumentation Scalar IPO
Reid Spencer57cbe392004-10-27 23:18:45 +000012LIBRARYNAME = LLVMTransforms
Chris Lattnera896b082002-07-23 17:52:38 +000013BUILD_ARCHIVE = 1
Chris Lattner13622992001-10-13 16:57:03 +000014
15include $(LEVEL)/Makefile.common
16