19 lines
322 B
Makefile
19 lines
322 B
Makefile
|
# $FreeBSD$
|
||
|
# Autogenerated - do NOT edit!
|
||
|
|
||
|
DIRDEPS = \
|
||
|
include \
|
||
|
include/xlocale \
|
||
|
lib/clang/libllvm \
|
||
|
lib/libc++ \
|
||
|
lib/msun \
|
||
|
usr.bin/clang/clang-tblgen.host \
|
||
|
usr.bin/clang/llvm-tblgen.host \
|
||
|
|
||
|
|
||
|
.include <dirdeps.mk>
|
||
|
|
||
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||
|
# local dependencies - needed for -jN in clean tree
|
||
|
.endif
|