2011-09-14 03:42:23 +08:00
|
|
|
##===- lib/DebugInfo/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-01-31 02:07:45 +08:00
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
|
2015-02-07 04:42:03 +08:00
|
|
|
PARALLEL_DIRS := DWARF PDB
|
2015-01-31 02:07:45 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|