Make `make depend' work for libraries.
This commit is contained in:
parent
cc08bc1c86
commit
540f9550c0
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.alpha,v 1.14 1996/02/29 20:54:58 cgd Exp $
|
||||
# $NetBSD: Makefile.alpha,v 1.15 1996/05/11 16:11:30 mycroft Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -146,7 +146,7 @@ links:
|
|||
|
||||
SRCS= ${ALPHA}/alpha/locore.s \
|
||||
param.c ioconf.c ${CFILES} ${SFILES}
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
.depend: ${SRCS} assym.h param.c
|
||||
mkdep ${AFLAGS} ${CPPFLAGS} ${ALPHA}/alpha/locore.s
|
||||
mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.amiga,v 1.41 1996/05/09 20:30:59 is Exp $
|
||||
# $NetBSD: Makefile.amiga,v 1.42 1996/05/11 16:11:41 mycroft Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -163,7 +163,7 @@ links:
|
|||
|
||||
SRCS= ${AMIGA}/amiga/locore.s \
|
||||
param.c ioconf.c ${CFILES} ${SFILES}
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
.depend: ${SRCS} assym.h param.c
|
||||
mkdep ${AFLAGS} ${CPPFLAGS} ${AMIGA}/amiga/locore.s
|
||||
mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.arm32,v 1.10 1996/02/29 20:55:24 cgd Exp $
|
||||
# $NetBSD: Makefile.arm32,v 1.11 1996/05/11 16:11:50 mycroft Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -146,7 +146,7 @@ links:
|
|||
|
||||
SRCS= ${ARM32}/arm32/locore.S modedefs.c \
|
||||
param.c ioconf.c ${CFILES} ${SFILES}
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
.depend: ${SRCS} assym.h param.c
|
||||
mkdep ${AFLAGS} ${CPPFLAGS} ${ARM32}/arm32/locore.S
|
||||
mkdep -a ${CFLAGS} ${CPPFLAGS} modedefs.c
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.atari,v 1.16 1996/02/29 20:55:35 cgd Exp $
|
||||
# $NetBSD: Makefile.atari,v 1.17 1996/05/11 16:11:55 mycroft Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -149,7 +149,7 @@ links:
|
|||
|
||||
SRCS= ${ATARI}/atari/locore.s \
|
||||
param.c ioconf.c ${CFILES} ${SFILES}
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
.depend: ${SRCS} assym.h param.c
|
||||
mkdep ${AFLAGS} ${CPPFLAGS} ${ATARI}/atari/locore.s
|
||||
mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.hp300,v 1.38 1996/03/01 17:03:17 scottr Exp $
|
||||
# $NetBSD: Makefile.hp300,v 1.39 1996/05/11 16:12:02 mycroft Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -149,7 +149,7 @@ links:
|
|||
|
||||
SRCS= ${HP300}/hp300/locore.s \
|
||||
param.c ioconf.c ${CFILES} ${SFILES}
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
.depend: ${SRCS} assym.h param.c
|
||||
mkdep ${AFLAGS} ${CPPFLAGS} ${HP300}/hp300/locore.s
|
||||
mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.i386,v 1.66 1996/02/29 20:56:16 cgd Exp $
|
||||
# $NetBSD: Makefile.i386,v 1.67 1996/05/11 16:12:11 mycroft Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -146,7 +146,7 @@ links:
|
|||
|
||||
SRCS= ${I386}/i386/locore.s \
|
||||
param.c ioconf.c ${CFILES} ${SFILES}
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
.depend: ${SRCS} assym.h param.c
|
||||
mkdep ${AFLAGS} ${CPPFLAGS} ${I386}/i386/locore.s
|
||||
mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.mac68k,v 1.37 1996/05/05 06:16:00 briggs Exp $
|
||||
# $NetBSD: Makefile.mac68k,v 1.38 1996/05/11 16:12:20 mycroft Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -150,7 +150,7 @@ links:
|
|||
|
||||
SRCS= ${MAC68K}/mac68k/locore.s \
|
||||
param.c ioconf.c ${CFILES} ${SFILES}
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
.depend: ${SRCS} assym.h param.c
|
||||
mkdep ${AFLAGS} ${CPPFLAGS} ${MAC68K}/mac68k/locore.s
|
||||
mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.mvme68k,v 1.10 1996/02/29 20:56:51 cgd Exp $
|
||||
# $NetBSD: Makefile.mvme68k,v 1.11 1996/05/11 16:12:27 mycroft Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -149,7 +149,7 @@ links:
|
|||
|
||||
SRCS= ${MVME68K}/mvme68k/locore.s \
|
||||
param.c ioconf.c ${CFILES} ${SFILES}
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
.depend: ${SRCS} assym.h param.c
|
||||
mkdep ${AFLAGS} ${CPPFLAGS} ${MVME68K}/mvme68k/locore.s
|
||||
mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.pc532,v 1.25 1996/02/29 20:57:05 cgd Exp $
|
||||
# $NetBSD: Makefile.pc532,v 1.26 1996/05/11 16:12:34 mycroft Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -148,7 +148,7 @@ links:
|
|||
|
||||
SRCS= ${PC532}/pc532/locore.s \
|
||||
param.c ioconf.c ${CFILES} ${SFILES}
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
.depend: ${SRCS} assym.h param.c
|
||||
mkdep ${AFLAGS} ${CPPFLAGS} ${PC532}/pc532/locore.s
|
||||
mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.pica,v 1.3 1996/03/31 04:34:20 jonathan Exp $
|
||||
# $NetBSD: Makefile.pica,v 1.4 1996/05/11 16:12:42 mycroft Exp $
|
||||
|
||||
# @(#)Makefile.pica 8.2 (Berkeley) 2/16/94
|
||||
#
|
||||
|
@ -154,7 +154,7 @@ clock.o machdep.o autoconf.o conf.o: Makefile
|
|||
# depend on network configuration
|
||||
uipc_proto.o vfs_conf.o: Makefile
|
||||
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
.depend: ${SRCS} assym.h param.c
|
||||
mkdep ${AFLAGS} ${CPPFLAGS} ${PMAX}/pmax/locore.S ${PMAX}/pica/fp.S
|
||||
mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.pmax,v 1.26 1996/02/29 20:57:22 cgd Exp $
|
||||
# $NetBSD: Makefile.pmax,v 1.27 1996/05/11 16:12:51 mycroft Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -151,7 +151,7 @@ links:
|
|||
|
||||
SRCS= ${PMAX}/pmax/locore.S ${PMAX}/pmax/fp.S \
|
||||
param.c ioconf.c ${CFILES} ${SFILES}
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
.depend: ${SRCS} assym.h param.c
|
||||
mkdep ${AFLAGS} ${CPPFLAGS} ${PMAX}/pmax/locore.S ${PMAX}/pmax/fp.S
|
||||
mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.sparc,v 1.30 1996/03/15 00:02:28 christos Exp $
|
||||
# $NetBSD: Makefile.sparc,v 1.31 1996/05/11 16:12:58 mycroft Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -147,7 +147,7 @@ links:
|
|||
|
||||
SRCS= ${SPARC}/sparc/locore.s \
|
||||
param.c ioconf.c ${CFILES} ${SFILES}
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
.depend: ${SRCS} assym.h param.c
|
||||
mkdep ${AFLAGS} ${CPPFLAGS} ${SPARC}/sparc/locore.s
|
||||
mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.sun3,v 1.43 1996/02/29 20:57:38 cgd Exp $
|
||||
# $NetBSD: Makefile.sun3,v 1.44 1996/05/11 16:13:07 mycroft Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -146,7 +146,7 @@ links:
|
|||
|
||||
SRCS= ${SUN3}/sun3/locore.s \
|
||||
param.c ioconf.c ${CFILES} ${SFILES}
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
.depend: ${SRCS} assym.h param.c
|
||||
mkdep ${AFLAGS} ${CPPFLAGS} ${SUN3}/sun3/locore.s
|
||||
mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.vax,v 1.20 1996/02/29 20:57:46 cgd Exp $
|
||||
# $NetBSD: Makefile.vax,v 1.21 1996/05/11 16:13:17 mycroft Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -138,7 +138,7 @@ links:
|
|||
|
||||
SRCS= ${VAX}/vax/intvec.s ${VAX}/vax/subr.s lim.c \
|
||||
param.c ioconf.c ${CFILES} ${SFILES}
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
.depend: ${SRCS} param.c
|
||||
mkdep ${AFLAGS} ${CPPFLAGS} ${VAX}/vax/intvec.s ${VAX}/vax/subr.s
|
||||
mkdep -a ${CFLAGS} ${CPPFLAGS} lim.c
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.x68k,v 1.1.1.1 1996/05/05 12:17:03 oki Exp $
|
||||
# $NetBSD: Makefile.x68k,v 1.2 1996/05/11 16:13:24 mycroft Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -149,7 +149,7 @@ links:
|
|||
|
||||
SRCS= ${X68K}/x68k/locore.s \
|
||||
param.c ioconf.c ${CFILES} ${SFILES}
|
||||
depend: .depend
|
||||
depend:: .depend
|
||||
.depend: ${SRCS} assym.h param.c
|
||||
mkdep ${AFLAGS} ${CPPFLAGS} ${X68K}/x68k/locore.s
|
||||
mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.3 1996/02/02 20:34:44 mycroft Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.4 1996/05/11 16:13:31 mycroft Exp $
|
||||
#
|
||||
# NOTE: $S must correspond to the top of the 'sys' tree
|
||||
|
||||
|
@ -29,5 +29,9 @@ clean:: .NOTMAIN __always_make_compatlib
|
|||
@echo cleaning the compat library objects
|
||||
@${COMPATMAKE} clean
|
||||
|
||||
depend:: .NOTMAIN __always_make_compatlib
|
||||
@echo depending the compat library objects
|
||||
@${COMPATMAKE} depend
|
||||
|
||||
__always_make_compatlib: .NOTMAIN
|
||||
@mkdir -p ${COMPATDST}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.13 1996/02/02 20:34:41 mycroft Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.14 1996/05/11 16:13:39 mycroft Exp $
|
||||
#
|
||||
# NOTE: $S must correspond to the top of the 'sys' tree
|
||||
|
||||
|
@ -31,5 +31,9 @@ clean:: .NOTMAIN __always_make_kernlib
|
|||
@echo cleaning the kern library objects
|
||||
@${KERNMAKE} clean
|
||||
|
||||
depend:: .NOTMAIN __always_make_kernlib
|
||||
@echo depending the kern library objects
|
||||
@${KERNMAKE} depend
|
||||
|
||||
__always_make_kernlib: .NOTMAIN
|
||||
@mkdir -p ${KERNDST}
|
||||
|
|
Loading…
Reference in New Issue