blob: bf9599ad53b5b7af7149e879716b4a2c5fa89424 [file] [log] [blame]
John Criswell4436c492003-10-20 22:26:57 +00001##===- lib/Transforms/Makefile -----------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattnera087a8d2007-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 Criswell4436c492003-10-20 22:26:57 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattnerbde38452005-10-24 02:26:13 +00009
Chris Lattner13622992001-10-13 16:57:03 +000010LEVEL = ../..
Reid Spencerc78d1222007-04-11 21:03:37 +000011PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
Chris Lattner13622992001-10-13 16:57:03 +000012
13include $(LEVEL)/Makefile.common
14