diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-03-09 22:46:01 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-03-09 22:46:01 +0000 |
commit | aab40fdc3dd7956f91ad07b7f4503747162b3587 (patch) | |
tree | a0b3fca30ae20b9963692729d14ee21c875ea7f7 /lib/libthr | |
parent | 48a437b4b018af24e49bba13131f02506a5db680 (diff) | |
download | FreeBSD-src-aab40fdc3dd7956f91ad07b7f4503747162b3587.zip FreeBSD-src-aab40fdc3dd7956f91ad07b7f4503747162b3587.tar.gz |
DIRDEPS_BUILD: Connect MK_TESTS.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libthr')
-rw-r--r-- | lib/libthr/tests/Makefile.depend | 23 | ||||
-rw-r--r-- | lib/libthr/tests/dlopen/Makefile.depend | 21 | ||||
-rw-r--r-- | lib/libthr/tests/dlopen/dso/Makefile.depend | 19 |
3 files changed, 63 insertions, 0 deletions
diff --git a/lib/libthr/tests/Makefile.depend b/lib/libthr/tests/Makefile.depend new file mode 100644 index 0000000..a3fc968 --- /dev/null +++ b/lib/libthr/tests/Makefile.depend @@ -0,0 +1,23 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/atf/libatf-c \ + lib/libc \ + lib/libcompiler_rt \ + lib/libnetbsd \ + lib/librt \ + lib/libthr \ + lib/msun \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/libthr/tests/dlopen/Makefile.depend b/lib/libthr/tests/dlopen/Makefile.depend new file mode 100644 index 0000000..949a9f6 --- /dev/null +++ b/lib/libthr/tests/dlopen/Makefile.depend @@ -0,0 +1,21 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/atf/libatf-c \ + lib/libc \ + lib/libcompiler_rt \ + lib/libnetbsd \ + lib/libthr \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/libthr/tests/dlopen/dso/Makefile.depend b/lib/libthr/tests/dlopen/dso/Makefile.depend new file mode 100644 index 0000000..7b92dbd --- /dev/null +++ b/lib/libthr/tests/dlopen/dso/Makefile.depend @@ -0,0 +1,19 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libthr \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |