mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04: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
30 lines
884 B
Makefile
30 lines
884 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
|
|
X86AsmInstrumentation.o: X86GenInstrInfo.inc.h
|
|
X86AsmInstrumentation.o: X86GenRegisterInfo.inc.h
|
|
X86AsmInstrumentation.o: X86GenSubtargetInfo.inc.h
|
|
X86AsmInstrumentation.po: X86GenInstrInfo.inc.h
|
|
X86AsmInstrumentation.po: X86GenRegisterInfo.inc.h
|
|
X86AsmInstrumentation.po: X86GenSubtargetInfo.inc.h
|
|
X86AsmParser.o: X86GenAsmMatcher.inc.h
|
|
X86AsmParser.o: X86GenInstrInfo.inc.h
|
|
X86AsmParser.o: X86GenRegisterInfo.inc.h
|
|
X86AsmParser.o: X86GenSubtargetInfo.inc.h
|
|
X86AsmParser.po: X86GenAsmMatcher.inc.h
|
|
X86AsmParser.po: X86GenInstrInfo.inc.h
|
|
X86AsmParser.po: X86GenRegisterInfo.inc.h
|
|
X86AsmParser.po: X86GenSubtargetInfo.inc.h
|
|
.endif
|