summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-03-02 16:14:46 +0000
committergjb <gjb@FreeBSD.org>2016-03-02 16:14:46 +0000
commit955ce29ea33f5aa2d5477a1fe1a2735ac278cd0d (patch)
tree9c83d6fb30867514fbcff33f80605a1fb118d720 /gnu/lib
parent4719e40f5bedd0f88591120e071741635f07993b (diff)
parent774a6245596e60bf04f03e8cccab06a3194504f5 (diff)
downloadFreeBSD-src-955ce29ea33f5aa2d5477a1fe1a2735ac278cd0d.zip
FreeBSD-src-955ce29ea33f5aa2d5477a1fe1a2735ac278cd0d.tar.gz
MFH
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/csu/Makefile.depend30
-rw-r--r--gnu/lib/libgcc/Makefile14
-rw-r--r--gnu/lib/libgcc/Makefile.depend270
-rw-r--r--gnu/lib/libgcov/Makefile.depend112
-rw-r--r--gnu/lib/libgomp/Makefile.depend66
-rw-r--r--gnu/lib/libregex/Makefile.depend3
-rw-r--r--gnu/lib/libstdc++/Makefile.depend48
-rw-r--r--gnu/lib/libsupc++/Makefile.depend45
8 files changed, 6 insertions, 582 deletions
diff --git a/gnu/lib/csu/Makefile.depend b/gnu/lib/csu/Makefile.depend
index e5634d5..18be76b 100644
--- a/gnu/lib/csu/Makefile.depend
+++ b/gnu/lib/csu/Makefile.depend
@@ -10,34 +10,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-crtbegin.o: options.h
-crtbegin.o: tconfig.h
-crtbegin.o: tm.h
-crtbegin.po: options.h
-crtbegin.po: tconfig.h
-crtbegin.po: tm.h
-crtbeginS.o: options.h
-crtbeginS.o: tconfig.h
-crtbeginS.o: tm.h
-crtbeginS.po: options.h
-crtbeginS.po: tconfig.h
-crtbeginS.po: tm.h
-crtbeginT.o: options.h
-crtbeginT.o: tconfig.h
-crtbeginT.o: tm.h
-crtbeginT.po: options.h
-crtbeginT.po: tconfig.h
-crtbeginT.po: tm.h
-crtend.o: options.h
-crtend.o: tconfig.h
-crtend.o: tm.h
-crtend.po: options.h
-crtend.po: tconfig.h
-crtend.po: tm.h
-crtendS.o: options.h
-crtendS.o: tconfig.h
-crtendS.o: tm.h
-crtendS.po: options.h
-crtendS.po: tconfig.h
-crtendS.po: tm.h
.endif
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index c1b1e36..4944acf 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -34,7 +34,7 @@ CFLAGS+= -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \
LDFLAGS+= -nodefaultlibs
LIBADD+= c
-OBJS= # added to below in various ways depending on TARGET_CPUARCH
+SOBJS= # added to below in various ways depending on TARGET_CPUARCH
#---------------------------------------------------------------------------
#
@@ -253,7 +253,7 @@ OBJ_GRPS += FPBIT DPBIT
${T}_OBJS_T = ${${T}_FUNCS:S/$/.o/}
${T}_OBJS_P = ${${T}_FUNCS:S/$/.po/}
${T}_OBJS_S = ${${T}_FUNCS:S/$/.So/}
-OBJS += ${${T}_FUNCS:S/$/.o/}
+SOBJS += ${${T}_FUNCS:S/$/.So/}
${${T}_OBJS_T}: ${${T}_CFILE} ${COMMONHDRS}
${CC_T} ${${T}_CFLAGS} -DL${.PREFIX} -o ${.TARGET} ${.ALLSRC:M*.c}
@@ -268,9 +268,7 @@ ${${T}_OBJS_S}: ${${T}_CFILE} ${COMMONHDRS}
# Extra objects coming from separate files
#
.if !empty(LIB2ADD)
-OBJS += ${LIB2ADD:R:S/$/.o/}
SOBJS += ${LIB2ADD:R:S/$/.So/}
-POBJS += ${LIB2ADD:R:S/$/.po/}
.endif
#-----------------------------------------------------------------------
@@ -296,7 +294,7 @@ ASM_T = ${LIB1ASMFUNCS:S/$/.o/}
ASM_P = ${LIB1ASMFUNCS:S/$/.po/}
ASM_S = ${LIB1ASMFUNCS:S/$/.So/}
ASM_V = ${LIB1ASMFUNCS:S/$/.vis/}
-OBJS += ${LIB1ASMFUNCS:S/$/.o/}
+SOBJS += ${LIB1ASMFUNCS:S/$/.So/}
${ASM_T}: ${LIB1ASMSRC} ${.PREFIX}.vis
${CC} -x assembler-with-cpp -c ${CFLAGS} -DL${.PREFIX} \
@@ -364,7 +362,7 @@ SHLIB_MAPFILES += ${GCCDIR}/config/arm/libgcc-bpabi.ver
.endif
VERSION_MAP = libgcc.map
-libgcc.map: ${SHLIB_MKMAP} ${SHLIB_MAPFILES} ${SOBJS} ${OBJS:R:S/$/.So/}
+libgcc.map: ${SHLIB_MKMAP} ${SHLIB_MAPFILES} ${SOBJS}
( ${NM} -pg ${SOBJS};echo %% ; \
cat ${SHLIB_MAPFILES} \
| sed -e '/^[ ]*#/d' \
@@ -381,7 +379,7 @@ CLEANFILES += libgcc.map
libgcc_eh.a: ${EH_OBJS_T}
@${ECHO} building static gcc_eh library
@rm -f ${.TARGET}
- @${AR} ${ARFLAGS} ${.TARGET} `lorder ${EH_OBJS_T} | tsort -q`
+ ${AR} ${ARFLAGS} ${.TARGET} `lorder ${EH_OBJS_T} | tsort -q`
${RANLIB} ${RANLIBFLAGS} ${.TARGET}
_LIBS+= libgcc_eh.a
@@ -390,7 +388,7 @@ _LIBS+= libgcc_eh.a
libgcc_eh_p.a: ${EH_OBJS_P}
@${ECHO} building profiled gcc_eh library
@rm -f ${.TARGET}
- @${AR} ${ARFLAGS} ${.TARGET} `lorder ${EH_OBJS_P} | tsort -q`
+ ${AR} ${ARFLAGS} ${.TARGET} `lorder ${EH_OBJS_P} | tsort -q`
${RANLIB} ${RANLIBFLAGS} ${.TARGET}
_LIBS+= libgcc_eh_p.a
diff --git a/gnu/lib/libgcc/Makefile.depend b/gnu/lib/libgcc/Makefile.depend
index ce72494..2f6d8d1 100644
--- a/gnu/lib/libgcc/Makefile.depend
+++ b/gnu/lib/libgcc/Makefile.depend
@@ -13,274 +13,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-__main.So: options.h
-__main.So: tconfig.h
-__main.So: tm.h
-_absvdi2.So: options.h
-_absvdi2.So: tconfig.h
-_absvdi2.So: tm.h
-_absvsi2.So: options.h
-_absvsi2.So: tconfig.h
-_absvsi2.So: tm.h
-_addvdi3.So: options.h
-_addvdi3.So: tconfig.h
-_addvdi3.So: tm.h
-_addvsi3.So: options.h
-_addvsi3.So: tconfig.h
-_addvsi3.So: tm.h
-_ashldi3.So: options.h
-_ashldi3.So: tconfig.h
-_ashldi3.So: tm.h
-_ashrdi3.So: options.h
-_ashrdi3.So: tconfig.h
-_ashrdi3.So: tm.h
-_bswapdi2.So: options.h
-_bswapdi2.So: tconfig.h
-_bswapdi2.So: tm.h
-_bswapsi2.So: options.h
-_bswapsi2.So: tconfig.h
-_bswapsi2.So: tm.h
-_clear_cache.So: options.h
-_clear_cache.So: tconfig.h
-_clear_cache.So: tm.h
-_clz.So: options.h
-_clz.So: tconfig.h
-_clz.So: tm.h
-_clzdi2.So: options.h
-_clzdi2.So: tconfig.h
-_clzdi2.So: tm.h
-_clzsi2.So: options.h
-_clzsi2.So: tconfig.h
-_clzsi2.So: tm.h
-_cmpdi2.So: options.h
-_cmpdi2.So: tconfig.h
-_cmpdi2.So: tm.h
-_ctors.So: options.h
-_ctors.So: tconfig.h
-_ctors.So: tm.h
-_ctzdi2.So: options.h
-_ctzdi2.So: tconfig.h
-_ctzdi2.So: tm.h
-_ctzsi2.So: options.h
-_ctzsi2.So: tconfig.h
-_ctzsi2.So: tm.h
-_divdc3.So: options.h
-_divdc3.So: tconfig.h
-_divdc3.So: tm.h
-_divdi3.So: options.h
-_divdi3.So: tconfig.h
-_divdi3.So: tm.h
-_divsc3.So: options.h
-_divsc3.So: tconfig.h
-_divsc3.So: tm.h
-_divtc3.So: options.h
-_divtc3.So: tconfig.h
-_divtc3.So: tm.h
-_divxc3.So: options.h
-_divxc3.So: tconfig.h
-_divxc3.So: tm.h
-_enable_execute_stack.So: options.h
-_enable_execute_stack.So: tconfig.h
-_enable_execute_stack.So: tm.h
-_ffsdi2.So: options.h
-_ffsdi2.So: tconfig.h
-_ffsdi2.So: tm.h
-_ffssi2.So: options.h
-_ffssi2.So: tconfig.h
-_ffssi2.So: tm.h
-_fixdfdi.So: options.h
-_fixdfdi.So: tconfig.h
-_fixdfdi.So: tm.h
-_fixsfdi.So: options.h
-_fixsfdi.So: tconfig.h
-_fixsfdi.So: tm.h
-_fixtfdi.So: options.h
-_fixtfdi.So: tconfig.h
-_fixtfdi.So: tm.h
-_fixunsdfdi.So: options.h
-_fixunsdfdi.So: tconfig.h
-_fixunsdfdi.So: tm.h
-_fixunsdfsi.So: options.h
-_fixunsdfsi.So: tconfig.h
-_fixunsdfsi.So: tm.h
-_fixunssfdi.So: options.h
-_fixunssfdi.So: tconfig.h
-_fixunssfdi.So: tm.h
-_fixunssfsi.So: options.h
-_fixunssfsi.So: tconfig.h
-_fixunssfsi.So: tm.h
-_fixunstfdi.So: options.h
-_fixunstfdi.So: tconfig.h
-_fixunstfdi.So: tm.h
-_fixunsxfdi.So: options.h
-_fixunsxfdi.So: tconfig.h
-_fixunsxfdi.So: tm.h
-_fixunsxfsi.So: options.h
-_fixunsxfsi.So: tconfig.h
-_fixunsxfsi.So: tm.h
-_fixxfdi.So: options.h
-_fixxfdi.So: tconfig.h
-_fixxfdi.So: tm.h
-_floatdidf.So: options.h
-_floatdidf.So: tconfig.h
-_floatdidf.So: tm.h
-_floatdisf.So: options.h
-_floatdisf.So: tconfig.h
-_floatdisf.So: tm.h
-_floatditf.So: options.h
-_floatditf.So: tconfig.h
-_floatditf.So: tm.h
-_floatdixf.So: options.h
-_floatdixf.So: tconfig.h
-_floatdixf.So: tm.h
-_floatundidf.So: options.h
-_floatundidf.So: tconfig.h
-_floatundidf.So: tm.h
-_floatundisf.So: options.h
-_floatundisf.So: tconfig.h
-_floatundisf.So: tm.h
-_floatunditf.So: options.h
-_floatunditf.So: tconfig.h
-_floatunditf.So: tm.h
-_floatundixf.So: options.h
-_floatundixf.So: tconfig.h
-_floatundixf.So: tm.h
-_lshrdi3.So: options.h
-_lshrdi3.So: tconfig.h
-_lshrdi3.So: tm.h
-_moddi3.So: options.h
-_moddi3.So: tconfig.h
-_moddi3.So: tm.h
-_muldc3.So: options.h
-_muldc3.So: tconfig.h
-_muldc3.So: tm.h
-_muldi3.So: options.h
-_muldi3.So: tconfig.h
-_muldi3.So: tm.h
-_mulsc3.So: options.h
-_mulsc3.So: tconfig.h
-_mulsc3.So: tm.h
-_multc3.So: options.h
-_multc3.So: tconfig.h
-_multc3.So: tm.h
-_mulvdi3.So: options.h
-_mulvdi3.So: tconfig.h
-_mulvdi3.So: tm.h
-_mulvsi3.So: options.h
-_mulvsi3.So: tconfig.h
-_mulvsi3.So: tm.h
-_mulxc3.So: options.h
-_mulxc3.So: tconfig.h
-_mulxc3.So: tm.h
-_negdi2.So: options.h
-_negdi2.So: tconfig.h
-_negdi2.So: tm.h
-_negvdi2.So: options.h
-_negvdi2.So: tconfig.h
-_negvdi2.So: tm.h
-_negvsi2.So: options.h
-_negvsi2.So: tconfig.h
-_negvsi2.So: tm.h
-_paritydi2.So: options.h
-_paritydi2.So: tconfig.h
-_paritydi2.So: tm.h
-_paritysi2.So: options.h
-_paritysi2.So: tconfig.h
-_paritysi2.So: tm.h
-_popcount_tab.So: options.h
-_popcount_tab.So: tconfig.h
-_popcount_tab.So: tm.h
-_popcountdi2.So: options.h
-_popcountdi2.So: tconfig.h
-_popcountdi2.So: tm.h
-_popcountsi2.So: options.h
-_popcountsi2.So: tconfig.h
-_popcountsi2.So: tm.h
-_powidf2.So: options.h
-_powidf2.So: tconfig.h
-_powidf2.So: tm.h
-_powisf2.So: options.h
-_powisf2.So: tconfig.h
-_powisf2.So: tm.h
-_powitf2.So: options.h
-_powitf2.So: tconfig.h
-_powitf2.So: tm.h
-_powixf2.So: options.h
-_powixf2.So: tconfig.h
-_powixf2.So: tm.h
-_subvdi3.So: options.h
-_subvdi3.So: tconfig.h
-_subvdi3.So: tm.h
-_subvsi3.So: options.h
-_subvsi3.So: tconfig.h
-_subvsi3.So: tm.h
-_trampoline.So: options.h
-_trampoline.So: tconfig.h
-_trampoline.So: tm.h
-_ucmpdi2.So: options.h
-_ucmpdi2.So: tconfig.h
-_ucmpdi2.So: tm.h
-_udiv_w_sdiv.So: options.h
-_udiv_w_sdiv.So: tconfig.h
-_udiv_w_sdiv.So: tm.h
-_udivdi3.So: options.h
-_udivdi3.So: tconfig.h
-_udivdi3.So: tm.h
-_udivmoddi4.So: options.h
-_udivmoddi4.So: tconfig.h
-_udivmoddi4.So: tm.h
-_umoddi3.So: options.h
-_umoddi3.So: tconfig.h
-_umoddi3.So: tm.h
-unwind-c.So: tconfig.h
-unwind-c.So: unwind.h
-unwind-c.o: tconfig.h
-unwind-c.o: unwind.h
-unwind-c.po: tconfig.h
-unwind-c.po: unwind.h
-unwind-dw2-fde-glibc.So: gthr-default.h
-unwind-dw2-fde-glibc.So: options.h
-unwind-dw2-fde-glibc.So: tconfig.h
-unwind-dw2-fde-glibc.So: tm.h
-unwind-dw2-fde-glibc.So: unwind.h
-unwind-dw2-fde-glibc.o: gthr-default.h
-unwind-dw2-fde-glibc.o: options.h
-unwind-dw2-fde-glibc.o: tconfig.h
-unwind-dw2-fde-glibc.o: tm.h
-unwind-dw2-fde-glibc.o: unwind.h
-unwind-dw2-fde-glibc.po: gthr-default.h
-unwind-dw2-fde-glibc.po: options.h
-unwind-dw2-fde-glibc.po: tconfig.h
-unwind-dw2-fde-glibc.po: tm.h
-unwind-dw2-fde-glibc.po: unwind.h
-unwind-dw2.So: gthr-default.h
-unwind-dw2.So: options.h
-unwind-dw2.So: tconfig.h
-unwind-dw2.So: tm.h
-unwind-dw2.So: unwind.h
-unwind-dw2.o: gthr-default.h
-unwind-dw2.o: options.h
-unwind-dw2.o: tconfig.h
-unwind-dw2.o: tm.h
-unwind-dw2.o: unwind.h
-unwind-dw2.po: gthr-default.h
-unwind-dw2.po: options.h
-unwind-dw2.po: tconfig.h
-unwind-dw2.po: tm.h
-unwind-dw2.po: unwind.h
-unwind-sjlj.So: gthr-default.h
-unwind-sjlj.So: options.h
-unwind-sjlj.So: tconfig.h
-unwind-sjlj.So: tm.h
-unwind-sjlj.So: unwind.h
-unwind-sjlj.o: gthr-default.h
-unwind-sjlj.o: options.h
-unwind-sjlj.o: tconfig.h
-unwind-sjlj.o: tm.h
-unwind-sjlj.o: unwind.h
-unwind-sjlj.po: gthr-default.h
-unwind-sjlj.po: options.h
-unwind-sjlj.po: tconfig.h
-unwind-sjlj.po: tm.h
-unwind-sjlj.po: unwind.h
.endif
diff --git a/gnu/lib/libgcov/Makefile.depend b/gnu/lib/libgcov/Makefile.depend
index e6424fd..18be76b 100644
--- a/gnu/lib/libgcov/Makefile.depend
+++ b/gnu/lib/libgcov/Makefile.depend
@@ -10,116 +10,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-_gcov.o: gcov-iov.h
-_gcov.o: options.h
-_gcov.o: tconfig.h
-_gcov.o: tm.h
-_gcov.po: gcov-iov.h
-_gcov.po: options.h
-_gcov.po: tconfig.h
-_gcov.po: tm.h
-_gcov_execl.o: gcov-iov.h
-_gcov_execl.o: options.h
-_gcov_execl.o: tconfig.h
-_gcov_execl.o: tm.h
-_gcov_execl.po: gcov-iov.h
-_gcov_execl.po: options.h
-_gcov_execl.po: tconfig.h
-_gcov_execl.po: tm.h
-_gcov_execle.o: gcov-iov.h
-_gcov_execle.o: options.h
-_gcov_execle.o: tconfig.h
-_gcov_execle.o: tm.h
-_gcov_execle.po: gcov-iov.h
-_gcov_execle.po: options.h
-_gcov_execle.po: tconfig.h
-_gcov_execle.po: tm.h
-_gcov_execlp.o: gcov-iov.h
-_gcov_execlp.o: options.h
-_gcov_execlp.o: tconfig.h
-_gcov_execlp.o: tm.h
-_gcov_execlp.po: gcov-iov.h
-_gcov_execlp.po: options.h
-_gcov_execlp.po: tconfig.h
-_gcov_execlp.po: tm.h
-_gcov_execv.o: gcov-iov.h
-_gcov_execv.o: options.h
-_gcov_execv.o: tconfig.h
-_gcov_execv.o: tm.h
-_gcov_execv.po: gcov-iov.h
-_gcov_execv.po: options.h
-_gcov_execv.po: tconfig.h
-_gcov_execv.po: tm.h
-_gcov_execve.o: gcov-iov.h
-_gcov_execve.o: options.h
-_gcov_execve.o: tconfig.h
-_gcov_execve.o: tm.h
-_gcov_execve.po: gcov-iov.h
-_gcov_execve.po: options.h
-_gcov_execve.po: tconfig.h
-_gcov_execve.po: tm.h
-_gcov_execvp.o: gcov-iov.h
-_gcov_execvp.o: options.h
-_gcov_execvp.o: tconfig.h
-_gcov_execvp.o: tm.h
-_gcov_execvp.po: gcov-iov.h
-_gcov_execvp.po: options.h
-_gcov_execvp.po: tconfig.h
-_gcov_execvp.po: tm.h
-_gcov_fork.o: gcov-iov.h
-_gcov_fork.o: options.h
-_gcov_fork.o: tconfig.h
-_gcov_fork.o: tm.h
-_gcov_fork.po: gcov-iov.h
-_gcov_fork.po: options.h
-_gcov_fork.po: tconfig.h
-_gcov_fork.po: tm.h
-_gcov_interval_profiler.o: gcov-iov.h
-_gcov_interval_profiler.o: options.h
-_gcov_interval_profiler.o: tconfig.h
-_gcov_interval_profiler.o: tm.h
-_gcov_interval_profiler.po: gcov-iov.h
-_gcov_interval_profiler.po: options.h
-_gcov_interval_profiler.po: tconfig.h
-_gcov_interval_profiler.po: tm.h
-_gcov_merge_add.o: gcov-iov.h
-_gcov_merge_add.o: options.h
-_gcov_merge_add.o: tconfig.h
-_gcov_merge_add.o: tm.h
-_gcov_merge_add.po: gcov-iov.h
-_gcov_merge_add.po: options.h
-_gcov_merge_add.po: tconfig.h
-_gcov_merge_add.po: tm.h
-_gcov_merge_delta.o: gcov-iov.h
-_gcov_merge_delta.o: options.h
-_gcov_merge_delta.o: tconfig.h
-_gcov_merge_delta.o: tm.h
-_gcov_merge_delta.po: gcov-iov.h
-_gcov_merge_delta.po: options.h
-_gcov_merge_delta.po: tconfig.h
-_gcov_merge_delta.po: tm.h
-_gcov_merge_single.o: gcov-iov.h
-_gcov_merge_single.o: options.h
-_gcov_merge_single.o: tconfig.h
-_gcov_merge_single.o: tm.h
-_gcov_merge_single.po: gcov-iov.h
-_gcov_merge_single.po: options.h
-_gcov_merge_single.po: tconfig.h
-_gcov_merge_single.po: tm.h
-_gcov_one_value_profiler.o: gcov-iov.h
-_gcov_one_value_profiler.o: options.h
-_gcov_one_value_profiler.o: tconfig.h
-_gcov_one_value_profiler.o: tm.h
-_gcov_one_value_profiler.po: gcov-iov.h
-_gcov_one_value_profiler.po: options.h
-_gcov_one_value_profiler.po: tconfig.h
-_gcov_one_value_profiler.po: tm.h
-_gcov_pow2_profiler.o: gcov-iov.h
-_gcov_pow2_profiler.o: options.h
-_gcov_pow2_profiler.o: tconfig.h
-_gcov_pow2_profiler.o: tm.h
-_gcov_pow2_profiler.po: gcov-iov.h
-_gcov_pow2_profiler.po: options.h
-_gcov_pow2_profiler.po: tconfig.h
-_gcov_pow2_profiler.po: tm.h
.endif
diff --git a/gnu/lib/libgomp/Makefile.depend b/gnu/lib/libgomp/Makefile.depend
index fd53a3f..3646e2e 100644
--- a/gnu/lib/libgomp/Makefile.depend
+++ b/gnu/lib/libgomp/Makefile.depend
@@ -15,70 +15,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-affinity.So: gstdint.h
-affinity.o: gstdint.h
-affinity.po: gstdint.h
-alloc.So: gstdint.h
-alloc.o: gstdint.h
-alloc.po: gstdint.h
-bar.So: gstdint.h
-bar.o: gstdint.h
-bar.po: gstdint.h
-barrier.So: gstdint.h
-barrier.o: gstdint.h
-barrier.po: gstdint.h
-critical.So: gstdint.h
-critical.o: gstdint.h
-critical.po: gstdint.h
-env.So: gstdint.h
-env.So: libgomp_f.h
-env.o: gstdint.h
-env.o: libgomp_f.h
-env.po: gstdint.h
-env.po: libgomp_f.h
-error.So: gstdint.h
-error.o: gstdint.h
-error.po: gstdint.h
-fortran.So: gstdint.h
-fortran.So: libgomp_f.h
-fortran.o: gstdint.h
-fortran.o: libgomp_f.h
-fortran.po: gstdint.h
-fortran.po: libgomp_f.h
-iter.So: gstdint.h
-iter.o: gstdint.h
-iter.po: gstdint.h
-lock.So: gstdint.h
-lock.o: gstdint.h
-lock.po: gstdint.h
-loop.So: gstdint.h
-loop.o: gstdint.h
-loop.po: gstdint.h
-ordered.So: gstdint.h
-ordered.o: gstdint.h
-ordered.po: gstdint.h
-parallel.So: gstdint.h
-parallel.o: gstdint.h
-parallel.po: gstdint.h
-proc.So: gstdint.h
-proc.o: gstdint.h
-proc.po: gstdint.h
-sections.So: gstdint.h
-sections.o: gstdint.h
-sections.po: gstdint.h
-sem.So: gstdint.h
-sem.o: gstdint.h
-sem.po: gstdint.h
-single.So: gstdint.h
-single.o: gstdint.h
-single.po: gstdint.h
-team.So: gstdint.h
-team.o: gstdint.h
-team.po: gstdint.h
-time.So: gstdint.h
-time.o: gstdint.h
-time.po: gstdint.h
-work.So: gstdint.h
-work.o: gstdint.h
-work.po: gstdint.h
.endif
diff --git a/gnu/lib/libregex/Makefile.depend b/gnu/lib/libregex/Makefile.depend
index 2defba8..3646e2e 100644
--- a/gnu/lib/libregex/Makefile.depend
+++ b/gnu/lib/libregex/Makefile.depend
@@ -15,7 +15,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-gnuregex.So: gnuregex.c
-gnuregex.o: gnuregex.c
-gnuregex.po: gnuregex.c
.endif
diff --git a/gnu/lib/libstdc++/Makefile.depend b/gnu/lib/libstdc++/Makefile.depend
index 0e1a73c..c9f9d52 100644
--- a/gnu/lib/libstdc++/Makefile.depend
+++ b/gnu/lib/libstdc++/Makefile.depend
@@ -16,52 +16,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-atomicity.So: atomicity.cc
-atomicity.o: atomicity.cc
-atomicity.po: atomicity.cc
-eh_alloc.So: unwind.h
-eh_alloc.o: unwind.h
-eh_alloc.po: unwind.h
-eh_arm.So: unwind.h
-eh_arm.o: unwind.h
-eh_arm.po: unwind.h
-eh_aux_runtime.So: unwind.h
-eh_aux_runtime.o: unwind.h
-eh_aux_runtime.po: unwind.h
-eh_call.So: unwind.h
-eh_call.o: unwind.h
-eh_call.po: unwind.h
-eh_catch.So: unwind.h
-eh_catch.o: unwind.h
-eh_catch.po: unwind.h
-eh_exception.So: unwind.h
-eh_exception.o: unwind.h
-eh_exception.po: unwind.h
-eh_globals.So: unwind.h
-eh_globals.o: unwind.h
-eh_globals.po: unwind.h
-eh_personality.So: unwind.h
-eh_personality.o: unwind.h
-eh_personality.po: unwind.h
-eh_term_handler.So: unwind.h
-eh_term_handler.o: unwind.h
-eh_term_handler.po: unwind.h
-eh_terminate.So: unwind.h
-eh_terminate.o: unwind.h
-eh_terminate.po: unwind.h
-eh_throw.So: unwind.h
-eh_throw.o: unwind.h
-eh_throw.po: unwind.h
-eh_type.So: unwind.h
-eh_type.o: unwind.h
-eh_type.po: unwind.h
-eh_unex_handler.So: unwind.h
-eh_unex_handler.o: unwind.h
-eh_unex_handler.po: unwind.h
-pure.So: unwind.h
-pure.o: unwind.h
-pure.po: unwind.h
-vec.So: unwind.h
-vec.o: unwind.h
-vec.po: unwind.h
.endif
diff --git a/gnu/lib/libsupc++/Makefile.depend b/gnu/lib/libsupc++/Makefile.depend
index 5584517..7ad7a32 100644
--- a/gnu/lib/libsupc++/Makefile.depend
+++ b/gnu/lib/libsupc++/Makefile.depend
@@ -16,49 +16,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-eh_alloc.So: unwind.h
-eh_alloc.o: unwind.h
-eh_alloc.po: unwind.h
-eh_arm.So: unwind.h
-eh_arm.o: unwind.h
-eh_arm.po: unwind.h
-eh_aux_runtime.So: unwind.h
-eh_aux_runtime.o: unwind.h
-eh_aux_runtime.po: unwind.h
-eh_call.So: unwind.h
-eh_call.o: unwind.h
-eh_call.po: unwind.h
-eh_catch.So: unwind.h
-eh_catch.o: unwind.h
-eh_catch.po: unwind.h
-eh_exception.So: unwind.h
-eh_exception.o: unwind.h
-eh_exception.po: unwind.h
-eh_globals.So: unwind.h
-eh_globals.o: unwind.h
-eh_globals.po: unwind.h
-eh_personality.So: unwind.h
-eh_personality.o: unwind.h
-eh_personality.po: unwind.h
-eh_term_handler.So: unwind.h
-eh_term_handler.o: unwind.h
-eh_term_handler.po: unwind.h
-eh_terminate.So: unwind.h
-eh_terminate.o: unwind.h
-eh_terminate.po: unwind.h
-eh_throw.So: unwind.h
-eh_throw.o: unwind.h
-eh_throw.po: unwind.h
-eh_type.So: unwind.h
-eh_type.o: unwind.h
-eh_type.po: unwind.h
-eh_unex_handler.So: unwind.h
-eh_unex_handler.o: unwind.h
-eh_unex_handler.po: unwind.h
-pure.So: unwind.h
-pure.o: unwind.h
-pure.po: unwind.h
-vec.So: unwind.h
-vec.o: unwind.h
-vec.po: unwind.h
.endif
OpenPOWER on IntegriCloud