]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/lld/Makefile
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / tools / lld / Makefile
1 ##===------- lld/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
12 TOOLNAME = lld
13
14 # No plugins, optimize startup time.
15 TOOL_NO_EXPORTS = 1
16
17 #include /Makefile.config
18 LEVEL := $(LLD_LEVEL)/../..
19 include $(LEVEL)/Makefile.config
20
21 LINK_COMPONENTS := $(TARGETS_TO_BUILD)
22 USEDLIBS = lldDriver.a lldConfig.a \
23            lldELF.a lldMachO.a lldPECOFF.a lldYAML.a \
24            lldReaderWriter.a lldCore.a lldNative.a \
25            lldHexagonELFTarget.a lldMipsELFTarget.a \
26            lldX86ELFTarget.a lldExampleSubTarget.a lldX86_64ELFTarget.a \
27            lldAArch64ELFTarget.a lldARMELFTarget.a \
28            LLVMOption.a
29
30 include $(LLD_LEVEL)/Makefile