mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
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
42 lines
1.4 KiB
Makefile
42 lines
1.4 KiB
Makefile
# $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
|
|
Breakpoint.o: DiagnosticCommonKinds.inc.h
|
|
Breakpoint.po: DiagnosticCommonKinds.inc.h
|
|
BreakpointLocation.o: DiagnosticCommonKinds.inc.h
|
|
BreakpointLocation.po: DiagnosticCommonKinds.inc.h
|
|
BreakpointOptions.o: DiagnosticCommonKinds.inc.h
|
|
BreakpointOptions.po: DiagnosticCommonKinds.inc.h
|
|
BreakpointResolver.o: DiagnosticCommonKinds.inc.h
|
|
BreakpointResolver.po: DiagnosticCommonKinds.inc.h
|
|
BreakpointResolverFileLine.o: DiagnosticCommonKinds.inc.h
|
|
BreakpointResolverFileLine.po: DiagnosticCommonKinds.inc.h
|
|
BreakpointResolverFileRegex.o: DiagnosticCommonKinds.inc.h
|
|
BreakpointResolverFileRegex.po: DiagnosticCommonKinds.inc.h
|
|
BreakpointResolverName.o: DiagnosticCommonKinds.inc.h
|
|
BreakpointResolverName.po: DiagnosticCommonKinds.inc.h
|
|
Watchpoint.o: CommentCommandList.inc.h
|
|
Watchpoint.o: DeclNodes.inc.h
|
|
Watchpoint.o: DiagnosticCommonKinds.inc.h
|
|
Watchpoint.o: StmtNodes.inc.h
|
|
Watchpoint.po: CommentCommandList.inc.h
|
|
Watchpoint.po: DeclNodes.inc.h
|
|
Watchpoint.po: DiagnosticCommonKinds.inc.h
|
|
Watchpoint.po: StmtNodes.inc.h
|
|
WatchpointList.o: DiagnosticCommonKinds.inc.h
|
|
WatchpointList.po: DiagnosticCommonKinds.inc.h
|
|
WatchpointOptions.o: DiagnosticCommonKinds.inc.h
|
|
WatchpointOptions.po: DiagnosticCommonKinds.inc.h
|
|
.endif
|