1998-10-17 11:52:48 -04:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 1/4/94
|
1999-08-27 19:45:13 -04:00
|
|
|
# $FreeBSD$
|
1994-05-24 05:57:34 -04:00
|
|
|
#
|
|
|
|
|
# Doing a make install builds /usr/include
|
1999-12-09 04:35:36 -05:00
|
|
|
#
|
|
|
|
|
# The ``rm -rf''s used below are safe because rm doesn't follow symbolic
|
|
|
|
|
# links.
|
1994-05-24 05:57:34 -04:00
|
|
|
|
1996-09-20 09:42:26 -04:00
|
|
|
CLEANFILES= osreldate.h version vers.c
|
2002-05-12 12:01:00 -04:00
|
|
|
SUBDIR= arpa protocols rpcsvc rpc
|
2002-08-01 03:18:38 -04:00
|
|
|
INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \
|
2002-11-18 02:34:56 -05:00
|
|
|
dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
|
|
|
|
|
fts.h getopt.h glob.h grp.h hesiod.h histedit.h ieeefp.h ifaddrs.h \
|
|
|
|
|
inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \
|
|
|
|
|
locale.h malloc.h memory.h monetary.h mpool.h ndbm.h netconfig.h \
|
|
|
|
|
netdb.h nl_types.h nlist.h nsswitch.h objformat.h paths.h pthread.h \
|
|
|
|
|
pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \
|
|
|
|
|
resolv.h rune.h runetype.h search.h setjmp.h sgtty.h signal.h stab.h \
|
|
|
|
|
stdbool.h stddef.h stdio.h stdlib.h strhash.h string.h stringlist.h \
|
|
|
|
|
strings.h sysexits.h tar.h time.h timeconv.h timers.h ttyent.h \
|
|
|
|
|
ulimit.h unistd.h utime.h utmp.h uuid.h vis.h wchar.h wctype.h
|
1994-05-24 05:57:34 -04:00
|
|
|
|
2001-12-17 08:59:35 -05:00
|
|
|
MHDRS= float.h floatingpoint.h stdarg.h varargs.h
|
1998-03-04 05:27:00 -05:00
|
|
|
|
2002-09-30 13:14:26 -04:00
|
|
|
# posix4/mqueue.h is useless without an implementation and isn't installed:
|
2002-10-07 17:18:30 -04:00
|
|
|
PHDRS= sched.h semaphore.h _semaphore.h # mqueue.h
|
1998-03-04 05:27:00 -05:00
|
|
|
|
2001-12-17 08:59:35 -05:00
|
|
|
LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
|
2000-08-17 03:51:48 -04:00
|
|
|
termios.h ucontext.h
|
1994-05-24 05:57:34 -04:00
|
|
|
|
2002-10-18 00:21:29 -04:00
|
|
|
LDIRS= cam net netatalk netatm netgraph netinet netinet6 netipsec \
|
2001-09-18 19:34:44 -04:00
|
|
|
netipx netkey netnatm netncp netns netsmb nfs nfsclient nfsserver \
|
|
|
|
|
pccard posix4 sys vm
|
1999-12-09 04:35:36 -05:00
|
|
|
|
2002-10-18 11:30:50 -04:00
|
|
|
LSUBDIRS= cam/scsi dev/an dev/ic dev/iicbus dev/ofw dev/ppbus dev/smbus \
|
2002-09-18 23:28:52 -04:00
|
|
|
dev/usb dev/wi fs/devfs \
|
2001-05-26 07:57:45 -04:00
|
|
|
fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs fs/nwfs fs/portalfs \
|
2001-05-25 04:14:14 -04:00
|
|
|
fs/procfs fs/smbfs fs/umapfs fs/unionfs isofs/cd9660 \
|
2002-03-26 11:05:14 -05:00
|
|
|
netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
|
2002-11-21 18:34:57 -05:00
|
|
|
netgraph/bluetooth/include \
|
2002-08-02 02:56:26 -04:00
|
|
|
security/lomac security/mac_biba security/mac_bsdextended \
|
2002-10-24 11:25:37 -04:00
|
|
|
security/mac_mls security/mac_partition ufs/ffs ufs/ufs
|
1999-12-09 04:35:36 -05:00
|
|
|
|
2002-11-25 03:55:50 -05:00
|
|
|
# For SHARED=symlinks, cam, netatm, and netgraph are symlinks, so cam/scsi,
|
|
|
|
|
# netatm/*, and netgraph/* are taken care of
|
|
|
|
|
LSYMSUBDIRS= ${LSUBDIRS:Ncam/scsi:Nnetatm/*:Nnetgraph/*}
|
2001-05-23 12:49:02 -04:00
|
|
|
|
1999-12-09 04:35:36 -05:00
|
|
|
# Define SHARED to indicate whether you want symbolic links to the system
|
|
|
|
|
# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
|
|
|
|
|
# probably only useful for developers and should be avoided if you do not
|
|
|
|
|
# wish to tie your /usr/include and /usr/src together.
|
|
|
|
|
#SHARED= symlinks
|
|
|
|
|
SHARED?= copies
|
1994-05-24 05:57:34 -04:00
|
|
|
|
2002-05-12 12:01:00 -04:00
|
|
|
INCS+= osreldate.h
|
1997-05-12 05:50:19 -04:00
|
|
|
|
1998-05-21 15:21:46 -04:00
|
|
|
osreldate.h: ${.CURDIR}/../sys/conf/newvers.sh \
|
2001-06-16 21:20:25 -04:00
|
|
|
${.CURDIR}/../sys/sys/param.h \
|
|
|
|
|
${.CURDIR}/Makefile
|
1997-05-12 05:50:19 -04:00
|
|
|
@${ECHO} creating osreldate.h from newvers.sh
|
1998-05-21 15:21:46 -04:00
|
|
|
setvar PARAMFILE ${.CURDIR}/../sys/sys/param.h; \
|
1997-05-12 05:50:19 -04:00
|
|
|
. ${.CURDIR}/../sys/conf/newvers.sh; \
|
|
|
|
|
echo "$$COPYRIGHT" > osreldate.h; \
|
2001-02-18 15:44:06 -05:00
|
|
|
echo "#ifdef _KERNEL" >> osreldate.h; \
|
2001-06-16 21:20:25 -04:00
|
|
|
echo '#error "/usr/include/osreldate.h cannot be used in the kernel, use sys/param.h"' >> osreldate.h; \
|
2001-02-18 15:44:06 -05:00
|
|
|
echo "#else" >> osreldate.h; \
|
1997-05-12 05:50:19 -04:00
|
|
|
echo \#'undef __FreeBSD_version' >> osreldate.h; \
|
2001-02-18 15:44:06 -05:00
|
|
|
echo \#'define __FreeBSD_version' $$RELDATE >> osreldate.h; \
|
|
|
|
|
echo "#endif" >> osreldate.h
|
1997-05-12 05:50:19 -04:00
|
|
|
|
2001-12-17 08:59:35 -05:00
|
|
|
.for i in ${LHDRS}
|
2002-05-12 12:01:00 -04:00
|
|
|
INCSLINKS+= sys/$i ${INCLUDEDIR}/$i
|
1996-08-29 15:57:48 -04:00
|
|
|
.endfor
|
2001-12-17 08:59:35 -05:00
|
|
|
.for i in ${MHDRS}
|
2002-05-12 12:01:00 -04:00
|
|
|
INCSLINKS+= machine/$i ${INCLUDEDIR}/$i
|
1996-08-29 15:57:48 -04:00
|
|
|
.endfor
|
2001-12-17 08:59:35 -05:00
|
|
|
.for i in ${PHDRS}
|
2002-05-12 12:01:00 -04:00
|
|
|
INCSLINKS+= posix4/$i ${INCLUDEDIR}/$i
|
1998-03-04 05:27:00 -05:00
|
|
|
.endfor
|
1999-12-09 04:35:36 -05:00
|
|
|
|
|
|
|
|
copies:
|
2002-10-04 16:44:28 -04:00
|
|
|
.for i in ${LDIRS} ${LSYMSUBDIRS} machine crypto
|
2002-10-01 09:29:45 -04:00
|
|
|
if [ -L ${DESTDIR}/usr/include/$i ]; then \
|
1999-12-09 04:35:36 -05:00
|
|
|
rm -f ${DESTDIR}/usr/include/$i; \
|
|
|
|
|
fi
|
|
|
|
|
.endfor
|
2000-09-15 04:08:04 -04:00
|
|
|
mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/../etc/mtree/BSD.include.dist \
|
1999-12-09 04:35:36 -05:00
|
|
|
-p ${DESTDIR}/usr/include
|
|
|
|
|
.for i in ${LDIRS} ${LSUBDIRS}
|
|
|
|
|
cd ${.CURDIR}/../sys; \
|
|
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
|
|
|
|
|
${DESTDIR}/usr/include/$i
|
|
|
|
|
.endfor
|
2002-10-04 16:44:28 -04:00
|
|
|
cd ${.CURDIR}/../sys; \
|
|
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 opencrypto/*.h \
|
|
|
|
|
${DESTDIR}/usr/include/crypto
|
2001-06-07 01:04:53 -04:00
|
|
|
.if exists(${.CURDIR}/../sys/${MACHINE_ARCH}/include)
|
|
|
|
|
cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \
|
|
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
|
|
|
|
|
${DESTDIR}/usr/include/machine
|
2002-03-26 11:05:14 -05:00
|
|
|
.if exists(${.CURDIR}/../sys/${MACHINE_ARCH}/include/pc)
|
|
|
|
|
cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include/pc; \
|
|
|
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
|
|
|
|
|
${DESTDIR}/usr/include/machine/pc
|
|
|
|
|
.endif
|
2001-06-07 01:04:53 -04:00
|
|
|
.endif
|
1994-05-24 05:57:34 -04:00
|
|
|
|
1999-12-09 04:35:36 -05:00
|
|
|
symlinks:
|
|
|
|
|
@${ECHO} "Setting up symlinks to kernel source tree..."
|
2000-01-26 12:12:09 -05:00
|
|
|
.for i in ${LDIRS}
|
1999-12-09 04:35:36 -05:00
|
|
|
rm -rf ${DESTDIR}/usr/include/$i
|
|
|
|
|
ln -s ../../sys/$i ${DESTDIR}/usr/include/$i
|
2000-01-26 12:12:09 -05:00
|
|
|
.endfor
|
2002-10-04 16:44:28 -04:00
|
|
|
rm -rf ${DESTDIR}/usr/include/crypto
|
|
|
|
|
ln -s ../../sys/opencrypto ${DESTDIR}/usr/include/crypto
|
2001-05-23 12:49:02 -04:00
|
|
|
.for i in ${LSYMSUBDIRS}
|
2002-04-03 12:29:20 -05:00
|
|
|
rm -rf ${DESTDIR}/usr/include/$i
|
2001-05-23 12:49:02 -04:00
|
|
|
ln -s ../../../sys/$i ${DESTDIR}/usr/include/$i
|
1999-12-09 04:35:36 -05:00
|
|
|
.endfor
|
|
|
|
|
rm -rf ${DESTDIR}/usr/include/machine
|
|
|
|
|
ln -s ../../sys/${MACHINE_ARCH}/include ${DESTDIR}/usr/include/machine
|
|
|
|
|
|
1994-05-24 05:57:34 -04:00
|
|
|
.include <bsd.prog.mk>
|
2002-05-15 12:19:54 -04:00
|
|
|
|
|
|
|
|
installincludes: ${SHARED}
|