Skip to content
Makefile 487 B
Newer Older
Misha Brukman's avatar
Misha Brukman committed
##===- 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 = ..
PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore
Misha Brukman's avatar
Misha Brukman committed

include $(LEVEL)/Makefile.common