2009-01-01 02:24:48 +00:00
|
|
|
##===- unittests/Makefile ----------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ..
|
2009-01-04 23:12:21 +00:00
|
|
|
|
2013-07-20 03:04:36 +00:00
|
|
|
PARALLEL_DIRS = ADT Analysis Bitcode DebugInfo ExecutionEngine IR Object \
|
|
|
|
Option Support Transforms
|
2009-01-01 02:24:48 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
2009-01-02 12:25:22 +00:00
|
|
|
|
|
|
|
clean::
|
2010-07-29 22:33:35 +00:00
|
|
|
$(Verb) $(RM) -f *Tests
|