1# @(#)Makefile 8.2 (Berkeley) 1/4/94 2# $FreeBSD$ 3# 4# Doing a "make install" builds /usr/include. 5 6.include <src.opts.mk> 7 8PACKAGE=runtime 9TAGS+= development 10CLEANFILES= osreldate.h version 11SUBDIR= arpa protocols rpcsvc rpc xlocale 12SUBDIR_PARALLEL= 13INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \ 14 db.h \ 15 dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \ 16 fts.h ftw.h getopt.h glob.h grp.h \ 17 ieeefp.h ifaddrs.h \ 18 inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \ 19 locale.h malloc.h malloc_np.h memory.h monetary.h mpool.h mqueue.h \ 20 ndbm.h netconfig.h \ 21 netdb.h nl_types.h nlist.h nss.h nsswitch.h paths.h \ 22 printf.h proc_service.h pthread.h \ 23 pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h \ 24 res_update.h resolv.h runetype.h search.h semaphore.h setjmp.h \ 25 signal.h spawn.h stab.h stdalign.h stdbool.h stddef.h \ 26 stdnoreturn.h stdio.h stdlib.h string.h stringlist.h \ 27 strings.h sysexits.h tar.h termios.h tgmath.h \ 28 time.h timeconv.h timers.h ttyent.h \ 29 uchar.h ulimit.h unistd.h utime.h utmpx.h uuid.h varargs.h \ 30 wchar.h wctype.h wordexp.h xlocale.h 31 32.PATH: ${.CURDIR}/../contrib/libc-vis 33INCS+= vis.h 34 35MHDRS= float.h floatingpoint.h stdarg.h 36 37PHDRS= sched.h _semaphore.h 38 39LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdatomic.h stdint.h \ 40 syslog.h ucontext.h 41 42LDIRS= bsm cam geom net net80211 netgraph netinet netinet6 \ 43 netipsec netnatm netsmb nfs nfsclient nfsserver sys vm 44 45LSUBDIRS= cam/ata cam/scsi \ 46 dev/acpica dev/agp dev/an dev/bktr dev/ciss dev/filemon dev/firewire \ 47 dev/hwpmc \ 48 dev/ic dev/iicbus dev/io dev/lmc dev/mfi dev/nvme \ 49 dev/ofw dev/pbio dev/pci ${_dev_powermac_nvram} dev/ppbus dev/smbus \ 50 dev/speaker dev/utopia dev/vkbd dev/wi \ 51 fs/devfs fs/fdescfs fs/msdosfs fs/nandfs fs/nfs fs/nullfs \ 52 fs/procfs fs/smbfs fs/udf fs/unionfs \ 53 geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \ 54 geom/mirror geom/mountver geom/multipath geom/nop \ 55 geom/raid geom/raid3 geom/shsec geom/stripe geom/virstor \ 56 net/altq \ 57 netgraph/atm netgraph/netflow \ 58 netinet/cc \ 59 security/audit \ 60 security/mac_biba security/mac_bsdextended security/mac_lomac \ 61 security/mac_mls security/mac_partition \ 62 ufs/ffs ufs/ufs 63 64LSUBSUBDIRS= dev/mpt/mpilib 65 66.if ${MK_BLUETOOTH} != "no" 67LSUBSUBDIRS+= netgraph/bluetooth/include 68.endif 69 70.if ${MK_CUSE} != "no" 71LSUBDIRS+= fs/cuse 72.endif 73 74.if ${MK_GSSAPI} != "no" 75SUBDIR+= gssapi 76INCS+= gssapi.h 77.endif 78 79.if ${MK_HESIOD} != "no" 80INCS+= hesiod.h 81.endif 82 83# Handle the #define aliases for libiconv 84.if ${MK_ICONV} == "yes" 85INCS+= iconv.h 86.endif 87 88.if ${MK_USB} != "no" 89LSUBDIRS+= dev/usb 90.endif 91 92.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64" 93_dev_powermac_nvram= dev/powermac_nvram 94.endif 95 96# Define SHARED to indicate whether you want symbolic links to the system 97# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is 98# probably only useful for developers and should be avoided if you do not 99# wish to tie your /usr/include and /usr/src together. 100#SHARED= symlinks 101SHARED?= copies 102 103INCS+= osreldate.h 104 105SYSDIR= ${.CURDIR}/../sys 106NEWVERS_SH= ${SYSDIR}/conf/newvers.sh 107PARAM_H= ${SYSDIR}/sys/param.h 108MK_OSRELDATE_SH= ${.CURDIR}/mk-osreldate.sh 109 110SYMLINKS+= ${INCLUDEDIR} ${LIBDIR}/include 111 112osreldate.h: ${NEWVERS_SH} ${PARAM_H} ${MK_OSRELDATE_SH} 113 env NEWVERS_SH=${NEWVERS_SH} PARAMFILE=${PARAM_H} SYSDIR=${SYSDIR} \ 114 sh ${MK_OSRELDATE_SH} 115 116.for i in ${LHDRS} 117INCSLINKS+= sys/$i ${INCLUDEDIR}/$i 118.endfor 119.for i in ${MHDRS} 120INCSLINKS+= machine/$i ${INCLUDEDIR}/$i 121.endfor 122.for i in ${PHDRS} 123INCSLINKS+= sys/$i ${INCLUDEDIR}/$i 124.endfor 125 126.if ${MACHINE} != ${MACHINE_CPUARCH} 127_MARCHS= ${MACHINE_CPUARCH} 128.endif 129.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" 130_MARCHS+= x86 131.endif 132 133META_TARGETS+= compat copies symlinks 134stage_includes: ${SHARED} 135 136.include <bsd.prog.mk> 137 138installincludes: ${SHARED} 139${SHARED}: compat 140 141# Take care of stale directory-level symlinks. 142compat: ${META_DEPS} 143.for i in ${LDIRS} ${LSUBDIRS} machine ${_MARCHS} crypto 144 if [ -L ${DESTDIR}${INCLUDEDIR}/$i ]; then \ 145 rm -f ${DESTDIR}${INCLUDEDIR}/$i; \ 146 fi 147.endfor 148 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \ 149 -f ${.CURDIR}/../etc/mtree/BSD.include.dist \ 150 -p ${DESTDIR}${INCLUDEDIR} > /dev/null 151 152copies: ${META_DEPS} 153.for i in ${LDIRS} ${LSUBDIRS} ${LSUBSUBDIRS} crypto machine machine/pc \ 154 ${_MARCHS} 155 if [ -d ${DESTDIR}${INCLUDEDIR}/$i ]; then \ 156 cd ${DESTDIR}${INCLUDEDIR}/$i; \ 157 for h in *.h; do \ 158 if [ -L $$h ]; then rm -f $$h; fi; \ 159 done; \ 160 fi 161.endfor 162.for i in ${LDIRS} ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/bktr:Ndev/nand:Ndev/pci} ${LSUBSUBDIRS} 163 cd ${.CURDIR}/../sys; \ 164 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \ 165 ${DESTDIR}${INCLUDEDIR}/$i 166.endfor 167 cd ${.CURDIR}/../sys/dev/acpica; \ 168 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 acpiio.h \ 169 ${DESTDIR}${INCLUDEDIR}/dev/acpica; \ 170 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 acpi_hpet.h \ 171 ${DESTDIR}${INCLUDEDIR}/dev/acpica 172 cd ${.CURDIR}/../sys/dev/agp; \ 173 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 agpreg.h \ 174 ${DESTDIR}${INCLUDEDIR}/dev/agp 175 cd ${.CURDIR}/../sys/dev/bktr; \ 176 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 ioctl_*.h \ 177 ${DESTDIR}${INCLUDEDIR}/dev/bktr 178.if ${MK_NAND} != "no" 179 cd ${.CURDIR}/../sys/dev/nand; \ 180 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 nandsim.h \ 181 ${DESTDIR}${INCLUDEDIR}/dev/nand; \ 182 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 nand_dev.h \ 183 ${DESTDIR}${INCLUDEDIR}/dev/nand 184.endif 185 cd ${.CURDIR}/../sys/dev/pci; \ 186 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 pcireg.h \ 187 ${DESTDIR}${INCLUDEDIR}/dev/pci 188 cd ${.CURDIR}/../sys/fs/cd9660/; \ 189 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ 190 ${DESTDIR}${INCLUDEDIR}/isofs/cd9660 191.if ${MK_IPFILTER} != "no" 192 cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \ 193 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ 194 ${DESTDIR}${INCLUDEDIR}/netinet 195.endif 196.if ${MK_PF} != "no" 197 cd ${.CURDIR}/../sys/netpfil/pf; \ 198 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ 199 ${DESTDIR}${INCLUDEDIR}/netpfil/pf 200.endif 201 cd ${.CURDIR}/../sys/crypto; \ 202 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 rijndael/rijndael.h \ 203 ${DESTDIR}${INCLUDEDIR}/crypto 204 cd ${.CURDIR}/../sys/opencrypto; \ 205 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ 206 ${DESTDIR}${INCLUDEDIR}/crypto 207 cd ${.CURDIR}/../sys/${MACHINE}/include; \ 208 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ 209 ${DESTDIR}${INCLUDEDIR}/machine 210.if exists(${.CURDIR}/../sys/${MACHINE}/include/pc) 211 cd ${.CURDIR}/../sys/${MACHINE}/include/pc; \ 212 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ 213 ${DESTDIR}${INCLUDEDIR}/machine/pc 214.endif 215.for _MARCH in ${_MARCHS} 216.if exists(${.CURDIR}/../sys/${_MARCH}/include) 217 ${INSTALL} -d ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 755 \ 218 ${DESTDIR}${INCLUDEDIR}/${_MARCH}; \ 219 cd ${.CURDIR}/../sys/${_MARCH}/include; \ 220 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ 221 ${DESTDIR}${INCLUDEDIR}/${_MARCH} 222.if exists(${.CURDIR}/../sys/${_MARCH}/include/pc) 223 ${INSTALL} -d ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 755 \ 224 ${DESTDIR}${INCLUDEDIR}/${_MARCH}/pc; \ 225 cd ${.CURDIR}/../sys/${_MARCH}/include/pc; \ 226 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ 227 ${DESTDIR}${INCLUDEDIR}/${_MARCH}/pc 228.endif 229.endif 230.endfor 231 cd ${.CURDIR}/../sys/rpc; \ 232 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 types.h \ 233 ${DESTDIR}${INCLUDEDIR}/rpc 234 cd ${.CURDIR}/../sys/teken; \ 235 ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 teken.h \ 236 ${DESTDIR}${INCLUDEDIR}/teken 237 238symlinks: ${META_DEPS} 239 @${ECHO} "Setting up symlinks to kernel source tree..." 240.for i in ${LDIRS} 241 cd ${.CURDIR}/../sys/$i; \ 242 for h in *.h; do \ 243 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \ 244 done 245.endfor 246.for i in ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/bktr:Ndev/nand:Ndev/pci} 247 cd ${.CURDIR}/../sys/$i; \ 248 for h in *.h; do \ 249 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \ 250 done 251.endfor 252 cd ${.CURDIR}/../sys/dev/acpica; \ 253 for h in acpiio.h acpi_hpet.h; do \ 254 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/dev/acpica/$$h \ 255 ${DESTDIR}${INCLUDEDIR}/dev/acpica; \ 256 done 257 cd ${.CURDIR}/../sys/dev/agp; \ 258 for h in agpreg.h; do \ 259 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/dev/agp/$$h \ 260 ${DESTDIR}${INCLUDEDIR}/dev/agp; \ 261 done 262 cd ${.CURDIR}/../sys/dev/bktr; \ 263 for h in ioctl_*.h; do \ 264 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/dev/bktr/$$h \ 265 ${DESTDIR}${INCLUDEDIR}/dev/bktr; \ 266 done 267.if ${MK_NAND} != "no" 268 cd ${.CURDIR}/../sys/dev/nand; \ 269 for h in nandsim.h nand_dev.h; do \ 270 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/dev/nand/$$h \ 271 ${DESTDIR}${INCLUDEDIR}/dev/nand; \ 272 done 273.endif 274 cd ${.CURDIR}/../sys/dev/pci; \ 275 for h in pcireg.h; do \ 276 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/dev/pci/$$h \ 277 ${DESTDIR}${INCLUDEDIR}/dev/pci; \ 278 done 279.for i in ${LSUBSUBDIRS} 280 cd ${.CURDIR}/../sys/$i; \ 281 for h in *.h; do \ 282 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \ 283 done 284.endfor 285.if ${MK_IPFILTER} != "no" 286 cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \ 287 for h in *.h; do \ 288 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/contrib/ipfilter/netinet/$$h \ 289 ${DESTDIR}${INCLUDEDIR}/netinet; \ 290 done 291.endif 292.if ${MK_PF} != "no" 293 cd ${.CURDIR}/../sys/netpfil/pf; \ 294 for h in *.h; do \ 295 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/netpfil/pf/$$h \ 296 ${DESTDIR}${INCLUDEDIR}/netpfil/pf; \ 297 done 298.endif 299 cd ${.CURDIR}/../sys/crypto; \ 300 for h in rijndael/rijndael.h; do \ 301 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/crypto/$$h \ 302 ${DESTDIR}${INCLUDEDIR}/crypto; \ 303 done 304 cd ${.CURDIR}/../sys/opencrypto; \ 305 for h in *.h; do \ 306 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/opencrypto/$$h \ 307 ${DESTDIR}${INCLUDEDIR}/crypto; \ 308 done 309 cd ${.CURDIR}/../sys/${MACHINE}/include; \ 310 for h in *.h; do \ 311 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/${MACHINE}/include/$$h \ 312 ${DESTDIR}${INCLUDEDIR}/machine; \ 313 done 314.if exists(${.CURDIR}/../sys/${MACHINE}/include/pc) 315 cd ${.CURDIR}/../sys/${MACHINE}/include/pc; \ 316 for h in *.h; do \ 317 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/${MACHINE}/include/pc/$$h \ 318 ${DESTDIR}${INCLUDEDIR}/machine/pc; \ 319 done 320.endif 321.for _MARCH in ${_MARCHS} 322.if exists(${.CURDIR}/../sys/${_MARCH}/include) 323 ${INSTALL} -d ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 755 \ 324 ${DESTDIR}${INCLUDEDIR}/${_MARCH}; \ 325 cd ${.CURDIR}/../sys/${_MARCH}/include; \ 326 for h in *.h; do \ 327 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/${_MARCH}/include/$$h \ 328 ${DESTDIR}${INCLUDEDIR}/${_MARCH}; \ 329 done 330.if exists(${.CURDIR}/../sys/${_MARCH}/include/pc) 331 ${INSTALL} -d ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 755 \ 332 ${DESTDIR}${INCLUDEDIR}/${_MARCH}/pc; \ 333 cd ${.CURDIR}/../sys/${_MARCH}/include/pc; \ 334 for h in *.h; do \ 335 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/${_MARCH}/include/pc/$$h \ 336 ${DESTDIR}${INCLUDEDIR}/${_MARCH}/pc; \ 337 done 338.endif 339.endif 340.endfor 341 cd ${.CURDIR}/../sys/fs/cd9660; \ 342 for h in *.h; do \ 343 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/fs/cd9660/$$h \ 344 ${DESTDIR}${INCLUDEDIR}/isofs/cd9660; \ 345 done 346 cd ${.CURDIR}/../sys/rpc; \ 347 for h in types.h; do \ 348 ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/rpc/$$h \ 349 ${DESTDIR}${INCLUDEDIR}/rpc; \ 350 done 351 352.if ${MACHINE} == "host" && !defined(_SKIP_BUILD) 353# we're here because we are building a sysroot... 354# we need MACHINE et al set correctly 355HOST_MACHINE!= uname -m 356HOST_MACHINE_ARCH!= uname -p 357MACHINE:= ${HOST_MACHINE} 358MACHINE_ARCH:= ${HOST_MACHINE_ARCH} 359.endif 360