mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
29 lines
614 B
Makefile
29 lines
614 B
Makefile
# Autogenerated - do NOT edit!
|
|
|
|
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
|
|
|
|
DEP_MACHINE := ${.PARSEFILE:E}
|
|
|
|
DIRDEPS = \
|
|
gnu/lib/libgcc \
|
|
include \
|
|
include/xlocale \
|
|
lib/${CSU_DIR} \
|
|
lib/libc \
|
|
|
|
|
|
.include <dirdeps.mk>
|
|
|
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
|
# local dependencies - needed for -jN in clean tree
|
|
libelf_convert.So: libelf_convert.c
|
|
libelf_convert.o: libelf_convert.c
|
|
libelf_convert.po: libelf_convert.c
|
|
libelf_fsize.So: libelf_fsize.c
|
|
libelf_fsize.o: libelf_fsize.c
|
|
libelf_fsize.po: libelf_fsize.c
|
|
libelf_msize.So: libelf_msize.c
|
|
libelf_msize.o: libelf_msize.c
|
|
libelf_msize.po: libelf_msize.c
|
|
.endif
|