1998-10-31 15:10:41 +03:00
|
|
|
# $NetBSD: bsd.own.mk,v 1.95 1998/10/31 12:10:41 jonathan Exp $
|
1998-04-13 16:03:07 +04:00
|
|
|
|
|
|
|
.if !defined(_BSD_OWN_MK_)
|
|
|
|
_BSD_OWN_MK_=1
|
1996-04-13 06:08:08 +04:00
|
|
|
|
|
|
|
.if defined(MAKECONF) && exists(${MAKECONF})
|
|
|
|
.include "${MAKECONF}"
|
|
|
|
.elif exists(/etc/mk.conf)
|
|
|
|
.include "/etc/mk.conf"
|
|
|
|
.endif
|
1994-09-28 18:59:28 +03:00
|
|
|
|
|
|
|
# Defining `SKEY' causes support for S/key authentication to be compiled in.
|
|
|
|
SKEY= yes
|
|
|
|
# Defining `KERBEROS' causes support for Kerberos authentication to be
|
|
|
|
# compiled in.
|
|
|
|
#KERBEROS= yes
|
1995-06-02 06:52:04 +04:00
|
|
|
# Defining 'KERBEROS5' causes support for Kerberos5 authentication to be
|
|
|
|
# compiled in.
|
|
|
|
#KERBEROS5= yes
|
1993-11-07 12:45:04 +03:00
|
|
|
|
|
|
|
# where the system object and source trees are kept; can be configurable
|
|
|
|
# by the user in case they want them in ~/foosrc and ~/fooobj, for example
|
|
|
|
BSDSRCDIR?= /usr/src
|
|
|
|
BSDOBJDIR?= /usr/obj
|
1993-04-10 00:05:56 +04:00
|
|
|
|
1998-02-26 11:46:09 +03:00
|
|
|
BINGRP?= wheel
|
|
|
|
BINOWN?= root
|
1993-04-10 00:05:56 +04:00
|
|
|
BINMODE?= 555
|
1993-08-16 00:42:39 +04:00
|
|
|
NONBINMODE?= 444
|
1993-04-10 00:05:56 +04:00
|
|
|
|
1995-06-02 06:52:04 +04:00
|
|
|
# Define MANZ to have the man pages compressed (gzip)
|
|
|
|
#MANZ= 1
|
|
|
|
|
1997-03-25 00:54:12 +03:00
|
|
|
MANDIR?= /usr/share/man
|
1998-02-26 11:46:09 +03:00
|
|
|
MANGRP?= wheel
|
|
|
|
MANOWN?= root
|
1993-08-16 00:42:39 +04:00
|
|
|
MANMODE?= ${NONBINMODE}
|
1997-10-03 23:20:56 +04:00
|
|
|
MANINSTALL?= maninstall catinstall
|
1993-04-10 00:05:56 +04:00
|
|
|
|
1993-08-16 00:42:39 +04:00
|
|
|
LIBDIR?= /usr/lib
|
|
|
|
LINTLIBDIR?= /usr/libdata/lint
|
|
|
|
LIBGRP?= ${BINGRP}
|
|
|
|
LIBOWN?= ${BINOWN}
|
|
|
|
LIBMODE?= ${NONBINMODE}
|
1993-04-10 00:05:56 +04:00
|
|
|
|
1993-08-16 00:42:39 +04:00
|
|
|
DOCDIR?= /usr/share/doc
|
1998-02-26 11:46:09 +03:00
|
|
|
DOCGRP?= wheel
|
|
|
|
DOCOWN?= root
|
1993-08-16 00:42:39 +04:00
|
|
|
DOCMODE?= ${NONBINMODE}
|
|
|
|
|
1995-02-21 00:26:33 +03:00
|
|
|
NLSDIR?= /usr/share/nls
|
1998-02-26 11:46:09 +03:00
|
|
|
NLSGRP?= wheel
|
|
|
|
NLSOWN?= root
|
1995-02-21 00:26:33 +03:00
|
|
|
NLSMODE?= ${NONBINMODE}
|
|
|
|
|
1996-08-28 02:15:52 +04:00
|
|
|
KMODDIR?= /usr/lkm
|
1998-02-26 11:46:09 +03:00
|
|
|
KMODGRP?= wheel
|
|
|
|
KMODOWN?= root
|
1996-08-28 02:15:52 +04:00
|
|
|
KMODMODE?= ${NONBINMODE}
|
|
|
|
|
1993-08-16 00:42:39 +04:00
|
|
|
COPY?= -c
|
1998-09-28 20:43:41 +04:00
|
|
|
.if defined(UPDATE)
|
1998-09-28 12:13:37 +04:00
|
|
|
PRESERVE?= -p
|
1998-09-28 20:43:41 +04:00
|
|
|
.else
|
|
|
|
PRESERVE?=
|
|
|
|
.endif
|
1997-04-17 10:34:15 +04:00
|
|
|
STRIPFLAG?= -s
|
1993-07-10 07:56:10 +04:00
|
|
|
|
|
|
|
# Define SYS_INCLUDE to indicate whether you want symbolic links to the system
|
|
|
|
# source (``symlinks''), or a separate copy (``copies''); (latter useful
|
|
|
|
# in environments where it's not possible to keep /sys publicly readable)
|
1998-08-08 00:31:56 +04:00
|
|
|
#SYS_INCLUDE= symlinks
|
1993-10-04 22:52:53 +03:00
|
|
|
|
1998-05-04 08:37:33 +04:00
|
|
|
# XXX The next two are temporary until the transition to UVM is complete.
|
|
|
|
|
|
|
|
# Systems on which UVM is the standard VM system.
|
1998-05-04 09:03:52 +04:00
|
|
|
.if (${MACHINE} == "alpha") || \
|
1998-10-29 01:41:24 +03:00
|
|
|
(${MACHINE} == "amiga") || \
|
1998-10-30 03:20:45 +03:00
|
|
|
(${MACHINE} == "arm32") || \
|
1998-09-02 18:28:58 +04:00
|
|
|
(${MACHINE} == "atari") || \
|
1998-09-03 05:51:43 +04:00
|
|
|
(${MACHINE} == "bebox") || \
|
1998-05-04 09:03:52 +04:00
|
|
|
(${MACHINE} == "hp300") || \
|
1998-08-31 21:55:26 +04:00
|
|
|
(${MACHINE} == "i386") || \
|
1998-05-04 09:03:52 +04:00
|
|
|
(${MACHINE} == "mac68k") || \
|
1998-09-03 19:13:51 +04:00
|
|
|
(${MACHINE} == "macppc") || \
|
1998-05-05 05:15:05 +04:00
|
|
|
(${MACHINE} == "mvme68k") || \
|
1998-09-03 05:51:43 +04:00
|
|
|
(${MACHINE} == "ofppc") || \
|
1998-09-02 23:25:33 +04:00
|
|
|
(${MACHINE} == "pc532") || \
|
1998-08-04 23:21:26 +04:00
|
|
|
(${MACHINE} == "sparc") || \
|
1998-09-02 18:12:04 +04:00
|
|
|
(${MACHINE} == "sparc64") || \
|
1998-08-04 23:21:26 +04:00
|
|
|
(${MACHINE} == "vax")
|
1998-05-04 08:37:33 +04:00
|
|
|
UVM?= yes
|
|
|
|
.endif
|
|
|
|
|
|
|
|
# Systems that use UVM's new pmap interface.
|
1998-08-04 23:21:26 +04:00
|
|
|
.if (${MACHINE} == "alpha") || \
|
1998-08-31 21:55:26 +04:00
|
|
|
(${MACHINE} == "i386") || \
|
1998-09-02 23:25:33 +04:00
|
|
|
(${MACHINE} == "pc532") || \
|
1998-08-04 23:21:26 +04:00
|
|
|
(${MACHINE} == "vax")
|
1998-05-04 08:37:33 +04:00
|
|
|
PMAP_NEW?= yes
|
|
|
|
.endif
|
|
|
|
|
1993-10-04 22:52:53 +03:00
|
|
|
# don't try to generate PIC versions of libraries on machines
|
|
|
|
# which don't support PIC.
|
1998-10-31 12:23:53 +03:00
|
|
|
.if ((${MACHINE_ARCH} == "mips") && defined(STATIC_TOOLCHAIN)) || \
|
1997-03-30 00:17:22 +03:00
|
|
|
(${MACHINE_ARCH} == "powerpc")
|
1993-10-04 22:52:53 +03:00
|
|
|
NOPIC=
|
|
|
|
.endif
|
1995-04-21 06:56:24 +04:00
|
|
|
|
1998-02-23 13:09:31 +03:00
|
|
|
# Data-driven table using make variables to control how
|
|
|
|
# toolchain-dependent targets and shared libraries are built
|
|
|
|
# for different platforms and object formats.
|
|
|
|
# OBJECT_FMT: currently either "ELF" or "a.out".
|
|
|
|
# SHLIB_TYPE: "ELF" or "a.out" or "" to force static libraries.
|
|
|
|
#
|
|
|
|
.if (${MACHINE_ARCH} == "alpha") || \
|
|
|
|
(${MACHINE_ARCH} == "mips") || \
|
1998-09-11 18:52:20 +04:00
|
|
|
(${MACHINE_ARCH} == "powerpc") || \
|
|
|
|
(${MACHINE_ARCH} == "sparc64")
|
1998-02-23 13:09:31 +03:00
|
|
|
OBJECT_FMT?=ELF
|
|
|
|
.else
|
|
|
|
OBJECT_FMT?=a.out
|
|
|
|
.endif
|
|
|
|
|
1998-07-27 04:58:05 +04:00
|
|
|
# Profiling doesn't work on PowerPC yet.
|
1997-03-30 00:17:22 +03:00
|
|
|
.if (${MACHINE_ARCH} == "powerpc")
|
|
|
|
NOPROFILE=
|
|
|
|
.endif
|
1997-05-07 00:54:31 +04:00
|
|
|
|
1998-08-27 18:05:58 +04:00
|
|
|
# Some platforms are already transitioned to egcs.
|
1998-09-11 18:52:20 +04:00
|
|
|
.if (${MACHINE_ARCH} == "alpha") || \
|
1998-09-16 00:26:50 +04:00
|
|
|
(${MACHINE_ARCH} == "ns32k") || \
|
1998-10-31 15:10:41 +03:00
|
|
|
(${MACHINE_ARCH} == "mips") || \
|
1998-10-31 12:23:53 +03:00
|
|
|
(${MACHINE_ARCH} == "sparc64") || \
|
|
|
|
(${MACHINE_ARCH} == "vax")
|
1998-08-27 18:05:58 +04:00
|
|
|
USE_EGCS=1
|
|
|
|
.endif
|
|
|
|
|
1998-05-22 20:43:42 +04:00
|
|
|
# GNU sources and packages sometimes see architecture names differently.
|
|
|
|
# This table maps an architecture name to its GNU counterpart.
|
|
|
|
# Use as so: ${GNU_ARCH.${TARGET_ARCH}} or ${MACHINE_GNU_ARCH}
|
|
|
|
GNU_ARCH.alpha=alpha
|
|
|
|
GNU_ARCH.arm32=arm
|
|
|
|
GNU_ARCH.i386=i386
|
|
|
|
GNU_ARCH.m68k=m68k
|
1998-07-27 04:58:05 +04:00
|
|
|
GNU_ARCH.mipseb=mipseb
|
|
|
|
GNU_ARCH.mipsel=mipsel
|
1998-05-22 20:43:42 +04:00
|
|
|
GNU_ARCH.ns32k=ns32k
|
|
|
|
GNU_ARCH.powerpc=powerpc
|
1998-05-26 03:40:22 +04:00
|
|
|
GNU_ARCH.sparc=sparc
|
1998-09-11 18:52:20 +04:00
|
|
|
GNU_ARCH.sparc64=sparc64
|
1998-05-22 20:43:42 +04:00
|
|
|
GNU_ARCH.vax=vax
|
1998-07-27 04:58:05 +04:00
|
|
|
# XXX temporary compatibility
|
|
|
|
GNU_ARCH.mips=mipsel
|
1998-05-22 20:43:42 +04:00
|
|
|
MACHINE_GNU_ARCH=${GNU_ARCH.${MACHINE_ARCH}}
|
|
|
|
|
1998-08-09 18:46:19 +04:00
|
|
|
TARGETS+= all clean cleandir depend distclean includes install lint obj \
|
|
|
|
regress tags
|
|
|
|
.PHONY: all clean cleandir depend distclean includes install lint obj \
|
|
|
|
regress tags beforedepend afterdepend beforeinstall \
|
|
|
|
afterinstall realinstall
|
1997-05-07 19:53:28 +04:00
|
|
|
|
1998-04-03 13:56:00 +04:00
|
|
|
# set NEED_OWN_INSTALL_TARGET, if it's not already set, to yes
|
1998-01-15 12:37:25 +03:00
|
|
|
# this is used by bsd.port.mk to stop "install" being defined
|
|
|
|
NEED_OWN_INSTALL_TARGET?= yes
|
|
|
|
|
|
|
|
.if (${NEED_OWN_INSTALL_TARGET} == "yes")
|
1997-10-23 16:44:28 +04:00
|
|
|
.if !target(install)
|
1997-10-27 22:41:05 +03:00
|
|
|
install: .NOTMAIN beforeinstall subdir-install realinstall afterinstall
|
|
|
|
beforeinstall: .NOTMAIN
|
|
|
|
subdir-install: .NOTMAIN beforeinstall
|
|
|
|
realinstall: .NOTMAIN beforeinstall
|
|
|
|
afterinstall: .NOTMAIN subdir-install realinstall
|
1997-05-07 19:53:28 +04:00
|
|
|
.endif
|
1998-01-15 12:37:25 +03:00
|
|
|
.endif
|
1998-04-13 16:03:07 +04:00
|
|
|
|
|
|
|
.endif # _BSD_OWN_MK_
|