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