Add "dependall" target for comfort.

This commit is contained in:
tron 2000-01-24 20:36:06 +00:00
parent 7b42e3b65c
commit 04eb110431
30 changed files with 98 additions and 30 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.alpha,v 1.54 2000/01/19 16:29:54 tsutsui Exp $
# $NetBSD: Makefile.alpha,v 1.55 2000/01/24 20:36:06 tron Exp $
# Makefile for NetBSD
#
@ -180,6 +180,8 @@ depend: .depend
${MKDEP} -a -x assembler-with-cpp ${AFLAGS} ${CPPFLAGS} ${SFILES}
${MKDEP} -a ${CFLAGS} ${CPPFLAGS} ${ALPHA}/alpha/genassym.c
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.amiga,v 1.85 2000/01/19 16:29:55 tsutsui Exp $
# $NetBSD: Makefile.amiga,v 1.86 2000/01/24 20:36:07 tron Exp $
# Makefile for NetBSD
#
@ -189,6 +189,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.arc,v 1.30 2000/01/23 21:01:52 soda Exp $
# $NetBSD: Makefile.arc,v 1.31 2000/01/24 20:36:10 tron Exp $
# $OpenBSD: Makefile.arc,v 1.8 1997/05/21 10:06:49 pefo Exp $
# Makefile for NetBSD
@ -201,6 +201,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.arm32,v 1.49 2000/01/19 16:29:55 tsutsui Exp $
# $NetBSD: Makefile.arm32,v 1.50 2000/01/24 20:36:11 tron Exp $
# Makefile for NetBSD
#
@ -189,6 +189,9 @@ depend: .depend
${MKDEP} -a ${CFLAGS} ${CPPFLAGS} modedefs.c
.endif
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.atari,v 1.56 2000/01/19 16:29:56 tsutsui Exp $
# $NetBSD: Makefile.atari,v 1.57 2000/01/24 20:36:11 tron Exp $
# Makefile for NetBSD
#
@ -189,6 +189,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.bebox,v 1.15 2000/01/19 16:29:56 tsutsui Exp $
# $NetBSD: Makefile.bebox,v 1.16 2000/01/24 20:36:11 tron Exp $
# Makefile for NetBSD
#
@ -176,6 +176,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.evbsh3,v 1.3 2000/01/19 16:30:03 tsutsui Exp $
# $NetBSD: Makefile.evbsh3,v 1.4 2000/01/24 20:36:12 tron Exp $
# Makefile for NetBSD
#
@ -184,6 +184,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.evbsh3.el,v 1.2 2000/01/19 16:30:04 tsutsui Exp $
# $NetBSD: Makefile.evbsh3.el,v 1.3 2000/01/24 20:36:12 tron Exp $
# Makefile for NetBSD
#
@ -183,6 +183,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.hp300,v 1.72 2000/01/19 16:29:56 tsutsui Exp $
# $NetBSD: Makefile.hp300,v 1.73 2000/01/24 20:36:12 tron Exp $
# Makefile for NetBSD
#
@ -183,6 +183,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.hpcmips,v 1.7 2000/01/19 16:30:03 tsutsui Exp $
# $NetBSD: Makefile.hpcmips,v 1.8 2000/01/24 20:36:12 tron Exp $
# Makefile for NetBSD
#
@ -188,6 +188,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.i386,v 1.101 2000/01/19 16:29:57 tsutsui Exp $
# $NetBSD: Makefile.i386,v 1.102 2000/01/24 20:36:13 tron Exp $
# Makefile for NetBSD
#
@ -181,6 +181,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.luna68k,v 1.3 2000/01/19 16:30:05 tsutsui Exp $
# $NetBSD: Makefile.luna68k,v 1.4 2000/01/24 20:36:13 tron Exp $
# Makefile for NetBSD
#
@ -181,6 +181,9 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.mac68k,v 1.72 2000/01/19 16:29:58 tsutsui Exp $
# $NetBSD: Makefile.mac68k,v 1.73 2000/01/24 20:36:13 tron Exp $
# Makefile for NetBSD
#
@ -176,6 +176,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.macppc,v 1.10 2000/01/19 16:29:58 tsutsui Exp $
# $NetBSD: Makefile.macppc,v 1.11 2000/01/24 20:36:14 tron Exp $
#
# Makefile for NetBSD
#
@ -183,6 +183,9 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.mmeye,v 1.4 2000/01/19 16:30:04 tsutsui Exp $
# $NetBSD: Makefile.mmeye,v 1.5 2000/01/24 20:36:14 tron Exp $
# Makefile for NetBSD
#
@ -181,6 +181,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.mvme68k,v 1.43 2000/01/19 16:29:58 tsutsui Exp $
# $NetBSD: Makefile.mvme68k,v 1.44 2000/01/24 20:36:14 tron Exp $
# Makefile for NetBSD
#
@ -184,6 +184,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.news68k,v 1.3 2000/01/19 16:30:04 tsutsui Exp $
# $NetBSD: Makefile.news68k,v 1.4 2000/01/24 20:36:15 tron Exp $
#
# Makefile for NetBSD
#
@ -182,6 +182,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.newsmips,v 1.21 2000/01/19 16:29:59 tsutsui Exp $
# $NetBSD: Makefile.newsmips,v 1.22 2000/01/24 20:36:15 tron Exp $
# Makefile for NetBSD
#
@ -186,6 +186,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.next68k,v 1.12 2000/01/19 16:29:59 tsutsui Exp $
# $NetBSD: Makefile.next68k,v 1.13 2000/01/24 20:36:15 tron Exp $
# Makefile for NetBSD
#
@ -181,6 +181,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.ofppc,v 1.21 2000/01/19 16:29:59 tsutsui Exp $
# $NetBSD: Makefile.ofppc,v 1.22 2000/01/24 20:36:15 tron Exp $
#
# Makefile for NetBSD
#
@ -183,6 +183,9 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.pc532,v 1.58 2000/01/19 16:30:00 tsutsui Exp $
# $NetBSD: Makefile.pc532,v 1.59 2000/01/24 20:36:16 tron Exp $
# Makefile for NetBSD
#
@ -181,6 +181,9 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.pmax,v 1.76 2000/01/19 16:30:00 tsutsui Exp $
# $NetBSD: Makefile.pmax,v 1.77 2000/01/24 20:36:16 tron Exp $
# Makefile for NetBSD
#
@ -191,6 +191,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.sh3,v 1.2 2000/01/19 16:30:03 tsutsui Exp $
# $NetBSD: Makefile.sh3,v 1.3 2000/01/24 20:36:16 tron Exp $
# Makefile for NetBSD
#
@ -176,6 +176,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.sh3.be,v 1.2 2000/01/19 16:30:03 tsutsui Exp $
# $NetBSD: Makefile.sh3.be,v 1.3 2000/01/24 20:36:16 tron Exp $
# Makefile for NetBSD
#
@ -168,6 +168,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.sh3.le,v 1.2 2000/01/19 16:30:03 tsutsui Exp $
# $NetBSD: Makefile.sh3.le,v 1.3 2000/01/24 20:36:17 tron Exp $
# Makefile for NetBSD
#
@ -168,6 +168,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.sparc,v 1.65 2000/01/19 16:30:01 tsutsui Exp $
# $NetBSD: Makefile.sparc,v 1.66 2000/01/24 20:36:17 tron Exp $
# Makefile for NetBSD
#
@ -182,6 +182,9 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.sparc64,v 1.16 2000/01/19 16:30:01 tsutsui Exp $
# $NetBSD: Makefile.sparc64,v 1.17 2000/01/24 20:36:17 tron Exp $
# Makefile for NetBSD
#
@ -197,6 +197,9 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.sun3,v 1.78 2000/01/19 16:30:01 tsutsui Exp $
# $NetBSD: Makefile.sun3,v 1.79 2000/01/24 20:36:17 tron Exp $
# Makefile for NetBSD
#
@ -206,6 +206,9 @@ depend: .depend
${MKDEP} ${CPPFLAGS} param.c ioconf.c ${CFILES}
${MKDEP} -a ${CPPFLAGS} ${SUN3}/${MACHTYPE}/genassym.c
dependall: depend all
# XXX - see below
# ${MKDEP} -a ${APPFLAGS} ${SUN3}/${MACHTYPE}/locore.s
# ${MKDEP} -a ${APPFLAGS} ${SFILES}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.vax,v 1.51 2000/01/19 16:30:01 tsutsui Exp $
# $NetBSD: Makefile.vax,v 1.52 2000/01/24 20:36:18 tron Exp $
# Makefile for NetBSD
#
@ -179,6 +179,8 @@ depend: .depend
${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES}
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.x68k,v 1.40 2000/01/19 16:30:02 tsutsui Exp $
# $NetBSD: Makefile.x68k,v 1.41 2000/01/24 20:36:18 tron Exp $
# Makefile for NetBSD
#
@ -193,6 +193,8 @@ depend: .depend
@sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend
@rm -f assym.dep
dependall: depend all
# depend on root or device configuration
autoconf.o conf.o: Makefile