aboutsummaryrefslogtreecommitdiff
path: root/lib/ReaderWriter/MachO/Makefile
blob: 1acd578ba9d341b370d001577e5cfaefc83901a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##===- lld/lib/ReaderWriter/MachO/Makefile --------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

LLD_LEVEL := ../../..
LIBRARYNAME := lldMachO
USEDLIBS = lldCore.a

include $(LLD_LEVEL)/Makefile