2003-10-21 06:26:57 +08:00
|
|
|
##===- lib/Transforms/Makefile -----------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2005-10-24 10:26:13 +08:00
|
|
|
|
2001-10-14 00:57:03 +08:00
|
|
|
LEVEL = ../..
|
2007-04-12 05:03:37 +08:00
|
|
|
PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
|
2001-10-14 00:57:03 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|