]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/linker-script-test/Makefile
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / tools / linker-script-test / Makefile
1 ##===-------------- linker-script-test/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 = linker-script-test
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 = lldReaderWriter.a lldCore.a LLVMSupport.a
23
24 include $(LLD_LEVEL)/Makefile