mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
46 lines
1.3 KiB
Makefile
46 lines
1.3 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
|
|
BasicBlockUtils.o: Intrinsics.inc.h
|
|
BasicBlockUtils.po: Intrinsics.inc.h
|
|
BuildLibCalls.o: Intrinsics.inc.h
|
|
BuildLibCalls.po: Intrinsics.inc.h
|
|
CloneFunction.o: Intrinsics.inc.h
|
|
CloneFunction.po: Intrinsics.inc.h
|
|
CodeExtractor.o: Intrinsics.inc.h
|
|
CodeExtractor.po: Intrinsics.inc.h
|
|
GlobalStatus.o: Intrinsics.inc.h
|
|
GlobalStatus.po: Intrinsics.inc.h
|
|
InlineFunction.o: Intrinsics.inc.h
|
|
InlineFunction.po: Intrinsics.inc.h
|
|
IntegerDivision.o: Intrinsics.inc.h
|
|
IntegerDivision.po: Intrinsics.inc.h
|
|
Local.o: Intrinsics.inc.h
|
|
Local.po: Intrinsics.inc.h
|
|
LoopSimplify.o: Intrinsics.inc.h
|
|
LoopSimplify.po: Intrinsics.inc.h
|
|
LowerExpectIntrinsic.o: Intrinsics.inc.h
|
|
LowerExpectIntrinsic.po: Intrinsics.inc.h
|
|
PromoteMemoryToRegister.o: Intrinsics.inc.h
|
|
PromoteMemoryToRegister.po: Intrinsics.inc.h
|
|
SSAUpdater.o: Intrinsics.inc.h
|
|
SSAUpdater.po: Intrinsics.inc.h
|
|
SimplifyCFG.o: Intrinsics.inc.h
|
|
SimplifyCFG.po: Intrinsics.inc.h
|
|
SimplifyIndVar.o: Intrinsics.inc.h
|
|
SimplifyIndVar.po: Intrinsics.inc.h
|
|
SimplifyLibCalls.o: Intrinsics.inc.h
|
|
SimplifyLibCalls.po: Intrinsics.inc.h
|
|
.endif
|