fe1ef27d4a
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
37 lines
937 B
Makefile
37 lines
937 B
Makefile
# $FreeBSD$
|
|
# Autogenerated - do NOT edit!
|
|
|
|
DIRDEPS = \
|
|
include \
|
|
include/xlocale \
|
|
lib/libc++ \
|
|
lib/msun \
|
|
usr.bin/clang/tblgen.host \
|
|
|
|
|
|
.include <dirdeps.mk>
|
|
|
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
|
# local dependencies - needed for -jN in clean tree
|
|
ArgumentPromotion.o: Intrinsics.inc.h
|
|
ArgumentPromotion.po: Intrinsics.inc.h
|
|
DeadArgumentElimination.o: Intrinsics.inc.h
|
|
DeadArgumentElimination.po: Intrinsics.inc.h
|
|
FunctionAttrs.o: Intrinsics.inc.h
|
|
FunctionAttrs.po: Intrinsics.inc.h
|
|
GlobalOpt.o: Intrinsics.inc.h
|
|
GlobalOpt.po: Intrinsics.inc.h
|
|
InlineAlways.o: Intrinsics.inc.h
|
|
InlineAlways.po: Intrinsics.inc.h
|
|
InlineSimple.o: Intrinsics.inc.h
|
|
InlineSimple.po: Intrinsics.inc.h
|
|
Inliner.o: 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.po: Intrinsics.inc.h
|
|
.endif
|