blob: 32ac9fc911e18502e8e3157f6ac0743c651e7d32 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- lib/Transforms/Makefile -----------------------------*- Makefile -*-===##
Misha Brukmane025bcc2009-01-09 16:44:42 +00002#
Dan Gohmanf17a25c2007-07-18 16:29:46 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattner80455b82007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Misha Brukmane025bcc2009-01-09 16:44:42 +00007#
Dan Gohmanf17a25c2007-07-18 16:29:46 +00008##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
11PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
12
Anton Korobeynikov20acb4a2009-03-11 19:49:42 +000013# No support for plugins on windows targets
14ifeq ($(OS), $(filter $(OS), Cygwin MingW))
15 PARALLEL_DIRS := $(filter-out Hello, $(DIRS))
16endif
17
Dan Gohmanf17a25c2007-07-18 16:29:46 +000018include $(LEVEL)/Makefile.common
19