2009-01-01 03:24:48 +01: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-05 00:12:21 +01:00
|
|
|
|
2009-09-27 23:39:46 +02:00
|
|
|
PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore
|
2009-01-01 03:24:48 +01:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
2009-01-02 13:25:22 +01:00
|
|
|
|
|
|
|
clean::
|
2009-01-05 00:12:21 +01:00
|
|
|
$(Verb) $(RM) -f *Tests
|