META MODE: Update dependencies with 'the-lot' and add missing directories.
This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
3ed6ae6012
commit
fe1ef27d4a
@ -19,6 +19,7 @@ DIRDEPS = \
|
|||||||
lib/libmd \
|
lib/libmd \
|
||||||
lib/libthr \
|
lib/libthr \
|
||||||
lib/libutil \
|
lib/libutil \
|
||||||
|
lib/libz \
|
||||||
lib/msun \
|
lib/msun \
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@ DIRDEPS = \
|
|||||||
lib/libsbuf \
|
lib/libsbuf \
|
||||||
lib/libthr \
|
lib/libthr \
|
||||||
lib/libutil \
|
lib/libutil \
|
||||||
|
lib/libz \
|
||||||
lib/msun \
|
lib/msun \
|
||||||
|
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@ DIRDEPS = \
|
|||||||
lib/libsbuf \
|
lib/libsbuf \
|
||||||
lib/libthr \
|
lib/libthr \
|
||||||
lib/libutil \
|
lib/libutil \
|
||||||
|
lib/libz \
|
||||||
lib/msun \
|
lib/msun \
|
||||||
|
|
||||||
|
|
||||||
|
11
etc/Makefile.depend
Normal file
11
etc/Makefile.depend
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
11
etc/newsyslog.conf.d/Makefile.depend
Normal file
11
etc/newsyslog.conf.d/Makefile.depend
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
@ -2,11 +2,13 @@
|
|||||||
# Autogenerated - do NOT edit!
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
DIRDEPS = \
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
gnu/lib/libgcc \
|
gnu/lib/libgcc \
|
||||||
include \
|
include \
|
||||||
include/xlocale \
|
include/xlocale \
|
||||||
lib/${CSU_DIR} \
|
lib/${CSU_DIR} \
|
||||||
lib/libc \
|
lib/libc \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
|
||||||
|
|
||||||
.include <dirdeps.mk>
|
.include <dirdeps.mk>
|
||||||
|
@ -2,20 +2,18 @@
|
|||||||
# Autogenerated - do NOT edit!
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
DIRDEPS = \
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
gnu/lib/libgcc \
|
gnu/lib/libgcc \
|
||||||
gnu/lib/libregex \
|
gnu/lib/libregex \
|
||||||
include \
|
include \
|
||||||
include/xlocale \
|
include/xlocale \
|
||||||
lib/${CSU_DIR} \
|
lib/${CSU_DIR} \
|
||||||
lib/libc \
|
lib/libc \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
|
||||||
|
|
||||||
.include <dirdeps.mk>
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
context.o: context.c
|
|
||||||
context.po: context.c
|
|
||||||
diff.o: diff.c
|
|
||||||
diff.po: diff.c
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -2,11 +2,14 @@
|
|||||||
# Autogenerated - do NOT edit!
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
DIRDEPS = \
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
gnu/lib/libgcc \
|
gnu/lib/libgcc \
|
||||||
include \
|
include \
|
||||||
include/xlocale \
|
include/xlocale \
|
||||||
lib/${CSU_DIR} \
|
lib/${CSU_DIR} \
|
||||||
lib/libc \
|
lib/libc \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
usr.bin/yacc.host \
|
||||||
|
|
||||||
|
|
||||||
.include <dirdeps.mk>
|
.include <dirdeps.mk>
|
||||||
@ -19,6 +22,6 @@ dtc-lexer.lex.po: dtc-lexer.lex.c
|
|||||||
dtc-lexer.lex.po: dtc-parser.tab.h
|
dtc-lexer.lex.po: dtc-parser.tab.h
|
||||||
dtc-parser.tab.o: dtc-parser.tab.c
|
dtc-parser.tab.o: dtc-parser.tab.c
|
||||||
dtc-parser.tab.po: dtc-parser.tab.c
|
dtc-parser.tab.po: dtc-parser.tab.c
|
||||||
dtc.o: version_gen.h
|
util.o: version_gen.h
|
||||||
dtc.po: version_gen.h
|
util.po: version_gen.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -2,12 +2,15 @@
|
|||||||
# Autogenerated - do NOT edit!
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
DIRDEPS = \
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
gnu/lib/libgcc \
|
gnu/lib/libgcc \
|
||||||
gnu/lib/libstdc++ \
|
|
||||||
include \
|
include \
|
||||||
include/xlocale \
|
include/xlocale \
|
||||||
lib/${CSU_DIR} \
|
lib/${CSU_DIR} \
|
||||||
lib/libc \
|
lib/libc \
|
||||||
|
lib/libc++ \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
lib/libcxxrt \
|
||||||
lib/msun \
|
lib/msun \
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# Autogenerated - do NOT edit!
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
DIRDEPS = \
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
gnu/lib/libgcc \
|
gnu/lib/libgcc \
|
||||||
gnu/lib/libregex \
|
gnu/lib/libregex \
|
||||||
include \
|
include \
|
||||||
@ -9,6 +10,7 @@ DIRDEPS = \
|
|||||||
lib/${CSU_DIR} \
|
lib/${CSU_DIR} \
|
||||||
lib/libbz2 \
|
lib/libbz2 \
|
||||||
lib/libc \
|
lib/libc \
|
||||||
|
lib/libcompiler_rt \
|
||||||
lib/libz \
|
lib/libz \
|
||||||
|
|
||||||
|
|
||||||
|
@ -169,12 +169,6 @@ ThreadSafetyCommon.po: Attrs.inc.h
|
|||||||
ThreadSafetyCommon.po: DeclNodes.inc.h
|
ThreadSafetyCommon.po: DeclNodes.inc.h
|
||||||
ThreadSafetyCommon.po: DiagnosticCommonKinds.inc.h
|
ThreadSafetyCommon.po: DiagnosticCommonKinds.inc.h
|
||||||
ThreadSafetyCommon.po: StmtNodes.inc.h
|
ThreadSafetyCommon.po: StmtNodes.inc.h
|
||||||
ThreadSafetyLogical.o: DeclNodes.inc.h
|
|
||||||
ThreadSafetyLogical.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ThreadSafetyLogical.o: StmtNodes.inc.h
|
|
||||||
ThreadSafetyLogical.po: DeclNodes.inc.h
|
|
||||||
ThreadSafetyLogical.po: DiagnosticCommonKinds.inc.h
|
|
||||||
ThreadSafetyLogical.po: StmtNodes.inc.h
|
|
||||||
ThreadSafetyTIL.o: DeclNodes.inc.h
|
ThreadSafetyTIL.o: DeclNodes.inc.h
|
||||||
ThreadSafetyTIL.o: DiagnosticCommonKinds.inc.h
|
ThreadSafetyTIL.o: DiagnosticCommonKinds.inc.h
|
||||||
ThreadSafetyTIL.o: StmtNodes.inc.h
|
ThreadSafetyTIL.o: StmtNodes.inc.h
|
||||||
|
@ -611,12 +611,14 @@ VTableBuilder.o: AttrList.inc.h
|
|||||||
VTableBuilder.o: Attrs.inc.h
|
VTableBuilder.o: Attrs.inc.h
|
||||||
VTableBuilder.o: CommentCommandList.inc.h
|
VTableBuilder.o: CommentCommandList.inc.h
|
||||||
VTableBuilder.o: DeclNodes.inc.h
|
VTableBuilder.o: DeclNodes.inc.h
|
||||||
|
VTableBuilder.o: DiagnosticASTKinds.inc.h
|
||||||
VTableBuilder.o: DiagnosticCommonKinds.inc.h
|
VTableBuilder.o: DiagnosticCommonKinds.inc.h
|
||||||
VTableBuilder.o: StmtNodes.inc.h
|
VTableBuilder.o: StmtNodes.inc.h
|
||||||
VTableBuilder.po: AttrList.inc.h
|
VTableBuilder.po: AttrList.inc.h
|
||||||
VTableBuilder.po: Attrs.inc.h
|
VTableBuilder.po: Attrs.inc.h
|
||||||
VTableBuilder.po: CommentCommandList.inc.h
|
VTableBuilder.po: CommentCommandList.inc.h
|
||||||
VTableBuilder.po: DeclNodes.inc.h
|
VTableBuilder.po: DeclNodes.inc.h
|
||||||
|
VTableBuilder.po: DiagnosticASTKinds.inc.h
|
||||||
VTableBuilder.po: DiagnosticCommonKinds.inc.h
|
VTableBuilder.po: DiagnosticCommonKinds.inc.h
|
||||||
VTableBuilder.po: StmtNodes.inc.h
|
VTableBuilder.po: StmtNodes.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
DIRDEPS = \
|
DIRDEPS = \
|
||||||
include \
|
include \
|
||||||
include/xlocale \
|
include/xlocale \
|
||||||
lib/clang/include.host \
|
|
||||||
lib/libc++ \
|
lib/libc++ \
|
||||||
lib/msun \
|
lib/msun \
|
||||||
usr.bin/clang/clang-tblgen.host \
|
usr.bin/clang/clang-tblgen.host \
|
||||||
|
@ -16,8 +16,10 @@ DIRDEPS = \
|
|||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
BackendUtil.o: DiagnosticCommonKinds.inc.h
|
BackendUtil.o: DiagnosticCommonKinds.inc.h
|
||||||
BackendUtil.o: DiagnosticFrontendKinds.inc.h
|
BackendUtil.o: DiagnosticFrontendKinds.inc.h
|
||||||
|
BackendUtil.o: Intrinsics.inc.h
|
||||||
BackendUtil.po: DiagnosticCommonKinds.inc.h
|
BackendUtil.po: DiagnosticCommonKinds.inc.h
|
||||||
BackendUtil.po: DiagnosticFrontendKinds.inc.h
|
BackendUtil.po: DiagnosticFrontendKinds.inc.h
|
||||||
|
BackendUtil.po: Intrinsics.inc.h
|
||||||
CGAtomic.o: AttrList.inc.h
|
CGAtomic.o: AttrList.inc.h
|
||||||
CGAtomic.o: Attrs.inc.h
|
CGAtomic.o: Attrs.inc.h
|
||||||
CGAtomic.o: CommentCommandList.inc.h
|
CGAtomic.o: CommentCommandList.inc.h
|
||||||
@ -127,6 +129,7 @@ CGClass.o: Attrs.inc.h
|
|||||||
CGClass.o: CommentCommandList.inc.h
|
CGClass.o: CommentCommandList.inc.h
|
||||||
CGClass.o: DeclNodes.inc.h
|
CGClass.o: DeclNodes.inc.h
|
||||||
CGClass.o: DiagnosticCommonKinds.inc.h
|
CGClass.o: DiagnosticCommonKinds.inc.h
|
||||||
|
CGClass.o: Intrinsics.inc.h
|
||||||
CGClass.o: StmtNodes.inc.h
|
CGClass.o: StmtNodes.inc.h
|
||||||
CGClass.o: arm_neon.inc.h
|
CGClass.o: arm_neon.inc.h
|
||||||
CGClass.po: AttrList.inc.h
|
CGClass.po: AttrList.inc.h
|
||||||
@ -134,6 +137,7 @@ CGClass.po: Attrs.inc.h
|
|||||||
CGClass.po: CommentCommandList.inc.h
|
CGClass.po: CommentCommandList.inc.h
|
||||||
CGClass.po: DeclNodes.inc.h
|
CGClass.po: DeclNodes.inc.h
|
||||||
CGClass.po: DiagnosticCommonKinds.inc.h
|
CGClass.po: DiagnosticCommonKinds.inc.h
|
||||||
|
CGClass.po: Intrinsics.inc.h
|
||||||
CGClass.po: StmtNodes.inc.h
|
CGClass.po: StmtNodes.inc.h
|
||||||
CGClass.po: arm_neon.inc.h
|
CGClass.po: arm_neon.inc.h
|
||||||
CGCleanup.o: AttrList.inc.h
|
CGCleanup.o: AttrList.inc.h
|
||||||
@ -197,6 +201,7 @@ CGException.o: DeclNodes.inc.h
|
|||||||
CGException.o: DiagnosticCommonKinds.inc.h
|
CGException.o: DiagnosticCommonKinds.inc.h
|
||||||
CGException.o: Intrinsics.inc.h
|
CGException.o: Intrinsics.inc.h
|
||||||
CGException.o: StmtNodes.inc.h
|
CGException.o: StmtNodes.inc.h
|
||||||
|
CGException.o: arm_neon.inc.h
|
||||||
CGException.po: AttrList.inc.h
|
CGException.po: AttrList.inc.h
|
||||||
CGException.po: Attrs.inc.h
|
CGException.po: Attrs.inc.h
|
||||||
CGException.po: CommentCommandList.inc.h
|
CGException.po: CommentCommandList.inc.h
|
||||||
@ -204,6 +209,7 @@ CGException.po: DeclNodes.inc.h
|
|||||||
CGException.po: DiagnosticCommonKinds.inc.h
|
CGException.po: DiagnosticCommonKinds.inc.h
|
||||||
CGException.po: Intrinsics.inc.h
|
CGException.po: Intrinsics.inc.h
|
||||||
CGException.po: StmtNodes.inc.h
|
CGException.po: StmtNodes.inc.h
|
||||||
|
CGException.po: arm_neon.inc.h
|
||||||
CGExpr.o: AttrList.inc.h
|
CGExpr.o: AttrList.inc.h
|
||||||
CGExpr.o: Attrs.inc.h
|
CGExpr.o: Attrs.inc.h
|
||||||
CGExpr.o: CommentCommandList.inc.h
|
CGExpr.o: CommentCommandList.inc.h
|
||||||
@ -284,6 +290,18 @@ CGExprScalar.po: DeclNodes.inc.h
|
|||||||
CGExprScalar.po: DiagnosticCommonKinds.inc.h
|
CGExprScalar.po: DiagnosticCommonKinds.inc.h
|
||||||
CGExprScalar.po: Intrinsics.inc.h
|
CGExprScalar.po: Intrinsics.inc.h
|
||||||
CGExprScalar.po: StmtNodes.inc.h
|
CGExprScalar.po: StmtNodes.inc.h
|
||||||
|
CGLoopInfo.o: AttrList.inc.h
|
||||||
|
CGLoopInfo.o: AttrParsedAttrList.inc.h
|
||||||
|
CGLoopInfo.o: Attrs.inc.h
|
||||||
|
CGLoopInfo.o: DeclNodes.inc.h
|
||||||
|
CGLoopInfo.o: DiagnosticCommonKinds.inc.h
|
||||||
|
CGLoopInfo.o: StmtNodes.inc.h
|
||||||
|
CGLoopInfo.po: AttrList.inc.h
|
||||||
|
CGLoopInfo.po: AttrParsedAttrList.inc.h
|
||||||
|
CGLoopInfo.po: Attrs.inc.h
|
||||||
|
CGLoopInfo.po: DeclNodes.inc.h
|
||||||
|
CGLoopInfo.po: DiagnosticCommonKinds.inc.h
|
||||||
|
CGLoopInfo.po: StmtNodes.inc.h
|
||||||
CGObjC.o: AttrList.inc.h
|
CGObjC.o: AttrList.inc.h
|
||||||
CGObjC.o: Attrs.inc.h
|
CGObjC.o: Attrs.inc.h
|
||||||
CGObjC.o: CommentCommandList.inc.h
|
CGObjC.o: CommentCommandList.inc.h
|
||||||
@ -555,12 +573,14 @@ MicrosoftCXXABI.o: Attrs.inc.h
|
|||||||
MicrosoftCXXABI.o: CommentCommandList.inc.h
|
MicrosoftCXXABI.o: CommentCommandList.inc.h
|
||||||
MicrosoftCXXABI.o: DeclNodes.inc.h
|
MicrosoftCXXABI.o: DeclNodes.inc.h
|
||||||
MicrosoftCXXABI.o: DiagnosticCommonKinds.inc.h
|
MicrosoftCXXABI.o: DiagnosticCommonKinds.inc.h
|
||||||
|
MicrosoftCXXABI.o: Intrinsics.inc.h
|
||||||
MicrosoftCXXABI.o: StmtNodes.inc.h
|
MicrosoftCXXABI.o: StmtNodes.inc.h
|
||||||
MicrosoftCXXABI.po: AttrList.inc.h
|
MicrosoftCXXABI.po: AttrList.inc.h
|
||||||
MicrosoftCXXABI.po: Attrs.inc.h
|
MicrosoftCXXABI.po: Attrs.inc.h
|
||||||
MicrosoftCXXABI.po: CommentCommandList.inc.h
|
MicrosoftCXXABI.po: CommentCommandList.inc.h
|
||||||
MicrosoftCXXABI.po: DeclNodes.inc.h
|
MicrosoftCXXABI.po: DeclNodes.inc.h
|
||||||
MicrosoftCXXABI.po: DiagnosticCommonKinds.inc.h
|
MicrosoftCXXABI.po: DiagnosticCommonKinds.inc.h
|
||||||
|
MicrosoftCXXABI.po: Intrinsics.inc.h
|
||||||
MicrosoftCXXABI.po: StmtNodes.inc.h
|
MicrosoftCXXABI.po: StmtNodes.inc.h
|
||||||
ModuleBuilder.o: AttrList.inc.h
|
ModuleBuilder.o: AttrList.inc.h
|
||||||
ModuleBuilder.o: Attrs.inc.h
|
ModuleBuilder.o: Attrs.inc.h
|
||||||
@ -574,6 +594,20 @@ ModuleBuilder.po: CommentCommandList.inc.h
|
|||||||
ModuleBuilder.po: DeclNodes.inc.h
|
ModuleBuilder.po: DeclNodes.inc.h
|
||||||
ModuleBuilder.po: DiagnosticCommonKinds.inc.h
|
ModuleBuilder.po: DiagnosticCommonKinds.inc.h
|
||||||
ModuleBuilder.po: StmtNodes.inc.h
|
ModuleBuilder.po: StmtNodes.inc.h
|
||||||
|
ObjectFilePCHContainerOperations.o: AttrList.inc.h
|
||||||
|
ObjectFilePCHContainerOperations.o: AttrVisitor.inc.h
|
||||||
|
ObjectFilePCHContainerOperations.o: Attrs.inc.h
|
||||||
|
ObjectFilePCHContainerOperations.o: CommentCommandList.inc.h
|
||||||
|
ObjectFilePCHContainerOperations.o: DeclNodes.inc.h
|
||||||
|
ObjectFilePCHContainerOperations.o: DiagnosticCommonKinds.inc.h
|
||||||
|
ObjectFilePCHContainerOperations.o: StmtNodes.inc.h
|
||||||
|
ObjectFilePCHContainerOperations.po: AttrList.inc.h
|
||||||
|
ObjectFilePCHContainerOperations.po: AttrVisitor.inc.h
|
||||||
|
ObjectFilePCHContainerOperations.po: Attrs.inc.h
|
||||||
|
ObjectFilePCHContainerOperations.po: CommentCommandList.inc.h
|
||||||
|
ObjectFilePCHContainerOperations.po: DeclNodes.inc.h
|
||||||
|
ObjectFilePCHContainerOperations.po: DiagnosticCommonKinds.inc.h
|
||||||
|
ObjectFilePCHContainerOperations.po: StmtNodes.inc.h
|
||||||
SanitizerMetadata.o: AttrList.inc.h
|
SanitizerMetadata.o: AttrList.inc.h
|
||||||
SanitizerMetadata.o: Attrs.inc.h
|
SanitizerMetadata.o: Attrs.inc.h
|
||||||
SanitizerMetadata.o: CommentCommandList.inc.h
|
SanitizerMetadata.o: CommentCommandList.inc.h
|
||||||
|
@ -42,6 +42,10 @@ MSVCToolChain.o: Options.inc.h
|
|||||||
MSVCToolChain.po: DiagnosticCommonKinds.inc.h
|
MSVCToolChain.po: DiagnosticCommonKinds.inc.h
|
||||||
MSVCToolChain.po: DiagnosticDriverKinds.inc.h
|
MSVCToolChain.po: DiagnosticDriverKinds.inc.h
|
||||||
MSVCToolChain.po: Options.inc.h
|
MSVCToolChain.po: Options.inc.h
|
||||||
|
MinGWToolChain.o: DiagnosticCommonKinds.inc.h
|
||||||
|
MinGWToolChain.o: Options.inc.h
|
||||||
|
MinGWToolChain.po: DiagnosticCommonKinds.inc.h
|
||||||
|
MinGWToolChain.po: Options.inc.h
|
||||||
Multilib.o: Options.inc.h
|
Multilib.o: Options.inc.h
|
||||||
Multilib.po: Options.inc.h
|
Multilib.po: Options.inc.h
|
||||||
SanitizerArgs.o: DiagnosticCommonKinds.inc.h
|
SanitizerArgs.o: DiagnosticCommonKinds.inc.h
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
DIRDEPS = \
|
DIRDEPS = \
|
||||||
include \
|
include \
|
||||||
include/xlocale \
|
include/xlocale \
|
||||||
lib/clang/include.host \
|
|
||||||
lib/libc++ \
|
lib/libc++ \
|
||||||
lib/msun \
|
lib/msun \
|
||||||
usr.bin/clang/clang-tblgen.host \
|
usr.bin/clang/clang-tblgen.host \
|
||||||
|
@ -128,6 +128,7 @@ ParseInit.po: StmtNodes.inc.h
|
|||||||
ParseObjc.o: AttrList.inc.h
|
ParseObjc.o: AttrList.inc.h
|
||||||
ParseObjc.o: AttrParsedAttrList.inc.h
|
ParseObjc.o: AttrParsedAttrList.inc.h
|
||||||
ParseObjc.o: Attrs.inc.h
|
ParseObjc.o: Attrs.inc.h
|
||||||
|
ParseObjc.o: CommentCommandList.inc.h
|
||||||
ParseObjc.o: DeclNodes.inc.h
|
ParseObjc.o: DeclNodes.inc.h
|
||||||
ParseObjc.o: DiagnosticCommonKinds.inc.h
|
ParseObjc.o: DiagnosticCommonKinds.inc.h
|
||||||
ParseObjc.o: DiagnosticParseKinds.inc.h
|
ParseObjc.o: DiagnosticParseKinds.inc.h
|
||||||
@ -135,6 +136,7 @@ ParseObjc.o: StmtNodes.inc.h
|
|||||||
ParseObjc.po: AttrList.inc.h
|
ParseObjc.po: AttrList.inc.h
|
||||||
ParseObjc.po: AttrParsedAttrList.inc.h
|
ParseObjc.po: AttrParsedAttrList.inc.h
|
||||||
ParseObjc.po: Attrs.inc.h
|
ParseObjc.po: Attrs.inc.h
|
||||||
|
ParseObjc.po: CommentCommandList.inc.h
|
||||||
ParseObjc.po: DeclNodes.inc.h
|
ParseObjc.po: DeclNodes.inc.h
|
||||||
ParseObjc.po: DiagnosticCommonKinds.inc.h
|
ParseObjc.po: DiagnosticCommonKinds.inc.h
|
||||||
ParseObjc.po: DiagnosticParseKinds.inc.h
|
ParseObjc.po: DiagnosticParseKinds.inc.h
|
||||||
@ -206,6 +208,7 @@ ParseStmtAsm.po: StmtNodes.inc.h
|
|||||||
ParseTemplate.o: AttrList.inc.h
|
ParseTemplate.o: AttrList.inc.h
|
||||||
ParseTemplate.o: AttrParsedAttrList.inc.h
|
ParseTemplate.o: AttrParsedAttrList.inc.h
|
||||||
ParseTemplate.o: Attrs.inc.h
|
ParseTemplate.o: Attrs.inc.h
|
||||||
|
ParseTemplate.o: CommentCommandList.inc.h
|
||||||
ParseTemplate.o: DeclNodes.inc.h
|
ParseTemplate.o: DeclNodes.inc.h
|
||||||
ParseTemplate.o: DiagnosticCommonKinds.inc.h
|
ParseTemplate.o: DiagnosticCommonKinds.inc.h
|
||||||
ParseTemplate.o: DiagnosticParseKinds.inc.h
|
ParseTemplate.o: DiagnosticParseKinds.inc.h
|
||||||
@ -213,6 +216,7 @@ ParseTemplate.o: StmtNodes.inc.h
|
|||||||
ParseTemplate.po: AttrList.inc.h
|
ParseTemplate.po: AttrList.inc.h
|
||||||
ParseTemplate.po: AttrParsedAttrList.inc.h
|
ParseTemplate.po: AttrParsedAttrList.inc.h
|
||||||
ParseTemplate.po: Attrs.inc.h
|
ParseTemplate.po: Attrs.inc.h
|
||||||
|
ParseTemplate.po: CommentCommandList.inc.h
|
||||||
ParseTemplate.po: DeclNodes.inc.h
|
ParseTemplate.po: DeclNodes.inc.h
|
||||||
ParseTemplate.po: DiagnosticCommonKinds.inc.h
|
ParseTemplate.po: DiagnosticCommonKinds.inc.h
|
||||||
ParseTemplate.po: DiagnosticParseKinds.inc.h
|
ParseTemplate.po: DiagnosticParseKinds.inc.h
|
||||||
|
@ -175,16 +175,6 @@ CheckSizeofPointer.po: CommentCommandList.inc.h
|
|||||||
CheckSizeofPointer.po: DeclNodes.inc.h
|
CheckSizeofPointer.po: DeclNodes.inc.h
|
||||||
CheckSizeofPointer.po: DiagnosticCommonKinds.inc.h
|
CheckSizeofPointer.po: DiagnosticCommonKinds.inc.h
|
||||||
CheckSizeofPointer.po: StmtNodes.inc.h
|
CheckSizeofPointer.po: StmtNodes.inc.h
|
||||||
CheckerDocumentation.o: Checkers.inc.h
|
|
||||||
CheckerDocumentation.o: CommentCommandList.inc.h
|
|
||||||
CheckerDocumentation.o: DeclNodes.inc.h
|
|
||||||
CheckerDocumentation.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CheckerDocumentation.o: StmtNodes.inc.h
|
|
||||||
CheckerDocumentation.po: Checkers.inc.h
|
|
||||||
CheckerDocumentation.po: CommentCommandList.inc.h
|
|
||||||
CheckerDocumentation.po: DeclNodes.inc.h
|
|
||||||
CheckerDocumentation.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CheckerDocumentation.po: StmtNodes.inc.h
|
|
||||||
ChrootChecker.o: Checkers.inc.h
|
ChrootChecker.o: Checkers.inc.h
|
||||||
ChrootChecker.o: CommentCommandList.inc.h
|
ChrootChecker.o: CommentCommandList.inc.h
|
||||||
ChrootChecker.o: DeclNodes.inc.h
|
ChrootChecker.o: DeclNodes.inc.h
|
||||||
|
@ -21,6 +21,14 @@ AnalysisManager.po: CommentCommandList.inc.h
|
|||||||
AnalysisManager.po: DeclNodes.inc.h
|
AnalysisManager.po: DeclNodes.inc.h
|
||||||
AnalysisManager.po: DiagnosticCommonKinds.inc.h
|
AnalysisManager.po: DiagnosticCommonKinds.inc.h
|
||||||
AnalysisManager.po: StmtNodes.inc.h
|
AnalysisManager.po: StmtNodes.inc.h
|
||||||
|
AnalyzerOptions.o: CommentCommandList.inc.h
|
||||||
|
AnalyzerOptions.o: DeclNodes.inc.h
|
||||||
|
AnalyzerOptions.o: DiagnosticCommonKinds.inc.h
|
||||||
|
AnalyzerOptions.o: StmtNodes.inc.h
|
||||||
|
AnalyzerOptions.po: CommentCommandList.inc.h
|
||||||
|
AnalyzerOptions.po: DeclNodes.inc.h
|
||||||
|
AnalyzerOptions.po: DiagnosticCommonKinds.inc.h
|
||||||
|
AnalyzerOptions.po: StmtNodes.inc.h
|
||||||
BasicValueFactory.o: CommentCommandList.inc.h
|
BasicValueFactory.o: CommentCommandList.inc.h
|
||||||
BasicValueFactory.o: DeclNodes.inc.h
|
BasicValueFactory.o: DeclNodes.inc.h
|
||||||
BasicValueFactory.o: DiagnosticCommonKinds.inc.h
|
BasicValueFactory.o: DiagnosticCommonKinds.inc.h
|
||||||
@ -98,10 +106,12 @@ CheckerManager.po: StmtNodes.inc.h
|
|||||||
CheckerRegistry.o: CommentCommandList.inc.h
|
CheckerRegistry.o: CommentCommandList.inc.h
|
||||||
CheckerRegistry.o: DeclNodes.inc.h
|
CheckerRegistry.o: DeclNodes.inc.h
|
||||||
CheckerRegistry.o: DiagnosticCommonKinds.inc.h
|
CheckerRegistry.o: DiagnosticCommonKinds.inc.h
|
||||||
|
CheckerRegistry.o: DiagnosticFrontendKinds.inc.h
|
||||||
CheckerRegistry.o: StmtNodes.inc.h
|
CheckerRegistry.o: StmtNodes.inc.h
|
||||||
CheckerRegistry.po: CommentCommandList.inc.h
|
CheckerRegistry.po: CommentCommandList.inc.h
|
||||||
CheckerRegistry.po: DeclNodes.inc.h
|
CheckerRegistry.po: DeclNodes.inc.h
|
||||||
CheckerRegistry.po: DiagnosticCommonKinds.inc.h
|
CheckerRegistry.po: DiagnosticCommonKinds.inc.h
|
||||||
|
CheckerRegistry.po: DiagnosticFrontendKinds.inc.h
|
||||||
CheckerRegistry.po: StmtNodes.inc.h
|
CheckerRegistry.po: StmtNodes.inc.h
|
||||||
ConstraintManager.o: CommentCommandList.inc.h
|
ConstraintManager.o: CommentCommandList.inc.h
|
||||||
ConstraintManager.o: DeclNodes.inc.h
|
ConstraintManager.o: DeclNodes.inc.h
|
||||||
|
@ -5,7 +5,6 @@ DIRDEPS = \
|
|||||||
include \
|
include \
|
||||||
include/xlocale \
|
include/xlocale \
|
||||||
lib/libc++ \
|
lib/libc++ \
|
||||||
lib/msun \
|
|
||||||
usr.bin/clang/clang-tblgen.host \
|
usr.bin/clang/clang-tblgen.host \
|
||||||
|
|
||||||
|
|
||||||
@ -13,16 +12,4 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
lldb.o: AttrList.inc.h
|
|
||||||
lldb.o: Attrs.inc.h
|
|
||||||
lldb.o: CommentCommandList.inc.h
|
|
||||||
lldb.o: DeclNodes.inc.h
|
|
||||||
lldb.o: DiagnosticCommonKinds.inc.h
|
|
||||||
lldb.o: StmtNodes.inc.h
|
|
||||||
lldb.po: AttrList.inc.h
|
|
||||||
lldb.po: Attrs.inc.h
|
|
||||||
lldb.po: CommentCommandList.inc.h
|
|
||||||
lldb.po: DeclNodes.inc.h
|
|
||||||
lldb.po: DiagnosticCommonKinds.inc.h
|
|
||||||
lldb.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,60 +13,10 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
SBAddress.o: CommentCommandList.inc.h
|
|
||||||
SBAddress.o: DeclNodes.inc.h
|
|
||||||
SBAddress.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBAddress.o: StmtNodes.inc.h
|
|
||||||
SBAddress.po: CommentCommandList.inc.h
|
|
||||||
SBAddress.po: DeclNodes.inc.h
|
|
||||||
SBAddress.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBAddress.po: StmtNodes.inc.h
|
|
||||||
SBBlock.o: DiagnosticCommonKinds.inc.h
|
SBBlock.o: DiagnosticCommonKinds.inc.h
|
||||||
SBBlock.po: DiagnosticCommonKinds.inc.h
|
SBBlock.po: DiagnosticCommonKinds.inc.h
|
||||||
SBBreakpoint.o: AttrList.inc.h
|
|
||||||
SBBreakpoint.o: Attrs.inc.h
|
|
||||||
SBBreakpoint.o: CommentCommandList.inc.h
|
|
||||||
SBBreakpoint.o: DeclNodes.inc.h
|
|
||||||
SBBreakpoint.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBBreakpoint.o: StmtNodes.inc.h
|
|
||||||
SBBreakpoint.po: AttrList.inc.h
|
|
||||||
SBBreakpoint.po: Attrs.inc.h
|
|
||||||
SBBreakpoint.po: CommentCommandList.inc.h
|
|
||||||
SBBreakpoint.po: DeclNodes.inc.h
|
|
||||||
SBBreakpoint.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBBreakpoint.po: StmtNodes.inc.h
|
|
||||||
SBBreakpointLocation.o: AttrList.inc.h
|
|
||||||
SBBreakpointLocation.o: Attrs.inc.h
|
|
||||||
SBBreakpointLocation.o: CommentCommandList.inc.h
|
|
||||||
SBBreakpointLocation.o: DeclNodes.inc.h
|
|
||||||
SBBreakpointLocation.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBBreakpointLocation.o: StmtNodes.inc.h
|
|
||||||
SBBreakpointLocation.po: AttrList.inc.h
|
|
||||||
SBBreakpointLocation.po: Attrs.inc.h
|
|
||||||
SBBreakpointLocation.po: CommentCommandList.inc.h
|
|
||||||
SBBreakpointLocation.po: DeclNodes.inc.h
|
|
||||||
SBBreakpointLocation.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBBreakpointLocation.po: StmtNodes.inc.h
|
|
||||||
SBCommandInterpreter.o: AttrList.inc.h
|
|
||||||
SBCommandInterpreter.o: Attrs.inc.h
|
|
||||||
SBCommandInterpreter.o: CommentCommandList.inc.h
|
|
||||||
SBCommandInterpreter.o: DeclNodes.inc.h
|
|
||||||
SBCommandInterpreter.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBCommandInterpreter.o: StmtNodes.inc.h
|
|
||||||
SBCommandInterpreter.po: AttrList.inc.h
|
|
||||||
SBCommandInterpreter.po: Attrs.inc.h
|
|
||||||
SBCommandInterpreter.po: CommentCommandList.inc.h
|
|
||||||
SBCommandInterpreter.po: DeclNodes.inc.h
|
|
||||||
SBCommandInterpreter.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBCommandInterpreter.po: StmtNodes.inc.h
|
|
||||||
SBCompileUnit.o: CommentCommandList.inc.h
|
|
||||||
SBCompileUnit.o: DeclNodes.inc.h
|
|
||||||
SBCompileUnit.o: DiagnosticCommonKinds.inc.h
|
SBCompileUnit.o: DiagnosticCommonKinds.inc.h
|
||||||
SBCompileUnit.o: StmtNodes.inc.h
|
|
||||||
SBCompileUnit.po: CommentCommandList.inc.h
|
|
||||||
SBCompileUnit.po: DeclNodes.inc.h
|
|
||||||
SBCompileUnit.po: DiagnosticCommonKinds.inc.h
|
SBCompileUnit.po: DiagnosticCommonKinds.inc.h
|
||||||
SBCompileUnit.po: StmtNodes.inc.h
|
|
||||||
SBDebugger.o: AttrList.inc.h
|
SBDebugger.o: AttrList.inc.h
|
||||||
SBDebugger.o: Attrs.inc.h
|
SBDebugger.o: Attrs.inc.h
|
||||||
SBDebugger.o: CommentCommandList.inc.h
|
SBDebugger.o: CommentCommandList.inc.h
|
||||||
@ -79,58 +29,12 @@ SBDebugger.po: CommentCommandList.inc.h
|
|||||||
SBDebugger.po: DeclNodes.inc.h
|
SBDebugger.po: DeclNodes.inc.h
|
||||||
SBDebugger.po: DiagnosticCommonKinds.inc.h
|
SBDebugger.po: DiagnosticCommonKinds.inc.h
|
||||||
SBDebugger.po: StmtNodes.inc.h
|
SBDebugger.po: StmtNodes.inc.h
|
||||||
SBEvent.o: AttrList.inc.h
|
|
||||||
SBEvent.o: Attrs.inc.h
|
|
||||||
SBEvent.o: CommentCommandList.inc.h
|
|
||||||
SBEvent.o: DeclNodes.inc.h
|
|
||||||
SBEvent.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBEvent.o: StmtNodes.inc.h
|
|
||||||
SBEvent.po: AttrList.inc.h
|
|
||||||
SBEvent.po: Attrs.inc.h
|
|
||||||
SBEvent.po: CommentCommandList.inc.h
|
|
||||||
SBEvent.po: DeclNodes.inc.h
|
|
||||||
SBEvent.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBEvent.po: StmtNodes.inc.h
|
|
||||||
SBExpressionOptions.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBExpressionOptions.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBFrame.o: DiagnosticCommonKinds.inc.h
|
SBFrame.o: DiagnosticCommonKinds.inc.h
|
||||||
SBFrame.po: DiagnosticCommonKinds.inc.h
|
SBFrame.po: DiagnosticCommonKinds.inc.h
|
||||||
SBFunction.o: CommentCommandList.inc.h
|
|
||||||
SBFunction.o: DeclNodes.inc.h
|
|
||||||
SBFunction.o: DiagnosticCommonKinds.inc.h
|
SBFunction.o: DiagnosticCommonKinds.inc.h
|
||||||
SBFunction.o: StmtNodes.inc.h
|
|
||||||
SBFunction.po: CommentCommandList.inc.h
|
|
||||||
SBFunction.po: DeclNodes.inc.h
|
|
||||||
SBFunction.po: DiagnosticCommonKinds.inc.h
|
SBFunction.po: DiagnosticCommonKinds.inc.h
|
||||||
SBFunction.po: StmtNodes.inc.h
|
SBLanguageRuntime.o: DiagnosticCommonKinds.inc.h
|
||||||
SBInstruction.o: CommentCommandList.inc.h
|
SBLanguageRuntime.po: DiagnosticCommonKinds.inc.h
|
||||||
SBInstruction.o: DeclNodes.inc.h
|
|
||||||
SBInstruction.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBInstruction.o: StmtNodes.inc.h
|
|
||||||
SBInstruction.po: CommentCommandList.inc.h
|
|
||||||
SBInstruction.po: DeclNodes.inc.h
|
|
||||||
SBInstruction.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBInstruction.po: StmtNodes.inc.h
|
|
||||||
SBInstructionList.o: CommentCommandList.inc.h
|
|
||||||
SBInstructionList.o: DeclNodes.inc.h
|
|
||||||
SBInstructionList.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBInstructionList.o: StmtNodes.inc.h
|
|
||||||
SBInstructionList.po: CommentCommandList.inc.h
|
|
||||||
SBInstructionList.po: DeclNodes.inc.h
|
|
||||||
SBInstructionList.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBInstructionList.po: StmtNodes.inc.h
|
|
||||||
SBListener.o: AttrList.inc.h
|
|
||||||
SBListener.o: Attrs.inc.h
|
|
||||||
SBListener.o: CommentCommandList.inc.h
|
|
||||||
SBListener.o: DeclNodes.inc.h
|
|
||||||
SBListener.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBListener.o: StmtNodes.inc.h
|
|
||||||
SBListener.po: AttrList.inc.h
|
|
||||||
SBListener.po: Attrs.inc.h
|
|
||||||
SBListener.po: CommentCommandList.inc.h
|
|
||||||
SBListener.po: DeclNodes.inc.h
|
|
||||||
SBListener.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBListener.po: StmtNodes.inc.h
|
|
||||||
SBModule.o: CommentCommandList.inc.h
|
SBModule.o: CommentCommandList.inc.h
|
||||||
SBModule.o: DeclNodes.inc.h
|
SBModule.o: DeclNodes.inc.h
|
||||||
SBModule.o: DiagnosticCommonKinds.inc.h
|
SBModule.o: DiagnosticCommonKinds.inc.h
|
||||||
@ -139,104 +43,20 @@ SBModule.po: CommentCommandList.inc.h
|
|||||||
SBModule.po: DeclNodes.inc.h
|
SBModule.po: DeclNodes.inc.h
|
||||||
SBModule.po: DiagnosticCommonKinds.inc.h
|
SBModule.po: DiagnosticCommonKinds.inc.h
|
||||||
SBModule.po: StmtNodes.inc.h
|
SBModule.po: StmtNodes.inc.h
|
||||||
SBModuleSpec.o: CommentCommandList.inc.h
|
|
||||||
SBModuleSpec.o: DeclNodes.inc.h
|
|
||||||
SBModuleSpec.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBModuleSpec.o: StmtNodes.inc.h
|
|
||||||
SBModuleSpec.po: CommentCommandList.inc.h
|
|
||||||
SBModuleSpec.po: DeclNodes.inc.h
|
|
||||||
SBModuleSpec.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBModuleSpec.po: StmtNodes.inc.h
|
|
||||||
SBPlatform.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBPlatform.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBProcess.o: AttrList.inc.h
|
|
||||||
SBProcess.o: Attrs.inc.h
|
|
||||||
SBProcess.o: CommentCommandList.inc.h
|
|
||||||
SBProcess.o: DeclNodes.inc.h
|
|
||||||
SBProcess.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBProcess.o: StmtNodes.inc.h
|
|
||||||
SBProcess.po: AttrList.inc.h
|
|
||||||
SBProcess.po: Attrs.inc.h
|
|
||||||
SBProcess.po: CommentCommandList.inc.h
|
|
||||||
SBProcess.po: DeclNodes.inc.h
|
|
||||||
SBProcess.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBProcess.po: StmtNodes.inc.h
|
|
||||||
SBQueue.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBQueue.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBQueueItem.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBQueueItem.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBSection.o: CommentCommandList.inc.h
|
|
||||||
SBSection.o: DeclNodes.inc.h
|
|
||||||
SBSection.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBSection.o: StmtNodes.inc.h
|
|
||||||
SBSection.po: CommentCommandList.inc.h
|
|
||||||
SBSection.po: DeclNodes.inc.h
|
|
||||||
SBSection.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBSection.po: StmtNodes.inc.h
|
|
||||||
SBSourceManager.o: AttrList.inc.h
|
|
||||||
SBSourceManager.o: Attrs.inc.h
|
|
||||||
SBSourceManager.o: CommentCommandList.inc.h
|
|
||||||
SBSourceManager.o: DeclNodes.inc.h
|
|
||||||
SBSourceManager.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBSourceManager.o: StmtNodes.inc.h
|
|
||||||
SBSourceManager.po: AttrList.inc.h
|
|
||||||
SBSourceManager.po: Attrs.inc.h
|
|
||||||
SBSourceManager.po: CommentCommandList.inc.h
|
|
||||||
SBSourceManager.po: DeclNodes.inc.h
|
|
||||||
SBSourceManager.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBSourceManager.po: StmtNodes.inc.h
|
|
||||||
SBSymbol.o: CommentCommandList.inc.h
|
|
||||||
SBSymbol.o: DeclNodes.inc.h
|
|
||||||
SBSymbol.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBSymbol.o: StmtNodes.inc.h
|
|
||||||
SBSymbol.po: CommentCommandList.inc.h
|
|
||||||
SBSymbol.po: DeclNodes.inc.h
|
|
||||||
SBSymbol.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBSymbol.po: StmtNodes.inc.h
|
|
||||||
SBSymbolContext.o: CommentCommandList.inc.h
|
|
||||||
SBSymbolContext.o: DeclNodes.inc.h
|
|
||||||
SBSymbolContext.o: DiagnosticCommonKinds.inc.h
|
SBSymbolContext.o: DiagnosticCommonKinds.inc.h
|
||||||
SBSymbolContext.o: StmtNodes.inc.h
|
|
||||||
SBSymbolContext.po: CommentCommandList.inc.h
|
|
||||||
SBSymbolContext.po: DeclNodes.inc.h
|
|
||||||
SBSymbolContext.po: DiagnosticCommonKinds.inc.h
|
SBSymbolContext.po: DiagnosticCommonKinds.inc.h
|
||||||
SBSymbolContext.po: StmtNodes.inc.h
|
|
||||||
SBTarget.o: AttrList.inc.h
|
|
||||||
SBTarget.o: Attrs.inc.h
|
|
||||||
SBTarget.o: CommentCommandList.inc.h
|
SBTarget.o: CommentCommandList.inc.h
|
||||||
SBTarget.o: DeclNodes.inc.h
|
SBTarget.o: DeclNodes.inc.h
|
||||||
SBTarget.o: DiagnosticCommonKinds.inc.h
|
SBTarget.o: DiagnosticCommonKinds.inc.h
|
||||||
SBTarget.o: StmtNodes.inc.h
|
SBTarget.o: StmtNodes.inc.h
|
||||||
SBTarget.po: AttrList.inc.h
|
|
||||||
SBTarget.po: Attrs.inc.h
|
|
||||||
SBTarget.po: CommentCommandList.inc.h
|
SBTarget.po: CommentCommandList.inc.h
|
||||||
SBTarget.po: DeclNodes.inc.h
|
SBTarget.po: DeclNodes.inc.h
|
||||||
SBTarget.po: DiagnosticCommonKinds.inc.h
|
SBTarget.po: DiagnosticCommonKinds.inc.h
|
||||||
SBTarget.po: StmtNodes.inc.h
|
SBTarget.po: StmtNodes.inc.h
|
||||||
SBThread.o: AttrList.inc.h
|
|
||||||
SBThread.o: Attrs.inc.h
|
|
||||||
SBThread.o: CommentCommandList.inc.h
|
|
||||||
SBThread.o: DeclNodes.inc.h
|
|
||||||
SBThread.o: DiagnosticCommonKinds.inc.h
|
SBThread.o: DiagnosticCommonKinds.inc.h
|
||||||
SBThread.o: StmtNodes.inc.h
|
|
||||||
SBThread.po: AttrList.inc.h
|
|
||||||
SBThread.po: Attrs.inc.h
|
|
||||||
SBThread.po: CommentCommandList.inc.h
|
|
||||||
SBThread.po: DeclNodes.inc.h
|
|
||||||
SBThread.po: DiagnosticCommonKinds.inc.h
|
SBThread.po: DiagnosticCommonKinds.inc.h
|
||||||
SBThread.po: StmtNodes.inc.h
|
|
||||||
SBThreadPlan.o: AttrList.inc.h
|
|
||||||
SBThreadPlan.o: Attrs.inc.h
|
|
||||||
SBThreadPlan.o: CommentCommandList.inc.h
|
|
||||||
SBThreadPlan.o: DeclNodes.inc.h
|
|
||||||
SBThreadPlan.o: DiagnosticCommonKinds.inc.h
|
SBThreadPlan.o: DiagnosticCommonKinds.inc.h
|
||||||
SBThreadPlan.o: StmtNodes.inc.h
|
|
||||||
SBThreadPlan.po: AttrList.inc.h
|
|
||||||
SBThreadPlan.po: Attrs.inc.h
|
|
||||||
SBThreadPlan.po: CommentCommandList.inc.h
|
|
||||||
SBThreadPlan.po: DeclNodes.inc.h
|
|
||||||
SBThreadPlan.po: DiagnosticCommonKinds.inc.h
|
SBThreadPlan.po: DiagnosticCommonKinds.inc.h
|
||||||
SBThreadPlan.po: StmtNodes.inc.h
|
|
||||||
SBType.o: CommentCommandList.inc.h
|
SBType.o: CommentCommandList.inc.h
|
||||||
SBType.o: DeclNodes.inc.h
|
SBType.o: DeclNodes.inc.h
|
||||||
SBType.o: DiagnosticCommonKinds.inc.h
|
SBType.o: DiagnosticCommonKinds.inc.h
|
||||||
@ -319,8 +139,6 @@ SBTypeSynthetic.po: CommentCommandList.inc.h
|
|||||||
SBTypeSynthetic.po: DeclNodes.inc.h
|
SBTypeSynthetic.po: DeclNodes.inc.h
|
||||||
SBTypeSynthetic.po: DiagnosticCommonKinds.inc.h
|
SBTypeSynthetic.po: DiagnosticCommonKinds.inc.h
|
||||||
SBTypeSynthetic.po: StmtNodes.inc.h
|
SBTypeSynthetic.po: StmtNodes.inc.h
|
||||||
SBUnixSignals.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SBUnixSignals.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SBValue.o: AttrList.inc.h
|
SBValue.o: AttrList.inc.h
|
||||||
SBValue.o: Attrs.inc.h
|
SBValue.o: Attrs.inc.h
|
||||||
SBValue.o: CommentCommandList.inc.h
|
SBValue.o: CommentCommandList.inc.h
|
||||||
@ -335,4 +153,12 @@ SBValue.po: DiagnosticCommonKinds.inc.h
|
|||||||
SBValue.po: StmtNodes.inc.h
|
SBValue.po: StmtNodes.inc.h
|
||||||
SBWatchpoint.o: DiagnosticCommonKinds.inc.h
|
SBWatchpoint.o: DiagnosticCommonKinds.inc.h
|
||||||
SBWatchpoint.po: DiagnosticCommonKinds.inc.h
|
SBWatchpoint.po: DiagnosticCommonKinds.inc.h
|
||||||
|
SystemInitializerFull.o: CommentCommandList.inc.h
|
||||||
|
SystemInitializerFull.o: DeclNodes.inc.h
|
||||||
|
SystemInitializerFull.o: DiagnosticCommonKinds.inc.h
|
||||||
|
SystemInitializerFull.o: StmtNodes.inc.h
|
||||||
|
SystemInitializerFull.po: CommentCommandList.inc.h
|
||||||
|
SystemInitializerFull.po: DeclNodes.inc.h
|
||||||
|
SystemInitializerFull.po: DiagnosticCommonKinds.inc.h
|
||||||
|
SystemInitializerFull.po: StmtNodes.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,66 +13,20 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
Breakpoint.o: CommentCommandList.inc.h
|
|
||||||
Breakpoint.o: DeclNodes.inc.h
|
|
||||||
Breakpoint.o: DiagnosticCommonKinds.inc.h
|
Breakpoint.o: DiagnosticCommonKinds.inc.h
|
||||||
Breakpoint.o: StmtNodes.inc.h
|
|
||||||
Breakpoint.po: CommentCommandList.inc.h
|
|
||||||
Breakpoint.po: DeclNodes.inc.h
|
|
||||||
Breakpoint.po: DiagnosticCommonKinds.inc.h
|
Breakpoint.po: DiagnosticCommonKinds.inc.h
|
||||||
Breakpoint.po: StmtNodes.inc.h
|
|
||||||
BreakpointIDList.o: DiagnosticCommonKinds.inc.h
|
|
||||||
BreakpointIDList.po: DiagnosticCommonKinds.inc.h
|
|
||||||
BreakpointList.o: DiagnosticCommonKinds.inc.h
|
|
||||||
BreakpointList.po: DiagnosticCommonKinds.inc.h
|
|
||||||
BreakpointLocation.o: AttrList.inc.h
|
|
||||||
BreakpointLocation.o: Attrs.inc.h
|
|
||||||
BreakpointLocation.o: CommentCommandList.inc.h
|
|
||||||
BreakpointLocation.o: DeclNodes.inc.h
|
|
||||||
BreakpointLocation.o: DiagnosticCommonKinds.inc.h
|
BreakpointLocation.o: DiagnosticCommonKinds.inc.h
|
||||||
BreakpointLocation.o: StmtNodes.inc.h
|
|
||||||
BreakpointLocation.po: AttrList.inc.h
|
|
||||||
BreakpointLocation.po: Attrs.inc.h
|
|
||||||
BreakpointLocation.po: CommentCommandList.inc.h
|
|
||||||
BreakpointLocation.po: DeclNodes.inc.h
|
|
||||||
BreakpointLocation.po: DiagnosticCommonKinds.inc.h
|
BreakpointLocation.po: DiagnosticCommonKinds.inc.h
|
||||||
BreakpointLocation.po: StmtNodes.inc.h
|
|
||||||
BreakpointLocationCollection.o: DiagnosticCommonKinds.inc.h
|
|
||||||
BreakpointLocationCollection.po: DiagnosticCommonKinds.inc.h
|
|
||||||
BreakpointLocationList.o: CommentCommandList.inc.h
|
|
||||||
BreakpointLocationList.o: DeclNodes.inc.h
|
|
||||||
BreakpointLocationList.o: DiagnosticCommonKinds.inc.h
|
|
||||||
BreakpointLocationList.o: StmtNodes.inc.h
|
|
||||||
BreakpointLocationList.po: CommentCommandList.inc.h
|
|
||||||
BreakpointLocationList.po: DeclNodes.inc.h
|
|
||||||
BreakpointLocationList.po: DiagnosticCommonKinds.inc.h
|
|
||||||
BreakpointLocationList.po: StmtNodes.inc.h
|
|
||||||
BreakpointOptions.o: DiagnosticCommonKinds.inc.h
|
BreakpointOptions.o: DiagnosticCommonKinds.inc.h
|
||||||
BreakpointOptions.po: DiagnosticCommonKinds.inc.h
|
BreakpointOptions.po: DiagnosticCommonKinds.inc.h
|
||||||
BreakpointResolver.o: DiagnosticCommonKinds.inc.h
|
BreakpointResolver.o: DiagnosticCommonKinds.inc.h
|
||||||
BreakpointResolver.po: DiagnosticCommonKinds.inc.h
|
BreakpointResolver.po: DiagnosticCommonKinds.inc.h
|
||||||
BreakpointResolverAddress.o: DiagnosticCommonKinds.inc.h
|
|
||||||
BreakpointResolverAddress.po: DiagnosticCommonKinds.inc.h
|
|
||||||
BreakpointResolverFileLine.o: CommentCommandList.inc.h
|
|
||||||
BreakpointResolverFileLine.o: DeclNodes.inc.h
|
|
||||||
BreakpointResolverFileLine.o: DiagnosticCommonKinds.inc.h
|
BreakpointResolverFileLine.o: DiagnosticCommonKinds.inc.h
|
||||||
BreakpointResolverFileLine.o: StmtNodes.inc.h
|
|
||||||
BreakpointResolverFileLine.po: CommentCommandList.inc.h
|
|
||||||
BreakpointResolverFileLine.po: DeclNodes.inc.h
|
|
||||||
BreakpointResolverFileLine.po: DiagnosticCommonKinds.inc.h
|
BreakpointResolverFileLine.po: DiagnosticCommonKinds.inc.h
|
||||||
BreakpointResolverFileLine.po: StmtNodes.inc.h
|
|
||||||
BreakpointResolverFileRegex.o: DiagnosticCommonKinds.inc.h
|
BreakpointResolverFileRegex.o: DiagnosticCommonKinds.inc.h
|
||||||
BreakpointResolverFileRegex.po: DiagnosticCommonKinds.inc.h
|
BreakpointResolverFileRegex.po: DiagnosticCommonKinds.inc.h
|
||||||
BreakpointResolverName.o: CommentCommandList.inc.h
|
|
||||||
BreakpointResolverName.o: DeclNodes.inc.h
|
|
||||||
BreakpointResolverName.o: DiagnosticCommonKinds.inc.h
|
BreakpointResolverName.o: DiagnosticCommonKinds.inc.h
|
||||||
BreakpointResolverName.o: StmtNodes.inc.h
|
|
||||||
BreakpointResolverName.po: CommentCommandList.inc.h
|
|
||||||
BreakpointResolverName.po: DeclNodes.inc.h
|
|
||||||
BreakpointResolverName.po: DiagnosticCommonKinds.inc.h
|
BreakpointResolverName.po: DiagnosticCommonKinds.inc.h
|
||||||
BreakpointResolverName.po: StmtNodes.inc.h
|
|
||||||
BreakpointSite.o: DiagnosticCommonKinds.inc.h
|
|
||||||
BreakpointSite.po: DiagnosticCommonKinds.inc.h
|
|
||||||
Watchpoint.o: CommentCommandList.inc.h
|
Watchpoint.o: CommentCommandList.inc.h
|
||||||
Watchpoint.o: DeclNodes.inc.h
|
Watchpoint.o: DeclNodes.inc.h
|
||||||
Watchpoint.o: DiagnosticCommonKinds.inc.h
|
Watchpoint.o: DiagnosticCommonKinds.inc.h
|
||||||
|
@ -13,102 +13,22 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
CommandCompletions.o: AttrList.inc.h
|
|
||||||
CommandCompletions.o: Attrs.inc.h
|
|
||||||
CommandCompletions.o: CommentCommandList.inc.h
|
|
||||||
CommandCompletions.o: DeclNodes.inc.h
|
|
||||||
CommandCompletions.o: DiagnosticCommonKinds.inc.h
|
CommandCompletions.o: DiagnosticCommonKinds.inc.h
|
||||||
CommandCompletions.o: StmtNodes.inc.h
|
|
||||||
CommandCompletions.po: AttrList.inc.h
|
|
||||||
CommandCompletions.po: Attrs.inc.h
|
|
||||||
CommandCompletions.po: CommentCommandList.inc.h
|
|
||||||
CommandCompletions.po: DeclNodes.inc.h
|
|
||||||
CommandCompletions.po: DiagnosticCommonKinds.inc.h
|
CommandCompletions.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandCompletions.po: StmtNodes.inc.h
|
|
||||||
CommandObjectApropos.o: AttrList.inc.h
|
|
||||||
CommandObjectApropos.o: Attrs.inc.h
|
|
||||||
CommandObjectApropos.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectApropos.o: DeclNodes.inc.h
|
|
||||||
CommandObjectApropos.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectApropos.o: StmtNodes.inc.h
|
|
||||||
CommandObjectApropos.po: AttrList.inc.h
|
|
||||||
CommandObjectApropos.po: Attrs.inc.h
|
|
||||||
CommandObjectApropos.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectApropos.po: DeclNodes.inc.h
|
|
||||||
CommandObjectApropos.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectApropos.po: StmtNodes.inc.h
|
|
||||||
CommandObjectArgs.o: AttrList.inc.h
|
|
||||||
CommandObjectArgs.o: Attrs.inc.h
|
|
||||||
CommandObjectArgs.o: CommentCommandList.inc.h
|
CommandObjectArgs.o: CommentCommandList.inc.h
|
||||||
CommandObjectArgs.o: DeclNodes.inc.h
|
CommandObjectArgs.o: DeclNodes.inc.h
|
||||||
CommandObjectArgs.o: DiagnosticCommonKinds.inc.h
|
CommandObjectArgs.o: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectArgs.o: StmtNodes.inc.h
|
CommandObjectArgs.o: StmtNodes.inc.h
|
||||||
CommandObjectArgs.po: AttrList.inc.h
|
|
||||||
CommandObjectArgs.po: Attrs.inc.h
|
|
||||||
CommandObjectArgs.po: CommentCommandList.inc.h
|
CommandObjectArgs.po: CommentCommandList.inc.h
|
||||||
CommandObjectArgs.po: DeclNodes.inc.h
|
CommandObjectArgs.po: DeclNodes.inc.h
|
||||||
CommandObjectArgs.po: DiagnosticCommonKinds.inc.h
|
CommandObjectArgs.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectArgs.po: StmtNodes.inc.h
|
CommandObjectArgs.po: StmtNodes.inc.h
|
||||||
CommandObjectBreakpoint.o: AttrList.inc.h
|
|
||||||
CommandObjectBreakpoint.o: Attrs.inc.h
|
|
||||||
CommandObjectBreakpoint.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectBreakpoint.o: DeclNodes.inc.h
|
|
||||||
CommandObjectBreakpoint.o: DiagnosticCommonKinds.inc.h
|
CommandObjectBreakpoint.o: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectBreakpoint.o: StmtNodes.inc.h
|
|
||||||
CommandObjectBreakpoint.po: AttrList.inc.h
|
|
||||||
CommandObjectBreakpoint.po: Attrs.inc.h
|
|
||||||
CommandObjectBreakpoint.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectBreakpoint.po: DeclNodes.inc.h
|
|
||||||
CommandObjectBreakpoint.po: DiagnosticCommonKinds.inc.h
|
CommandObjectBreakpoint.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectBreakpoint.po: StmtNodes.inc.h
|
|
||||||
CommandObjectBreakpointCommand.o: AttrList.inc.h
|
|
||||||
CommandObjectBreakpointCommand.o: Attrs.inc.h
|
|
||||||
CommandObjectBreakpointCommand.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectBreakpointCommand.o: DeclNodes.inc.h
|
|
||||||
CommandObjectBreakpointCommand.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectBreakpointCommand.o: StmtNodes.inc.h
|
|
||||||
CommandObjectBreakpointCommand.po: AttrList.inc.h
|
|
||||||
CommandObjectBreakpointCommand.po: Attrs.inc.h
|
|
||||||
CommandObjectBreakpointCommand.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectBreakpointCommand.po: DeclNodes.inc.h
|
|
||||||
CommandObjectBreakpointCommand.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectBreakpointCommand.po: StmtNodes.inc.h
|
|
||||||
CommandObjectCommands.o: AttrList.inc.h
|
|
||||||
CommandObjectCommands.o: Attrs.inc.h
|
|
||||||
CommandObjectCommands.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectCommands.o: DeclNodes.inc.h
|
|
||||||
CommandObjectCommands.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectCommands.o: StmtNodes.inc.h
|
|
||||||
CommandObjectCommands.po: AttrList.inc.h
|
|
||||||
CommandObjectCommands.po: Attrs.inc.h
|
|
||||||
CommandObjectCommands.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectCommands.po: DeclNodes.inc.h
|
|
||||||
CommandObjectCommands.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectCommands.po: StmtNodes.inc.h
|
|
||||||
CommandObjectDisassemble.o: AttrList.inc.h
|
|
||||||
CommandObjectDisassemble.o: Attrs.inc.h
|
|
||||||
CommandObjectDisassemble.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectDisassemble.o: DeclNodes.inc.h
|
|
||||||
CommandObjectDisassemble.o: DiagnosticCommonKinds.inc.h
|
CommandObjectDisassemble.o: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectDisassemble.o: StmtNodes.inc.h
|
|
||||||
CommandObjectDisassemble.po: AttrList.inc.h
|
|
||||||
CommandObjectDisassemble.po: Attrs.inc.h
|
|
||||||
CommandObjectDisassemble.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectDisassemble.po: DeclNodes.inc.h
|
|
||||||
CommandObjectDisassemble.po: DiagnosticCommonKinds.inc.h
|
CommandObjectDisassemble.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectDisassemble.po: StmtNodes.inc.h
|
|
||||||
CommandObjectExpression.o: AttrList.inc.h
|
|
||||||
CommandObjectExpression.o: Attrs.inc.h
|
|
||||||
CommandObjectExpression.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectExpression.o: DeclNodes.inc.h
|
|
||||||
CommandObjectExpression.o: DiagnosticCommonKinds.inc.h
|
CommandObjectExpression.o: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectExpression.o: StmtNodes.inc.h
|
|
||||||
CommandObjectExpression.po: AttrList.inc.h
|
|
||||||
CommandObjectExpression.po: Attrs.inc.h
|
|
||||||
CommandObjectExpression.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectExpression.po: DeclNodes.inc.h
|
|
||||||
CommandObjectExpression.po: DiagnosticCommonKinds.inc.h
|
CommandObjectExpression.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectExpression.po: StmtNodes.inc.h
|
|
||||||
CommandObjectFrame.o: AttrList.inc.h
|
CommandObjectFrame.o: AttrList.inc.h
|
||||||
CommandObjectFrame.o: Attrs.inc.h
|
CommandObjectFrame.o: Attrs.inc.h
|
||||||
CommandObjectFrame.o: CommentCommandList.inc.h
|
CommandObjectFrame.o: CommentCommandList.inc.h
|
||||||
@ -121,186 +41,20 @@ CommandObjectFrame.po: CommentCommandList.inc.h
|
|||||||
CommandObjectFrame.po: DeclNodes.inc.h
|
CommandObjectFrame.po: DeclNodes.inc.h
|
||||||
CommandObjectFrame.po: DiagnosticCommonKinds.inc.h
|
CommandObjectFrame.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectFrame.po: StmtNodes.inc.h
|
CommandObjectFrame.po: StmtNodes.inc.h
|
||||||
CommandObjectGUI.o: AttrList.inc.h
|
CommandObjectLanguage.o: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectGUI.o: Attrs.inc.h
|
CommandObjectLanguage.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectGUI.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectGUI.o: DeclNodes.inc.h
|
|
||||||
CommandObjectGUI.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectGUI.o: StmtNodes.inc.h
|
|
||||||
CommandObjectGUI.po: AttrList.inc.h
|
|
||||||
CommandObjectGUI.po: Attrs.inc.h
|
|
||||||
CommandObjectGUI.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectGUI.po: DeclNodes.inc.h
|
|
||||||
CommandObjectGUI.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectGUI.po: StmtNodes.inc.h
|
|
||||||
CommandObjectHelp.o: AttrList.inc.h
|
|
||||||
CommandObjectHelp.o: Attrs.inc.h
|
|
||||||
CommandObjectHelp.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectHelp.o: DeclNodes.inc.h
|
|
||||||
CommandObjectHelp.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectHelp.o: StmtNodes.inc.h
|
|
||||||
CommandObjectHelp.po: AttrList.inc.h
|
|
||||||
CommandObjectHelp.po: Attrs.inc.h
|
|
||||||
CommandObjectHelp.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectHelp.po: DeclNodes.inc.h
|
|
||||||
CommandObjectHelp.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectHelp.po: StmtNodes.inc.h
|
|
||||||
CommandObjectLog.o: AttrList.inc.h
|
|
||||||
CommandObjectLog.o: Attrs.inc.h
|
|
||||||
CommandObjectLog.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectLog.o: DeclNodes.inc.h
|
|
||||||
CommandObjectLog.o: DiagnosticCommonKinds.inc.h
|
CommandObjectLog.o: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectLog.o: StmtNodes.inc.h
|
|
||||||
CommandObjectLog.po: AttrList.inc.h
|
|
||||||
CommandObjectLog.po: Attrs.inc.h
|
|
||||||
CommandObjectLog.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectLog.po: DeclNodes.inc.h
|
|
||||||
CommandObjectLog.po: DiagnosticCommonKinds.inc.h
|
CommandObjectLog.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectLog.po: StmtNodes.inc.h
|
|
||||||
CommandObjectMemory.o: AttrList.inc.h
|
|
||||||
CommandObjectMemory.o: Attrs.inc.h
|
|
||||||
CommandObjectMemory.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectMemory.o: DeclNodes.inc.h
|
CommandObjectMemory.o: DeclNodes.inc.h
|
||||||
CommandObjectMemory.o: DiagnosticCommonKinds.inc.h
|
CommandObjectMemory.o: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectMemory.o: StmtNodes.inc.h
|
|
||||||
CommandObjectMemory.po: AttrList.inc.h
|
|
||||||
CommandObjectMemory.po: Attrs.inc.h
|
|
||||||
CommandObjectMemory.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectMemory.po: DeclNodes.inc.h
|
CommandObjectMemory.po: DeclNodes.inc.h
|
||||||
CommandObjectMemory.po: DiagnosticCommonKinds.inc.h
|
CommandObjectMemory.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectMemory.po: StmtNodes.inc.h
|
|
||||||
CommandObjectMultiword.o: AttrList.inc.h
|
|
||||||
CommandObjectMultiword.o: Attrs.inc.h
|
|
||||||
CommandObjectMultiword.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectMultiword.o: DeclNodes.inc.h
|
|
||||||
CommandObjectMultiword.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectMultiword.o: StmtNodes.inc.h
|
|
||||||
CommandObjectMultiword.po: AttrList.inc.h
|
|
||||||
CommandObjectMultiword.po: Attrs.inc.h
|
|
||||||
CommandObjectMultiword.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectMultiword.po: DeclNodes.inc.h
|
|
||||||
CommandObjectMultiword.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectMultiword.po: StmtNodes.inc.h
|
|
||||||
CommandObjectPlatform.o: AttrList.inc.h
|
|
||||||
CommandObjectPlatform.o: Attrs.inc.h
|
|
||||||
CommandObjectPlatform.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectPlatform.o: DeclNodes.inc.h
|
|
||||||
CommandObjectPlatform.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectPlatform.o: StmtNodes.inc.h
|
|
||||||
CommandObjectPlatform.po: AttrList.inc.h
|
|
||||||
CommandObjectPlatform.po: Attrs.inc.h
|
|
||||||
CommandObjectPlatform.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectPlatform.po: DeclNodes.inc.h
|
|
||||||
CommandObjectPlatform.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectPlatform.po: StmtNodes.inc.h
|
|
||||||
CommandObjectPlugin.o: AttrList.inc.h
|
|
||||||
CommandObjectPlugin.o: Attrs.inc.h
|
|
||||||
CommandObjectPlugin.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectPlugin.o: DeclNodes.inc.h
|
|
||||||
CommandObjectPlugin.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectPlugin.o: StmtNodes.inc.h
|
|
||||||
CommandObjectPlugin.po: AttrList.inc.h
|
|
||||||
CommandObjectPlugin.po: Attrs.inc.h
|
|
||||||
CommandObjectPlugin.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectPlugin.po: DeclNodes.inc.h
|
|
||||||
CommandObjectPlugin.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectPlugin.po: StmtNodes.inc.h
|
|
||||||
CommandObjectProcess.o: AttrList.inc.h
|
|
||||||
CommandObjectProcess.o: Attrs.inc.h
|
|
||||||
CommandObjectProcess.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectProcess.o: DeclNodes.inc.h
|
|
||||||
CommandObjectProcess.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectProcess.o: StmtNodes.inc.h
|
|
||||||
CommandObjectProcess.po: AttrList.inc.h
|
|
||||||
CommandObjectProcess.po: Attrs.inc.h
|
|
||||||
CommandObjectProcess.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectProcess.po: DeclNodes.inc.h
|
|
||||||
CommandObjectProcess.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectProcess.po: StmtNodes.inc.h
|
|
||||||
CommandObjectQuit.o: AttrList.inc.h
|
|
||||||
CommandObjectQuit.o: Attrs.inc.h
|
|
||||||
CommandObjectQuit.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectQuit.o: DeclNodes.inc.h
|
|
||||||
CommandObjectQuit.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectQuit.o: StmtNodes.inc.h
|
|
||||||
CommandObjectQuit.po: AttrList.inc.h
|
|
||||||
CommandObjectQuit.po: Attrs.inc.h
|
|
||||||
CommandObjectQuit.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectQuit.po: DeclNodes.inc.h
|
|
||||||
CommandObjectQuit.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectQuit.po: StmtNodes.inc.h
|
|
||||||
CommandObjectRegister.o: AttrList.inc.h
|
|
||||||
CommandObjectRegister.o: Attrs.inc.h
|
|
||||||
CommandObjectRegister.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectRegister.o: DeclNodes.inc.h
|
|
||||||
CommandObjectRegister.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectRegister.o: StmtNodes.inc.h
|
|
||||||
CommandObjectRegister.po: AttrList.inc.h
|
|
||||||
CommandObjectRegister.po: Attrs.inc.h
|
|
||||||
CommandObjectRegister.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectRegister.po: DeclNodes.inc.h
|
|
||||||
CommandObjectRegister.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectRegister.po: StmtNodes.inc.h
|
|
||||||
CommandObjectSettings.o: AttrList.inc.h
|
|
||||||
CommandObjectSettings.o: Attrs.inc.h
|
|
||||||
CommandObjectSettings.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectSettings.o: DeclNodes.inc.h
|
|
||||||
CommandObjectSettings.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectSettings.o: StmtNodes.inc.h
|
|
||||||
CommandObjectSettings.po: AttrList.inc.h
|
|
||||||
CommandObjectSettings.po: Attrs.inc.h
|
|
||||||
CommandObjectSettings.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectSettings.po: DeclNodes.inc.h
|
|
||||||
CommandObjectSettings.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectSettings.po: StmtNodes.inc.h
|
|
||||||
CommandObjectSource.o: AttrList.inc.h
|
|
||||||
CommandObjectSource.o: Attrs.inc.h
|
|
||||||
CommandObjectSource.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectSource.o: DeclNodes.inc.h
|
|
||||||
CommandObjectSource.o: DiagnosticCommonKinds.inc.h
|
CommandObjectSource.o: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectSource.o: StmtNodes.inc.h
|
|
||||||
CommandObjectSource.po: AttrList.inc.h
|
|
||||||
CommandObjectSource.po: Attrs.inc.h
|
|
||||||
CommandObjectSource.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectSource.po: DeclNodes.inc.h
|
|
||||||
CommandObjectSource.po: DiagnosticCommonKinds.inc.h
|
CommandObjectSource.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectSource.po: StmtNodes.inc.h
|
|
||||||
CommandObjectSyntax.o: AttrList.inc.h
|
|
||||||
CommandObjectSyntax.o: Attrs.inc.h
|
|
||||||
CommandObjectSyntax.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectSyntax.o: DeclNodes.inc.h
|
|
||||||
CommandObjectSyntax.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectSyntax.o: StmtNodes.inc.h
|
|
||||||
CommandObjectSyntax.po: AttrList.inc.h
|
|
||||||
CommandObjectSyntax.po: Attrs.inc.h
|
|
||||||
CommandObjectSyntax.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectSyntax.po: DeclNodes.inc.h
|
|
||||||
CommandObjectSyntax.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectSyntax.po: StmtNodes.inc.h
|
|
||||||
CommandObjectTarget.o: AttrList.inc.h
|
|
||||||
CommandObjectTarget.o: Attrs.inc.h
|
|
||||||
CommandObjectTarget.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectTarget.o: DeclNodes.inc.h
|
|
||||||
CommandObjectTarget.o: DiagnosticCommonKinds.inc.h
|
CommandObjectTarget.o: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectTarget.o: StmtNodes.inc.h
|
|
||||||
CommandObjectTarget.po: AttrList.inc.h
|
|
||||||
CommandObjectTarget.po: Attrs.inc.h
|
|
||||||
CommandObjectTarget.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectTarget.po: DeclNodes.inc.h
|
|
||||||
CommandObjectTarget.po: DiagnosticCommonKinds.inc.h
|
CommandObjectTarget.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectTarget.po: StmtNodes.inc.h
|
|
||||||
CommandObjectThread.o: AttrList.inc.h
|
|
||||||
CommandObjectThread.o: Attrs.inc.h
|
|
||||||
CommandObjectThread.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectThread.o: DeclNodes.inc.h
|
|
||||||
CommandObjectThread.o: DiagnosticCommonKinds.inc.h
|
CommandObjectThread.o: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectThread.o: StmtNodes.inc.h
|
|
||||||
CommandObjectThread.po: AttrList.inc.h
|
|
||||||
CommandObjectThread.po: Attrs.inc.h
|
|
||||||
CommandObjectThread.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectThread.po: DeclNodes.inc.h
|
|
||||||
CommandObjectThread.po: DiagnosticCommonKinds.inc.h
|
CommandObjectThread.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectThread.po: StmtNodes.inc.h
|
|
||||||
CommandObjectType.o: AttrList.inc.h
|
CommandObjectType.o: AttrList.inc.h
|
||||||
CommandObjectType.o: Attrs.inc.h
|
CommandObjectType.o: Attrs.inc.h
|
||||||
CommandObjectType.o: CommentCommandList.inc.h
|
CommandObjectType.o: CommentCommandList.inc.h
|
||||||
@ -313,40 +67,8 @@ CommandObjectType.po: CommentCommandList.inc.h
|
|||||||
CommandObjectType.po: DeclNodes.inc.h
|
CommandObjectType.po: DeclNodes.inc.h
|
||||||
CommandObjectType.po: DiagnosticCommonKinds.inc.h
|
CommandObjectType.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectType.po: StmtNodes.inc.h
|
CommandObjectType.po: StmtNodes.inc.h
|
||||||
CommandObjectVersion.o: AttrList.inc.h
|
|
||||||
CommandObjectVersion.o: Attrs.inc.h
|
|
||||||
CommandObjectVersion.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectVersion.o: DeclNodes.inc.h
|
|
||||||
CommandObjectVersion.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectVersion.o: StmtNodes.inc.h
|
|
||||||
CommandObjectVersion.po: AttrList.inc.h
|
|
||||||
CommandObjectVersion.po: Attrs.inc.h
|
|
||||||
CommandObjectVersion.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectVersion.po: DeclNodes.inc.h
|
|
||||||
CommandObjectVersion.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectVersion.po: StmtNodes.inc.h
|
|
||||||
CommandObjectWatchpoint.o: AttrList.inc.h
|
|
||||||
CommandObjectWatchpoint.o: Attrs.inc.h
|
|
||||||
CommandObjectWatchpoint.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectWatchpoint.o: DeclNodes.inc.h
|
|
||||||
CommandObjectWatchpoint.o: DiagnosticCommonKinds.inc.h
|
CommandObjectWatchpoint.o: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectWatchpoint.o: StmtNodes.inc.h
|
|
||||||
CommandObjectWatchpoint.po: AttrList.inc.h
|
|
||||||
CommandObjectWatchpoint.po: Attrs.inc.h
|
|
||||||
CommandObjectWatchpoint.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectWatchpoint.po: DeclNodes.inc.h
|
|
||||||
CommandObjectWatchpoint.po: DiagnosticCommonKinds.inc.h
|
CommandObjectWatchpoint.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectWatchpoint.po: StmtNodes.inc.h
|
|
||||||
CommandObjectWatchpointCommand.o: AttrList.inc.h
|
|
||||||
CommandObjectWatchpointCommand.o: Attrs.inc.h
|
|
||||||
CommandObjectWatchpointCommand.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectWatchpointCommand.o: DeclNodes.inc.h
|
|
||||||
CommandObjectWatchpointCommand.o: DiagnosticCommonKinds.inc.h
|
CommandObjectWatchpointCommand.o: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectWatchpointCommand.o: StmtNodes.inc.h
|
|
||||||
CommandObjectWatchpointCommand.po: AttrList.inc.h
|
|
||||||
CommandObjectWatchpointCommand.po: Attrs.inc.h
|
|
||||||
CommandObjectWatchpointCommand.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectWatchpointCommand.po: DeclNodes.inc.h
|
|
||||||
CommandObjectWatchpointCommand.po: DiagnosticCommonKinds.inc.h
|
CommandObjectWatchpointCommand.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectWatchpointCommand.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -16,36 +16,12 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
Address.o: CommentCommandList.inc.h
|
|
||||||
Address.o: DeclNodes.inc.h
|
|
||||||
Address.o: DiagnosticCommonKinds.inc.h
|
Address.o: DiagnosticCommonKinds.inc.h
|
||||||
Address.o: StmtNodes.inc.h
|
|
||||||
Address.po: CommentCommandList.inc.h
|
|
||||||
Address.po: DeclNodes.inc.h
|
|
||||||
Address.po: DiagnosticCommonKinds.inc.h
|
Address.po: DiagnosticCommonKinds.inc.h
|
||||||
Address.po: StmtNodes.inc.h
|
|
||||||
AddressRange.o: CommentCommandList.inc.h
|
|
||||||
AddressRange.o: DeclNodes.inc.h
|
|
||||||
AddressRange.o: DiagnosticCommonKinds.inc.h
|
|
||||||
AddressRange.o: StmtNodes.inc.h
|
|
||||||
AddressRange.po: CommentCommandList.inc.h
|
|
||||||
AddressRange.po: DeclNodes.inc.h
|
|
||||||
AddressRange.po: DiagnosticCommonKinds.inc.h
|
|
||||||
AddressRange.po: StmtNodes.inc.h
|
|
||||||
AddressResolver.o: DiagnosticCommonKinds.inc.h
|
|
||||||
AddressResolver.po: DiagnosticCommonKinds.inc.h
|
|
||||||
AddressResolverFileLine.o: DiagnosticCommonKinds.inc.h
|
AddressResolverFileLine.o: DiagnosticCommonKinds.inc.h
|
||||||
AddressResolverFileLine.po: DiagnosticCommonKinds.inc.h
|
AddressResolverFileLine.po: DiagnosticCommonKinds.inc.h
|
||||||
AddressResolverName.o: CommentCommandList.inc.h
|
|
||||||
AddressResolverName.o: DeclNodes.inc.h
|
|
||||||
AddressResolverName.o: DiagnosticCommonKinds.inc.h
|
AddressResolverName.o: DiagnosticCommonKinds.inc.h
|
||||||
AddressResolverName.o: StmtNodes.inc.h
|
|
||||||
AddressResolverName.po: CommentCommandList.inc.h
|
|
||||||
AddressResolverName.po: DeclNodes.inc.h
|
|
||||||
AddressResolverName.po: DiagnosticCommonKinds.inc.h
|
AddressResolverName.po: DiagnosticCommonKinds.inc.h
|
||||||
AddressResolverName.po: StmtNodes.inc.h
|
|
||||||
ArchSpec.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ArchSpec.po: DiagnosticCommonKinds.inc.h
|
|
||||||
DataExtractor.o: CommentCommandList.inc.h
|
DataExtractor.o: CommentCommandList.inc.h
|
||||||
DataExtractor.o: DeclNodes.inc.h
|
DataExtractor.o: DeclNodes.inc.h
|
||||||
DataExtractor.o: DiagnosticCommonKinds.inc.h
|
DataExtractor.o: DiagnosticCommonKinds.inc.h
|
||||||
@ -66,130 +42,38 @@ Debugger.po: CommentCommandList.inc.h
|
|||||||
Debugger.po: DeclNodes.inc.h
|
Debugger.po: DeclNodes.inc.h
|
||||||
Debugger.po: DiagnosticCommonKinds.inc.h
|
Debugger.po: DiagnosticCommonKinds.inc.h
|
||||||
Debugger.po: StmtNodes.inc.h
|
Debugger.po: StmtNodes.inc.h
|
||||||
Disassembler.o: AttrList.inc.h
|
|
||||||
Disassembler.o: Attrs.inc.h
|
|
||||||
Disassembler.o: CommentCommandList.inc.h
|
|
||||||
Disassembler.o: DeclNodes.inc.h
|
|
||||||
Disassembler.o: DiagnosticCommonKinds.inc.h
|
Disassembler.o: DiagnosticCommonKinds.inc.h
|
||||||
Disassembler.o: StmtNodes.inc.h
|
|
||||||
Disassembler.po: AttrList.inc.h
|
|
||||||
Disassembler.po: Attrs.inc.h
|
|
||||||
Disassembler.po: CommentCommandList.inc.h
|
|
||||||
Disassembler.po: DeclNodes.inc.h
|
|
||||||
Disassembler.po: DiagnosticCommonKinds.inc.h
|
Disassembler.po: DiagnosticCommonKinds.inc.h
|
||||||
Disassembler.po: StmtNodes.inc.h
|
|
||||||
DynamicLoader.o: CommentCommandList.inc.h
|
|
||||||
DynamicLoader.o: DeclNodes.inc.h
|
|
||||||
DynamicLoader.o: DiagnosticCommonKinds.inc.h
|
|
||||||
DynamicLoader.o: StmtNodes.inc.h
|
|
||||||
DynamicLoader.po: CommentCommandList.inc.h
|
|
||||||
DynamicLoader.po: DeclNodes.inc.h
|
|
||||||
DynamicLoader.po: DiagnosticCommonKinds.inc.h
|
|
||||||
DynamicLoader.po: StmtNodes.inc.h
|
|
||||||
EmulateInstruction.o: DiagnosticCommonKinds.inc.h
|
|
||||||
EmulateInstruction.po: DiagnosticCommonKinds.inc.h
|
|
||||||
Event.o: DiagnosticCommonKinds.inc.h
|
|
||||||
Event.po: DiagnosticCommonKinds.inc.h
|
|
||||||
FileLineResolver.o: DiagnosticCommonKinds.inc.h
|
FileLineResolver.o: DiagnosticCommonKinds.inc.h
|
||||||
FileLineResolver.po: DiagnosticCommonKinds.inc.h
|
FileLineResolver.po: DiagnosticCommonKinds.inc.h
|
||||||
IOHandler.o: AttrList.inc.h
|
FormatEntity.o: AttrList.inc.h
|
||||||
IOHandler.o: Attrs.inc.h
|
FormatEntity.o: Attrs.inc.h
|
||||||
IOHandler.o: CommentCommandList.inc.h
|
FormatEntity.o: CommentCommandList.inc.h
|
||||||
IOHandler.o: DeclNodes.inc.h
|
FormatEntity.o: DeclNodes.inc.h
|
||||||
|
FormatEntity.o: DiagnosticCommonKinds.inc.h
|
||||||
|
FormatEntity.o: StmtNodes.inc.h
|
||||||
|
FormatEntity.po: AttrList.inc.h
|
||||||
|
FormatEntity.po: Attrs.inc.h
|
||||||
|
FormatEntity.po: CommentCommandList.inc.h
|
||||||
|
FormatEntity.po: DeclNodes.inc.h
|
||||||
|
FormatEntity.po: DiagnosticCommonKinds.inc.h
|
||||||
|
FormatEntity.po: StmtNodes.inc.h
|
||||||
IOHandler.o: DiagnosticCommonKinds.inc.h
|
IOHandler.o: DiagnosticCommonKinds.inc.h
|
||||||
IOHandler.o: StmtNodes.inc.h
|
|
||||||
IOHandler.po: AttrList.inc.h
|
|
||||||
IOHandler.po: Attrs.inc.h
|
|
||||||
IOHandler.po: CommentCommandList.inc.h
|
|
||||||
IOHandler.po: DeclNodes.inc.h
|
|
||||||
IOHandler.po: DiagnosticCommonKinds.inc.h
|
IOHandler.po: DiagnosticCommonKinds.inc.h
|
||||||
IOHandler.po: StmtNodes.inc.h
|
|
||||||
Log.o: AttrList.inc.h
|
|
||||||
Log.o: Attrs.inc.h
|
|
||||||
Log.o: CommentCommandList.inc.h
|
|
||||||
Log.o: DeclNodes.inc.h
|
|
||||||
Log.o: DiagnosticCommonKinds.inc.h
|
|
||||||
Log.o: StmtNodes.inc.h
|
|
||||||
Log.po: AttrList.inc.h
|
|
||||||
Log.po: Attrs.inc.h
|
|
||||||
Log.po: CommentCommandList.inc.h
|
|
||||||
Log.po: DeclNodes.inc.h
|
|
||||||
Log.po: DiagnosticCommonKinds.inc.h
|
|
||||||
Log.po: StmtNodes.inc.h
|
|
||||||
Mangled.o: DiagnosticCommonKinds.inc.h
|
Mangled.o: DiagnosticCommonKinds.inc.h
|
||||||
Mangled.po: DiagnosticCommonKinds.inc.h
|
Mangled.po: DiagnosticCommonKinds.inc.h
|
||||||
Module.o: AttrList.inc.h
|
|
||||||
Module.o: Attrs.inc.h
|
|
||||||
Module.o: CommentCommandList.inc.h
|
Module.o: CommentCommandList.inc.h
|
||||||
Module.o: DeclNodes.inc.h
|
Module.o: DeclNodes.inc.h
|
||||||
Module.o: DiagnosticCommonKinds.inc.h
|
Module.o: DiagnosticCommonKinds.inc.h
|
||||||
Module.o: StmtNodes.inc.h
|
Module.o: StmtNodes.inc.h
|
||||||
Module.po: AttrList.inc.h
|
|
||||||
Module.po: Attrs.inc.h
|
|
||||||
Module.po: CommentCommandList.inc.h
|
Module.po: CommentCommandList.inc.h
|
||||||
Module.po: DeclNodes.inc.h
|
Module.po: DeclNodes.inc.h
|
||||||
Module.po: DiagnosticCommonKinds.inc.h
|
Module.po: DiagnosticCommonKinds.inc.h
|
||||||
Module.po: StmtNodes.inc.h
|
Module.po: StmtNodes.inc.h
|
||||||
ModuleList.o: CommentCommandList.inc.h
|
|
||||||
ModuleList.o: DeclNodes.inc.h
|
|
||||||
ModuleList.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ModuleList.o: StmtNodes.inc.h
|
|
||||||
ModuleList.po: CommentCommandList.inc.h
|
|
||||||
ModuleList.po: DeclNodes.inc.h
|
|
||||||
ModuleList.po: DiagnosticCommonKinds.inc.h
|
|
||||||
ModuleList.po: StmtNodes.inc.h
|
|
||||||
PluginManager.o: AttrList.inc.h
|
|
||||||
PluginManager.o: Attrs.inc.h
|
|
||||||
PluginManager.o: CommentCommandList.inc.h
|
|
||||||
PluginManager.o: DeclNodes.inc.h
|
|
||||||
PluginManager.o: DiagnosticCommonKinds.inc.h
|
|
||||||
PluginManager.o: StmtNodes.inc.h
|
|
||||||
PluginManager.po: AttrList.inc.h
|
|
||||||
PluginManager.po: Attrs.inc.h
|
|
||||||
PluginManager.po: CommentCommandList.inc.h
|
|
||||||
PluginManager.po: DeclNodes.inc.h
|
|
||||||
PluginManager.po: DiagnosticCommonKinds.inc.h
|
|
||||||
PluginManager.po: StmtNodes.inc.h
|
|
||||||
SearchFilter.o: CommentCommandList.inc.h
|
|
||||||
SearchFilter.o: DeclNodes.inc.h
|
|
||||||
SearchFilter.o: DiagnosticCommonKinds.inc.h
|
SearchFilter.o: DiagnosticCommonKinds.inc.h
|
||||||
SearchFilter.o: StmtNodes.inc.h
|
|
||||||
SearchFilter.po: CommentCommandList.inc.h
|
|
||||||
SearchFilter.po: DeclNodes.inc.h
|
|
||||||
SearchFilter.po: DiagnosticCommonKinds.inc.h
|
SearchFilter.po: DiagnosticCommonKinds.inc.h
|
||||||
SearchFilter.po: StmtNodes.inc.h
|
|
||||||
Section.o: CommentCommandList.inc.h
|
|
||||||
Section.o: DeclNodes.inc.h
|
|
||||||
Section.o: DiagnosticCommonKinds.inc.h
|
|
||||||
Section.o: StmtNodes.inc.h
|
|
||||||
Section.po: CommentCommandList.inc.h
|
|
||||||
Section.po: DeclNodes.inc.h
|
|
||||||
Section.po: DiagnosticCommonKinds.inc.h
|
|
||||||
Section.po: StmtNodes.inc.h
|
|
||||||
SourceManager.o: AttrList.inc.h
|
|
||||||
SourceManager.o: Attrs.inc.h
|
|
||||||
SourceManager.o: CommentCommandList.inc.h
|
|
||||||
SourceManager.o: DeclNodes.inc.h
|
|
||||||
SourceManager.o: DiagnosticCommonKinds.inc.h
|
SourceManager.o: DiagnosticCommonKinds.inc.h
|
||||||
SourceManager.o: StmtNodes.inc.h
|
|
||||||
SourceManager.po: AttrList.inc.h
|
|
||||||
SourceManager.po: Attrs.inc.h
|
|
||||||
SourceManager.po: CommentCommandList.inc.h
|
|
||||||
SourceManager.po: DeclNodes.inc.h
|
|
||||||
SourceManager.po: DiagnosticCommonKinds.inc.h
|
SourceManager.po: DiagnosticCommonKinds.inc.h
|
||||||
SourceManager.po: StmtNodes.inc.h
|
|
||||||
UserSettingsController.o: AttrList.inc.h
|
|
||||||
UserSettingsController.o: Attrs.inc.h
|
|
||||||
UserSettingsController.o: CommentCommandList.inc.h
|
|
||||||
UserSettingsController.o: DeclNodes.inc.h
|
|
||||||
UserSettingsController.o: DiagnosticCommonKinds.inc.h
|
|
||||||
UserSettingsController.o: StmtNodes.inc.h
|
|
||||||
UserSettingsController.po: AttrList.inc.h
|
|
||||||
UserSettingsController.po: Attrs.inc.h
|
|
||||||
UserSettingsController.po: CommentCommandList.inc.h
|
|
||||||
UserSettingsController.po: DeclNodes.inc.h
|
|
||||||
UserSettingsController.po: DiagnosticCommonKinds.inc.h
|
|
||||||
UserSettingsController.po: StmtNodes.inc.h
|
|
||||||
Value.o: CommentCommandList.inc.h
|
Value.o: CommentCommandList.inc.h
|
||||||
Value.o: DeclNodes.inc.h
|
Value.o: DeclNodes.inc.h
|
||||||
Value.o: DiagnosticCommonKinds.inc.h
|
Value.o: DiagnosticCommonKinds.inc.h
|
||||||
@ -210,30 +94,12 @@ ValueObject.po: CommentCommandList.inc.h
|
|||||||
ValueObject.po: DeclNodes.inc.h
|
ValueObject.po: DeclNodes.inc.h
|
||||||
ValueObject.po: DiagnosticCommonKinds.inc.h
|
ValueObject.po: DiagnosticCommonKinds.inc.h
|
||||||
ValueObject.po: StmtNodes.inc.h
|
ValueObject.po: StmtNodes.inc.h
|
||||||
ValueObjectCast.o: CommentCommandList.inc.h
|
|
||||||
ValueObjectCast.o: DeclNodes.inc.h
|
|
||||||
ValueObjectCast.o: DiagnosticCommonKinds.inc.h
|
ValueObjectCast.o: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectCast.o: StmtNodes.inc.h
|
|
||||||
ValueObjectCast.po: CommentCommandList.inc.h
|
|
||||||
ValueObjectCast.po: DeclNodes.inc.h
|
|
||||||
ValueObjectCast.po: DiagnosticCommonKinds.inc.h
|
ValueObjectCast.po: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectCast.po: StmtNodes.inc.h
|
|
||||||
ValueObjectChild.o: CommentCommandList.inc.h
|
|
||||||
ValueObjectChild.o: DeclNodes.inc.h
|
|
||||||
ValueObjectChild.o: DiagnosticCommonKinds.inc.h
|
ValueObjectChild.o: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectChild.o: StmtNodes.inc.h
|
|
||||||
ValueObjectChild.po: CommentCommandList.inc.h
|
|
||||||
ValueObjectChild.po: DeclNodes.inc.h
|
|
||||||
ValueObjectChild.po: DiagnosticCommonKinds.inc.h
|
ValueObjectChild.po: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectChild.po: StmtNodes.inc.h
|
|
||||||
ValueObjectConstResult.o: CommentCommandList.inc.h
|
|
||||||
ValueObjectConstResult.o: DeclNodes.inc.h
|
|
||||||
ValueObjectConstResult.o: DiagnosticCommonKinds.inc.h
|
ValueObjectConstResult.o: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectConstResult.o: StmtNodes.inc.h
|
|
||||||
ValueObjectConstResult.po: CommentCommandList.inc.h
|
|
||||||
ValueObjectConstResult.po: DeclNodes.inc.h
|
|
||||||
ValueObjectConstResult.po: DiagnosticCommonKinds.inc.h
|
ValueObjectConstResult.po: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectConstResult.po: StmtNodes.inc.h
|
|
||||||
ValueObjectConstResultChild.o: CommentCommandList.inc.h
|
ValueObjectConstResultChild.o: CommentCommandList.inc.h
|
||||||
ValueObjectConstResultChild.o: DeclNodes.inc.h
|
ValueObjectConstResultChild.o: DeclNodes.inc.h
|
||||||
ValueObjectConstResultChild.o: DiagnosticCommonKinds.inc.h
|
ValueObjectConstResultChild.o: DiagnosticCommonKinds.inc.h
|
||||||
@ -242,32 +108,14 @@ ValueObjectConstResultChild.po: CommentCommandList.inc.h
|
|||||||
ValueObjectConstResultChild.po: DeclNodes.inc.h
|
ValueObjectConstResultChild.po: DeclNodes.inc.h
|
||||||
ValueObjectConstResultChild.po: DiagnosticCommonKinds.inc.h
|
ValueObjectConstResultChild.po: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectConstResultChild.po: StmtNodes.inc.h
|
ValueObjectConstResultChild.po: StmtNodes.inc.h
|
||||||
ValueObjectConstResultImpl.o: CommentCommandList.inc.h
|
|
||||||
ValueObjectConstResultImpl.o: DeclNodes.inc.h
|
|
||||||
ValueObjectConstResultImpl.o: DiagnosticCommonKinds.inc.h
|
ValueObjectConstResultImpl.o: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectConstResultImpl.o: StmtNodes.inc.h
|
|
||||||
ValueObjectConstResultImpl.po: CommentCommandList.inc.h
|
|
||||||
ValueObjectConstResultImpl.po: DeclNodes.inc.h
|
|
||||||
ValueObjectConstResultImpl.po: DiagnosticCommonKinds.inc.h
|
ValueObjectConstResultImpl.po: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectConstResultImpl.po: StmtNodes.inc.h
|
|
||||||
ValueObjectDynamicValue.o: CommentCommandList.inc.h
|
|
||||||
ValueObjectDynamicValue.o: DeclNodes.inc.h
|
|
||||||
ValueObjectDynamicValue.o: DiagnosticCommonKinds.inc.h
|
ValueObjectDynamicValue.o: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectDynamicValue.o: StmtNodes.inc.h
|
|
||||||
ValueObjectDynamicValue.po: CommentCommandList.inc.h
|
|
||||||
ValueObjectDynamicValue.po: DeclNodes.inc.h
|
|
||||||
ValueObjectDynamicValue.po: DiagnosticCommonKinds.inc.h
|
ValueObjectDynamicValue.po: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectDynamicValue.po: StmtNodes.inc.h
|
|
||||||
ValueObjectList.o: DiagnosticCommonKinds.inc.h
|
ValueObjectList.o: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectList.po: DiagnosticCommonKinds.inc.h
|
ValueObjectList.po: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectMemory.o: CommentCommandList.inc.h
|
|
||||||
ValueObjectMemory.o: DeclNodes.inc.h
|
|
||||||
ValueObjectMemory.o: DiagnosticCommonKinds.inc.h
|
ValueObjectMemory.o: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectMemory.o: StmtNodes.inc.h
|
|
||||||
ValueObjectMemory.po: CommentCommandList.inc.h
|
|
||||||
ValueObjectMemory.po: DeclNodes.inc.h
|
|
||||||
ValueObjectMemory.po: DiagnosticCommonKinds.inc.h
|
ValueObjectMemory.po: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectMemory.po: StmtNodes.inc.h
|
|
||||||
ValueObjectRegister.o: CommentCommandList.inc.h
|
ValueObjectRegister.o: CommentCommandList.inc.h
|
||||||
ValueObjectRegister.o: DeclNodes.inc.h
|
ValueObjectRegister.o: DeclNodes.inc.h
|
||||||
ValueObjectRegister.o: DiagnosticCommonKinds.inc.h
|
ValueObjectRegister.o: DiagnosticCommonKinds.inc.h
|
||||||
@ -278,12 +126,6 @@ ValueObjectRegister.po: DiagnosticCommonKinds.inc.h
|
|||||||
ValueObjectRegister.po: StmtNodes.inc.h
|
ValueObjectRegister.po: StmtNodes.inc.h
|
||||||
ValueObjectSyntheticFilter.o: DiagnosticCommonKinds.inc.h
|
ValueObjectSyntheticFilter.o: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectSyntheticFilter.po: DiagnosticCommonKinds.inc.h
|
ValueObjectSyntheticFilter.po: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectVariable.o: CommentCommandList.inc.h
|
|
||||||
ValueObjectVariable.o: DeclNodes.inc.h
|
|
||||||
ValueObjectVariable.o: DiagnosticCommonKinds.inc.h
|
ValueObjectVariable.o: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectVariable.o: StmtNodes.inc.h
|
|
||||||
ValueObjectVariable.po: CommentCommandList.inc.h
|
|
||||||
ValueObjectVariable.po: DeclNodes.inc.h
|
|
||||||
ValueObjectVariable.po: DiagnosticCommonKinds.inc.h
|
ValueObjectVariable.po: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectVariable.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -65,14 +65,10 @@ FormatManager.po: CommentCommandList.inc.h
|
|||||||
FormatManager.po: DeclNodes.inc.h
|
FormatManager.po: DeclNodes.inc.h
|
||||||
FormatManager.po: DiagnosticCommonKinds.inc.h
|
FormatManager.po: DiagnosticCommonKinds.inc.h
|
||||||
FormatManager.po: StmtNodes.inc.h
|
FormatManager.po: StmtNodes.inc.h
|
||||||
LibCxx.o: AttrList.inc.h
|
|
||||||
LibCxx.o: Attrs.inc.h
|
|
||||||
LibCxx.o: CommentCommandList.inc.h
|
LibCxx.o: CommentCommandList.inc.h
|
||||||
LibCxx.o: DeclNodes.inc.h
|
LibCxx.o: DeclNodes.inc.h
|
||||||
LibCxx.o: DiagnosticCommonKinds.inc.h
|
LibCxx.o: DiagnosticCommonKinds.inc.h
|
||||||
LibCxx.o: StmtNodes.inc.h
|
LibCxx.o: StmtNodes.inc.h
|
||||||
LibCxx.po: AttrList.inc.h
|
|
||||||
LibCxx.po: Attrs.inc.h
|
|
||||||
LibCxx.po: CommentCommandList.inc.h
|
LibCxx.po: CommentCommandList.inc.h
|
||||||
LibCxx.po: DeclNodes.inc.h
|
LibCxx.po: DeclNodes.inc.h
|
||||||
LibCxx.po: DiagnosticCommonKinds.inc.h
|
LibCxx.po: DiagnosticCommonKinds.inc.h
|
||||||
@ -161,18 +157,8 @@ NSSet.po: CommentCommandList.inc.h
|
|||||||
NSSet.po: DeclNodes.inc.h
|
NSSet.po: DeclNodes.inc.h
|
||||||
NSSet.po: DiagnosticCommonKinds.inc.h
|
NSSet.po: DiagnosticCommonKinds.inc.h
|
||||||
NSSet.po: StmtNodes.inc.h
|
NSSet.po: StmtNodes.inc.h
|
||||||
StringPrinter.o: AttrList.inc.h
|
|
||||||
StringPrinter.o: Attrs.inc.h
|
|
||||||
StringPrinter.o: CommentCommandList.inc.h
|
|
||||||
StringPrinter.o: DeclNodes.inc.h
|
|
||||||
StringPrinter.o: DiagnosticCommonKinds.inc.h
|
StringPrinter.o: DiagnosticCommonKinds.inc.h
|
||||||
StringPrinter.o: StmtNodes.inc.h
|
|
||||||
StringPrinter.po: AttrList.inc.h
|
|
||||||
StringPrinter.po: Attrs.inc.h
|
|
||||||
StringPrinter.po: CommentCommandList.inc.h
|
|
||||||
StringPrinter.po: DeclNodes.inc.h
|
|
||||||
StringPrinter.po: DiagnosticCommonKinds.inc.h
|
StringPrinter.po: DiagnosticCommonKinds.inc.h
|
||||||
StringPrinter.po: StmtNodes.inc.h
|
|
||||||
TypeCategory.o: AttrList.inc.h
|
TypeCategory.o: AttrList.inc.h
|
||||||
TypeCategory.o: Attrs.inc.h
|
TypeCategory.o: Attrs.inc.h
|
||||||
TypeCategory.o: CommentCommandList.inc.h
|
TypeCategory.o: CommentCommandList.inc.h
|
||||||
@ -209,30 +195,10 @@ TypeFormat.po: CommentCommandList.inc.h
|
|||||||
TypeFormat.po: DeclNodes.inc.h
|
TypeFormat.po: DeclNodes.inc.h
|
||||||
TypeFormat.po: DiagnosticCommonKinds.inc.h
|
TypeFormat.po: DiagnosticCommonKinds.inc.h
|
||||||
TypeFormat.po: StmtNodes.inc.h
|
TypeFormat.po: StmtNodes.inc.h
|
||||||
TypeSummary.o: AttrList.inc.h
|
|
||||||
TypeSummary.o: Attrs.inc.h
|
|
||||||
TypeSummary.o: CommentCommandList.inc.h
|
|
||||||
TypeSummary.o: DeclNodes.inc.h
|
|
||||||
TypeSummary.o: DiagnosticCommonKinds.inc.h
|
TypeSummary.o: DiagnosticCommonKinds.inc.h
|
||||||
TypeSummary.o: StmtNodes.inc.h
|
|
||||||
TypeSummary.po: AttrList.inc.h
|
|
||||||
TypeSummary.po: Attrs.inc.h
|
|
||||||
TypeSummary.po: CommentCommandList.inc.h
|
|
||||||
TypeSummary.po: DeclNodes.inc.h
|
|
||||||
TypeSummary.po: DiagnosticCommonKinds.inc.h
|
TypeSummary.po: DiagnosticCommonKinds.inc.h
|
||||||
TypeSummary.po: StmtNodes.inc.h
|
|
||||||
TypeSynthetic.o: AttrList.inc.h
|
|
||||||
TypeSynthetic.o: Attrs.inc.h
|
|
||||||
TypeSynthetic.o: CommentCommandList.inc.h
|
|
||||||
TypeSynthetic.o: DeclNodes.inc.h
|
|
||||||
TypeSynthetic.o: DiagnosticCommonKinds.inc.h
|
TypeSynthetic.o: DiagnosticCommonKinds.inc.h
|
||||||
TypeSynthetic.o: StmtNodes.inc.h
|
|
||||||
TypeSynthetic.po: AttrList.inc.h
|
|
||||||
TypeSynthetic.po: Attrs.inc.h
|
|
||||||
TypeSynthetic.po: CommentCommandList.inc.h
|
|
||||||
TypeSynthetic.po: DeclNodes.inc.h
|
|
||||||
TypeSynthetic.po: DiagnosticCommonKinds.inc.h
|
TypeSynthetic.po: DiagnosticCommonKinds.inc.h
|
||||||
TypeSynthetic.po: StmtNodes.inc.h
|
|
||||||
ValueObjectPrinter.o: AttrList.inc.h
|
ValueObjectPrinter.o: AttrList.inc.h
|
||||||
ValueObjectPrinter.o: Attrs.inc.h
|
ValueObjectPrinter.o: Attrs.inc.h
|
||||||
ValueObjectPrinter.o: CommentCommandList.inc.h
|
ValueObjectPrinter.o: CommentCommandList.inc.h
|
||||||
@ -245,4 +211,12 @@ ValueObjectPrinter.po: CommentCommandList.inc.h
|
|||||||
ValueObjectPrinter.po: DeclNodes.inc.h
|
ValueObjectPrinter.po: DeclNodes.inc.h
|
||||||
ValueObjectPrinter.po: DiagnosticCommonKinds.inc.h
|
ValueObjectPrinter.po: DiagnosticCommonKinds.inc.h
|
||||||
ValueObjectPrinter.po: StmtNodes.inc.h
|
ValueObjectPrinter.po: StmtNodes.inc.h
|
||||||
|
VectorType.o: CommentCommandList.inc.h
|
||||||
|
VectorType.o: DeclNodes.inc.h
|
||||||
|
VectorType.o: DiagnosticCommonKinds.inc.h
|
||||||
|
VectorType.o: StmtNodes.inc.h
|
||||||
|
VectorType.po: CommentCommandList.inc.h
|
||||||
|
VectorType.po: DeclNodes.inc.h
|
||||||
|
VectorType.po: DiagnosticCommonKinds.inc.h
|
||||||
|
VectorType.po: StmtNodes.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -78,15 +78,11 @@ ClangExpressionDeclMap.po: CommentCommandList.inc.h
|
|||||||
ClangExpressionDeclMap.po: DeclNodes.inc.h
|
ClangExpressionDeclMap.po: DeclNodes.inc.h
|
||||||
ClangExpressionDeclMap.po: DiagnosticCommonKinds.inc.h
|
ClangExpressionDeclMap.po: DiagnosticCommonKinds.inc.h
|
||||||
ClangExpressionDeclMap.po: StmtNodes.inc.h
|
ClangExpressionDeclMap.po: StmtNodes.inc.h
|
||||||
ClangExpressionParser.o: AttrList.inc.h
|
|
||||||
ClangExpressionParser.o: Attrs.inc.h
|
|
||||||
ClangExpressionParser.o: CommentCommandList.inc.h
|
ClangExpressionParser.o: CommentCommandList.inc.h
|
||||||
ClangExpressionParser.o: DeclNodes.inc.h
|
ClangExpressionParser.o: DeclNodes.inc.h
|
||||||
ClangExpressionParser.o: DiagnosticCommonKinds.inc.h
|
ClangExpressionParser.o: DiagnosticCommonKinds.inc.h
|
||||||
ClangExpressionParser.o: DiagnosticFrontendKinds.inc.h
|
ClangExpressionParser.o: DiagnosticFrontendKinds.inc.h
|
||||||
ClangExpressionParser.o: StmtNodes.inc.h
|
ClangExpressionParser.o: StmtNodes.inc.h
|
||||||
ClangExpressionParser.po: AttrList.inc.h
|
|
||||||
ClangExpressionParser.po: Attrs.inc.h
|
|
||||||
ClangExpressionParser.po: CommentCommandList.inc.h
|
ClangExpressionParser.po: CommentCommandList.inc.h
|
||||||
ClangExpressionParser.po: DeclNodes.inc.h
|
ClangExpressionParser.po: DeclNodes.inc.h
|
||||||
ClangExpressionParser.po: DiagnosticCommonKinds.inc.h
|
ClangExpressionParser.po: DiagnosticCommonKinds.inc.h
|
||||||
@ -140,14 +136,10 @@ ClangUserExpression.po: CommentCommandList.inc.h
|
|||||||
ClangUserExpression.po: DeclNodes.inc.h
|
ClangUserExpression.po: DeclNodes.inc.h
|
||||||
ClangUserExpression.po: DiagnosticCommonKinds.inc.h
|
ClangUserExpression.po: DiagnosticCommonKinds.inc.h
|
||||||
ClangUserExpression.po: StmtNodes.inc.h
|
ClangUserExpression.po: StmtNodes.inc.h
|
||||||
ClangUtilityFunction.o: CommentCommandList.inc.h
|
|
||||||
ClangUtilityFunction.o: DeclNodes.inc.h
|
ClangUtilityFunction.o: DeclNodes.inc.h
|
||||||
ClangUtilityFunction.o: DiagnosticCommonKinds.inc.h
|
ClangUtilityFunction.o: DiagnosticCommonKinds.inc.h
|
||||||
ClangUtilityFunction.o: StmtNodes.inc.h
|
|
||||||
ClangUtilityFunction.po: CommentCommandList.inc.h
|
|
||||||
ClangUtilityFunction.po: DeclNodes.inc.h
|
ClangUtilityFunction.po: DeclNodes.inc.h
|
||||||
ClangUtilityFunction.po: DiagnosticCommonKinds.inc.h
|
ClangUtilityFunction.po: DiagnosticCommonKinds.inc.h
|
||||||
ClangUtilityFunction.po: StmtNodes.inc.h
|
|
||||||
DWARFExpression.o: DeclNodes.inc.h
|
DWARFExpression.o: DeclNodes.inc.h
|
||||||
DWARFExpression.o: DiagnosticCommonKinds.inc.h
|
DWARFExpression.o: DiagnosticCommonKinds.inc.h
|
||||||
DWARFExpression.po: DeclNodes.inc.h
|
DWARFExpression.po: DeclNodes.inc.h
|
||||||
@ -156,18 +148,8 @@ ExpressionSourceCode.o: DiagnosticCommonKinds.inc.h
|
|||||||
ExpressionSourceCode.po: DiagnosticCommonKinds.inc.h
|
ExpressionSourceCode.po: DiagnosticCommonKinds.inc.h
|
||||||
IRDynamicChecks.o: DiagnosticCommonKinds.inc.h
|
IRDynamicChecks.o: DiagnosticCommonKinds.inc.h
|
||||||
IRDynamicChecks.po: DiagnosticCommonKinds.inc.h
|
IRDynamicChecks.po: DiagnosticCommonKinds.inc.h
|
||||||
IRExecutionUnit.o: AttrList.inc.h
|
|
||||||
IRExecutionUnit.o: Attrs.inc.h
|
|
||||||
IRExecutionUnit.o: CommentCommandList.inc.h
|
|
||||||
IRExecutionUnit.o: DeclNodes.inc.h
|
|
||||||
IRExecutionUnit.o: DiagnosticCommonKinds.inc.h
|
IRExecutionUnit.o: DiagnosticCommonKinds.inc.h
|
||||||
IRExecutionUnit.o: StmtNodes.inc.h
|
|
||||||
IRExecutionUnit.po: AttrList.inc.h
|
|
||||||
IRExecutionUnit.po: Attrs.inc.h
|
|
||||||
IRExecutionUnit.po: CommentCommandList.inc.h
|
|
||||||
IRExecutionUnit.po: DeclNodes.inc.h
|
|
||||||
IRExecutionUnit.po: DiagnosticCommonKinds.inc.h
|
IRExecutionUnit.po: DiagnosticCommonKinds.inc.h
|
||||||
IRExecutionUnit.po: StmtNodes.inc.h
|
|
||||||
IRForTarget.o: CommentCommandList.inc.h
|
IRForTarget.o: CommentCommandList.inc.h
|
||||||
IRForTarget.o: DeclNodes.inc.h
|
IRForTarget.o: DeclNodes.inc.h
|
||||||
IRForTarget.o: DiagnosticCommonKinds.inc.h
|
IRForTarget.o: DiagnosticCommonKinds.inc.h
|
||||||
@ -182,8 +164,6 @@ IRInterpreter.o: DiagnosticCommonKinds.inc.h
|
|||||||
IRInterpreter.o: Intrinsics.inc.h
|
IRInterpreter.o: Intrinsics.inc.h
|
||||||
IRInterpreter.po: DiagnosticCommonKinds.inc.h
|
IRInterpreter.po: DiagnosticCommonKinds.inc.h
|
||||||
IRInterpreter.po: Intrinsics.inc.h
|
IRInterpreter.po: Intrinsics.inc.h
|
||||||
IRMemoryMap.o: DiagnosticCommonKinds.inc.h
|
|
||||||
IRMemoryMap.po: DiagnosticCommonKinds.inc.h
|
|
||||||
Materializer.o: CommentCommandList.inc.h
|
Materializer.o: CommentCommandList.inc.h
|
||||||
Materializer.o: DeclNodes.inc.h
|
Materializer.o: DeclNodes.inc.h
|
||||||
Materializer.o: DiagnosticCommonKinds.inc.h
|
Materializer.o: DiagnosticCommonKinds.inc.h
|
||||||
|
@ -15,32 +15,4 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
Host.o: AttrList.inc.h
|
|
||||||
Host.o: Attrs.inc.h
|
|
||||||
Host.o: CommentCommandList.inc.h
|
|
||||||
Host.o: DeclNodes.inc.h
|
|
||||||
Host.o: DiagnosticCommonKinds.inc.h
|
|
||||||
Host.o: StmtNodes.inc.h
|
|
||||||
Host.po: AttrList.inc.h
|
|
||||||
Host.po: Attrs.inc.h
|
|
||||||
Host.po: CommentCommandList.inc.h
|
|
||||||
Host.po: DeclNodes.inc.h
|
|
||||||
Host.po: DiagnosticCommonKinds.inc.h
|
|
||||||
Host.po: StmtNodes.inc.h
|
|
||||||
MonitoringProcessLauncher.o: CommentCommandList.inc.h
|
|
||||||
MonitoringProcessLauncher.o: DeclNodes.inc.h
|
|
||||||
MonitoringProcessLauncher.o: DiagnosticCommonKinds.inc.h
|
|
||||||
MonitoringProcessLauncher.o: StmtNodes.inc.h
|
|
||||||
MonitoringProcessLauncher.po: CommentCommandList.inc.h
|
|
||||||
MonitoringProcessLauncher.po: DeclNodes.inc.h
|
|
||||||
MonitoringProcessLauncher.po: DiagnosticCommonKinds.inc.h
|
|
||||||
MonitoringProcessLauncher.po: StmtNodes.inc.h
|
|
||||||
Symbols.o: CommentCommandList.inc.h
|
|
||||||
Symbols.o: DeclNodes.inc.h
|
|
||||||
Symbols.o: DiagnosticCommonKinds.inc.h
|
|
||||||
Symbols.o: StmtNodes.inc.h
|
|
||||||
Symbols.po: CommentCommandList.inc.h
|
|
||||||
Symbols.po: DeclNodes.inc.h
|
|
||||||
Symbols.po: DiagnosticCommonKinds.inc.h
|
|
||||||
Symbols.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -14,12 +14,4 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
Host.o: CommentCommandList.inc.h
|
|
||||||
Host.o: DeclNodes.inc.h
|
|
||||||
Host.o: DiagnosticCommonKinds.inc.h
|
|
||||||
Host.o: StmtNodes.inc.h
|
|
||||||
Host.po: CommentCommandList.inc.h
|
|
||||||
Host.po: DeclNodes.inc.h
|
|
||||||
Host.po: DiagnosticCommonKinds.inc.h
|
|
||||||
Host.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
15
lib/clang/liblldbInitialization/Makefile.depend
Normal file
15
lib/clang/liblldbInitialization/Makefile.depend
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/libc++ \
|
||||||
|
lib/msun \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
@ -26,18 +26,8 @@ Args.po: CommentCommandList.inc.h
|
|||||||
Args.po: DeclNodes.inc.h
|
Args.po: DeclNodes.inc.h
|
||||||
Args.po: DiagnosticCommonKinds.inc.h
|
Args.po: DiagnosticCommonKinds.inc.h
|
||||||
Args.po: StmtNodes.inc.h
|
Args.po: StmtNodes.inc.h
|
||||||
CommandInterpreter.o: AttrList.inc.h
|
|
||||||
CommandInterpreter.o: Attrs.inc.h
|
|
||||||
CommandInterpreter.o: CommentCommandList.inc.h
|
|
||||||
CommandInterpreter.o: DeclNodes.inc.h
|
|
||||||
CommandInterpreter.o: DiagnosticCommonKinds.inc.h
|
CommandInterpreter.o: DiagnosticCommonKinds.inc.h
|
||||||
CommandInterpreter.o: StmtNodes.inc.h
|
|
||||||
CommandInterpreter.po: AttrList.inc.h
|
|
||||||
CommandInterpreter.po: Attrs.inc.h
|
|
||||||
CommandInterpreter.po: CommentCommandList.inc.h
|
|
||||||
CommandInterpreter.po: DeclNodes.inc.h
|
|
||||||
CommandInterpreter.po: DiagnosticCommonKinds.inc.h
|
CommandInterpreter.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandInterpreter.po: StmtNodes.inc.h
|
|
||||||
CommandObject.o: AttrList.inc.h
|
CommandObject.o: AttrList.inc.h
|
||||||
CommandObject.o: Attrs.inc.h
|
CommandObject.o: Attrs.inc.h
|
||||||
CommandObject.o: CommentCommandList.inc.h
|
CommandObject.o: CommentCommandList.inc.h
|
||||||
@ -50,18 +40,6 @@ CommandObject.po: CommentCommandList.inc.h
|
|||||||
CommandObject.po: DeclNodes.inc.h
|
CommandObject.po: DeclNodes.inc.h
|
||||||
CommandObject.po: DiagnosticCommonKinds.inc.h
|
CommandObject.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObject.po: StmtNodes.inc.h
|
CommandObject.po: StmtNodes.inc.h
|
||||||
CommandObjectRegexCommand.o: AttrList.inc.h
|
|
||||||
CommandObjectRegexCommand.o: Attrs.inc.h
|
|
||||||
CommandObjectRegexCommand.o: CommentCommandList.inc.h
|
|
||||||
CommandObjectRegexCommand.o: DeclNodes.inc.h
|
|
||||||
CommandObjectRegexCommand.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectRegexCommand.o: StmtNodes.inc.h
|
|
||||||
CommandObjectRegexCommand.po: AttrList.inc.h
|
|
||||||
CommandObjectRegexCommand.po: Attrs.inc.h
|
|
||||||
CommandObjectRegexCommand.po: CommentCommandList.inc.h
|
|
||||||
CommandObjectRegexCommand.po: DeclNodes.inc.h
|
|
||||||
CommandObjectRegexCommand.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandObjectRegexCommand.po: StmtNodes.inc.h
|
|
||||||
CommandObjectScript.o: AttrList.inc.h
|
CommandObjectScript.o: AttrList.inc.h
|
||||||
CommandObjectScript.o: Attrs.inc.h
|
CommandObjectScript.o: Attrs.inc.h
|
||||||
CommandObjectScript.o: CommentCommandList.inc.h
|
CommandObjectScript.o: CommentCommandList.inc.h
|
||||||
@ -74,54 +52,8 @@ CommandObjectScript.po: CommentCommandList.inc.h
|
|||||||
CommandObjectScript.po: DeclNodes.inc.h
|
CommandObjectScript.po: DeclNodes.inc.h
|
||||||
CommandObjectScript.po: DiagnosticCommonKinds.inc.h
|
CommandObjectScript.po: DiagnosticCommonKinds.inc.h
|
||||||
CommandObjectScript.po: StmtNodes.inc.h
|
CommandObjectScript.po: StmtNodes.inc.h
|
||||||
CommandOptionValidators.o: AttrList.inc.h
|
|
||||||
CommandOptionValidators.o: Attrs.inc.h
|
|
||||||
CommandOptionValidators.o: CommentCommandList.inc.h
|
|
||||||
CommandOptionValidators.o: DeclNodes.inc.h
|
|
||||||
CommandOptionValidators.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandOptionValidators.o: StmtNodes.inc.h
|
|
||||||
CommandOptionValidators.po: AttrList.inc.h
|
|
||||||
CommandOptionValidators.po: Attrs.inc.h
|
|
||||||
CommandOptionValidators.po: CommentCommandList.inc.h
|
|
||||||
CommandOptionValidators.po: DeclNodes.inc.h
|
|
||||||
CommandOptionValidators.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CommandOptionValidators.po: StmtNodes.inc.h
|
|
||||||
OptionGroupFormat.o: AttrList.inc.h
|
|
||||||
OptionGroupFormat.o: Attrs.inc.h
|
|
||||||
OptionGroupFormat.o: CommentCommandList.inc.h
|
|
||||||
OptionGroupFormat.o: DeclNodes.inc.h
|
|
||||||
OptionGroupFormat.o: DiagnosticCommonKinds.inc.h
|
|
||||||
OptionGroupFormat.o: StmtNodes.inc.h
|
|
||||||
OptionGroupFormat.po: AttrList.inc.h
|
|
||||||
OptionGroupFormat.po: Attrs.inc.h
|
|
||||||
OptionGroupFormat.po: CommentCommandList.inc.h
|
|
||||||
OptionGroupFormat.po: DeclNodes.inc.h
|
|
||||||
OptionGroupFormat.po: DiagnosticCommonKinds.inc.h
|
|
||||||
OptionGroupFormat.po: StmtNodes.inc.h
|
|
||||||
OptionGroupPlatform.o: AttrList.inc.h
|
|
||||||
OptionGroupPlatform.o: Attrs.inc.h
|
|
||||||
OptionGroupPlatform.o: CommentCommandList.inc.h
|
|
||||||
OptionGroupPlatform.o: DeclNodes.inc.h
|
|
||||||
OptionGroupPlatform.o: DiagnosticCommonKinds.inc.h
|
|
||||||
OptionGroupPlatform.o: StmtNodes.inc.h
|
|
||||||
OptionGroupPlatform.po: AttrList.inc.h
|
|
||||||
OptionGroupPlatform.po: Attrs.inc.h
|
|
||||||
OptionGroupPlatform.po: CommentCommandList.inc.h
|
|
||||||
OptionGroupPlatform.po: DeclNodes.inc.h
|
|
||||||
OptionGroupPlatform.po: DiagnosticCommonKinds.inc.h
|
|
||||||
OptionGroupPlatform.po: StmtNodes.inc.h
|
|
||||||
OptionGroupValueObjectDisplay.o: AttrList.inc.h
|
|
||||||
OptionGroupValueObjectDisplay.o: Attrs.inc.h
|
|
||||||
OptionGroupValueObjectDisplay.o: CommentCommandList.inc.h
|
|
||||||
OptionGroupValueObjectDisplay.o: DeclNodes.inc.h
|
|
||||||
OptionGroupValueObjectDisplay.o: DiagnosticCommonKinds.inc.h
|
OptionGroupValueObjectDisplay.o: DiagnosticCommonKinds.inc.h
|
||||||
OptionGroupValueObjectDisplay.o: StmtNodes.inc.h
|
|
||||||
OptionGroupValueObjectDisplay.po: AttrList.inc.h
|
|
||||||
OptionGroupValueObjectDisplay.po: Attrs.inc.h
|
|
||||||
OptionGroupValueObjectDisplay.po: CommentCommandList.inc.h
|
|
||||||
OptionGroupValueObjectDisplay.po: DeclNodes.inc.h
|
|
||||||
OptionGroupValueObjectDisplay.po: DiagnosticCommonKinds.inc.h
|
OptionGroupValueObjectDisplay.po: DiagnosticCommonKinds.inc.h
|
||||||
OptionGroupValueObjectDisplay.po: StmtNodes.inc.h
|
|
||||||
OptionGroupVariable.o: AttrList.inc.h
|
OptionGroupVariable.o: AttrList.inc.h
|
||||||
OptionGroupVariable.o: Attrs.inc.h
|
OptionGroupVariable.o: Attrs.inc.h
|
||||||
OptionGroupVariable.o: CommentCommandList.inc.h
|
OptionGroupVariable.o: CommentCommandList.inc.h
|
||||||
@ -182,52 +114,18 @@ OptionValueFormat.po: CommentCommandList.inc.h
|
|||||||
OptionValueFormat.po: DeclNodes.inc.h
|
OptionValueFormat.po: DeclNodes.inc.h
|
||||||
OptionValueFormat.po: DiagnosticCommonKinds.inc.h
|
OptionValueFormat.po: DiagnosticCommonKinds.inc.h
|
||||||
OptionValueFormat.po: StmtNodes.inc.h
|
OptionValueFormat.po: StmtNodes.inc.h
|
||||||
OptionValueUUID.o: AttrList.inc.h
|
OptionValueLanguage.o: AttrList.inc.h
|
||||||
OptionValueUUID.o: Attrs.inc.h
|
OptionValueLanguage.o: Attrs.inc.h
|
||||||
OptionValueUUID.o: CommentCommandList.inc.h
|
OptionValueLanguage.o: CommentCommandList.inc.h
|
||||||
OptionValueUUID.o: DeclNodes.inc.h
|
OptionValueLanguage.o: DeclNodes.inc.h
|
||||||
OptionValueUUID.o: DiagnosticCommonKinds.inc.h
|
OptionValueLanguage.o: DiagnosticCommonKinds.inc.h
|
||||||
OptionValueUUID.o: StmtNodes.inc.h
|
OptionValueLanguage.o: StmtNodes.inc.h
|
||||||
OptionValueUUID.po: AttrList.inc.h
|
OptionValueLanguage.po: AttrList.inc.h
|
||||||
OptionValueUUID.po: Attrs.inc.h
|
OptionValueLanguage.po: Attrs.inc.h
|
||||||
OptionValueUUID.po: CommentCommandList.inc.h
|
OptionValueLanguage.po: CommentCommandList.inc.h
|
||||||
OptionValueUUID.po: DeclNodes.inc.h
|
OptionValueLanguage.po: DeclNodes.inc.h
|
||||||
OptionValueUUID.po: DiagnosticCommonKinds.inc.h
|
OptionValueLanguage.po: DiagnosticCommonKinds.inc.h
|
||||||
OptionValueUUID.po: StmtNodes.inc.h
|
OptionValueLanguage.po: StmtNodes.inc.h
|
||||||
Options.o: AttrList.inc.h
|
|
||||||
Options.o: Attrs.inc.h
|
|
||||||
Options.o: CommentCommandList.inc.h
|
|
||||||
Options.o: DeclNodes.inc.h
|
|
||||||
Options.o: DiagnosticCommonKinds.inc.h
|
|
||||||
Options.o: StmtNodes.inc.h
|
|
||||||
Options.po: AttrList.inc.h
|
|
||||||
Options.po: Attrs.inc.h
|
|
||||||
Options.po: CommentCommandList.inc.h
|
|
||||||
Options.po: DeclNodes.inc.h
|
|
||||||
Options.po: DiagnosticCommonKinds.inc.h
|
|
||||||
Options.po: StmtNodes.inc.h
|
|
||||||
Property.o: AttrList.inc.h
|
|
||||||
Property.o: Attrs.inc.h
|
|
||||||
Property.o: CommentCommandList.inc.h
|
|
||||||
Property.o: DeclNodes.inc.h
|
|
||||||
Property.o: DiagnosticCommonKinds.inc.h
|
Property.o: DiagnosticCommonKinds.inc.h
|
||||||
Property.o: StmtNodes.inc.h
|
|
||||||
Property.po: AttrList.inc.h
|
|
||||||
Property.po: Attrs.inc.h
|
|
||||||
Property.po: CommentCommandList.inc.h
|
|
||||||
Property.po: DeclNodes.inc.h
|
|
||||||
Property.po: DiagnosticCommonKinds.inc.h
|
Property.po: DiagnosticCommonKinds.inc.h
|
||||||
Property.po: StmtNodes.inc.h
|
|
||||||
ScriptInterpreterNone.o: AttrList.inc.h
|
|
||||||
ScriptInterpreterNone.o: Attrs.inc.h
|
|
||||||
ScriptInterpreterNone.o: CommentCommandList.inc.h
|
|
||||||
ScriptInterpreterNone.o: DeclNodes.inc.h
|
|
||||||
ScriptInterpreterNone.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ScriptInterpreterNone.o: StmtNodes.inc.h
|
|
||||||
ScriptInterpreterNone.po: AttrList.inc.h
|
|
||||||
ScriptInterpreterNone.po: Attrs.inc.h
|
|
||||||
ScriptInterpreterNone.po: CommentCommandList.inc.h
|
|
||||||
ScriptInterpreterNone.po: DeclNodes.inc.h
|
|
||||||
ScriptInterpreterNone.po: DiagnosticCommonKinds.inc.h
|
|
||||||
ScriptInterpreterNone.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
24
lib/clang/liblldbPluginABISysV_arm/Makefile.depend
Normal file
24
lib/clang/liblldbPluginABISysV_arm/Makefile.depend
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/libc++ \
|
||||||
|
lib/msun \
|
||||||
|
usr.bin/clang/clang-tblgen.host \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
ABISysV_arm.o: CommentCommandList.inc.h
|
||||||
|
ABISysV_arm.o: DeclNodes.inc.h
|
||||||
|
ABISysV_arm.o: DiagnosticCommonKinds.inc.h
|
||||||
|
ABISysV_arm.o: StmtNodes.inc.h
|
||||||
|
ABISysV_arm.po: CommentCommandList.inc.h
|
||||||
|
ABISysV_arm.po: DeclNodes.inc.h
|
||||||
|
ABISysV_arm.po: DiagnosticCommonKinds.inc.h
|
||||||
|
ABISysV_arm.po: StmtNodes.inc.h
|
||||||
|
.endif
|
24
lib/clang/liblldbPluginABISysV_arm64/Makefile.depend
Normal file
24
lib/clang/liblldbPluginABISysV_arm64/Makefile.depend
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/libc++ \
|
||||||
|
lib/msun \
|
||||||
|
usr.bin/clang/clang-tblgen.host \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
ABISysV_arm64.o: CommentCommandList.inc.h
|
||||||
|
ABISysV_arm64.o: DeclNodes.inc.h
|
||||||
|
ABISysV_arm64.o: DiagnosticCommonKinds.inc.h
|
||||||
|
ABISysV_arm64.o: StmtNodes.inc.h
|
||||||
|
ABISysV_arm64.po: CommentCommandList.inc.h
|
||||||
|
ABISysV_arm64.po: DeclNodes.inc.h
|
||||||
|
ABISysV_arm64.po: DiagnosticCommonKinds.inc.h
|
||||||
|
ABISysV_arm64.po: StmtNodes.inc.h
|
||||||
|
.endif
|
24
lib/clang/liblldbPluginABISysV_i386/Makefile.depend
Normal file
24
lib/clang/liblldbPluginABISysV_i386/Makefile.depend
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/libc++ \
|
||||||
|
lib/msun \
|
||||||
|
usr.bin/clang/clang-tblgen.host \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
ABISysV_i386.o: CommentCommandList.inc.h
|
||||||
|
ABISysV_i386.o: DeclNodes.inc.h
|
||||||
|
ABISysV_i386.o: DiagnosticCommonKinds.inc.h
|
||||||
|
ABISysV_i386.o: StmtNodes.inc.h
|
||||||
|
ABISysV_i386.po: CommentCommandList.inc.h
|
||||||
|
ABISysV_i386.po: DeclNodes.inc.h
|
||||||
|
ABISysV_i386.po: DiagnosticCommonKinds.inc.h
|
||||||
|
ABISysV_i386.po: StmtNodes.inc.h
|
||||||
|
.endif
|
24
lib/clang/liblldbPluginABISysV_mips/Makefile.depend
Normal file
24
lib/clang/liblldbPluginABISysV_mips/Makefile.depend
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/libc++ \
|
||||||
|
lib/msun \
|
||||||
|
usr.bin/clang/clang-tblgen.host \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
ABISysV_mips.o: CommentCommandList.inc.h
|
||||||
|
ABISysV_mips.o: DeclNodes.inc.h
|
||||||
|
ABISysV_mips.o: DiagnosticCommonKinds.inc.h
|
||||||
|
ABISysV_mips.o: StmtNodes.inc.h
|
||||||
|
ABISysV_mips.po: CommentCommandList.inc.h
|
||||||
|
ABISysV_mips.po: DeclNodes.inc.h
|
||||||
|
ABISysV_mips.po: DiagnosticCommonKinds.inc.h
|
||||||
|
ABISysV_mips.po: StmtNodes.inc.h
|
||||||
|
.endif
|
24
lib/clang/liblldbPluginABISysV_mips64/Makefile.depend
Normal file
24
lib/clang/liblldbPluginABISysV_mips64/Makefile.depend
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/libc++ \
|
||||||
|
lib/msun \
|
||||||
|
usr.bin/clang/clang-tblgen.host \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
ABISysV_mips64.o: CommentCommandList.inc.h
|
||||||
|
ABISysV_mips64.o: DeclNodes.inc.h
|
||||||
|
ABISysV_mips64.o: DiagnosticCommonKinds.inc.h
|
||||||
|
ABISysV_mips64.o: StmtNodes.inc.h
|
||||||
|
ABISysV_mips64.po: CommentCommandList.inc.h
|
||||||
|
ABISysV_mips64.po: DeclNodes.inc.h
|
||||||
|
ABISysV_mips64.po: DiagnosticCommonKinds.inc.h
|
||||||
|
ABISysV_mips64.po: StmtNodes.inc.h
|
||||||
|
.endif
|
@ -13,12 +13,4 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
DisassemblerLLVMC.o: CommentCommandList.inc.h
|
|
||||||
DisassemblerLLVMC.o: DeclNodes.inc.h
|
|
||||||
DisassemblerLLVMC.o: DiagnosticCommonKinds.inc.h
|
|
||||||
DisassemblerLLVMC.o: StmtNodes.inc.h
|
|
||||||
DisassemblerLLVMC.po: CommentCommandList.inc.h
|
|
||||||
DisassemblerLLVMC.po: DeclNodes.inc.h
|
|
||||||
DisassemblerLLVMC.po: DiagnosticCommonKinds.inc.h
|
|
||||||
DisassemblerLLVMC.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,22 +13,6 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
AuxVector.o: DiagnosticCommonKinds.inc.h
|
|
||||||
AuxVector.po: DiagnosticCommonKinds.inc.h
|
|
||||||
DYLDRendezvous.o: CommentCommandList.inc.h
|
|
||||||
DYLDRendezvous.o: DeclNodes.inc.h
|
|
||||||
DYLDRendezvous.o: DiagnosticCommonKinds.inc.h
|
|
||||||
DYLDRendezvous.o: StmtNodes.inc.h
|
|
||||||
DYLDRendezvous.po: CommentCommandList.inc.h
|
|
||||||
DYLDRendezvous.po: DeclNodes.inc.h
|
|
||||||
DYLDRendezvous.po: DiagnosticCommonKinds.inc.h
|
|
||||||
DYLDRendezvous.po: StmtNodes.inc.h
|
|
||||||
DynamicLoaderPOSIXDYLD.o: CommentCommandList.inc.h
|
|
||||||
DynamicLoaderPOSIXDYLD.o: DeclNodes.inc.h
|
|
||||||
DynamicLoaderPOSIXDYLD.o: DiagnosticCommonKinds.inc.h
|
DynamicLoaderPOSIXDYLD.o: DiagnosticCommonKinds.inc.h
|
||||||
DynamicLoaderPOSIXDYLD.o: StmtNodes.inc.h
|
|
||||||
DynamicLoaderPOSIXDYLD.po: CommentCommandList.inc.h
|
|
||||||
DynamicLoaderPOSIXDYLD.po: DeclNodes.inc.h
|
|
||||||
DynamicLoaderPOSIXDYLD.po: DiagnosticCommonKinds.inc.h
|
DynamicLoaderPOSIXDYLD.po: DiagnosticCommonKinds.inc.h
|
||||||
DynamicLoaderPOSIXDYLD.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,12 +13,4 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
DynamicLoaderStatic.o: CommentCommandList.inc.h
|
|
||||||
DynamicLoaderStatic.o: DeclNodes.inc.h
|
|
||||||
DynamicLoaderStatic.o: DiagnosticCommonKinds.inc.h
|
|
||||||
DynamicLoaderStatic.o: StmtNodes.inc.h
|
|
||||||
DynamicLoaderStatic.po: CommentCommandList.inc.h
|
|
||||||
DynamicLoaderStatic.po: DeclNodes.inc.h
|
|
||||||
DynamicLoaderStatic.po: DiagnosticCommonKinds.inc.h
|
|
||||||
DynamicLoaderStatic.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
16
lib/clang/liblldbPluginInstructionMIPS/Makefile.depend
Normal file
16
lib/clang/liblldbPluginInstructionMIPS/Makefile.depend
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/libc++ \
|
||||||
|
lib/msun \
|
||||||
|
usr.bin/clang/clang-tblgen.host \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
16
lib/clang/liblldbPluginInstructionMIPS64/Makefile.depend
Normal file
16
lib/clang/liblldbPluginInstructionMIPS64/Makefile.depend
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/libc++ \
|
||||||
|
lib/msun \
|
||||||
|
usr.bin/clang/clang-tblgen.host \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
@ -13,16 +13,6 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
AddressSanitizerRuntime.o: AttrList.inc.h
|
|
||||||
AddressSanitizerRuntime.o: Attrs.inc.h
|
|
||||||
AddressSanitizerRuntime.o: CommentCommandList.inc.h
|
|
||||||
AddressSanitizerRuntime.o: DeclNodes.inc.h
|
|
||||||
AddressSanitizerRuntime.o: DiagnosticCommonKinds.inc.h
|
AddressSanitizerRuntime.o: DiagnosticCommonKinds.inc.h
|
||||||
AddressSanitizerRuntime.o: StmtNodes.inc.h
|
|
||||||
AddressSanitizerRuntime.po: AttrList.inc.h
|
|
||||||
AddressSanitizerRuntime.po: Attrs.inc.h
|
|
||||||
AddressSanitizerRuntime.po: CommentCommandList.inc.h
|
|
||||||
AddressSanitizerRuntime.po: DeclNodes.inc.h
|
|
||||||
AddressSanitizerRuntime.po: DiagnosticCommonKinds.inc.h
|
AddressSanitizerRuntime.po: DiagnosticCommonKinds.inc.h
|
||||||
AddressSanitizerRuntime.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,12 +13,6 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
JITLoaderGDB.o: CommentCommandList.inc.h
|
|
||||||
JITLoaderGDB.o: DeclNodes.inc.h
|
|
||||||
JITLoaderGDB.o: DiagnosticCommonKinds.inc.h
|
JITLoaderGDB.o: DiagnosticCommonKinds.inc.h
|
||||||
JITLoaderGDB.o: StmtNodes.inc.h
|
|
||||||
JITLoaderGDB.po: CommentCommandList.inc.h
|
|
||||||
JITLoaderGDB.po: DeclNodes.inc.h
|
|
||||||
JITLoaderGDB.po: DiagnosticCommonKinds.inc.h
|
JITLoaderGDB.po: DiagnosticCommonKinds.inc.h
|
||||||
JITLoaderGDB.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,12 +13,6 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
MemoryHistoryASan.o: CommentCommandList.inc.h
|
|
||||||
MemoryHistoryASan.o: DeclNodes.inc.h
|
|
||||||
MemoryHistoryASan.o: DiagnosticCommonKinds.inc.h
|
MemoryHistoryASan.o: DiagnosticCommonKinds.inc.h
|
||||||
MemoryHistoryASan.o: StmtNodes.inc.h
|
|
||||||
MemoryHistoryASan.po: CommentCommandList.inc.h
|
|
||||||
MemoryHistoryASan.po: DeclNodes.inc.h
|
|
||||||
MemoryHistoryASan.po: DiagnosticCommonKinds.inc.h
|
MemoryHistoryASan.po: DiagnosticCommonKinds.inc.h
|
||||||
MemoryHistoryASan.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,12 +13,4 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
ObjectContainerBSDArchive.o: CommentCommandList.inc.h
|
|
||||||
ObjectContainerBSDArchive.o: DeclNodes.inc.h
|
|
||||||
ObjectContainerBSDArchive.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ObjectContainerBSDArchive.o: StmtNodes.inc.h
|
|
||||||
ObjectContainerBSDArchive.po: CommentCommandList.inc.h
|
|
||||||
ObjectContainerBSDArchive.po: DeclNodes.inc.h
|
|
||||||
ObjectContainerBSDArchive.po: DiagnosticCommonKinds.inc.h
|
|
||||||
ObjectContainerBSDArchive.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,12 +13,4 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
ObjectFileELF.o: CommentCommandList.inc.h
|
|
||||||
ObjectFileELF.o: DeclNodes.inc.h
|
|
||||||
ObjectFileELF.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ObjectFileELF.o: StmtNodes.inc.h
|
|
||||||
ObjectFileELF.po: CommentCommandList.inc.h
|
|
||||||
ObjectFileELF.po: DeclNodes.inc.h
|
|
||||||
ObjectFileELF.po: DiagnosticCommonKinds.inc.h
|
|
||||||
ObjectFileELF.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,16 +13,4 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
ObjectFileJIT.o: AttrList.inc.h
|
|
||||||
ObjectFileJIT.o: Attrs.inc.h
|
|
||||||
ObjectFileJIT.o: CommentCommandList.inc.h
|
|
||||||
ObjectFileJIT.o: DeclNodes.inc.h
|
|
||||||
ObjectFileJIT.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ObjectFileJIT.o: StmtNodes.inc.h
|
|
||||||
ObjectFileJIT.po: AttrList.inc.h
|
|
||||||
ObjectFileJIT.po: Attrs.inc.h
|
|
||||||
ObjectFileJIT.po: CommentCommandList.inc.h
|
|
||||||
ObjectFileJIT.po: DeclNodes.inc.h
|
|
||||||
ObjectFileJIT.po: DiagnosticCommonKinds.inc.h
|
|
||||||
ObjectFileJIT.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,16 +13,4 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
PlatformFreeBSD.o: AttrList.inc.h
|
|
||||||
PlatformFreeBSD.o: Attrs.inc.h
|
|
||||||
PlatformFreeBSD.o: CommentCommandList.inc.h
|
|
||||||
PlatformFreeBSD.o: DeclNodes.inc.h
|
|
||||||
PlatformFreeBSD.o: DiagnosticCommonKinds.inc.h
|
|
||||||
PlatformFreeBSD.o: StmtNodes.inc.h
|
|
||||||
PlatformFreeBSD.po: AttrList.inc.h
|
|
||||||
PlatformFreeBSD.po: Attrs.inc.h
|
|
||||||
PlatformFreeBSD.po: CommentCommandList.inc.h
|
|
||||||
PlatformFreeBSD.po: DeclNodes.inc.h
|
|
||||||
PlatformFreeBSD.po: DiagnosticCommonKinds.inc.h
|
|
||||||
PlatformFreeBSD.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,16 +13,4 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
PlatformRemoteGDBServer.o: AttrList.inc.h
|
|
||||||
PlatformRemoteGDBServer.o: Attrs.inc.h
|
|
||||||
PlatformRemoteGDBServer.o: CommentCommandList.inc.h
|
|
||||||
PlatformRemoteGDBServer.o: DeclNodes.inc.h
|
|
||||||
PlatformRemoteGDBServer.o: DiagnosticCommonKinds.inc.h
|
|
||||||
PlatformRemoteGDBServer.o: StmtNodes.inc.h
|
|
||||||
PlatformRemoteGDBServer.po: AttrList.inc.h
|
|
||||||
PlatformRemoteGDBServer.po: Attrs.inc.h
|
|
||||||
PlatformRemoteGDBServer.po: CommentCommandList.inc.h
|
|
||||||
PlatformRemoteGDBServer.po: DeclNodes.inc.h
|
|
||||||
PlatformRemoteGDBServer.po: DiagnosticCommonKinds.inc.h
|
|
||||||
PlatformRemoteGDBServer.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,14 +13,4 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
ProcessElfCore.o: CommentCommandList.inc.h
|
|
||||||
ProcessElfCore.o: DeclNodes.inc.h
|
|
||||||
ProcessElfCore.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ProcessElfCore.o: StmtNodes.inc.h
|
|
||||||
ProcessElfCore.po: CommentCommandList.inc.h
|
|
||||||
ProcessElfCore.po: DeclNodes.inc.h
|
|
||||||
ProcessElfCore.po: DiagnosticCommonKinds.inc.h
|
|
||||||
ProcessElfCore.po: StmtNodes.inc.h
|
|
||||||
ThreadElfCore.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ThreadElfCore.po: DiagnosticCommonKinds.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,10 +13,8 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
FreeBSDThread.o: DiagnosticCommonKinds.inc.h
|
POSIXThread.o: DiagnosticCommonKinds.inc.h
|
||||||
FreeBSDThread.po: DiagnosticCommonKinds.inc.h
|
POSIXThread.po: DiagnosticCommonKinds.inc.h
|
||||||
ProcessFreeBSD.o: DiagnosticCommonKinds.inc.h
|
ProcessPOSIX.o: DiagnosticCommonKinds.inc.h
|
||||||
ProcessFreeBSD.po: DiagnosticCommonKinds.inc.h
|
ProcessPOSIX.po: DiagnosticCommonKinds.inc.h
|
||||||
ProcessMonitor.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ProcessMonitor.po: DiagnosticCommonKinds.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,24 +13,6 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
GDBRemoteCommunication.o: DiagnosticCommonKinds.inc.h
|
|
||||||
GDBRemoteCommunication.po: DiagnosticCommonKinds.inc.h
|
|
||||||
GDBRemoteCommunicationClient.o: DiagnosticCommonKinds.inc.h
|
|
||||||
GDBRemoteCommunicationClient.po: DiagnosticCommonKinds.inc.h
|
|
||||||
GDBRemoteCommunicationServer.o: AttrList.inc.h
|
|
||||||
GDBRemoteCommunicationServer.o: Attrs.inc.h
|
|
||||||
GDBRemoteCommunicationServer.o: CommentCommandList.inc.h
|
|
||||||
GDBRemoteCommunicationServer.o: DeclNodes.inc.h
|
|
||||||
GDBRemoteCommunicationServer.o: DiagnosticCommonKinds.inc.h
|
|
||||||
GDBRemoteCommunicationServer.o: StmtNodes.inc.h
|
|
||||||
GDBRemoteCommunicationServer.po: AttrList.inc.h
|
|
||||||
GDBRemoteCommunicationServer.po: Attrs.inc.h
|
|
||||||
GDBRemoteCommunicationServer.po: CommentCommandList.inc.h
|
|
||||||
GDBRemoteCommunicationServer.po: DeclNodes.inc.h
|
|
||||||
GDBRemoteCommunicationServer.po: DiagnosticCommonKinds.inc.h
|
|
||||||
GDBRemoteCommunicationServer.po: StmtNodes.inc.h
|
|
||||||
GDBRemoteRegisterContext.o: DiagnosticCommonKinds.inc.h
|
|
||||||
GDBRemoteRegisterContext.po: DiagnosticCommonKinds.inc.h
|
|
||||||
ProcessGDBRemote.o: AttrList.inc.h
|
ProcessGDBRemote.o: AttrList.inc.h
|
||||||
ProcessGDBRemote.o: Attrs.inc.h
|
ProcessGDBRemote.o: Attrs.inc.h
|
||||||
ProcessGDBRemote.o: CommentCommandList.inc.h
|
ProcessGDBRemote.o: CommentCommandList.inc.h
|
||||||
@ -43,8 +25,6 @@ ProcessGDBRemote.po: CommentCommandList.inc.h
|
|||||||
ProcessGDBRemote.po: DeclNodes.inc.h
|
ProcessGDBRemote.po: DeclNodes.inc.h
|
||||||
ProcessGDBRemote.po: DiagnosticCommonKinds.inc.h
|
ProcessGDBRemote.po: DiagnosticCommonKinds.inc.h
|
||||||
ProcessGDBRemote.po: StmtNodes.inc.h
|
ProcessGDBRemote.po: StmtNodes.inc.h
|
||||||
ProcessGDBRemoteLog.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ProcessGDBRemoteLog.po: DiagnosticCommonKinds.inc.h
|
|
||||||
ThreadGDBRemote.o: DiagnosticCommonKinds.inc.h
|
ThreadGDBRemote.o: DiagnosticCommonKinds.inc.h
|
||||||
ThreadGDBRemote.po: DiagnosticCommonKinds.inc.h
|
ThreadGDBRemote.po: DiagnosticCommonKinds.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,36 +13,4 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
POSIXStopInfo.o: DiagnosticCommonKinds.inc.h
|
|
||||||
POSIXStopInfo.po: DiagnosticCommonKinds.inc.h
|
|
||||||
POSIXThread.o: AttrList.inc.h
|
|
||||||
POSIXThread.o: Attrs.inc.h
|
|
||||||
POSIXThread.o: CommentCommandList.inc.h
|
|
||||||
POSIXThread.o: DeclNodes.inc.h
|
|
||||||
POSIXThread.o: DiagnosticCommonKinds.inc.h
|
|
||||||
POSIXThread.o: StmtNodes.inc.h
|
|
||||||
POSIXThread.po: AttrList.inc.h
|
|
||||||
POSIXThread.po: Attrs.inc.h
|
|
||||||
POSIXThread.po: CommentCommandList.inc.h
|
|
||||||
POSIXThread.po: DeclNodes.inc.h
|
|
||||||
POSIXThread.po: DiagnosticCommonKinds.inc.h
|
|
||||||
POSIXThread.po: StmtNodes.inc.h
|
|
||||||
ProcessPOSIX.o: CommentCommandList.inc.h
|
|
||||||
ProcessPOSIX.o: DeclNodes.inc.h
|
|
||||||
ProcessPOSIX.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ProcessPOSIX.o: StmtNodes.inc.h
|
|
||||||
ProcessPOSIX.po: CommentCommandList.inc.h
|
|
||||||
ProcessPOSIX.po: DeclNodes.inc.h
|
|
||||||
ProcessPOSIX.po: DiagnosticCommonKinds.inc.h
|
|
||||||
ProcessPOSIX.po: StmtNodes.inc.h
|
|
||||||
ProcessPOSIXLog.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ProcessPOSIXLog.po: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIXProcessMonitor_arm64.o: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIXProcessMonitor_arm64.po: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIXProcessMonitor_mips64.o: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIXProcessMonitor_mips64.po: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIXProcessMonitor_powerpc.o: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIXProcessMonitor_powerpc.po: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIXProcessMonitor_x86.o: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIXProcessMonitor_x86.po: DiagnosticCommonKinds.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -25,10 +25,6 @@ DynamicRegisterInfo.po: CommentCommandList.inc.h
|
|||||||
DynamicRegisterInfo.po: DeclNodes.inc.h
|
DynamicRegisterInfo.po: DeclNodes.inc.h
|
||||||
DynamicRegisterInfo.po: DiagnosticCommonKinds.inc.h
|
DynamicRegisterInfo.po: DiagnosticCommonKinds.inc.h
|
||||||
DynamicRegisterInfo.po: StmtNodes.inc.h
|
DynamicRegisterInfo.po: StmtNodes.inc.h
|
||||||
HistoryThread.o: DiagnosticCommonKinds.inc.h
|
|
||||||
HistoryThread.po: DiagnosticCommonKinds.inc.h
|
|
||||||
HistoryUnwind.o: DiagnosticCommonKinds.inc.h
|
|
||||||
HistoryUnwind.po: DiagnosticCommonKinds.inc.h
|
|
||||||
InferiorCallPOSIX.o: CommentCommandList.inc.h
|
InferiorCallPOSIX.o: CommentCommandList.inc.h
|
||||||
InferiorCallPOSIX.o: DeclNodes.inc.h
|
InferiorCallPOSIX.o: DeclNodes.inc.h
|
||||||
InferiorCallPOSIX.o: DiagnosticCommonKinds.inc.h
|
InferiorCallPOSIX.o: DiagnosticCommonKinds.inc.h
|
||||||
@ -37,54 +33,16 @@ InferiorCallPOSIX.po: CommentCommandList.inc.h
|
|||||||
InferiorCallPOSIX.po: DeclNodes.inc.h
|
InferiorCallPOSIX.po: DeclNodes.inc.h
|
||||||
InferiorCallPOSIX.po: DiagnosticCommonKinds.inc.h
|
InferiorCallPOSIX.po: DiagnosticCommonKinds.inc.h
|
||||||
InferiorCallPOSIX.po: StmtNodes.inc.h
|
InferiorCallPOSIX.po: StmtNodes.inc.h
|
||||||
RegisterContextDummy.o: CommentCommandList.inc.h
|
|
||||||
RegisterContextDummy.o: DeclNodes.inc.h
|
|
||||||
RegisterContextDummy.o: DiagnosticCommonKinds.inc.h
|
RegisterContextDummy.o: DiagnosticCommonKinds.inc.h
|
||||||
RegisterContextDummy.o: StmtNodes.inc.h
|
|
||||||
RegisterContextDummy.po: CommentCommandList.inc.h
|
|
||||||
RegisterContextDummy.po: DeclNodes.inc.h
|
|
||||||
RegisterContextDummy.po: DiagnosticCommonKinds.inc.h
|
RegisterContextDummy.po: DiagnosticCommonKinds.inc.h
|
||||||
RegisterContextDummy.po: StmtNodes.inc.h
|
|
||||||
RegisterContextHistory.o: CommentCommandList.inc.h
|
|
||||||
RegisterContextHistory.o: DeclNodes.inc.h
|
|
||||||
RegisterContextHistory.o: DiagnosticCommonKinds.inc.h
|
RegisterContextHistory.o: DiagnosticCommonKinds.inc.h
|
||||||
RegisterContextHistory.o: StmtNodes.inc.h
|
|
||||||
RegisterContextHistory.po: CommentCommandList.inc.h
|
|
||||||
RegisterContextHistory.po: DeclNodes.inc.h
|
|
||||||
RegisterContextHistory.po: DiagnosticCommonKinds.inc.h
|
RegisterContextHistory.po: DiagnosticCommonKinds.inc.h
|
||||||
RegisterContextHistory.po: StmtNodes.inc.h
|
|
||||||
RegisterContextLLDB.o: CommentCommandList.inc.h
|
|
||||||
RegisterContextLLDB.o: DeclNodes.inc.h
|
|
||||||
RegisterContextLLDB.o: DiagnosticCommonKinds.inc.h
|
RegisterContextLLDB.o: DiagnosticCommonKinds.inc.h
|
||||||
RegisterContextLLDB.o: StmtNodes.inc.h
|
|
||||||
RegisterContextLLDB.po: CommentCommandList.inc.h
|
|
||||||
RegisterContextLLDB.po: DeclNodes.inc.h
|
|
||||||
RegisterContextLLDB.po: DiagnosticCommonKinds.inc.h
|
RegisterContextLLDB.po: DiagnosticCommonKinds.inc.h
|
||||||
RegisterContextLLDB.po: StmtNodes.inc.h
|
|
||||||
RegisterContextMemory.o: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextMemory.po: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIX_arm64.o: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIX_arm64.po: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIX_mips64.o: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIX_mips64.po: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIX_powerpc.o: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIX_powerpc.po: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIX_x86.o: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextPOSIX_x86.po: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextThreadMemory.o: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContextThreadMemory.po: DiagnosticCommonKinds.inc.h
|
|
||||||
StopInfoMachException.o: DiagnosticCommonKinds.inc.h
|
StopInfoMachException.o: DiagnosticCommonKinds.inc.h
|
||||||
StopInfoMachException.po: DiagnosticCommonKinds.inc.h
|
StopInfoMachException.po: DiagnosticCommonKinds.inc.h
|
||||||
ThreadMemory.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ThreadMemory.po: DiagnosticCommonKinds.inc.h
|
|
||||||
UnwindLLDB.o: CommentCommandList.inc.h
|
|
||||||
UnwindLLDB.o: DeclNodes.inc.h
|
|
||||||
UnwindLLDB.o: DiagnosticCommonKinds.inc.h
|
UnwindLLDB.o: DiagnosticCommonKinds.inc.h
|
||||||
UnwindLLDB.o: StmtNodes.inc.h
|
|
||||||
UnwindLLDB.po: CommentCommandList.inc.h
|
|
||||||
UnwindLLDB.po: DeclNodes.inc.h
|
|
||||||
UnwindLLDB.po: DiagnosticCommonKinds.inc.h
|
UnwindLLDB.po: DiagnosticCommonKinds.inc.h
|
||||||
UnwindLLDB.po: StmtNodes.inc.h
|
|
||||||
UnwindMacOSXFrameBackchain.o: DiagnosticCommonKinds.inc.h
|
UnwindMacOSXFrameBackchain.o: DiagnosticCommonKinds.inc.h
|
||||||
UnwindMacOSXFrameBackchain.po: DiagnosticCommonKinds.inc.h
|
UnwindMacOSXFrameBackchain.po: DiagnosticCommonKinds.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,12 +13,8 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
SymbolFileSymtab.o: CommentCommandList.inc.h
|
|
||||||
SymbolFileSymtab.o: DeclNodes.inc.h
|
SymbolFileSymtab.o: DeclNodes.inc.h
|
||||||
SymbolFileSymtab.o: DiagnosticCommonKinds.inc.h
|
SymbolFileSymtab.o: DiagnosticCommonKinds.inc.h
|
||||||
SymbolFileSymtab.o: StmtNodes.inc.h
|
|
||||||
SymbolFileSymtab.po: CommentCommandList.inc.h
|
|
||||||
SymbolFileSymtab.po: DeclNodes.inc.h
|
SymbolFileSymtab.po: DeclNodes.inc.h
|
||||||
SymbolFileSymtab.po: DiagnosticCommonKinds.inc.h
|
SymbolFileSymtab.po: DiagnosticCommonKinds.inc.h
|
||||||
SymbolFileSymtab.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,12 +13,6 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
SymbolVendorELF.o: CommentCommandList.inc.h
|
|
||||||
SymbolVendorELF.o: DeclNodes.inc.h
|
|
||||||
SymbolVendorELF.o: DiagnosticCommonKinds.inc.h
|
SymbolVendorELF.o: DiagnosticCommonKinds.inc.h
|
||||||
SymbolVendorELF.o: StmtNodes.inc.h
|
|
||||||
SymbolVendorELF.po: CommentCommandList.inc.h
|
|
||||||
SymbolVendorELF.po: DeclNodes.inc.h
|
|
||||||
SymbolVendorELF.po: DiagnosticCommonKinds.inc.h
|
SymbolVendorELF.po: DiagnosticCommonKinds.inc.h
|
||||||
SymbolVendorELF.po: StmtNodes.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,6 +13,4 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
UnwindAssemblyInstEmulation.o: DiagnosticCommonKinds.inc.h
|
|
||||||
UnwindAssemblyInstEmulation.po: DiagnosticCommonKinds.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,6 +13,4 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
UnwindAssembly-x86.o: DiagnosticCommonKinds.inc.h
|
|
||||||
UnwindAssembly-x86.po: DiagnosticCommonKinds.inc.h
|
|
||||||
.endif
|
.endif
|
||||||
|
@ -13,14 +13,8 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
Block.o: CommentCommandList.inc.h
|
|
||||||
Block.o: DeclNodes.inc.h
|
|
||||||
Block.o: DiagnosticCommonKinds.inc.h
|
Block.o: DiagnosticCommonKinds.inc.h
|
||||||
Block.o: StmtNodes.inc.h
|
|
||||||
Block.po: CommentCommandList.inc.h
|
|
||||||
Block.po: DeclNodes.inc.h
|
|
||||||
Block.po: DiagnosticCommonKinds.inc.h
|
Block.po: DiagnosticCommonKinds.inc.h
|
||||||
Block.po: StmtNodes.inc.h
|
|
||||||
ClangASTContext.o: AttrList.inc.h
|
ClangASTContext.o: AttrList.inc.h
|
||||||
ClangASTContext.o: Attrs.inc.h
|
ClangASTContext.o: Attrs.inc.h
|
||||||
ClangASTContext.o: CommentCommandList.inc.h
|
ClangASTContext.o: CommentCommandList.inc.h
|
||||||
@ -69,66 +63,18 @@ ClangNamespaceDecl.o: DeclNodes.inc.h
|
|||||||
ClangNamespaceDecl.o: DiagnosticCommonKinds.inc.h
|
ClangNamespaceDecl.o: DiagnosticCommonKinds.inc.h
|
||||||
ClangNamespaceDecl.po: DeclNodes.inc.h
|
ClangNamespaceDecl.po: DeclNodes.inc.h
|
||||||
ClangNamespaceDecl.po: DiagnosticCommonKinds.inc.h
|
ClangNamespaceDecl.po: DiagnosticCommonKinds.inc.h
|
||||||
CompactUnwindInfo.o: CommentCommandList.inc.h
|
|
||||||
CompactUnwindInfo.o: DeclNodes.inc.h
|
|
||||||
CompactUnwindInfo.o: DiagnosticCommonKinds.inc.h
|
|
||||||
CompactUnwindInfo.o: StmtNodes.inc.h
|
|
||||||
CompactUnwindInfo.po: CommentCommandList.inc.h
|
|
||||||
CompactUnwindInfo.po: DeclNodes.inc.h
|
|
||||||
CompactUnwindInfo.po: DiagnosticCommonKinds.inc.h
|
|
||||||
CompactUnwindInfo.po: StmtNodes.inc.h
|
|
||||||
CompileUnit.o: CommentCommandList.inc.h
|
|
||||||
CompileUnit.o: DeclNodes.inc.h
|
|
||||||
CompileUnit.o: DiagnosticCommonKinds.inc.h
|
CompileUnit.o: DiagnosticCommonKinds.inc.h
|
||||||
CompileUnit.o: StmtNodes.inc.h
|
|
||||||
CompileUnit.po: CommentCommandList.inc.h
|
|
||||||
CompileUnit.po: DeclNodes.inc.h
|
|
||||||
CompileUnit.po: DiagnosticCommonKinds.inc.h
|
CompileUnit.po: DiagnosticCommonKinds.inc.h
|
||||||
CompileUnit.po: StmtNodes.inc.h
|
|
||||||
DWARFCallFrameInfo.o: CommentCommandList.inc.h
|
|
||||||
DWARFCallFrameInfo.o: DeclNodes.inc.h
|
|
||||||
DWARFCallFrameInfo.o: DiagnosticCommonKinds.inc.h
|
|
||||||
DWARFCallFrameInfo.o: StmtNodes.inc.h
|
|
||||||
DWARFCallFrameInfo.po: CommentCommandList.inc.h
|
|
||||||
DWARFCallFrameInfo.po: DeclNodes.inc.h
|
|
||||||
DWARFCallFrameInfo.po: DiagnosticCommonKinds.inc.h
|
|
||||||
DWARFCallFrameInfo.po: StmtNodes.inc.h
|
|
||||||
FuncUnwinders.o: DiagnosticCommonKinds.inc.h
|
|
||||||
FuncUnwinders.po: DiagnosticCommonKinds.inc.h
|
|
||||||
Function.o: CommentCommandList.inc.h
|
|
||||||
Function.o: DeclNodes.inc.h
|
|
||||||
Function.o: DiagnosticCommonKinds.inc.h
|
Function.o: DiagnosticCommonKinds.inc.h
|
||||||
Function.o: StmtNodes.inc.h
|
|
||||||
Function.po: CommentCommandList.inc.h
|
|
||||||
Function.po: DeclNodes.inc.h
|
|
||||||
Function.po: DiagnosticCommonKinds.inc.h
|
Function.po: DiagnosticCommonKinds.inc.h
|
||||||
Function.po: StmtNodes.inc.h
|
|
||||||
LineEntry.o: DiagnosticCommonKinds.inc.h
|
LineEntry.o: DiagnosticCommonKinds.inc.h
|
||||||
LineEntry.po: DiagnosticCommonKinds.inc.h
|
LineEntry.po: DiagnosticCommonKinds.inc.h
|
||||||
LineTable.o: CommentCommandList.inc.h
|
|
||||||
LineTable.o: DeclNodes.inc.h
|
|
||||||
LineTable.o: DiagnosticCommonKinds.inc.h
|
LineTable.o: DiagnosticCommonKinds.inc.h
|
||||||
LineTable.o: StmtNodes.inc.h
|
|
||||||
LineTable.po: CommentCommandList.inc.h
|
|
||||||
LineTable.po: DeclNodes.inc.h
|
|
||||||
LineTable.po: DiagnosticCommonKinds.inc.h
|
LineTable.po: DiagnosticCommonKinds.inc.h
|
||||||
LineTable.po: StmtNodes.inc.h
|
|
||||||
ObjectFile.o: CommentCommandList.inc.h
|
|
||||||
ObjectFile.o: DeclNodes.inc.h
|
|
||||||
ObjectFile.o: DiagnosticCommonKinds.inc.h
|
ObjectFile.o: DiagnosticCommonKinds.inc.h
|
||||||
ObjectFile.o: StmtNodes.inc.h
|
|
||||||
ObjectFile.po: CommentCommandList.inc.h
|
|
||||||
ObjectFile.po: DeclNodes.inc.h
|
|
||||||
ObjectFile.po: DiagnosticCommonKinds.inc.h
|
ObjectFile.po: DiagnosticCommonKinds.inc.h
|
||||||
ObjectFile.po: StmtNodes.inc.h
|
|
||||||
Symbol.o: CommentCommandList.inc.h
|
|
||||||
Symbol.o: DeclNodes.inc.h
|
|
||||||
Symbol.o: DiagnosticCommonKinds.inc.h
|
Symbol.o: DiagnosticCommonKinds.inc.h
|
||||||
Symbol.o: StmtNodes.inc.h
|
|
||||||
Symbol.po: CommentCommandList.inc.h
|
|
||||||
Symbol.po: DeclNodes.inc.h
|
|
||||||
Symbol.po: DiagnosticCommonKinds.inc.h
|
Symbol.po: DiagnosticCommonKinds.inc.h
|
||||||
Symbol.po: StmtNodes.inc.h
|
|
||||||
SymbolContext.o: CommentCommandList.inc.h
|
SymbolContext.o: CommentCommandList.inc.h
|
||||||
SymbolContext.o: DeclNodes.inc.h
|
SymbolContext.o: DeclNodes.inc.h
|
||||||
SymbolContext.o: DiagnosticCommonKinds.inc.h
|
SymbolContext.o: DiagnosticCommonKinds.inc.h
|
||||||
@ -137,30 +83,12 @@ SymbolContext.po: CommentCommandList.inc.h
|
|||||||
SymbolContext.po: DeclNodes.inc.h
|
SymbolContext.po: DeclNodes.inc.h
|
||||||
SymbolContext.po: DiagnosticCommonKinds.inc.h
|
SymbolContext.po: DiagnosticCommonKinds.inc.h
|
||||||
SymbolContext.po: StmtNodes.inc.h
|
SymbolContext.po: StmtNodes.inc.h
|
||||||
SymbolFile.o: CommentCommandList.inc.h
|
|
||||||
SymbolFile.o: DeclNodes.inc.h
|
|
||||||
SymbolFile.o: DiagnosticCommonKinds.inc.h
|
SymbolFile.o: DiagnosticCommonKinds.inc.h
|
||||||
SymbolFile.o: StmtNodes.inc.h
|
|
||||||
SymbolFile.po: CommentCommandList.inc.h
|
|
||||||
SymbolFile.po: DeclNodes.inc.h
|
|
||||||
SymbolFile.po: DiagnosticCommonKinds.inc.h
|
SymbolFile.po: DiagnosticCommonKinds.inc.h
|
||||||
SymbolFile.po: StmtNodes.inc.h
|
|
||||||
SymbolVendor.o: CommentCommandList.inc.h
|
|
||||||
SymbolVendor.o: DeclNodes.inc.h
|
|
||||||
SymbolVendor.o: DiagnosticCommonKinds.inc.h
|
SymbolVendor.o: DiagnosticCommonKinds.inc.h
|
||||||
SymbolVendor.o: StmtNodes.inc.h
|
|
||||||
SymbolVendor.po: CommentCommandList.inc.h
|
|
||||||
SymbolVendor.po: DeclNodes.inc.h
|
|
||||||
SymbolVendor.po: DiagnosticCommonKinds.inc.h
|
SymbolVendor.po: DiagnosticCommonKinds.inc.h
|
||||||
SymbolVendor.po: StmtNodes.inc.h
|
|
||||||
Symtab.o: CommentCommandList.inc.h
|
|
||||||
Symtab.o: DeclNodes.inc.h
|
|
||||||
Symtab.o: DiagnosticCommonKinds.inc.h
|
Symtab.o: DiagnosticCommonKinds.inc.h
|
||||||
Symtab.o: StmtNodes.inc.h
|
|
||||||
Symtab.po: CommentCommandList.inc.h
|
|
||||||
Symtab.po: DeclNodes.inc.h
|
|
||||||
Symtab.po: DiagnosticCommonKinds.inc.h
|
Symtab.po: DiagnosticCommonKinds.inc.h
|
||||||
Symtab.po: StmtNodes.inc.h
|
|
||||||
Type.o: CommentCommandList.inc.h
|
Type.o: CommentCommandList.inc.h
|
||||||
Type.o: DeclNodes.inc.h
|
Type.o: DeclNodes.inc.h
|
||||||
Type.o: DiagnosticCommonKinds.inc.h
|
Type.o: DiagnosticCommonKinds.inc.h
|
||||||
@ -181,24 +109,8 @@ TypeList.po: CommentCommandList.inc.h
|
|||||||
TypeList.po: DeclNodes.inc.h
|
TypeList.po: DeclNodes.inc.h
|
||||||
TypeList.po: DiagnosticCommonKinds.inc.h
|
TypeList.po: DiagnosticCommonKinds.inc.h
|
||||||
TypeList.po: StmtNodes.inc.h
|
TypeList.po: StmtNodes.inc.h
|
||||||
UnwindPlan.o: DiagnosticCommonKinds.inc.h
|
|
||||||
UnwindPlan.po: DiagnosticCommonKinds.inc.h
|
|
||||||
UnwindTable.o: CommentCommandList.inc.h
|
|
||||||
UnwindTable.o: DeclNodes.inc.h
|
|
||||||
UnwindTable.o: DiagnosticCommonKinds.inc.h
|
|
||||||
UnwindTable.o: StmtNodes.inc.h
|
|
||||||
UnwindTable.po: CommentCommandList.inc.h
|
|
||||||
UnwindTable.po: DeclNodes.inc.h
|
|
||||||
UnwindTable.po: DiagnosticCommonKinds.inc.h
|
|
||||||
UnwindTable.po: StmtNodes.inc.h
|
|
||||||
Variable.o: CommentCommandList.inc.h
|
|
||||||
Variable.o: DeclNodes.inc.h
|
|
||||||
Variable.o: DiagnosticCommonKinds.inc.h
|
Variable.o: DiagnosticCommonKinds.inc.h
|
||||||
Variable.o: StmtNodes.inc.h
|
|
||||||
Variable.po: CommentCommandList.inc.h
|
|
||||||
Variable.po: DeclNodes.inc.h
|
|
||||||
Variable.po: DiagnosticCommonKinds.inc.h
|
Variable.po: DiagnosticCommonKinds.inc.h
|
||||||
Variable.po: StmtNodes.inc.h
|
|
||||||
VariableList.o: DiagnosticCommonKinds.inc.h
|
VariableList.o: DiagnosticCommonKinds.inc.h
|
||||||
VariableList.po: DiagnosticCommonKinds.inc.h
|
VariableList.po: DiagnosticCommonKinds.inc.h
|
||||||
VerifyDecl.o: DeclNodes.inc.h
|
VerifyDecl.o: DeclNodes.inc.h
|
||||||
|
@ -17,18 +17,8 @@ ABI.o: DiagnosticCommonKinds.inc.h
|
|||||||
ABI.po: DiagnosticCommonKinds.inc.h
|
ABI.po: DiagnosticCommonKinds.inc.h
|
||||||
CPPLanguageRuntime.o: DiagnosticCommonKinds.inc.h
|
CPPLanguageRuntime.o: DiagnosticCommonKinds.inc.h
|
||||||
CPPLanguageRuntime.po: DiagnosticCommonKinds.inc.h
|
CPPLanguageRuntime.po: DiagnosticCommonKinds.inc.h
|
||||||
ExecutionContext.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ExecutionContext.po: DiagnosticCommonKinds.inc.h
|
|
||||||
InstrumentationRuntime.o: DiagnosticCommonKinds.inc.h
|
|
||||||
InstrumentationRuntime.po: DiagnosticCommonKinds.inc.h
|
|
||||||
InstrumentationRuntimeStopInfo.o: DiagnosticCommonKinds.inc.h
|
|
||||||
InstrumentationRuntimeStopInfo.po: DiagnosticCommonKinds.inc.h
|
|
||||||
JITLoader.o: DiagnosticCommonKinds.inc.h
|
|
||||||
JITLoader.po: DiagnosticCommonKinds.inc.h
|
|
||||||
LanguageRuntime.o: DiagnosticCommonKinds.inc.h
|
LanguageRuntime.o: DiagnosticCommonKinds.inc.h
|
||||||
LanguageRuntime.po: DiagnosticCommonKinds.inc.h
|
LanguageRuntime.po: DiagnosticCommonKinds.inc.h
|
||||||
Memory.o: DiagnosticCommonKinds.inc.h
|
|
||||||
Memory.po: DiagnosticCommonKinds.inc.h
|
|
||||||
ObjCLanguageRuntime.o: CommentCommandList.inc.h
|
ObjCLanguageRuntime.o: CommentCommandList.inc.h
|
||||||
ObjCLanguageRuntime.o: DeclNodes.inc.h
|
ObjCLanguageRuntime.o: DeclNodes.inc.h
|
||||||
ObjCLanguageRuntime.o: DiagnosticCommonKinds.inc.h
|
ObjCLanguageRuntime.o: DiagnosticCommonKinds.inc.h
|
||||||
@ -37,164 +27,48 @@ ObjCLanguageRuntime.po: CommentCommandList.inc.h
|
|||||||
ObjCLanguageRuntime.po: DeclNodes.inc.h
|
ObjCLanguageRuntime.po: DeclNodes.inc.h
|
||||||
ObjCLanguageRuntime.po: DiagnosticCommonKinds.inc.h
|
ObjCLanguageRuntime.po: DiagnosticCommonKinds.inc.h
|
||||||
ObjCLanguageRuntime.po: StmtNodes.inc.h
|
ObjCLanguageRuntime.po: StmtNodes.inc.h
|
||||||
Platform.o: DiagnosticCommonKinds.inc.h
|
|
||||||
Platform.po: DiagnosticCommonKinds.inc.h
|
|
||||||
Process.o: AttrList.inc.h
|
|
||||||
Process.o: Attrs.inc.h
|
|
||||||
Process.o: CommentCommandList.inc.h
|
|
||||||
Process.o: DeclNodes.inc.h
|
|
||||||
Process.o: DiagnosticCommonKinds.inc.h
|
Process.o: DiagnosticCommonKinds.inc.h
|
||||||
Process.o: StmtNodes.inc.h
|
|
||||||
Process.po: AttrList.inc.h
|
|
||||||
Process.po: Attrs.inc.h
|
|
||||||
Process.po: CommentCommandList.inc.h
|
|
||||||
Process.po: DeclNodes.inc.h
|
|
||||||
Process.po: DiagnosticCommonKinds.inc.h
|
Process.po: DiagnosticCommonKinds.inc.h
|
||||||
Process.po: StmtNodes.inc.h
|
|
||||||
ProcessLaunchInfo.o: AttrList.inc.h
|
|
||||||
ProcessLaunchInfo.o: Attrs.inc.h
|
|
||||||
ProcessLaunchInfo.o: CommentCommandList.inc.h
|
|
||||||
ProcessLaunchInfo.o: DeclNodes.inc.h
|
|
||||||
ProcessLaunchInfo.o: DiagnosticCommonKinds.inc.h
|
|
||||||
ProcessLaunchInfo.o: StmtNodes.inc.h
|
|
||||||
ProcessLaunchInfo.po: AttrList.inc.h
|
|
||||||
ProcessLaunchInfo.po: Attrs.inc.h
|
|
||||||
ProcessLaunchInfo.po: CommentCommandList.inc.h
|
|
||||||
ProcessLaunchInfo.po: DeclNodes.inc.h
|
|
||||||
ProcessLaunchInfo.po: DiagnosticCommonKinds.inc.h
|
|
||||||
ProcessLaunchInfo.po: StmtNodes.inc.h
|
|
||||||
Queue.o: DiagnosticCommonKinds.inc.h
|
|
||||||
Queue.po: DiagnosticCommonKinds.inc.h
|
|
||||||
QueueItem.o: DiagnosticCommonKinds.inc.h
|
|
||||||
QueueItem.po: DiagnosticCommonKinds.inc.h
|
|
||||||
QueueList.o: DiagnosticCommonKinds.inc.h
|
|
||||||
QueueList.po: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContext.o: DiagnosticCommonKinds.inc.h
|
|
||||||
RegisterContext.po: DiagnosticCommonKinds.inc.h
|
|
||||||
SectionLoadList.o: CommentCommandList.inc.h
|
|
||||||
SectionLoadList.o: DeclNodes.inc.h
|
|
||||||
SectionLoadList.o: DiagnosticCommonKinds.inc.h
|
SectionLoadList.o: DiagnosticCommonKinds.inc.h
|
||||||
SectionLoadList.o: StmtNodes.inc.h
|
|
||||||
SectionLoadList.po: CommentCommandList.inc.h
|
|
||||||
SectionLoadList.po: DeclNodes.inc.h
|
|
||||||
SectionLoadList.po: DiagnosticCommonKinds.inc.h
|
SectionLoadList.po: DiagnosticCommonKinds.inc.h
|
||||||
SectionLoadList.po: StmtNodes.inc.h
|
|
||||||
StackFrame.o: AttrList.inc.h
|
|
||||||
StackFrame.o: Attrs.inc.h
|
|
||||||
StackFrame.o: CommentCommandList.inc.h
|
|
||||||
StackFrame.o: DeclNodes.inc.h
|
|
||||||
StackFrame.o: DiagnosticCommonKinds.inc.h
|
StackFrame.o: DiagnosticCommonKinds.inc.h
|
||||||
StackFrame.o: StmtNodes.inc.h
|
|
||||||
StackFrame.po: AttrList.inc.h
|
|
||||||
StackFrame.po: Attrs.inc.h
|
|
||||||
StackFrame.po: CommentCommandList.inc.h
|
|
||||||
StackFrame.po: DeclNodes.inc.h
|
|
||||||
StackFrame.po: DiagnosticCommonKinds.inc.h
|
StackFrame.po: DiagnosticCommonKinds.inc.h
|
||||||
StackFrame.po: StmtNodes.inc.h
|
|
||||||
StackFrameList.o: DiagnosticCommonKinds.inc.h
|
StackFrameList.o: DiagnosticCommonKinds.inc.h
|
||||||
StackFrameList.po: DiagnosticCommonKinds.inc.h
|
StackFrameList.po: DiagnosticCommonKinds.inc.h
|
||||||
StackID.o: DiagnosticCommonKinds.inc.h
|
StackID.o: DiagnosticCommonKinds.inc.h
|
||||||
StackID.po: DiagnosticCommonKinds.inc.h
|
StackID.po: DiagnosticCommonKinds.inc.h
|
||||||
StopInfo.o: AttrList.inc.h
|
|
||||||
StopInfo.o: Attrs.inc.h
|
|
||||||
StopInfo.o: CommentCommandList.inc.h
|
|
||||||
StopInfo.o: DeclNodes.inc.h
|
|
||||||
StopInfo.o: DiagnosticCommonKinds.inc.h
|
StopInfo.o: DiagnosticCommonKinds.inc.h
|
||||||
StopInfo.o: StmtNodes.inc.h
|
|
||||||
StopInfo.po: AttrList.inc.h
|
|
||||||
StopInfo.po: Attrs.inc.h
|
|
||||||
StopInfo.po: CommentCommandList.inc.h
|
|
||||||
StopInfo.po: DeclNodes.inc.h
|
|
||||||
StopInfo.po: DiagnosticCommonKinds.inc.h
|
StopInfo.po: DiagnosticCommonKinds.inc.h
|
||||||
StopInfo.po: StmtNodes.inc.h
|
|
||||||
SystemRuntime.o: DiagnosticCommonKinds.inc.h
|
|
||||||
SystemRuntime.po: DiagnosticCommonKinds.inc.h
|
|
||||||
Target.o: AttrList.inc.h
|
|
||||||
Target.o: Attrs.inc.h
|
|
||||||
Target.o: CommentCommandList.inc.h
|
Target.o: CommentCommandList.inc.h
|
||||||
Target.o: DeclNodes.inc.h
|
Target.o: DeclNodes.inc.h
|
||||||
Target.o: DiagnosticCommonKinds.inc.h
|
Target.o: DiagnosticCommonKinds.inc.h
|
||||||
Target.o: StmtNodes.inc.h
|
Target.o: StmtNodes.inc.h
|
||||||
Target.po: AttrList.inc.h
|
|
||||||
Target.po: Attrs.inc.h
|
|
||||||
Target.po: CommentCommandList.inc.h
|
Target.po: CommentCommandList.inc.h
|
||||||
Target.po: DeclNodes.inc.h
|
Target.po: DeclNodes.inc.h
|
||||||
Target.po: DiagnosticCommonKinds.inc.h
|
Target.po: DiagnosticCommonKinds.inc.h
|
||||||
Target.po: StmtNodes.inc.h
|
Target.po: StmtNodes.inc.h
|
||||||
TargetList.o: AttrList.inc.h
|
|
||||||
TargetList.o: Attrs.inc.h
|
|
||||||
TargetList.o: CommentCommandList.inc.h
|
|
||||||
TargetList.o: DeclNodes.inc.h
|
|
||||||
TargetList.o: DiagnosticCommonKinds.inc.h
|
|
||||||
TargetList.o: StmtNodes.inc.h
|
|
||||||
TargetList.po: AttrList.inc.h
|
|
||||||
TargetList.po: Attrs.inc.h
|
|
||||||
TargetList.po: CommentCommandList.inc.h
|
|
||||||
TargetList.po: DeclNodes.inc.h
|
|
||||||
TargetList.po: DiagnosticCommonKinds.inc.h
|
|
||||||
TargetList.po: StmtNodes.inc.h
|
|
||||||
Thread.o: AttrList.inc.h
|
|
||||||
Thread.o: Attrs.inc.h
|
|
||||||
Thread.o: CommentCommandList.inc.h
|
|
||||||
Thread.o: DeclNodes.inc.h
|
|
||||||
Thread.o: DiagnosticCommonKinds.inc.h
|
Thread.o: DiagnosticCommonKinds.inc.h
|
||||||
Thread.o: StmtNodes.inc.h
|
|
||||||
Thread.po: AttrList.inc.h
|
|
||||||
Thread.po: Attrs.inc.h
|
|
||||||
Thread.po: CommentCommandList.inc.h
|
|
||||||
Thread.po: DeclNodes.inc.h
|
|
||||||
Thread.po: DiagnosticCommonKinds.inc.h
|
Thread.po: DiagnosticCommonKinds.inc.h
|
||||||
Thread.po: StmtNodes.inc.h
|
|
||||||
ThreadList.o: DiagnosticCommonKinds.inc.h
|
ThreadList.o: DiagnosticCommonKinds.inc.h
|
||||||
ThreadList.po: DiagnosticCommonKinds.inc.h
|
ThreadList.po: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlan.o: AttrList.inc.h
|
|
||||||
ThreadPlan.o: Attrs.inc.h
|
|
||||||
ThreadPlan.o: CommentCommandList.inc.h
|
|
||||||
ThreadPlan.o: DeclNodes.inc.h
|
|
||||||
ThreadPlan.o: DiagnosticCommonKinds.inc.h
|
ThreadPlan.o: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlan.o: StmtNodes.inc.h
|
|
||||||
ThreadPlan.po: AttrList.inc.h
|
|
||||||
ThreadPlan.po: Attrs.inc.h
|
|
||||||
ThreadPlan.po: CommentCommandList.inc.h
|
|
||||||
ThreadPlan.po: DeclNodes.inc.h
|
|
||||||
ThreadPlan.po: DiagnosticCommonKinds.inc.h
|
ThreadPlan.po: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlan.po: StmtNodes.inc.h
|
|
||||||
ThreadPlanBase.o: DiagnosticCommonKinds.inc.h
|
ThreadPlanBase.o: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanBase.po: DiagnosticCommonKinds.inc.h
|
ThreadPlanBase.po: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanCallFunction.o: CommentCommandList.inc.h
|
|
||||||
ThreadPlanCallFunction.o: DeclNodes.inc.h
|
|
||||||
ThreadPlanCallFunction.o: DiagnosticCommonKinds.inc.h
|
ThreadPlanCallFunction.o: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanCallFunction.o: StmtNodes.inc.h
|
|
||||||
ThreadPlanCallFunction.po: CommentCommandList.inc.h
|
|
||||||
ThreadPlanCallFunction.po: DeclNodes.inc.h
|
|
||||||
ThreadPlanCallFunction.po: DiagnosticCommonKinds.inc.h
|
ThreadPlanCallFunction.po: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanCallFunction.po: StmtNodes.inc.h
|
ThreadPlanCallFunctionUsingABI.o: DiagnosticCommonKinds.inc.h
|
||||||
|
ThreadPlanCallFunctionUsingABI.po: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanCallUserExpression.o: DiagnosticCommonKinds.inc.h
|
ThreadPlanCallUserExpression.o: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanCallUserExpression.po: DiagnosticCommonKinds.inc.h
|
ThreadPlanCallUserExpression.po: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanPython.o: AttrList.inc.h
|
|
||||||
ThreadPlanPython.o: Attrs.inc.h
|
|
||||||
ThreadPlanPython.o: CommentCommandList.inc.h
|
|
||||||
ThreadPlanPython.o: DeclNodes.inc.h
|
|
||||||
ThreadPlanPython.o: DiagnosticCommonKinds.inc.h
|
ThreadPlanPython.o: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanPython.o: StmtNodes.inc.h
|
|
||||||
ThreadPlanPython.po: AttrList.inc.h
|
|
||||||
ThreadPlanPython.po: Attrs.inc.h
|
|
||||||
ThreadPlanPython.po: CommentCommandList.inc.h
|
|
||||||
ThreadPlanPython.po: DeclNodes.inc.h
|
|
||||||
ThreadPlanPython.po: DiagnosticCommonKinds.inc.h
|
ThreadPlanPython.po: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanPython.po: StmtNodes.inc.h
|
|
||||||
ThreadPlanRunToAddress.o: DiagnosticCommonKinds.inc.h
|
ThreadPlanRunToAddress.o: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanRunToAddress.po: DiagnosticCommonKinds.inc.h
|
ThreadPlanRunToAddress.po: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanShouldStopHere.o: DiagnosticCommonKinds.inc.h
|
ThreadPlanShouldStopHere.o: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanShouldStopHere.po: DiagnosticCommonKinds.inc.h
|
ThreadPlanShouldStopHere.po: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanStepInRange.o: CommentCommandList.inc.h
|
|
||||||
ThreadPlanStepInRange.o: DeclNodes.inc.h
|
|
||||||
ThreadPlanStepInRange.o: DiagnosticCommonKinds.inc.h
|
ThreadPlanStepInRange.o: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanStepInRange.o: StmtNodes.inc.h
|
|
||||||
ThreadPlanStepInRange.po: CommentCommandList.inc.h
|
|
||||||
ThreadPlanStepInRange.po: DeclNodes.inc.h
|
|
||||||
ThreadPlanStepInRange.po: DiagnosticCommonKinds.inc.h
|
ThreadPlanStepInRange.po: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanStepInRange.po: StmtNodes.inc.h
|
|
||||||
ThreadPlanStepInstruction.o: DiagnosticCommonKinds.inc.h
|
ThreadPlanStepInstruction.o: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanStepInstruction.po: DiagnosticCommonKinds.inc.h
|
ThreadPlanStepInstruction.po: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanStepOut.o: DiagnosticCommonKinds.inc.h
|
ThreadPlanStepOut.o: DiagnosticCommonKinds.inc.h
|
||||||
@ -209,14 +83,10 @@ ThreadPlanStepThrough.o: DiagnosticCommonKinds.inc.h
|
|||||||
ThreadPlanStepThrough.po: DiagnosticCommonKinds.inc.h
|
ThreadPlanStepThrough.po: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanStepUntil.o: DiagnosticCommonKinds.inc.h
|
ThreadPlanStepUntil.o: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanStepUntil.po: DiagnosticCommonKinds.inc.h
|
ThreadPlanStepUntil.po: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanTracer.o: AttrList.inc.h
|
|
||||||
ThreadPlanTracer.o: Attrs.inc.h
|
|
||||||
ThreadPlanTracer.o: CommentCommandList.inc.h
|
ThreadPlanTracer.o: CommentCommandList.inc.h
|
||||||
ThreadPlanTracer.o: DeclNodes.inc.h
|
ThreadPlanTracer.o: DeclNodes.inc.h
|
||||||
ThreadPlanTracer.o: DiagnosticCommonKinds.inc.h
|
ThreadPlanTracer.o: DiagnosticCommonKinds.inc.h
|
||||||
ThreadPlanTracer.o: StmtNodes.inc.h
|
ThreadPlanTracer.o: StmtNodes.inc.h
|
||||||
ThreadPlanTracer.po: AttrList.inc.h
|
|
||||||
ThreadPlanTracer.po: Attrs.inc.h
|
|
||||||
ThreadPlanTracer.po: CommentCommandList.inc.h
|
ThreadPlanTracer.po: CommentCommandList.inc.h
|
||||||
ThreadPlanTracer.po: DeclNodes.inc.h
|
ThreadPlanTracer.po: DeclNodes.inc.h
|
||||||
ThreadPlanTracer.po: DiagnosticCommonKinds.inc.h
|
ThreadPlanTracer.po: DiagnosticCommonKinds.inc.h
|
||||||
|
@ -184,9 +184,11 @@ AArch64Subtarget.po: AArch64GenSubtargetInfo.inc.h
|
|||||||
AArch64TargetMachine.o: AArch64GenInstrInfo.inc.h
|
AArch64TargetMachine.o: AArch64GenInstrInfo.inc.h
|
||||||
AArch64TargetMachine.o: AArch64GenRegisterInfo.inc.h
|
AArch64TargetMachine.o: AArch64GenRegisterInfo.inc.h
|
||||||
AArch64TargetMachine.o: AArch64GenSubtargetInfo.inc.h
|
AArch64TargetMachine.o: AArch64GenSubtargetInfo.inc.h
|
||||||
|
AArch64TargetMachine.o: Intrinsics.inc.h
|
||||||
AArch64TargetMachine.po: AArch64GenInstrInfo.inc.h
|
AArch64TargetMachine.po: AArch64GenInstrInfo.inc.h
|
||||||
AArch64TargetMachine.po: AArch64GenRegisterInfo.inc.h
|
AArch64TargetMachine.po: AArch64GenRegisterInfo.inc.h
|
||||||
AArch64TargetMachine.po: AArch64GenSubtargetInfo.inc.h
|
AArch64TargetMachine.po: AArch64GenSubtargetInfo.inc.h
|
||||||
|
AArch64TargetMachine.po: Intrinsics.inc.h
|
||||||
AArch64TargetObjectFile.o: AArch64GenInstrInfo.inc.h
|
AArch64TargetObjectFile.o: AArch64GenInstrInfo.inc.h
|
||||||
AArch64TargetObjectFile.o: AArch64GenRegisterInfo.inc.h
|
AArch64TargetObjectFile.o: AArch64GenRegisterInfo.inc.h
|
||||||
AArch64TargetObjectFile.o: AArch64GenSubtargetInfo.inc.h
|
AArch64TargetObjectFile.o: AArch64GenSubtargetInfo.inc.h
|
||||||
|
@ -21,4 +21,10 @@ AArch64Disassembler.po: AArch64GenDisassemblerTables.inc.h
|
|||||||
AArch64Disassembler.po: AArch64GenInstrInfo.inc.h
|
AArch64Disassembler.po: AArch64GenInstrInfo.inc.h
|
||||||
AArch64Disassembler.po: AArch64GenRegisterInfo.inc.h
|
AArch64Disassembler.po: AArch64GenRegisterInfo.inc.h
|
||||||
AArch64Disassembler.po: AArch64GenSubtargetInfo.inc.h
|
AArch64Disassembler.po: AArch64GenSubtargetInfo.inc.h
|
||||||
|
AArch64ExternalSymbolizer.o: AArch64GenInstrInfo.inc.h
|
||||||
|
AArch64ExternalSymbolizer.o: AArch64GenRegisterInfo.inc.h
|
||||||
|
AArch64ExternalSymbolizer.o: AArch64GenSubtargetInfo.inc.h
|
||||||
|
AArch64ExternalSymbolizer.po: AArch64GenInstrInfo.inc.h
|
||||||
|
AArch64ExternalSymbolizer.po: AArch64GenRegisterInfo.inc.h
|
||||||
|
AArch64ExternalSymbolizer.po: AArch64GenSubtargetInfo.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -29,8 +29,8 @@ ConstantFolding.o: Intrinsics.inc.h
|
|||||||
ConstantFolding.po: Intrinsics.inc.h
|
ConstantFolding.po: Intrinsics.inc.h
|
||||||
CostModel.o: Intrinsics.inc.h
|
CostModel.o: Intrinsics.inc.h
|
||||||
CostModel.po: Intrinsics.inc.h
|
CostModel.po: Intrinsics.inc.h
|
||||||
FunctionTargetTransformInfo.o: Intrinsics.inc.h
|
DivergenceAnalysis.o: Intrinsics.inc.h
|
||||||
FunctionTargetTransformInfo.po: Intrinsics.inc.h
|
DivergenceAnalysis.po: Intrinsics.inc.h
|
||||||
InstCount.o: Intrinsics.inc.h
|
InstCount.o: Intrinsics.inc.h
|
||||||
InstCount.po: Intrinsics.inc.h
|
InstCount.po: Intrinsics.inc.h
|
||||||
InstructionSimplify.o: Intrinsics.inc.h
|
InstructionSimplify.o: Intrinsics.inc.h
|
||||||
@ -43,10 +43,14 @@ Lint.o: Intrinsics.inc.h
|
|||||||
Lint.po: Intrinsics.inc.h
|
Lint.po: Intrinsics.inc.h
|
||||||
Loads.o: Intrinsics.inc.h
|
Loads.o: Intrinsics.inc.h
|
||||||
Loads.po: Intrinsics.inc.h
|
Loads.po: Intrinsics.inc.h
|
||||||
|
LoopAccessAnalysis.o: Intrinsics.inc.h
|
||||||
|
LoopAccessAnalysis.po: Intrinsics.inc.h
|
||||||
MemoryBuiltins.o: Intrinsics.inc.h
|
MemoryBuiltins.o: Intrinsics.inc.h
|
||||||
MemoryBuiltins.po: Intrinsics.inc.h
|
MemoryBuiltins.po: Intrinsics.inc.h
|
||||||
MemoryDependenceAnalysis.o: Intrinsics.inc.h
|
MemoryDependenceAnalysis.o: Intrinsics.inc.h
|
||||||
MemoryDependenceAnalysis.po: Intrinsics.inc.h
|
MemoryDependenceAnalysis.po: Intrinsics.inc.h
|
||||||
|
MemoryLocation.o: Intrinsics.inc.h
|
||||||
|
MemoryLocation.po: Intrinsics.inc.h
|
||||||
PtrUseVisitor.o: Intrinsics.inc.h
|
PtrUseVisitor.o: Intrinsics.inc.h
|
||||||
PtrUseVisitor.po: Intrinsics.inc.h
|
PtrUseVisitor.po: Intrinsics.inc.h
|
||||||
ScalarEvolutionExpander.o: Intrinsics.inc.h
|
ScalarEvolutionExpander.o: Intrinsics.inc.h
|
||||||
@ -55,4 +59,6 @@ TargetTransformInfo.o: Intrinsics.inc.h
|
|||||||
TargetTransformInfo.po: Intrinsics.inc.h
|
TargetTransformInfo.po: Intrinsics.inc.h
|
||||||
ValueTracking.o: Intrinsics.inc.h
|
ValueTracking.o: Intrinsics.inc.h
|
||||||
ValueTracking.po: Intrinsics.inc.h
|
ValueTracking.po: Intrinsics.inc.h
|
||||||
|
VectorUtils.o: Intrinsics.inc.h
|
||||||
|
VectorUtils.po: Intrinsics.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -146,9 +146,11 @@ ARMSubtarget.po: ARMGenSubtargetInfo.inc.h
|
|||||||
ARMTargetMachine.o: ARMGenInstrInfo.inc.h
|
ARMTargetMachine.o: ARMGenInstrInfo.inc.h
|
||||||
ARMTargetMachine.o: ARMGenRegisterInfo.inc.h
|
ARMTargetMachine.o: ARMGenRegisterInfo.inc.h
|
||||||
ARMTargetMachine.o: ARMGenSubtargetInfo.inc.h
|
ARMTargetMachine.o: ARMGenSubtargetInfo.inc.h
|
||||||
|
ARMTargetMachine.o: Intrinsics.inc.h
|
||||||
ARMTargetMachine.po: ARMGenInstrInfo.inc.h
|
ARMTargetMachine.po: ARMGenInstrInfo.inc.h
|
||||||
ARMTargetMachine.po: ARMGenRegisterInfo.inc.h
|
ARMTargetMachine.po: ARMGenRegisterInfo.inc.h
|
||||||
ARMTargetMachine.po: ARMGenSubtargetInfo.inc.h
|
ARMTargetMachine.po: ARMGenSubtargetInfo.inc.h
|
||||||
|
ARMTargetMachine.po: Intrinsics.inc.h
|
||||||
ARMTargetObjectFile.o: ARMGenInstrInfo.inc.h
|
ARMTargetObjectFile.o: ARMGenInstrInfo.inc.h
|
||||||
ARMTargetObjectFile.o: ARMGenRegisterInfo.inc.h
|
ARMTargetObjectFile.o: ARMGenRegisterInfo.inc.h
|
||||||
ARMTargetObjectFile.o: ARMGenSubtargetInfo.inc.h
|
ARMTargetObjectFile.o: ARMGenSubtargetInfo.inc.h
|
||||||
@ -181,12 +183,6 @@ Thumb1InstrInfo.o: ARMGenSubtargetInfo.inc.h
|
|||||||
Thumb1InstrInfo.po: ARMGenInstrInfo.inc.h
|
Thumb1InstrInfo.po: ARMGenInstrInfo.inc.h
|
||||||
Thumb1InstrInfo.po: ARMGenRegisterInfo.inc.h
|
Thumb1InstrInfo.po: ARMGenRegisterInfo.inc.h
|
||||||
Thumb1InstrInfo.po: ARMGenSubtargetInfo.inc.h
|
Thumb1InstrInfo.po: ARMGenSubtargetInfo.inc.h
|
||||||
Thumb1RegisterInfo.o: ARMGenInstrInfo.inc.h
|
|
||||||
Thumb1RegisterInfo.o: ARMGenRegisterInfo.inc.h
|
|
||||||
Thumb1RegisterInfo.o: ARMGenSubtargetInfo.inc.h
|
|
||||||
Thumb1RegisterInfo.po: ARMGenInstrInfo.inc.h
|
|
||||||
Thumb1RegisterInfo.po: ARMGenRegisterInfo.inc.h
|
|
||||||
Thumb1RegisterInfo.po: ARMGenSubtargetInfo.inc.h
|
|
||||||
Thumb2ITBlockPass.o: ARMGenInstrInfo.inc.h
|
Thumb2ITBlockPass.o: ARMGenInstrInfo.inc.h
|
||||||
Thumb2ITBlockPass.o: ARMGenRegisterInfo.inc.h
|
Thumb2ITBlockPass.o: ARMGenRegisterInfo.inc.h
|
||||||
Thumb2ITBlockPass.o: ARMGenSubtargetInfo.inc.h
|
Thumb2ITBlockPass.o: ARMGenSubtargetInfo.inc.h
|
||||||
@ -199,16 +195,16 @@ Thumb2InstrInfo.o: ARMGenSubtargetInfo.inc.h
|
|||||||
Thumb2InstrInfo.po: ARMGenInstrInfo.inc.h
|
Thumb2InstrInfo.po: ARMGenInstrInfo.inc.h
|
||||||
Thumb2InstrInfo.po: ARMGenRegisterInfo.inc.h
|
Thumb2InstrInfo.po: ARMGenRegisterInfo.inc.h
|
||||||
Thumb2InstrInfo.po: ARMGenSubtargetInfo.inc.h
|
Thumb2InstrInfo.po: ARMGenSubtargetInfo.inc.h
|
||||||
Thumb2RegisterInfo.o: ARMGenInstrInfo.inc.h
|
|
||||||
Thumb2RegisterInfo.o: ARMGenRegisterInfo.inc.h
|
|
||||||
Thumb2RegisterInfo.o: ARMGenSubtargetInfo.inc.h
|
|
||||||
Thumb2RegisterInfo.po: ARMGenInstrInfo.inc.h
|
|
||||||
Thumb2RegisterInfo.po: ARMGenRegisterInfo.inc.h
|
|
||||||
Thumb2RegisterInfo.po: ARMGenSubtargetInfo.inc.h
|
|
||||||
Thumb2SizeReduction.o: ARMGenInstrInfo.inc.h
|
Thumb2SizeReduction.o: ARMGenInstrInfo.inc.h
|
||||||
Thumb2SizeReduction.o: ARMGenRegisterInfo.inc.h
|
Thumb2SizeReduction.o: ARMGenRegisterInfo.inc.h
|
||||||
Thumb2SizeReduction.o: ARMGenSubtargetInfo.inc.h
|
Thumb2SizeReduction.o: ARMGenSubtargetInfo.inc.h
|
||||||
Thumb2SizeReduction.po: ARMGenInstrInfo.inc.h
|
Thumb2SizeReduction.po: ARMGenInstrInfo.inc.h
|
||||||
Thumb2SizeReduction.po: ARMGenRegisterInfo.inc.h
|
Thumb2SizeReduction.po: ARMGenRegisterInfo.inc.h
|
||||||
Thumb2SizeReduction.po: ARMGenSubtargetInfo.inc.h
|
Thumb2SizeReduction.po: ARMGenSubtargetInfo.inc.h
|
||||||
|
ThumbRegisterInfo.o: ARMGenInstrInfo.inc.h
|
||||||
|
ThumbRegisterInfo.o: ARMGenRegisterInfo.inc.h
|
||||||
|
ThumbRegisterInfo.o: ARMGenSubtargetInfo.inc.h
|
||||||
|
ThumbRegisterInfo.po: ARMGenInstrInfo.inc.h
|
||||||
|
ThumbRegisterInfo.po: ARMGenRegisterInfo.inc.h
|
||||||
|
ThumbRegisterInfo.po: ARMGenSubtargetInfo.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -23,18 +23,24 @@ CodeGenPrepare.o: Intrinsics.inc.h
|
|||||||
CodeGenPrepare.po: Intrinsics.inc.h
|
CodeGenPrepare.po: Intrinsics.inc.h
|
||||||
DwarfEHPrepare.o: Intrinsics.inc.h
|
DwarfEHPrepare.o: Intrinsics.inc.h
|
||||||
DwarfEHPrepare.po: Intrinsics.inc.h
|
DwarfEHPrepare.po: Intrinsics.inc.h
|
||||||
GCStrategy.o: Intrinsics.inc.h
|
GCRootLowering.o: Intrinsics.inc.h
|
||||||
GCStrategy.po: Intrinsics.inc.h
|
GCRootLowering.po: Intrinsics.inc.h
|
||||||
GlobalMerge.o: Intrinsics.inc.h
|
GlobalMerge.o: Intrinsics.inc.h
|
||||||
GlobalMerge.po: Intrinsics.inc.h
|
GlobalMerge.po: Intrinsics.inc.h
|
||||||
IntrinsicLowering.o: Intrinsics.inc.h
|
IntrinsicLowering.o: Intrinsics.inc.h
|
||||||
IntrinsicLowering.po: Intrinsics.inc.h
|
IntrinsicLowering.po: Intrinsics.inc.h
|
||||||
|
LLVMTargetMachine.o: Intrinsics.inc.h
|
||||||
|
LLVMTargetMachine.po: Intrinsics.inc.h
|
||||||
LocalStackSlotAllocation.o: Intrinsics.inc.h
|
LocalStackSlotAllocation.o: Intrinsics.inc.h
|
||||||
LocalStackSlotAllocation.po: Intrinsics.inc.h
|
LocalStackSlotAllocation.po: Intrinsics.inc.h
|
||||||
ShadowStackGC.o: Intrinsics.inc.h
|
ShadowStackGC.o: Intrinsics.inc.h
|
||||||
ShadowStackGC.po: Intrinsics.inc.h
|
ShadowStackGC.po: Intrinsics.inc.h
|
||||||
|
ShadowStackGCLowering.o: Intrinsics.inc.h
|
||||||
|
ShadowStackGCLowering.po: Intrinsics.inc.h
|
||||||
SjLjEHPrepare.o: Intrinsics.inc.h
|
SjLjEHPrepare.o: Intrinsics.inc.h
|
||||||
SjLjEHPrepare.po: Intrinsics.inc.h
|
SjLjEHPrepare.po: Intrinsics.inc.h
|
||||||
StackProtector.o: Intrinsics.inc.h
|
StackProtector.o: Intrinsics.inc.h
|
||||||
StackProtector.po: Intrinsics.inc.h
|
StackProtector.po: Intrinsics.inc.h
|
||||||
|
WinEHPrepare.o: Intrinsics.inc.h
|
||||||
|
WinEHPrepare.po: Intrinsics.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -35,6 +35,8 @@ IntrinsicInst.o: Intrinsics.inc.h
|
|||||||
IntrinsicInst.po: Intrinsics.inc.h
|
IntrinsicInst.po: Intrinsics.inc.h
|
||||||
Statepoint.o: Intrinsics.inc.h
|
Statepoint.o: Intrinsics.inc.h
|
||||||
Statepoint.po: Intrinsics.inc.h
|
Statepoint.po: Intrinsics.inc.h
|
||||||
|
Value.o: Intrinsics.inc.h
|
||||||
|
Value.po: Intrinsics.inc.h
|
||||||
Verifier.o: Intrinsics.inc.h
|
Verifier.o: Intrinsics.inc.h
|
||||||
Verifier.po: Intrinsics.inc.h
|
Verifier.po: Intrinsics.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -25,6 +25,8 @@ InstrProfiling.o: Intrinsics.inc.h
|
|||||||
InstrProfiling.po: Intrinsics.inc.h
|
InstrProfiling.po: Intrinsics.inc.h
|
||||||
MemorySanitizer.o: Intrinsics.inc.h
|
MemorySanitizer.o: Intrinsics.inc.h
|
||||||
MemorySanitizer.po: Intrinsics.inc.h
|
MemorySanitizer.po: Intrinsics.inc.h
|
||||||
|
SafeStack.o: Intrinsics.inc.h
|
||||||
|
SafeStack.po: Intrinsics.inc.h
|
||||||
ThreadSanitizer.o: Intrinsics.inc.h
|
ThreadSanitizer.o: Intrinsics.inc.h
|
||||||
ThreadSanitizer.po: Intrinsics.inc.h
|
ThreadSanitizer.po: Intrinsics.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -17,6 +17,8 @@ CallGraph.o: Intrinsics.inc.h
|
|||||||
CallGraph.po: Intrinsics.inc.h
|
CallGraph.po: Intrinsics.inc.h
|
||||||
CallGraphSCCPass.o: Intrinsics.inc.h
|
CallGraphSCCPass.o: Intrinsics.inc.h
|
||||||
CallGraphSCCPass.po: Intrinsics.inc.h
|
CallGraphSCCPass.po: Intrinsics.inc.h
|
||||||
|
CallPrinter.o: Intrinsics.inc.h
|
||||||
|
CallPrinter.po: Intrinsics.inc.h
|
||||||
GlobalsModRef.o: Intrinsics.inc.h
|
GlobalsModRef.o: Intrinsics.inc.h
|
||||||
GlobalsModRef.po: Intrinsics.inc.h
|
GlobalsModRef.po: Intrinsics.inc.h
|
||||||
InlineCost.o: Intrinsics.inc.h
|
InlineCost.o: Intrinsics.inc.h
|
||||||
|
@ -13,6 +13,8 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
ArgumentPromotion.o: Intrinsics.inc.h
|
||||||
|
ArgumentPromotion.po: Intrinsics.inc.h
|
||||||
DeadArgumentElimination.o: Intrinsics.inc.h
|
DeadArgumentElimination.o: Intrinsics.inc.h
|
||||||
DeadArgumentElimination.po: Intrinsics.inc.h
|
DeadArgumentElimination.po: Intrinsics.inc.h
|
||||||
FunctionAttrs.o: Intrinsics.inc.h
|
FunctionAttrs.o: Intrinsics.inc.h
|
||||||
@ -25,6 +27,10 @@ InlineSimple.o: Intrinsics.inc.h
|
|||||||
InlineSimple.po: Intrinsics.inc.h
|
InlineSimple.po: Intrinsics.inc.h
|
||||||
Inliner.o: Intrinsics.inc.h
|
Inliner.o: Intrinsics.inc.h
|
||||||
Inliner.po: Intrinsics.inc.h
|
Inliner.po: Intrinsics.inc.h
|
||||||
|
Internalize.o: Intrinsics.inc.h
|
||||||
|
Internalize.po: Intrinsics.inc.h
|
||||||
|
LowerBitSets.o: Intrinsics.inc.h
|
||||||
|
LowerBitSets.po: Intrinsics.inc.h
|
||||||
PruneEH.o: Intrinsics.inc.h
|
PruneEH.o: Intrinsics.inc.h
|
||||||
PruneEH.po: Intrinsics.inc.h
|
PruneEH.po: Intrinsics.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -19,9 +19,11 @@ Mips16FrameLowering.o: MipsGenSubtargetInfo.inc.h
|
|||||||
Mips16FrameLowering.po: MipsGenInstrInfo.inc.h
|
Mips16FrameLowering.po: MipsGenInstrInfo.inc.h
|
||||||
Mips16FrameLowering.po: MipsGenRegisterInfo.inc.h
|
Mips16FrameLowering.po: MipsGenRegisterInfo.inc.h
|
||||||
Mips16FrameLowering.po: MipsGenSubtargetInfo.inc.h
|
Mips16FrameLowering.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
Mips16HardFloat.o: Intrinsics.inc.h
|
||||||
Mips16HardFloat.o: MipsGenInstrInfo.inc.h
|
Mips16HardFloat.o: MipsGenInstrInfo.inc.h
|
||||||
Mips16HardFloat.o: MipsGenRegisterInfo.inc.h
|
Mips16HardFloat.o: MipsGenRegisterInfo.inc.h
|
||||||
Mips16HardFloat.o: MipsGenSubtargetInfo.inc.h
|
Mips16HardFloat.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
Mips16HardFloat.po: Intrinsics.inc.h
|
||||||
Mips16HardFloat.po: MipsGenInstrInfo.inc.h
|
Mips16HardFloat.po: MipsGenInstrInfo.inc.h
|
||||||
Mips16HardFloat.po: MipsGenRegisterInfo.inc.h
|
Mips16HardFloat.po: MipsGenRegisterInfo.inc.h
|
||||||
Mips16HardFloat.po: MipsGenSubtargetInfo.inc.h
|
Mips16HardFloat.po: MipsGenSubtargetInfo.inc.h
|
||||||
@ -35,15 +37,19 @@ Mips16ISelDAGToDAG.po: MipsGenDAGISel.inc.h
|
|||||||
Mips16ISelDAGToDAG.po: MipsGenInstrInfo.inc.h
|
Mips16ISelDAGToDAG.po: MipsGenInstrInfo.inc.h
|
||||||
Mips16ISelDAGToDAG.po: MipsGenRegisterInfo.inc.h
|
Mips16ISelDAGToDAG.po: MipsGenRegisterInfo.inc.h
|
||||||
Mips16ISelDAGToDAG.po: MipsGenSubtargetInfo.inc.h
|
Mips16ISelDAGToDAG.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
Mips16ISelLowering.o: Intrinsics.inc.h
|
||||||
Mips16ISelLowering.o: MipsGenInstrInfo.inc.h
|
Mips16ISelLowering.o: MipsGenInstrInfo.inc.h
|
||||||
Mips16ISelLowering.o: MipsGenRegisterInfo.inc.h
|
Mips16ISelLowering.o: MipsGenRegisterInfo.inc.h
|
||||||
Mips16ISelLowering.o: MipsGenSubtargetInfo.inc.h
|
Mips16ISelLowering.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
Mips16ISelLowering.po: Intrinsics.inc.h
|
||||||
Mips16ISelLowering.po: MipsGenInstrInfo.inc.h
|
Mips16ISelLowering.po: MipsGenInstrInfo.inc.h
|
||||||
Mips16ISelLowering.po: MipsGenRegisterInfo.inc.h
|
Mips16ISelLowering.po: MipsGenRegisterInfo.inc.h
|
||||||
Mips16ISelLowering.po: MipsGenSubtargetInfo.inc.h
|
Mips16ISelLowering.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
Mips16InstrInfo.o: Intrinsics.inc.h
|
||||||
Mips16InstrInfo.o: MipsGenInstrInfo.inc.h
|
Mips16InstrInfo.o: MipsGenInstrInfo.inc.h
|
||||||
Mips16InstrInfo.o: MipsGenRegisterInfo.inc.h
|
Mips16InstrInfo.o: MipsGenRegisterInfo.inc.h
|
||||||
Mips16InstrInfo.o: MipsGenSubtargetInfo.inc.h
|
Mips16InstrInfo.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
Mips16InstrInfo.po: Intrinsics.inc.h
|
||||||
Mips16InstrInfo.po: MipsGenInstrInfo.inc.h
|
Mips16InstrInfo.po: MipsGenInstrInfo.inc.h
|
||||||
Mips16InstrInfo.po: MipsGenRegisterInfo.inc.h
|
Mips16InstrInfo.po: MipsGenRegisterInfo.inc.h
|
||||||
Mips16InstrInfo.po: MipsGenSubtargetInfo.inc.h
|
Mips16InstrInfo.po: MipsGenSubtargetInfo.inc.h
|
||||||
@ -59,10 +65,12 @@ MipsAnalyzeImmediate.o: MipsGenSubtargetInfo.inc.h
|
|||||||
MipsAnalyzeImmediate.po: MipsGenInstrInfo.inc.h
|
MipsAnalyzeImmediate.po: MipsGenInstrInfo.inc.h
|
||||||
MipsAnalyzeImmediate.po: MipsGenRegisterInfo.inc.h
|
MipsAnalyzeImmediate.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsAnalyzeImmediate.po: MipsGenSubtargetInfo.inc.h
|
MipsAnalyzeImmediate.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsAsmPrinter.o: Intrinsics.inc.h
|
||||||
MipsAsmPrinter.o: MipsGenInstrInfo.inc.h
|
MipsAsmPrinter.o: MipsGenInstrInfo.inc.h
|
||||||
MipsAsmPrinter.o: MipsGenMCPseudoLowering.inc.h
|
MipsAsmPrinter.o: MipsGenMCPseudoLowering.inc.h
|
||||||
MipsAsmPrinter.o: MipsGenRegisterInfo.inc.h
|
MipsAsmPrinter.o: MipsGenRegisterInfo.inc.h
|
||||||
MipsAsmPrinter.o: MipsGenSubtargetInfo.inc.h
|
MipsAsmPrinter.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsAsmPrinter.po: Intrinsics.inc.h
|
||||||
MipsAsmPrinter.po: MipsGenInstrInfo.inc.h
|
MipsAsmPrinter.po: MipsGenInstrInfo.inc.h
|
||||||
MipsAsmPrinter.po: MipsGenMCPseudoLowering.inc.h
|
MipsAsmPrinter.po: MipsGenMCPseudoLowering.inc.h
|
||||||
MipsAsmPrinter.po: MipsGenRegisterInfo.inc.h
|
MipsAsmPrinter.po: MipsGenRegisterInfo.inc.h
|
||||||
@ -73,15 +81,19 @@ MipsCCState.o: MipsGenSubtargetInfo.inc.h
|
|||||||
MipsCCState.po: MipsGenInstrInfo.inc.h
|
MipsCCState.po: MipsGenInstrInfo.inc.h
|
||||||
MipsCCState.po: MipsGenRegisterInfo.inc.h
|
MipsCCState.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsCCState.po: MipsGenSubtargetInfo.inc.h
|
MipsCCState.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsConstantIslandPass.o: Intrinsics.inc.h
|
||||||
MipsConstantIslandPass.o: MipsGenInstrInfo.inc.h
|
MipsConstantIslandPass.o: MipsGenInstrInfo.inc.h
|
||||||
MipsConstantIslandPass.o: MipsGenRegisterInfo.inc.h
|
MipsConstantIslandPass.o: MipsGenRegisterInfo.inc.h
|
||||||
MipsConstantIslandPass.o: MipsGenSubtargetInfo.inc.h
|
MipsConstantIslandPass.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsConstantIslandPass.po: Intrinsics.inc.h
|
||||||
MipsConstantIslandPass.po: MipsGenInstrInfo.inc.h
|
MipsConstantIslandPass.po: MipsGenInstrInfo.inc.h
|
||||||
MipsConstantIslandPass.po: MipsGenRegisterInfo.inc.h
|
MipsConstantIslandPass.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsConstantIslandPass.po: MipsGenSubtargetInfo.inc.h
|
MipsConstantIslandPass.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsDelaySlotFiller.o: Intrinsics.inc.h
|
||||||
MipsDelaySlotFiller.o: MipsGenInstrInfo.inc.h
|
MipsDelaySlotFiller.o: MipsGenInstrInfo.inc.h
|
||||||
MipsDelaySlotFiller.o: MipsGenRegisterInfo.inc.h
|
MipsDelaySlotFiller.o: MipsGenRegisterInfo.inc.h
|
||||||
MipsDelaySlotFiller.o: MipsGenSubtargetInfo.inc.h
|
MipsDelaySlotFiller.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsDelaySlotFiller.po: Intrinsics.inc.h
|
||||||
MipsDelaySlotFiller.po: MipsGenInstrInfo.inc.h
|
MipsDelaySlotFiller.po: MipsGenInstrInfo.inc.h
|
||||||
MipsDelaySlotFiller.po: MipsGenRegisterInfo.inc.h
|
MipsDelaySlotFiller.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsDelaySlotFiller.po: MipsGenSubtargetInfo.inc.h
|
MipsDelaySlotFiller.po: MipsGenSubtargetInfo.inc.h
|
||||||
@ -97,9 +109,11 @@ MipsFastISel.po: MipsGenFastISel.inc.h
|
|||||||
MipsFastISel.po: MipsGenInstrInfo.inc.h
|
MipsFastISel.po: MipsGenInstrInfo.inc.h
|
||||||
MipsFastISel.po: MipsGenRegisterInfo.inc.h
|
MipsFastISel.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsFastISel.po: MipsGenSubtargetInfo.inc.h
|
MipsFastISel.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsFrameLowering.o: Intrinsics.inc.h
|
||||||
MipsFrameLowering.o: MipsGenInstrInfo.inc.h
|
MipsFrameLowering.o: MipsGenInstrInfo.inc.h
|
||||||
MipsFrameLowering.o: MipsGenRegisterInfo.inc.h
|
MipsFrameLowering.o: MipsGenRegisterInfo.inc.h
|
||||||
MipsFrameLowering.o: MipsGenSubtargetInfo.inc.h
|
MipsFrameLowering.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsFrameLowering.po: Intrinsics.inc.h
|
||||||
MipsFrameLowering.po: MipsGenInstrInfo.inc.h
|
MipsFrameLowering.po: MipsGenInstrInfo.inc.h
|
||||||
MipsFrameLowering.po: MipsGenRegisterInfo.inc.h
|
MipsFrameLowering.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsFrameLowering.po: MipsGenSubtargetInfo.inc.h
|
MipsFrameLowering.po: MipsGenSubtargetInfo.inc.h
|
||||||
@ -113,10 +127,12 @@ MipsISelDAGToDAG.po: MipsGenDAGISel.inc.h
|
|||||||
MipsISelDAGToDAG.po: MipsGenInstrInfo.inc.h
|
MipsISelDAGToDAG.po: MipsGenInstrInfo.inc.h
|
||||||
MipsISelDAGToDAG.po: MipsGenRegisterInfo.inc.h
|
MipsISelDAGToDAG.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsISelDAGToDAG.po: MipsGenSubtargetInfo.inc.h
|
MipsISelDAGToDAG.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsISelLowering.o: Intrinsics.inc.h
|
||||||
MipsISelLowering.o: MipsGenCallingConv.inc.h
|
MipsISelLowering.o: MipsGenCallingConv.inc.h
|
||||||
MipsISelLowering.o: MipsGenInstrInfo.inc.h
|
MipsISelLowering.o: MipsGenInstrInfo.inc.h
|
||||||
MipsISelLowering.o: MipsGenRegisterInfo.inc.h
|
MipsISelLowering.o: MipsGenRegisterInfo.inc.h
|
||||||
MipsISelLowering.o: MipsGenSubtargetInfo.inc.h
|
MipsISelLowering.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsISelLowering.po: Intrinsics.inc.h
|
||||||
MipsISelLowering.po: MipsGenCallingConv.inc.h
|
MipsISelLowering.po: MipsGenCallingConv.inc.h
|
||||||
MipsISelLowering.po: MipsGenInstrInfo.inc.h
|
MipsISelLowering.po: MipsGenInstrInfo.inc.h
|
||||||
MipsISelLowering.po: MipsGenRegisterInfo.inc.h
|
MipsISelLowering.po: MipsGenRegisterInfo.inc.h
|
||||||
@ -127,9 +143,11 @@ MipsInstrInfo.o: MipsGenSubtargetInfo.inc.h
|
|||||||
MipsInstrInfo.po: MipsGenInstrInfo.inc.h
|
MipsInstrInfo.po: MipsGenInstrInfo.inc.h
|
||||||
MipsInstrInfo.po: MipsGenRegisterInfo.inc.h
|
MipsInstrInfo.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsInstrInfo.po: MipsGenSubtargetInfo.inc.h
|
MipsInstrInfo.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsLongBranch.o: Intrinsics.inc.h
|
||||||
MipsLongBranch.o: MipsGenInstrInfo.inc.h
|
MipsLongBranch.o: MipsGenInstrInfo.inc.h
|
||||||
MipsLongBranch.o: MipsGenRegisterInfo.inc.h
|
MipsLongBranch.o: MipsGenRegisterInfo.inc.h
|
||||||
MipsLongBranch.o: MipsGenSubtargetInfo.inc.h
|
MipsLongBranch.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsLongBranch.po: Intrinsics.inc.h
|
||||||
MipsLongBranch.po: MipsGenInstrInfo.inc.h
|
MipsLongBranch.po: MipsGenInstrInfo.inc.h
|
||||||
MipsLongBranch.po: MipsGenRegisterInfo.inc.h
|
MipsLongBranch.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsLongBranch.po: MipsGenSubtargetInfo.inc.h
|
MipsLongBranch.po: MipsGenSubtargetInfo.inc.h
|
||||||
@ -139,23 +157,27 @@ MipsMCInstLower.o: MipsGenSubtargetInfo.inc.h
|
|||||||
MipsMCInstLower.po: MipsGenInstrInfo.inc.h
|
MipsMCInstLower.po: MipsGenInstrInfo.inc.h
|
||||||
MipsMCInstLower.po: MipsGenRegisterInfo.inc.h
|
MipsMCInstLower.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsMCInstLower.po: MipsGenSubtargetInfo.inc.h
|
MipsMCInstLower.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsMachineFunction.o: Intrinsics.inc.h
|
||||||
MipsMachineFunction.o: MipsGenInstrInfo.inc.h
|
MipsMachineFunction.o: MipsGenInstrInfo.inc.h
|
||||||
MipsMachineFunction.o: MipsGenRegisterInfo.inc.h
|
MipsMachineFunction.o: MipsGenRegisterInfo.inc.h
|
||||||
MipsMachineFunction.o: MipsGenSubtargetInfo.inc.h
|
MipsMachineFunction.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsMachineFunction.po: Intrinsics.inc.h
|
||||||
MipsMachineFunction.po: MipsGenInstrInfo.inc.h
|
MipsMachineFunction.po: MipsGenInstrInfo.inc.h
|
||||||
MipsMachineFunction.po: MipsGenRegisterInfo.inc.h
|
MipsMachineFunction.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsMachineFunction.po: MipsGenSubtargetInfo.inc.h
|
MipsMachineFunction.po: MipsGenSubtargetInfo.inc.h
|
||||||
MipsModuleISelDAGToDAG.o: MipsGenDAGISel.inc.h
|
MipsModuleISelDAGToDAG.o: Intrinsics.inc.h
|
||||||
MipsModuleISelDAGToDAG.o: MipsGenInstrInfo.inc.h
|
MipsModuleISelDAGToDAG.o: MipsGenInstrInfo.inc.h
|
||||||
MipsModuleISelDAGToDAG.o: MipsGenRegisterInfo.inc.h
|
MipsModuleISelDAGToDAG.o: MipsGenRegisterInfo.inc.h
|
||||||
MipsModuleISelDAGToDAG.o: MipsGenSubtargetInfo.inc.h
|
MipsModuleISelDAGToDAG.o: MipsGenSubtargetInfo.inc.h
|
||||||
MipsModuleISelDAGToDAG.po: MipsGenDAGISel.inc.h
|
MipsModuleISelDAGToDAG.po: Intrinsics.inc.h
|
||||||
MipsModuleISelDAGToDAG.po: MipsGenInstrInfo.inc.h
|
MipsModuleISelDAGToDAG.po: MipsGenInstrInfo.inc.h
|
||||||
MipsModuleISelDAGToDAG.po: MipsGenRegisterInfo.inc.h
|
MipsModuleISelDAGToDAG.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsModuleISelDAGToDAG.po: MipsGenSubtargetInfo.inc.h
|
MipsModuleISelDAGToDAG.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsOptimizePICCall.o: Intrinsics.inc.h
|
||||||
MipsOptimizePICCall.o: MipsGenInstrInfo.inc.h
|
MipsOptimizePICCall.o: MipsGenInstrInfo.inc.h
|
||||||
MipsOptimizePICCall.o: MipsGenRegisterInfo.inc.h
|
MipsOptimizePICCall.o: MipsGenRegisterInfo.inc.h
|
||||||
MipsOptimizePICCall.o: MipsGenSubtargetInfo.inc.h
|
MipsOptimizePICCall.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsOptimizePICCall.po: Intrinsics.inc.h
|
||||||
MipsOptimizePICCall.po: MipsGenInstrInfo.inc.h
|
MipsOptimizePICCall.po: MipsGenInstrInfo.inc.h
|
||||||
MipsOptimizePICCall.po: MipsGenRegisterInfo.inc.h
|
MipsOptimizePICCall.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsOptimizePICCall.po: MipsGenSubtargetInfo.inc.h
|
MipsOptimizePICCall.po: MipsGenSubtargetInfo.inc.h
|
||||||
@ -165,9 +187,11 @@ MipsOs16.o: MipsGenSubtargetInfo.inc.h
|
|||||||
MipsOs16.po: MipsGenInstrInfo.inc.h
|
MipsOs16.po: MipsGenInstrInfo.inc.h
|
||||||
MipsOs16.po: MipsGenRegisterInfo.inc.h
|
MipsOs16.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsOs16.po: MipsGenSubtargetInfo.inc.h
|
MipsOs16.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsRegisterInfo.o: Intrinsics.inc.h
|
||||||
MipsRegisterInfo.o: MipsGenInstrInfo.inc.h
|
MipsRegisterInfo.o: MipsGenInstrInfo.inc.h
|
||||||
MipsRegisterInfo.o: MipsGenRegisterInfo.inc.h
|
MipsRegisterInfo.o: MipsGenRegisterInfo.inc.h
|
||||||
MipsRegisterInfo.o: MipsGenSubtargetInfo.inc.h
|
MipsRegisterInfo.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsRegisterInfo.po: Intrinsics.inc.h
|
||||||
MipsRegisterInfo.po: MipsGenInstrInfo.inc.h
|
MipsRegisterInfo.po: MipsGenInstrInfo.inc.h
|
||||||
MipsRegisterInfo.po: MipsGenRegisterInfo.inc.h
|
MipsRegisterInfo.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsRegisterInfo.po: MipsGenSubtargetInfo.inc.h
|
MipsRegisterInfo.po: MipsGenSubtargetInfo.inc.h
|
||||||
@ -195,27 +219,27 @@ MipsSEISelLowering.po: Intrinsics.inc.h
|
|||||||
MipsSEISelLowering.po: MipsGenInstrInfo.inc.h
|
MipsSEISelLowering.po: MipsGenInstrInfo.inc.h
|
||||||
MipsSEISelLowering.po: MipsGenRegisterInfo.inc.h
|
MipsSEISelLowering.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsSEISelLowering.po: MipsGenSubtargetInfo.inc.h
|
MipsSEISelLowering.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsSEInstrInfo.o: Intrinsics.inc.h
|
||||||
MipsSEInstrInfo.o: MipsGenInstrInfo.inc.h
|
MipsSEInstrInfo.o: MipsGenInstrInfo.inc.h
|
||||||
MipsSEInstrInfo.o: MipsGenRegisterInfo.inc.h
|
MipsSEInstrInfo.o: MipsGenRegisterInfo.inc.h
|
||||||
MipsSEInstrInfo.o: MipsGenSubtargetInfo.inc.h
|
MipsSEInstrInfo.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsSEInstrInfo.po: Intrinsics.inc.h
|
||||||
MipsSEInstrInfo.po: MipsGenInstrInfo.inc.h
|
MipsSEInstrInfo.po: MipsGenInstrInfo.inc.h
|
||||||
MipsSEInstrInfo.po: MipsGenRegisterInfo.inc.h
|
MipsSEInstrInfo.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsSEInstrInfo.po: MipsGenSubtargetInfo.inc.h
|
MipsSEInstrInfo.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsSERegisterInfo.o: Intrinsics.inc.h
|
||||||
MipsSERegisterInfo.o: MipsGenInstrInfo.inc.h
|
MipsSERegisterInfo.o: MipsGenInstrInfo.inc.h
|
||||||
MipsSERegisterInfo.o: MipsGenRegisterInfo.inc.h
|
MipsSERegisterInfo.o: MipsGenRegisterInfo.inc.h
|
||||||
MipsSERegisterInfo.o: MipsGenSubtargetInfo.inc.h
|
MipsSERegisterInfo.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsSERegisterInfo.po: Intrinsics.inc.h
|
||||||
MipsSERegisterInfo.po: MipsGenInstrInfo.inc.h
|
MipsSERegisterInfo.po: MipsGenInstrInfo.inc.h
|
||||||
MipsSERegisterInfo.po: MipsGenRegisterInfo.inc.h
|
MipsSERegisterInfo.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsSERegisterInfo.po: MipsGenSubtargetInfo.inc.h
|
MipsSERegisterInfo.po: MipsGenSubtargetInfo.inc.h
|
||||||
MipsSelectionDAGInfo.o: MipsGenInstrInfo.inc.h
|
MipsSubtarget.o: Intrinsics.inc.h
|
||||||
MipsSelectionDAGInfo.o: MipsGenRegisterInfo.inc.h
|
|
||||||
MipsSelectionDAGInfo.o: MipsGenSubtargetInfo.inc.h
|
|
||||||
MipsSelectionDAGInfo.po: MipsGenInstrInfo.inc.h
|
|
||||||
MipsSelectionDAGInfo.po: MipsGenRegisterInfo.inc.h
|
|
||||||
MipsSelectionDAGInfo.po: MipsGenSubtargetInfo.inc.h
|
|
||||||
MipsSubtarget.o: MipsGenInstrInfo.inc.h
|
MipsSubtarget.o: MipsGenInstrInfo.inc.h
|
||||||
MipsSubtarget.o: MipsGenRegisterInfo.inc.h
|
MipsSubtarget.o: MipsGenRegisterInfo.inc.h
|
||||||
MipsSubtarget.o: MipsGenSubtargetInfo.inc.h
|
MipsSubtarget.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsSubtarget.po: Intrinsics.inc.h
|
||||||
MipsSubtarget.po: MipsGenInstrInfo.inc.h
|
MipsSubtarget.po: MipsGenInstrInfo.inc.h
|
||||||
MipsSubtarget.po: MipsGenRegisterInfo.inc.h
|
MipsSubtarget.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsSubtarget.po: MipsGenSubtargetInfo.inc.h
|
MipsSubtarget.po: MipsGenSubtargetInfo.inc.h
|
||||||
@ -229,9 +253,11 @@ MipsTargetMachine.po: MipsGenDAGISel.inc.h
|
|||||||
MipsTargetMachine.po: MipsGenInstrInfo.inc.h
|
MipsTargetMachine.po: MipsGenInstrInfo.inc.h
|
||||||
MipsTargetMachine.po: MipsGenRegisterInfo.inc.h
|
MipsTargetMachine.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsTargetMachine.po: MipsGenSubtargetInfo.inc.h
|
MipsTargetMachine.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsTargetObjectFile.o: Intrinsics.inc.h
|
||||||
MipsTargetObjectFile.o: MipsGenInstrInfo.inc.h
|
MipsTargetObjectFile.o: MipsGenInstrInfo.inc.h
|
||||||
MipsTargetObjectFile.o: MipsGenRegisterInfo.inc.h
|
MipsTargetObjectFile.o: MipsGenRegisterInfo.inc.h
|
||||||
MipsTargetObjectFile.o: MipsGenSubtargetInfo.inc.h
|
MipsTargetObjectFile.o: MipsGenSubtargetInfo.inc.h
|
||||||
|
MipsTargetObjectFile.po: Intrinsics.inc.h
|
||||||
MipsTargetObjectFile.po: MipsGenInstrInfo.inc.h
|
MipsTargetObjectFile.po: MipsGenInstrInfo.inc.h
|
||||||
MipsTargetObjectFile.po: MipsGenRegisterInfo.inc.h
|
MipsTargetObjectFile.po: MipsGenRegisterInfo.inc.h
|
||||||
MipsTargetObjectFile.po: MipsGenSubtargetInfo.inc.h
|
MipsTargetObjectFile.po: MipsGenSubtargetInfo.inc.h
|
||||||
|
@ -13,6 +13,6 @@ DIRDEPS = \
|
|||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
ObjCARCUtil.o: Intrinsics.inc.h
|
ARCInstKind.o: Intrinsics.inc.h
|
||||||
ObjCARCUtil.po: Intrinsics.inc.h
|
ARCInstKind.po: Intrinsics.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -33,6 +33,12 @@ PPCCTRLoops.po: Intrinsics.inc.h
|
|||||||
PPCCTRLoops.po: PPCGenInstrInfo.inc.h
|
PPCCTRLoops.po: PPCGenInstrInfo.inc.h
|
||||||
PPCCTRLoops.po: PPCGenRegisterInfo.inc.h
|
PPCCTRLoops.po: PPCGenRegisterInfo.inc.h
|
||||||
PPCCTRLoops.po: PPCGenSubtargetInfo.inc.h
|
PPCCTRLoops.po: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCEarlyReturn.o: PPCGenInstrInfo.inc.h
|
||||||
|
PPCEarlyReturn.o: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCEarlyReturn.o: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCEarlyReturn.po: PPCGenInstrInfo.inc.h
|
||||||
|
PPCEarlyReturn.po: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCEarlyReturn.po: PPCGenSubtargetInfo.inc.h
|
||||||
PPCFastISel.o: Intrinsics.inc.h
|
PPCFastISel.o: Intrinsics.inc.h
|
||||||
PPCFastISel.o: PPCGenCallingConv.inc.h
|
PPCFastISel.o: PPCGenCallingConv.inc.h
|
||||||
PPCFastISel.o: PPCGenFastISel.inc.h
|
PPCFastISel.o: PPCGenFastISel.inc.h
|
||||||
@ -83,6 +89,22 @@ PPCInstrInfo.o: PPCGenSubtargetInfo.inc.h
|
|||||||
PPCInstrInfo.po: PPCGenInstrInfo.inc.h
|
PPCInstrInfo.po: PPCGenInstrInfo.inc.h
|
||||||
PPCInstrInfo.po: PPCGenRegisterInfo.inc.h
|
PPCInstrInfo.po: PPCGenRegisterInfo.inc.h
|
||||||
PPCInstrInfo.po: PPCGenSubtargetInfo.inc.h
|
PPCInstrInfo.po: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCLoopDataPrefetch.o: Intrinsics.inc.h
|
||||||
|
PPCLoopDataPrefetch.o: PPCGenInstrInfo.inc.h
|
||||||
|
PPCLoopDataPrefetch.o: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCLoopDataPrefetch.o: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCLoopDataPrefetch.po: Intrinsics.inc.h
|
||||||
|
PPCLoopDataPrefetch.po: PPCGenInstrInfo.inc.h
|
||||||
|
PPCLoopDataPrefetch.po: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCLoopDataPrefetch.po: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCLoopPreIncPrep.o: Intrinsics.inc.h
|
||||||
|
PPCLoopPreIncPrep.o: PPCGenInstrInfo.inc.h
|
||||||
|
PPCLoopPreIncPrep.o: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCLoopPreIncPrep.o: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCLoopPreIncPrep.po: Intrinsics.inc.h
|
||||||
|
PPCLoopPreIncPrep.po: PPCGenInstrInfo.inc.h
|
||||||
|
PPCLoopPreIncPrep.po: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCLoopPreIncPrep.po: PPCGenSubtargetInfo.inc.h
|
||||||
PPCMCInstLower.o: PPCGenInstrInfo.inc.h
|
PPCMCInstLower.o: PPCGenInstrInfo.inc.h
|
||||||
PPCMCInstLower.o: PPCGenRegisterInfo.inc.h
|
PPCMCInstLower.o: PPCGenRegisterInfo.inc.h
|
||||||
PPCMCInstLower.o: PPCGenSubtargetInfo.inc.h
|
PPCMCInstLower.o: PPCGenSubtargetInfo.inc.h
|
||||||
@ -95,21 +117,29 @@ PPCRegisterInfo.o: PPCGenSubtargetInfo.inc.h
|
|||||||
PPCRegisterInfo.po: PPCGenInstrInfo.inc.h
|
PPCRegisterInfo.po: PPCGenInstrInfo.inc.h
|
||||||
PPCRegisterInfo.po: PPCGenRegisterInfo.inc.h
|
PPCRegisterInfo.po: PPCGenRegisterInfo.inc.h
|
||||||
PPCRegisterInfo.po: PPCGenSubtargetInfo.inc.h
|
PPCRegisterInfo.po: PPCGenSubtargetInfo.inc.h
|
||||||
PPCSelectionDAGInfo.o: PPCGenInstrInfo.inc.h
|
|
||||||
PPCSelectionDAGInfo.o: PPCGenRegisterInfo.inc.h
|
|
||||||
PPCSelectionDAGInfo.o: PPCGenSubtargetInfo.inc.h
|
|
||||||
PPCSelectionDAGInfo.po: PPCGenInstrInfo.inc.h
|
|
||||||
PPCSelectionDAGInfo.po: PPCGenRegisterInfo.inc.h
|
|
||||||
PPCSelectionDAGInfo.po: PPCGenSubtargetInfo.inc.h
|
|
||||||
PPCSubtarget.o: PPCGenInstrInfo.inc.h
|
PPCSubtarget.o: PPCGenInstrInfo.inc.h
|
||||||
PPCSubtarget.o: PPCGenRegisterInfo.inc.h
|
PPCSubtarget.o: PPCGenRegisterInfo.inc.h
|
||||||
PPCSubtarget.o: PPCGenSubtargetInfo.inc.h
|
PPCSubtarget.o: PPCGenSubtargetInfo.inc.h
|
||||||
PPCSubtarget.po: PPCGenInstrInfo.inc.h
|
PPCSubtarget.po: PPCGenInstrInfo.inc.h
|
||||||
PPCSubtarget.po: PPCGenRegisterInfo.inc.h
|
PPCSubtarget.po: PPCGenRegisterInfo.inc.h
|
||||||
PPCSubtarget.po: PPCGenSubtargetInfo.inc.h
|
PPCSubtarget.po: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCTLSDynamicCall.o: PPCGenInstrInfo.inc.h
|
||||||
|
PPCTLSDynamicCall.o: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCTLSDynamicCall.o: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCTLSDynamicCall.po: PPCGenInstrInfo.inc.h
|
||||||
|
PPCTLSDynamicCall.po: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCTLSDynamicCall.po: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCTOCRegDeps.o: PPCGenInstrInfo.inc.h
|
||||||
|
PPCTOCRegDeps.o: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCTOCRegDeps.o: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCTOCRegDeps.po: PPCGenInstrInfo.inc.h
|
||||||
|
PPCTOCRegDeps.po: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCTOCRegDeps.po: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCTargetMachine.o: Intrinsics.inc.h
|
||||||
PPCTargetMachine.o: PPCGenInstrInfo.inc.h
|
PPCTargetMachine.o: PPCGenInstrInfo.inc.h
|
||||||
PPCTargetMachine.o: PPCGenRegisterInfo.inc.h
|
PPCTargetMachine.o: PPCGenRegisterInfo.inc.h
|
||||||
PPCTargetMachine.o: PPCGenSubtargetInfo.inc.h
|
PPCTargetMachine.o: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCTargetMachine.po: Intrinsics.inc.h
|
||||||
PPCTargetMachine.po: PPCGenInstrInfo.inc.h
|
PPCTargetMachine.po: PPCGenInstrInfo.inc.h
|
||||||
PPCTargetMachine.po: PPCGenRegisterInfo.inc.h
|
PPCTargetMachine.po: PPCGenRegisterInfo.inc.h
|
||||||
PPCTargetMachine.po: PPCGenSubtargetInfo.inc.h
|
PPCTargetMachine.po: PPCGenSubtargetInfo.inc.h
|
||||||
@ -121,4 +151,22 @@ PPCTargetTransformInfo.po: Intrinsics.inc.h
|
|||||||
PPCTargetTransformInfo.po: PPCGenInstrInfo.inc.h
|
PPCTargetTransformInfo.po: PPCGenInstrInfo.inc.h
|
||||||
PPCTargetTransformInfo.po: PPCGenRegisterInfo.inc.h
|
PPCTargetTransformInfo.po: PPCGenRegisterInfo.inc.h
|
||||||
PPCTargetTransformInfo.po: PPCGenSubtargetInfo.inc.h
|
PPCTargetTransformInfo.po: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCVSXCopy.o: PPCGenInstrInfo.inc.h
|
||||||
|
PPCVSXCopy.o: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCVSXCopy.o: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCVSXCopy.po: PPCGenInstrInfo.inc.h
|
||||||
|
PPCVSXCopy.po: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCVSXCopy.po: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCVSXFMAMutate.o: PPCGenInstrInfo.inc.h
|
||||||
|
PPCVSXFMAMutate.o: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCVSXFMAMutate.o: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCVSXFMAMutate.po: PPCGenInstrInfo.inc.h
|
||||||
|
PPCVSXFMAMutate.po: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCVSXFMAMutate.po: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCVSXSwapRemoval.o: PPCGenInstrInfo.inc.h
|
||||||
|
PPCVSXSwapRemoval.o: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCVSXSwapRemoval.o: PPCGenSubtargetInfo.inc.h
|
||||||
|
PPCVSXSwapRemoval.po: PPCGenInstrInfo.inc.h
|
||||||
|
PPCVSXSwapRemoval.po: PPCGenRegisterInfo.inc.h
|
||||||
|
PPCVSXSwapRemoval.po: PPCGenSubtargetInfo.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -17,6 +17,8 @@ ADCE.o: Intrinsics.inc.h
|
|||||||
ADCE.po: Intrinsics.inc.h
|
ADCE.po: Intrinsics.inc.h
|
||||||
AlignmentFromAssumptions.o: Intrinsics.inc.h
|
AlignmentFromAssumptions.o: Intrinsics.inc.h
|
||||||
AlignmentFromAssumptions.po: Intrinsics.inc.h
|
AlignmentFromAssumptions.po: Intrinsics.inc.h
|
||||||
|
BDCE.o: Intrinsics.inc.h
|
||||||
|
BDCE.po: Intrinsics.inc.h
|
||||||
ConstantHoisting.o: Intrinsics.inc.h
|
ConstantHoisting.o: Intrinsics.inc.h
|
||||||
ConstantHoisting.po: Intrinsics.inc.h
|
ConstantHoisting.po: Intrinsics.inc.h
|
||||||
DeadStoreElimination.o: Intrinsics.inc.h
|
DeadStoreElimination.o: Intrinsics.inc.h
|
||||||
@ -27,12 +29,16 @@ GVN.o: Intrinsics.inc.h
|
|||||||
GVN.po: Intrinsics.inc.h
|
GVN.po: Intrinsics.inc.h
|
||||||
IndVarSimplify.o: Intrinsics.inc.h
|
IndVarSimplify.o: Intrinsics.inc.h
|
||||||
IndVarSimplify.po: Intrinsics.inc.h
|
IndVarSimplify.po: Intrinsics.inc.h
|
||||||
|
InductiveRangeCheckElimination.o: Intrinsics.inc.h
|
||||||
|
InductiveRangeCheckElimination.po: Intrinsics.inc.h
|
||||||
JumpThreading.o: Intrinsics.inc.h
|
JumpThreading.o: Intrinsics.inc.h
|
||||||
JumpThreading.po: Intrinsics.inc.h
|
JumpThreading.po: Intrinsics.inc.h
|
||||||
LICM.o: Intrinsics.inc.h
|
LICM.o: Intrinsics.inc.h
|
||||||
LICM.po: Intrinsics.inc.h
|
LICM.po: Intrinsics.inc.h
|
||||||
LoopIdiomRecognize.o: Intrinsics.inc.h
|
LoopIdiomRecognize.o: Intrinsics.inc.h
|
||||||
LoopIdiomRecognize.po: Intrinsics.inc.h
|
LoopIdiomRecognize.po: Intrinsics.inc.h
|
||||||
|
LoopInterchange.o: Intrinsics.inc.h
|
||||||
|
LoopInterchange.po: Intrinsics.inc.h
|
||||||
LoopRerollPass.o: Intrinsics.inc.h
|
LoopRerollPass.o: Intrinsics.inc.h
|
||||||
LoopRerollPass.po: Intrinsics.inc.h
|
LoopRerollPass.po: Intrinsics.inc.h
|
||||||
LoopRotation.o: Intrinsics.inc.h
|
LoopRotation.o: Intrinsics.inc.h
|
||||||
@ -45,14 +51,22 @@ LoopUnswitch.o: Intrinsics.inc.h
|
|||||||
LoopUnswitch.po: Intrinsics.inc.h
|
LoopUnswitch.po: Intrinsics.inc.h
|
||||||
LowerAtomic.o: Intrinsics.inc.h
|
LowerAtomic.o: Intrinsics.inc.h
|
||||||
LowerAtomic.po: Intrinsics.inc.h
|
LowerAtomic.po: Intrinsics.inc.h
|
||||||
|
LowerExpectIntrinsic.o: Intrinsics.inc.h
|
||||||
|
LowerExpectIntrinsic.po: Intrinsics.inc.h
|
||||||
MemCpyOptimizer.o: Intrinsics.inc.h
|
MemCpyOptimizer.o: Intrinsics.inc.h
|
||||||
MemCpyOptimizer.po: Intrinsics.inc.h
|
MemCpyOptimizer.po: Intrinsics.inc.h
|
||||||
MergedLoadStoreMotion.o: Intrinsics.inc.h
|
MergedLoadStoreMotion.o: Intrinsics.inc.h
|
||||||
MergedLoadStoreMotion.po: Intrinsics.inc.h
|
MergedLoadStoreMotion.po: Intrinsics.inc.h
|
||||||
|
NaryReassociate.o: Intrinsics.inc.h
|
||||||
|
NaryReassociate.po: Intrinsics.inc.h
|
||||||
PartiallyInlineLibCalls.o: Intrinsics.inc.h
|
PartiallyInlineLibCalls.o: Intrinsics.inc.h
|
||||||
PartiallyInlineLibCalls.po: Intrinsics.inc.h
|
PartiallyInlineLibCalls.po: Intrinsics.inc.h
|
||||||
|
PlaceSafepoints.o: Intrinsics.inc.h
|
||||||
|
PlaceSafepoints.po: Intrinsics.inc.h
|
||||||
Reassociate.o: Intrinsics.inc.h
|
Reassociate.o: Intrinsics.inc.h
|
||||||
Reassociate.po: Intrinsics.inc.h
|
Reassociate.po: Intrinsics.inc.h
|
||||||
|
RewriteStatepointsForGC.o: Intrinsics.inc.h
|
||||||
|
RewriteStatepointsForGC.po: Intrinsics.inc.h
|
||||||
SCCP.o: Intrinsics.inc.h
|
SCCP.o: Intrinsics.inc.h
|
||||||
SCCP.po: Intrinsics.inc.h
|
SCCP.po: Intrinsics.inc.h
|
||||||
SROA.o: Intrinsics.inc.h
|
SROA.o: Intrinsics.inc.h
|
||||||
@ -67,6 +81,10 @@ SimplifyCFGPass.o: Intrinsics.inc.h
|
|||||||
SimplifyCFGPass.po: Intrinsics.inc.h
|
SimplifyCFGPass.po: Intrinsics.inc.h
|
||||||
Sink.o: Intrinsics.inc.h
|
Sink.o: Intrinsics.inc.h
|
||||||
Sink.po: Intrinsics.inc.h
|
Sink.po: Intrinsics.inc.h
|
||||||
|
SpeculativeExecution.o: Intrinsics.inc.h
|
||||||
|
SpeculativeExecution.po: Intrinsics.inc.h
|
||||||
|
StraightLineStrengthReduce.o: Intrinsics.inc.h
|
||||||
|
StraightLineStrengthReduce.po: Intrinsics.inc.h
|
||||||
StructurizeCFG.o: Intrinsics.inc.h
|
StructurizeCFG.o: Intrinsics.inc.h
|
||||||
StructurizeCFG.po: Intrinsics.inc.h
|
StructurizeCFG.po: Intrinsics.inc.h
|
||||||
TailRecursionElimination.o: Intrinsics.inc.h
|
TailRecursionElimination.o: Intrinsics.inc.h
|
||||||
|
@ -6,10 +6,15 @@ DIRDEPS = \
|
|||||||
include/xlocale \
|
include/xlocale \
|
||||||
lib/libc++ \
|
lib/libc++ \
|
||||||
lib/msun \
|
lib/msun \
|
||||||
|
usr.bin/clang/tblgen.host \
|
||||||
|
|
||||||
|
|
||||||
.include <dirdeps.mk>
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
# local dependencies - needed for -jN in clean tree
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
TargetMachine.o: Intrinsics.inc.h
|
||||||
|
TargetMachine.po: Intrinsics.inc.h
|
||||||
|
TargetMachineC.o: Intrinsics.inc.h
|
||||||
|
TargetMachineC.po: Intrinsics.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -31,8 +31,8 @@ Local.o: Intrinsics.inc.h
|
|||||||
Local.po: Intrinsics.inc.h
|
Local.po: Intrinsics.inc.h
|
||||||
LoopSimplify.o: Intrinsics.inc.h
|
LoopSimplify.o: Intrinsics.inc.h
|
||||||
LoopSimplify.po: Intrinsics.inc.h
|
LoopSimplify.po: Intrinsics.inc.h
|
||||||
LowerExpectIntrinsic.o: Intrinsics.inc.h
|
LoopUtils.o: Intrinsics.inc.h
|
||||||
LowerExpectIntrinsic.po: Intrinsics.inc.h
|
LoopUtils.po: Intrinsics.inc.h
|
||||||
PromoteMemoryToRegister.o: Intrinsics.inc.h
|
PromoteMemoryToRegister.o: Intrinsics.inc.h
|
||||||
PromoteMemoryToRegister.po: Intrinsics.inc.h
|
PromoteMemoryToRegister.po: Intrinsics.inc.h
|
||||||
SSAUpdater.o: Intrinsics.inc.h
|
SSAUpdater.o: Intrinsics.inc.h
|
||||||
|
@ -25,6 +25,12 @@ X86CallFrameOptimization.o: X86GenSubtargetInfo.inc.h
|
|||||||
X86CallFrameOptimization.po: X86GenInstrInfo.inc.h
|
X86CallFrameOptimization.po: X86GenInstrInfo.inc.h
|
||||||
X86CallFrameOptimization.po: X86GenRegisterInfo.inc.h
|
X86CallFrameOptimization.po: X86GenRegisterInfo.inc.h
|
||||||
X86CallFrameOptimization.po: X86GenSubtargetInfo.inc.h
|
X86CallFrameOptimization.po: X86GenSubtargetInfo.inc.h
|
||||||
|
X86ExpandPseudo.o: X86GenInstrInfo.inc.h
|
||||||
|
X86ExpandPseudo.o: X86GenRegisterInfo.inc.h
|
||||||
|
X86ExpandPseudo.o: X86GenSubtargetInfo.inc.h
|
||||||
|
X86ExpandPseudo.po: X86GenInstrInfo.inc.h
|
||||||
|
X86ExpandPseudo.po: X86GenRegisterInfo.inc.h
|
||||||
|
X86ExpandPseudo.po: X86GenSubtargetInfo.inc.h
|
||||||
X86FastISel.o: Intrinsics.inc.h
|
X86FastISel.o: Intrinsics.inc.h
|
||||||
X86FastISel.o: X86GenCallingConv.inc.h
|
X86FastISel.o: X86GenCallingConv.inc.h
|
||||||
X86FastISel.o: X86GenFastISel.inc.h
|
X86FastISel.o: X86GenFastISel.inc.h
|
||||||
@ -113,9 +119,11 @@ X86Subtarget.o: X86GenSubtargetInfo.inc.h
|
|||||||
X86Subtarget.po: X86GenInstrInfo.inc.h
|
X86Subtarget.po: X86GenInstrInfo.inc.h
|
||||||
X86Subtarget.po: X86GenRegisterInfo.inc.h
|
X86Subtarget.po: X86GenRegisterInfo.inc.h
|
||||||
X86Subtarget.po: X86GenSubtargetInfo.inc.h
|
X86Subtarget.po: X86GenSubtargetInfo.inc.h
|
||||||
|
X86TargetMachine.o: Intrinsics.inc.h
|
||||||
X86TargetMachine.o: X86GenInstrInfo.inc.h
|
X86TargetMachine.o: X86GenInstrInfo.inc.h
|
||||||
X86TargetMachine.o: X86GenRegisterInfo.inc.h
|
X86TargetMachine.o: X86GenRegisterInfo.inc.h
|
||||||
X86TargetMachine.o: X86GenSubtargetInfo.inc.h
|
X86TargetMachine.o: X86GenSubtargetInfo.inc.h
|
||||||
|
X86TargetMachine.po: Intrinsics.inc.h
|
||||||
X86TargetMachine.po: X86GenInstrInfo.inc.h
|
X86TargetMachine.po: X86GenInstrInfo.inc.h
|
||||||
X86TargetMachine.po: X86GenRegisterInfo.inc.h
|
X86TargetMachine.po: X86GenRegisterInfo.inc.h
|
||||||
X86TargetMachine.po: X86GenSubtargetInfo.inc.h
|
X86TargetMachine.po: X86GenSubtargetInfo.inc.h
|
||||||
@ -133,4 +141,6 @@ X86VZeroUpper.o: X86GenSubtargetInfo.inc.h
|
|||||||
X86VZeroUpper.po: X86GenInstrInfo.inc.h
|
X86VZeroUpper.po: X86GenInstrInfo.inc.h
|
||||||
X86VZeroUpper.po: X86GenRegisterInfo.inc.h
|
X86VZeroUpper.po: X86GenRegisterInfo.inc.h
|
||||||
X86VZeroUpper.po: X86GenSubtargetInfo.inc.h
|
X86VZeroUpper.po: X86GenSubtargetInfo.inc.h
|
||||||
|
X86WinEHState.o: Intrinsics.inc.h
|
||||||
|
X86WinEHState.po: Intrinsics.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
@ -19,4 +19,6 @@ X86Disassembler.o: X86GenSubtargetInfo.inc.h
|
|||||||
X86Disassembler.po: X86GenInstrInfo.inc.h
|
X86Disassembler.po: X86GenInstrInfo.inc.h
|
||||||
X86Disassembler.po: X86GenRegisterInfo.inc.h
|
X86Disassembler.po: X86GenRegisterInfo.inc.h
|
||||||
X86Disassembler.po: X86GenSubtargetInfo.inc.h
|
X86Disassembler.po: X86GenSubtargetInfo.inc.h
|
||||||
|
X86DisassemblerDecoder.o: X86GenDisassemblerTables.inc.h
|
||||||
|
X86DisassemblerDecoder.po: X86GenDisassemblerTables.inc.h
|
||||||
.endif
|
.endif
|
||||||
|
19
lib/lib80211/Makefile.depend
Normal file
19
lib/lib80211/Makefile.depend
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
|
gnu/lib/libgcc \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/${CSU_DIR} \
|
||||||
|
lib/libc \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
lib/libexpat \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
18
lib/libbsdstat/Makefile.depend
Normal file
18
lib/libbsdstat/Makefile.depend
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
|
gnu/lib/libgcc \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/${CSU_DIR} \
|
||||||
|
lib/libc \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
21
lib/libcasper/Makefile.depend
Normal file
21
lib/libcasper/Makefile.depend
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
|
gnu/lib/libgcc \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/${CSU_DIR} \
|
||||||
|
lib/libc \
|
||||||
|
lib/libcapsicum \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
lib/libnv \
|
||||||
|
lib/libpjdlog \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
11
lib/libclang_rt/asan-preinit/Makefile.depend
Normal file
11
lib/libclang_rt/asan-preinit/Makefile.depend
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
16
lib/libclang_rt/asan/Makefile.depend
Normal file
16
lib/libclang_rt/asan/Makefile.depend
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
include \
|
||||||
|
include/arpa \
|
||||||
|
include/xlocale \
|
||||||
|
lib/libc++ \
|
||||||
|
lib/ncurses/ncursesw \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
12
lib/libclang_rt/asan_cxx/Makefile.depend
Normal file
12
lib/libclang_rt/asan_cxx/Makefile.depend
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
include \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
11
lib/libclang_rt/include/Makefile.depend
Normal file
11
lib/libclang_rt/include/Makefile.depend
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
13
lib/libclang_rt/profile/Makefile.depend
Normal file
13
lib/libclang_rt/profile/Makefile.depend
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
15
lib/libclang_rt/safestack/Makefile.depend
Normal file
15
lib/libclang_rt/safestack/Makefile.depend
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
include \
|
||||||
|
include/arpa \
|
||||||
|
include/xlocale \
|
||||||
|
lib/ncurses/ncursesw \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
16
lib/libclang_rt/ubsan_standalone/Makefile.depend
Normal file
16
lib/libclang_rt/ubsan_standalone/Makefile.depend
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
include \
|
||||||
|
include/arpa \
|
||||||
|
include/xlocale \
|
||||||
|
lib/libc++ \
|
||||||
|
lib/ncurses/ncursesw \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
11
lib/libclang_rt/ubsan_standalone_cxx/Makefile.depend
Normal file
11
lib/libclang_rt/ubsan_standalone_cxx/Makefile.depend
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
18
lib/libdevctl/Makefile.depend
Normal file
18
lib/libdevctl/Makefile.depend
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
|
gnu/lib/libgcc \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/${CSU_DIR} \
|
||||||
|
lib/libc \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
@ -2,8 +2,13 @@
|
|||||||
# Autogenerated - do NOT edit!
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
DIRDEPS = \
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
|
gnu/lib/libgcc \
|
||||||
include \
|
include \
|
||||||
include/xlocale \
|
include/xlocale \
|
||||||
|
lib/${CSU_DIR} \
|
||||||
|
lib/libc \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
|
||||||
|
|
||||||
.include <dirdeps.mk>
|
.include <dirdeps.mk>
|
||||||
|
20
lib/libpjdlog/Makefile.depend
Normal file
20
lib/libpjdlog/Makefile.depend
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
|
gnu/lib/libgcc \
|
||||||
|
include \
|
||||||
|
include/arpa \
|
||||||
|
include/xlocale \
|
||||||
|
lib/${CSU_DIR} \
|
||||||
|
lib/libc \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
lib/libutil \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
@ -13,6 +13,7 @@ DIRDEPS = \
|
|||||||
lib/libthr \
|
lib/libthr \
|
||||||
secure/lib/libcrypto \
|
secure/lib/libcrypto \
|
||||||
secure/lib/libssl \
|
secure/lib/libssl \
|
||||||
|
usr.bin/yacc.host \
|
||||||
|
|
||||||
|
|
||||||
.include <dirdeps.mk>
|
.include <dirdeps.mk>
|
||||||
|
@ -2,12 +2,14 @@
|
|||||||
# Autogenerated - do NOT edit!
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
DIRDEPS = \
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
gnu/lib/libgcc \
|
gnu/lib/libgcc \
|
||||||
include \
|
include \
|
||||||
include/arpa \
|
include/arpa \
|
||||||
include/xlocale \
|
include/xlocale \
|
||||||
lib/${CSU_DIR} \
|
lib/${CSU_DIR} \
|
||||||
lib/libc \
|
lib/libc \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
|
||||||
|
|
||||||
.include <dirdeps.mk>
|
.include <dirdeps.mk>
|
||||||
|
23
libexec/casper/dns/Makefile.depend
Normal file
23
libexec/casper/dns/Makefile.depend
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
|
gnu/lib/libgcc \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/${CSU_DIR} \
|
||||||
|
lib/libc \
|
||||||
|
lib/libcapsicum \
|
||||||
|
lib/libcasper \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
lib/libnv \
|
||||||
|
lib/libpjdlog \
|
||||||
|
lib/libutil \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
23
libexec/casper/grp/Makefile.depend
Normal file
23
libexec/casper/grp/Makefile.depend
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
|
gnu/lib/libgcc \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/${CSU_DIR} \
|
||||||
|
lib/libc \
|
||||||
|
lib/libcapsicum \
|
||||||
|
lib/libcasper \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
lib/libnv \
|
||||||
|
lib/libpjdlog \
|
||||||
|
lib/libutil \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
23
libexec/casper/pwd/Makefile.depend
Normal file
23
libexec/casper/pwd/Makefile.depend
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
|
gnu/lib/libgcc \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/${CSU_DIR} \
|
||||||
|
lib/libc \
|
||||||
|
lib/libcapsicum \
|
||||||
|
lib/libcasper \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
lib/libnv \
|
||||||
|
lib/libpjdlog \
|
||||||
|
lib/libutil \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
23
libexec/casper/random/Makefile.depend
Normal file
23
libexec/casper/random/Makefile.depend
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
|
gnu/lib/libgcc \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/${CSU_DIR} \
|
||||||
|
lib/libc \
|
||||||
|
lib/libcapsicum \
|
||||||
|
lib/libcasper \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
lib/libnv \
|
||||||
|
lib/libpjdlog \
|
||||||
|
lib/libutil \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
23
libexec/casper/sysctl/Makefile.depend
Normal file
23
libexec/casper/sysctl/Makefile.depend
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
|
gnu/lib/libgcc \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/${CSU_DIR} \
|
||||||
|
lib/libc \
|
||||||
|
lib/libcapsicum \
|
||||||
|
lib/libcasper \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
lib/libnv \
|
||||||
|
lib/libpjdlog \
|
||||||
|
lib/libutil \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
@ -12,6 +12,7 @@ DIRDEPS = \
|
|||||||
lib/libcompiler_rt \
|
lib/libcompiler_rt \
|
||||||
secure/lib/libcrypto \
|
secure/lib/libcrypto \
|
||||||
secure/lib/libssl \
|
secure/lib/libssl \
|
||||||
|
usr.bin/yacc.host \
|
||||||
|
|
||||||
|
|
||||||
.include <dirdeps.mk>
|
.include <dirdeps.mk>
|
||||||
|
11
libexec/hyperv/Makefile.depend
Normal file
11
libexec/hyperv/Makefile.depend
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
23
sbin/casperd/Makefile.depend
Normal file
23
sbin/casperd/Makefile.depend
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
# Autogenerated - do NOT edit!
|
||||||
|
|
||||||
|
DIRDEPS = \
|
||||||
|
gnu/lib/csu \
|
||||||
|
gnu/lib/libgcc \
|
||||||
|
include \
|
||||||
|
include/xlocale \
|
||||||
|
lib/${CSU_DIR} \
|
||||||
|
lib/libc \
|
||||||
|
lib/libcapsicum \
|
||||||
|
lib/libcasper \
|
||||||
|
lib/libcompiler_rt \
|
||||||
|
lib/libnv \
|
||||||
|
lib/libpjdlog \
|
||||||
|
lib/libutil \
|
||||||
|
|
||||||
|
|
||||||
|
.include <dirdeps.mk>
|
||||||
|
|
||||||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||||
|
# local dependencies - needed for -jN in clean tree
|
||||||
|
.endif
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user