Makefile revision 331586
1#	@(#)Makefile	8.2 (Berkeley) 1/4/94
2# $FreeBSD: stable/11/include/Makefile 331586 2018-03-26 20:59:26Z hselasky $
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/nvme cam/scsi \
46	dev/acpica dev/agp dev/an dev/bktr dev/ciss dev/filemon dev/firewire \
47	dev/hwpmc dev/hyperv \
48	dev/ic dev/iicbus dev/io dev/lmc dev/mfi dev/mmc 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
134stage_includes: ${SHARED}
135
136# Take care of stale directory-level symlinks.
137compat:
138.for i in ${LDIRS} ${LSUBDIRS} machine ${_MARCHS} crypto
139	if [ -L ${DESTDIR}${INCLUDEDIR}/$i ]; then \
140		rm -f ${DESTDIR}${INCLUDEDIR}/$i; \
141	fi
142.endfor
143	mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \
144	    -f ${.CURDIR}/../etc/mtree/BSD.include.dist \
145	    -p ${DESTDIR}${INCLUDEDIR} > /dev/null
146
147copies: .PHONY .META
148.for i in ${LDIRS} ${LSUBDIRS} ${LSUBSUBDIRS} crypto machine machine/pc \
149	${_MARCHS}
150	if [ -d ${DESTDIR}${INCLUDEDIR}/$i ]; then \
151		cd ${DESTDIR}${INCLUDEDIR}/$i; \
152		for h in *.h; do \
153			if [ -L $$h ]; then rm -f $$h; fi; \
154		done; \
155	fi
156.endfor
157.for i in ${LDIRS} ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/bktr:Ndev/evdev:Ndev/hyperv:Ndev/nand:Ndev/pci} ${LSUBSUBDIRS}
158	cd ${.CURDIR}/../sys; \
159	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
160	    ${DESTDIR}${INCLUDEDIR}/$i
161.endfor
162	cd ${.CURDIR}/../sys/dev/acpica; \
163	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 acpiio.h \
164	    ${DESTDIR}${INCLUDEDIR}/dev/acpica; \
165	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 acpi_hpet.h \
166	    ${DESTDIR}${INCLUDEDIR}/dev/acpica
167	cd ${.CURDIR}/../sys/dev/agp; \
168	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 agpreg.h \
169	    ${DESTDIR}${INCLUDEDIR}/dev/agp
170	cd ${.CURDIR}/../sys/dev/bktr; \
171	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 ioctl_*.h \
172	    ${DESTDIR}${INCLUDEDIR}/dev/bktr
173.if ${MK_NAND} != "no"
174	cd ${.CURDIR}/../sys/dev/nand; \
175	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 nandsim.h \
176	    ${DESTDIR}${INCLUDEDIR}/dev/nand; \
177	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 nand_dev.h \
178	    ${DESTDIR}${INCLUDEDIR}/dev/nand
179.endif
180	cd ${.CURDIR}/../sys/dev/evdev; \
181	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 input.h \
182	    ${DESTDIR}${INCLUDEDIR}/dev/evdev; \
183	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 input-event-codes.h \
184	    ${DESTDIR}${INCLUDEDIR}/dev/evdev; \
185	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 uinput.h \
186	    ${DESTDIR}${INCLUDEDIR}/dev/evdev
187	cd ${.CURDIR}/../sys/dev/hyperv/include; \
188	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 hyperv.h \
189	    ${DESTDIR}${INCLUDEDIR}/dev/hyperv
190	cd ${.CURDIR}/../sys/dev/hyperv/utilities; \
191	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 hv_snapshot.h \
192	    ${DESTDIR}${INCLUDEDIR}/dev/hyperv
193	cd ${.CURDIR}/../sys/dev/pci; \
194	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 pcireg.h \
195	    ${DESTDIR}${INCLUDEDIR}/dev/pci
196	cd ${.CURDIR}/../sys/fs/cd9660/; \
197	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
198	    ${DESTDIR}${INCLUDEDIR}/isofs/cd9660
199.if ${MK_IPFILTER} != "no"
200	cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
201	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
202	    ${DESTDIR}${INCLUDEDIR}/netinet
203.endif
204.if ${MK_PF} != "no"
205	cd ${.CURDIR}/../sys/netpfil/pf; \
206	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
207	    ${DESTDIR}${INCLUDEDIR}/netpfil/pf
208.endif
209	cd ${.CURDIR}/../sys/crypto; \
210	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 rijndael/rijndael.h \
211	    ${DESTDIR}${INCLUDEDIR}/crypto
212	cd ${.CURDIR}/../sys/opencrypto; \
213	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
214	    ${DESTDIR}${INCLUDEDIR}/crypto
215	cd ${.CURDIR}/../sys/${MACHINE}/include; \
216	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
217	    ${DESTDIR}${INCLUDEDIR}/machine
218.if exists(${.CURDIR}/../sys/${MACHINE}/include/pc)
219	cd ${.CURDIR}/../sys/${MACHINE}/include/pc; \
220	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
221	    ${DESTDIR}${INCLUDEDIR}/machine/pc
222.endif
223.for _MARCH in ${_MARCHS}
224.if exists(${.CURDIR}/../sys/${_MARCH}/include)
225	${INSTALL} -d ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 755 \
226	    ${DESTDIR}${INCLUDEDIR}/${_MARCH}; \
227	cd ${.CURDIR}/../sys/${_MARCH}/include; \
228	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
229	    ${DESTDIR}${INCLUDEDIR}/${_MARCH}
230.if exists(${.CURDIR}/../sys/${_MARCH}/include/pc)
231	${INSTALL} -d ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 755 \
232	    ${DESTDIR}${INCLUDEDIR}/${_MARCH}/pc; \
233	cd ${.CURDIR}/../sys/${_MARCH}/include/pc; \
234	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
235	    ${DESTDIR}${INCLUDEDIR}/${_MARCH}/pc
236.endif
237.endif
238.endfor
239	cd ${.CURDIR}/../sys/rpc; \
240	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 types.h \
241	    ${DESTDIR}${INCLUDEDIR}/rpc
242	cd ${.CURDIR}/../sys/teken; \
243	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 teken.h \
244	    ${DESTDIR}${INCLUDEDIR}/teken
245.if ${MK_CDDL} != "no"
246	cd ${.CURDIR}/../cddl/contrib/opensolaris/lib/libzfs_core/common; \
247	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 libzfs_core.h \
248	    ${DESTDIR}${INCLUDEDIR}
249	cd ${.CURDIR}/../cddl/contrib/opensolaris/lib/libnvpair; \
250	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 libnvpair.h \
251	    ${DESTDIR}${INCLUDEDIR}
252	cd ${.CURDIR}/../sys/cddl/contrib/opensolaris/uts/common/sys; \
253	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 nvpair.h \
254	    ${DESTDIR}${INCLUDEDIR}/sys
255.endif
256.if ${MK_MLX5TOOL} != "no"
257	cd ${SRCTOP}/sys/dev/mlx5; \
258	${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 mlx5io.h \
259	    ${SDESTDIR}${INCLUDEDIR}/dev/mlx5
260.endif
261
262symlinks: .PHONY .META
263	@${ECHO} "Setting up symlinks to kernel source tree..."
264.for i in ${LDIRS}
265	cd ${.CURDIR}/../sys/$i; \
266	for h in *.h; do \
267		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
268	done
269.endfor
270.for i in ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/bktr:Ndev/evdev:Ndev/hyperv:Ndev/nand:Ndev/pci}
271	cd ${.CURDIR}/../sys/$i; \
272	for h in *.h; do \
273		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
274	done
275.endfor
276	cd ${.CURDIR}/../sys/dev/acpica; \
277	for h in acpiio.h acpi_hpet.h; do \
278		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/dev/acpica/$$h \
279		    ${DESTDIR}${INCLUDEDIR}/dev/acpica; \
280	done
281	cd ${.CURDIR}/../sys/dev/agp; \
282	for h in agpreg.h; do \
283		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/dev/agp/$$h \
284		    ${DESTDIR}${INCLUDEDIR}/dev/agp; \
285	done
286	cd ${.CURDIR}/../sys/dev/bktr; \
287	for h in ioctl_*.h; do \
288		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/dev/bktr/$$h \
289		    ${DESTDIR}${INCLUDEDIR}/dev/bktr; \
290	done
291.if ${MK_NAND} != "no"
292	cd ${.CURDIR}/../sys/dev/nand; \
293	for h in nandsim.h nand_dev.h; do \
294		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/dev/nand/$$h \
295		    ${DESTDIR}${INCLUDEDIR}/dev/nand; \
296	done
297.endif
298	cd ${.CURDIR}/../sys/dev/evdev; \
299	for h in input.h input-event-codes.h uinput.h; do \
300		ln -fs ../../../../sys/dev/evdev/$$h \
301		    ${DESTDIR}${INCLUDEDIR}/dev/evdev; \
302	done
303	cd ${.CURDIR}/../sys/dev/hyperv/include; \
304	for h in hyperv.h; do \
305		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/dev/hyperv/include/$$h \
306		    ${DESTDIR}${INCLUDEDIR}/dev/hyperv; \
307	done
308	cd ${.CURDIR}/../sys/dev/hyperv/utilities; \
309	for h in hv_snapshot.h; do \
310		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/dev/hyperv/utilities/$$h \
311		    ${DESTDIR}${INCLUDEDIR}/dev/hyperv; \
312	done
313	cd ${.CURDIR}/../sys/dev/pci; \
314	for h in pcireg.h; do \
315		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/dev/pci/$$h \
316		    ${DESTDIR}${INCLUDEDIR}/dev/pci; \
317	done
318.for i in ${LSUBSUBDIRS}
319	cd ${.CURDIR}/../sys/$i; \
320	for h in *.h; do \
321		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
322	done
323.endfor
324.if ${MK_IPFILTER} != "no"
325	cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
326	for h in *.h; do \
327		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/contrib/ipfilter/netinet/$$h \
328		    ${DESTDIR}${INCLUDEDIR}/netinet; \
329	done
330.endif
331.if ${MK_PF} != "no"
332	cd ${.CURDIR}/../sys/netpfil/pf; \
333	for h in *.h; do \
334		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/netpfil/pf/$$h \
335		    ${DESTDIR}${INCLUDEDIR}/netpfil/pf; \
336	done
337.endif
338	cd ${.CURDIR}/../sys/crypto; \
339	for h in rijndael/rijndael.h; do \
340		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/crypto/$$h \
341		    ${DESTDIR}${INCLUDEDIR}/crypto; \
342	done
343	cd ${.CURDIR}/../sys/opencrypto; \
344	for h in *.h; do \
345		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/opencrypto/$$h \
346		    ${DESTDIR}${INCLUDEDIR}/crypto; \
347	done
348	cd ${.CURDIR}/../sys/${MACHINE}/include; \
349	for h in *.h; do \
350		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/${MACHINE}/include/$$h \
351		    ${DESTDIR}${INCLUDEDIR}/machine; \
352	done
353.if exists(${.CURDIR}/../sys/${MACHINE}/include/pc)
354	cd ${.CURDIR}/../sys/${MACHINE}/include/pc; \
355	for h in *.h; do \
356		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/${MACHINE}/include/pc/$$h \
357		    ${DESTDIR}${INCLUDEDIR}/machine/pc; \
358	done
359.endif
360.for _MARCH in ${_MARCHS}
361.if exists(${.CURDIR}/../sys/${_MARCH}/include)
362	${INSTALL} -d ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 755 \
363	    ${DESTDIR}${INCLUDEDIR}/${_MARCH}; \
364	cd ${.CURDIR}/../sys/${_MARCH}/include; \
365	for h in *.h; do \
366		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/${_MARCH}/include/$$h \
367		    ${DESTDIR}${INCLUDEDIR}/${_MARCH}; \
368	done
369.if exists(${.CURDIR}/../sys/${_MARCH}/include/pc)
370	${INSTALL} -d ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 755 \
371	    ${DESTDIR}${INCLUDEDIR}/${_MARCH}/pc; \
372	cd ${.CURDIR}/../sys/${_MARCH}/include/pc; \
373	for h in *.h; do \
374		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/${_MARCH}/include/pc/$$h \
375		    ${DESTDIR}${INCLUDEDIR}/${_MARCH}/pc; \
376	done
377.endif
378.endif
379.endfor
380	cd ${.CURDIR}/../sys/fs/cd9660; \
381	for h in *.h; do \
382		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/fs/cd9660/$$h \
383		    ${DESTDIR}${INCLUDEDIR}/isofs/cd9660; \
384	done
385	cd ${.CURDIR}/../sys/rpc; \
386	for h in types.h; do \
387		${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/rpc/$$h \
388		    ${DESTDIR}${INCLUDEDIR}/rpc; \
389	done
390.if ${MK_MLX5TOOL} != "no"
391	${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/dev/mlx5/mlx5io.h \
392	    ${SDESTDIR}${INCLUDEDIR}/dev/mlx5
393.endif
394
395.include <bsd.prog.mk>
396
397installincludes: ${SHARED}
398${SHARED}: compat
399
400.if ${MACHINE} == "host" && !defined(_SKIP_BUILD)
401# we're here because we are building a sysroot...
402# we need MACHINE et al set correctly
403HOST_MACHINE!= uname -m
404HOST_MACHINE_ARCH!= uname -p
405MACHINE:= ${HOST_MACHINE}
406MACHINE_ARCH:= ${HOST_MACHINE_ARCH}
407.endif
408