2010-07-10 04:39:50 +08:00
|
|
|
##===- source/Makefile -------------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LLDB_LEVEL := ..
|
2012-03-30 01:46:11 +08:00
|
|
|
DIRS := driver lldb-platform
|
2010-07-10 04:39:50 +08:00
|
|
|
|
|
|
|
include $(LLDB_LEVEL)/Makefile
|