2008-10-18 20:25:04 +04:00
|
|
|
# $NetBSD: Makefile,v 1.52 2008/10/18 16:25:04 tsutsui Exp $
|
2001-12-12 00:17:56 +03:00
|
|
|
|
|
|
|
HOSTLIB= nbcompat
|
|
|
|
|
2003-06-03 07:16:48 +04:00
|
|
|
SRCS= atoll.c basename.c dirname.c fgetln.c flock.c fparseln.c \
|
2005-09-25 00:52:22 +04:00
|
|
|
getmode.c getopt_long.c gettemp.c heapsort.c \
|
|
|
|
issetugid.c lchflags.c lchmod.c lchown.c libyywrap.c \
|
|
|
|
md2.c md2hl.c md4c.c md4hl.c md5c.c md5hl.c mkdtemp.c \
|
2003-03-14 06:38:42 +03:00
|
|
|
mkstemp.c pread.c putc_unlocked.c pwcache.c pwrite.c \
|
2007-09-28 13:12:49 +04:00
|
|
|
pw_scan.c \
|
|
|
|
raise_default_signal.c rmd160.c rmd160hl.c \
|
|
|
|
setenv.c setgroupent.c \
|
2005-08-26 19:59:00 +04:00
|
|
|
setpassent.c setprogname.c sha1.c sha1hl.c sha2.c \
|
2006-12-14 23:09:35 +03:00
|
|
|
sha256hl.c sha384hl.c sha512hl.c snprintf.c stat_flags.c \
|
2007-07-03 16:11:09 +04:00
|
|
|
strlcat.c strlcpy.c strmode.c strndup.c strsep.c strsuftoll.c \
|
2005-09-13 17:52:23 +04:00
|
|
|
strtoll.c unvis.c vis.c err.c errx.c verr.c verrx.c \
|
2006-08-26 22:26:14 +04:00
|
|
|
vwarn.c vwarnx.c warn.c warnx.c fts.c glob.c efun.c
|
2002-01-29 13:20:28 +03:00
|
|
|
|
2003-03-13 08:00:28 +03:00
|
|
|
BUILD_OSTYPE!= uname -s
|
|
|
|
|
|
|
|
# Disable use of pre-compiled headers on Darwin.
|
|
|
|
.if ${BUILD_OSTYPE} == "Darwin"
|
|
|
|
CPPFLAGS+= -no-cpp-precomp
|
|
|
|
.endif
|
|
|
|
|
2002-01-29 13:20:28 +03:00
|
|
|
# -D_FILE_OFFSET_BITS=64 produces a much more amenable `struct stat', and
|
|
|
|
# other file ops, on many systems, without changing function names.
|
|
|
|
|
2006-10-29 09:56:01 +03:00
|
|
|
CPPFLAGS+= -I. -I./include -I${.CURDIR} -I${.CURDIR}/sys \
|
|
|
|
-DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64
|
2002-01-21 23:04:36 +03:00
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../lib/libc/gen \
|
2002-03-31 16:58:54 +04:00
|
|
|
${.CURDIR}/../../lib/libc/hash \
|
2005-09-25 00:52:22 +04:00
|
|
|
${.CURDIR}/../../lib/libc/hash/md2 \
|
2005-09-24 23:06:20 +04:00
|
|
|
${.CURDIR}/../../lib/libc/hash/md5 \
|
|
|
|
${.CURDIR}/../../lib/libc/hash/rmd160 \
|
|
|
|
${.CURDIR}/../../lib/libc/hash/sha1 \
|
2005-08-26 19:59:00 +04:00
|
|
|
${.CURDIR}/../../lib/libc/hash/sha2 \
|
2002-03-31 16:58:54 +04:00
|
|
|
${.CURDIR}/../../lib/libc/md \
|
2002-09-14 08:30:27 +04:00
|
|
|
${.CURDIR}/../../lib/libc/stdio \
|
2002-01-29 13:20:28 +03:00
|
|
|
${.CURDIR}/../../lib/libc/stdlib \
|
2002-01-22 02:35:14 +03:00
|
|
|
${.CURDIR}/../../lib/libc/string \
|
2006-08-26 22:26:14 +04:00
|
|
|
${.CURDIR}/../../lib/libutil \
|
2005-12-20 23:39:15 +03:00
|
|
|
${.CURDIR}/../../common/lib/libc/string \
|
2006-10-28 02:25:26 +04:00
|
|
|
${.CURDIR}/../../common/lib/libc/hash/rmd160 \
|
2005-12-20 23:39:15 +03:00
|
|
|
${.CURDIR}/../../common/lib/libc/hash/sha1 \
|
2006-10-28 02:25:26 +04:00
|
|
|
${.CURDIR}/../../common/lib/libc/hash/sha2 \
|
2005-12-20 23:39:15 +03:00
|
|
|
${.CURDIR}/../../common/lib/libc/md \
|
2006-10-08 08:31:55 +04:00
|
|
|
${.CURDIR}/../../common/lib/libc/stdlib \
|
2006-08-26 22:26:14 +04:00
|
|
|
${.CURDIR}/../../usr.bin/lex
|
2001-12-12 00:17:56 +03:00
|
|
|
|
2002-01-29 13:20:28 +03:00
|
|
|
DPSRCS+= defs.mk
|
2006-05-20 04:23:39 +04:00
|
|
|
CLEANFILES+= config.log config.status configure.lineno *.stamp
|
2002-01-21 23:04:36 +03:00
|
|
|
|
|
|
|
# Get components of Berkeley DB.
|
|
|
|
_CURDIR:= ${.CURDIR}
|
|
|
|
.CURDIR:= ${_CURDIR}/../../lib/libc
|
|
|
|
.include "${.CURDIR}/db/Makefile.inc"
|
|
|
|
.CURDIR:= ${_CURDIR}
|
|
|
|
|
2005-09-13 19:32:48 +04:00
|
|
|
SRCS:= ${SRCS:Nndbm*.c}
|
2001-12-12 00:17:56 +03:00
|
|
|
|
2006-02-11 13:35:29 +03:00
|
|
|
config.cache: include/.stamp configure nbtool_config.h.in defs.mk.in
|
2002-12-05 02:27:54 +03:00
|
|
|
rm -f ${.TARGET}
|
2002-01-21 23:04:36 +03:00
|
|
|
CC=${HOST_CC:Q} CFLAGS=${HOST_CFLAGS:Q} LDFLAGS=${HOST_LDFLAGS:Q} \
|
2003-10-26 10:25:33 +03:00
|
|
|
${HOST_SH} ${.CURDIR}/configure --cache-file=config.cache
|
2002-12-05 02:27:54 +03:00
|
|
|
|
|
|
|
defs.mk: config.cache
|
|
|
|
@touch ${.TARGET}
|
2001-12-12 00:17:56 +03:00
|
|
|
|
2007-08-07 11:47:50 +04:00
|
|
|
# Run "${TOOLDIR}/bin/nbmake-${MACHINE} regen" by hand after editing
|
|
|
|
# configure.ac. See more detailed instructions in configure.ac.
|
2001-12-12 00:17:56 +03:00
|
|
|
regen:
|
2004-06-19 00:26:51 +04:00
|
|
|
cd ${.CURDIR} && ${TOOLDIR}/bin/${_TOOL_PREFIX}autoconf
|
2007-08-07 11:47:50 +04:00
|
|
|
cd ${.CURDIR} && ${TOOLDIR}/bin/${_TOOL_PREFIX}autoheader
|
2001-12-12 00:17:56 +03:00
|
|
|
|
2002-04-19 01:15:08 +04:00
|
|
|
include/.stamp:
|
2008-10-18 20:25:04 +04:00
|
|
|
mkdir -p include/sys include/machine include/rpc include/arpa
|
2002-12-05 02:27:54 +03:00
|
|
|
@touch ${.TARGET}
|
2002-01-29 13:20:28 +03:00
|
|
|
|
2006-05-20 04:23:39 +04:00
|
|
|
cleandir:
|
|
|
|
-rm -f nbtool_config.h confdefs.h defs.mk
|
2002-01-29 13:20:28 +03:00
|
|
|
-rm -r -f include
|
2006-05-20 04:23:39 +04:00
|
|
|
-rm -f config.cache
|
2002-01-29 13:20:28 +03:00
|
|
|
|
|
|
|
HOST_CPPFLAGS:= ${CPPFLAGS}
|
|
|
|
CPPFLAGS:= # empty
|
|
|
|
|
2001-12-12 00:17:56 +03:00
|
|
|
.include <bsd.hostlib.mk>
|