1 # $NetBSD: Makefile,v 1.7 2015/01/29 20:41:37 joerg Exp $
7 .PATH
: ${LLD_SRCDIR}/lib
/Driver
9 SRCS
+= CoreDriver.
cpp \
12 DarwinInputGraph.
cpp \
17 WinLinkInputGraph.
cpp \
20 TABLEGEN_SRC
= CoreOptions.td DarwinLdOptions.td GnuLdOptions.td \
21 UniversalDriverOptions.td WinLinkOptions.td
23 TABLEGEN_OUTPUT.UniversalDriverOptions.td
= \
24 UniversalDriverOptions.inc|
-gen-opt-parser-defs
25 TABLEGEN_OUTPUT.CoreOptions.td
= \
26 CoreOptions.inc|
-gen-opt-parser-defs
27 TABLEGEN_OUTPUT.DarwinLdOptions.td
= \
28 DarwinLdOptions.inc|
-gen-opt-parser-defs
29 TABLEGEN_OUTPUT.GnuLdOptions.td
= \
30 GnuLdOptions.inc|
-gen-opt-parser-defs
31 TABLEGEN_OUTPUT.WinLinkOptions.td
= \
32 WinLinkOptions.inc|
-gen-opt-parser-defs
34 .
include "${.PARSEDIR}/../../tablegen.mk"
37 .
include <bsd.hostlib.mk
>