]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/ReaderWriter/MachO/Makefile
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / lib / ReaderWriter / MachO / Makefile
1 ##===- lld/lib/ReaderWriter/MachO/Makefile --------------*- Makefile -*-===##
2 #
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
9
10 LLD_LEVEL := ../../..
11 LIBRARYNAME := lldMachO
12 USEDLIBS = lldCore.a
13
14 include $(LLD_LEVEL)/Makefile