blob: de505891d76ff40f7c293262b27cdecf831c2322 [file] [log] [blame]
##===- source/Host/macosx/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 := ../../..
LIBRARYNAME := lldbHostMacOSX
BUILD_ARCHIVE = 1
SOURCES := $(notdir $(wildcard *.cpp *.mm))
include $(LLDB_LEVEL)/Makefile