05ba8a3a07
git-svn-id: http://root.cern.ch/svn/root/trunk@45844 27541ba8-7e3a-0410-8455-c3a389f83636
15 lines
452 B
Makefile
15 lines
452 B
Makefile
##===- lib/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 = Interpreter MetaProcessor UserInterface Utils
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|