blob: 454c4760e4b4777d62735aebffd501a849dcca2e [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 Lattnerf36aeed2005-10-24 02:26:13 +00009
Chris Lattnerce2a5502001-10-13 16:57:03 +000010LEVEL = ../..
Vikram S. Adve41174592002-09-29 11:52:14 +000011PARALLEL_DIRS = Utils Instrumentation Scalar IPO
Chris Lattnerce2a5502001-10-13 16:57:03 +000012
13include $(LEVEL)/Makefile.common
14