b1f92fa229
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
43 lines
1.0 KiB
Makefile
43 lines
1.0 KiB
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
|
|
AsmWriter.o: Intrinsics.inc.h
|
|
AsmWriter.po: Intrinsics.inc.h
|
|
AutoUpgrade.o: Intrinsics.inc.h
|
|
AutoUpgrade.po: Intrinsics.inc.h
|
|
BasicBlock.o: Intrinsics.inc.h
|
|
BasicBlock.po: Intrinsics.inc.h
|
|
ConstantFold.o: Intrinsics.inc.h
|
|
ConstantFold.po: Intrinsics.inc.h
|
|
Core.o: Intrinsics.inc.h
|
|
Core.po: Intrinsics.inc.h
|
|
DIBuilder.o: Intrinsics.inc.h
|
|
DIBuilder.po: Intrinsics.inc.h
|
|
DebugInfo.o: Intrinsics.inc.h
|
|
DebugInfo.po: Intrinsics.inc.h
|
|
Function.o: Intrinsics.inc.h
|
|
Function.po: Intrinsics.inc.h
|
|
IRBuilder.o: Intrinsics.inc.h
|
|
IRBuilder.po: Intrinsics.inc.h
|
|
IntrinsicInst.o: Intrinsics.inc.h
|
|
IntrinsicInst.po: Intrinsics.inc.h
|
|
Statepoint.o: Intrinsics.inc.h
|
|
Statepoint.po: Intrinsics.inc.h
|
|
Value.o: Intrinsics.inc.h
|
|
Value.po: Intrinsics.inc.h
|
|
Verifier.o: Intrinsics.inc.h
|
|
Verifier.po: Intrinsics.inc.h
|
|
.endif
|