mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
enabled LLVM make style building and made this compile LLDB on Mac OS X. We can now iterate on this to make the build work on both linux and macosx. llvm-svn: 108009
14 lines
400 B
Makefile
14 lines
400 B
Makefile
##===- include/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 := ..
|
|
DIRS := lldb
|
|
|
|
include $(LLDB_LEVEL)/Makefile
|