2009-09-28 05:39:46 +08:00
|
|
|
##===- unittests/Transforms/Makefile -----------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
|
|
|
|
2015-02-21 04:30:47 +08:00
|
|
|
PARALLEL_DIRS = IPO Utils
|
2009-09-28 05:39:46 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
|
|
|
clean::
|
|
|
|
$(Verb) $(RM) -f *Tests
|