xref: /freebsd/include/Makefile (revision ff0ba87247820afbdfdc1b307c803f7923d0e4d3)
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_ieee488} 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/usb dev/utopia dev/vkbd dev/wi \
48	fs/cuse \
49	fs/devfs fs/fdescfs fs/msdosfs fs/nandfs fs/nfs fs/nullfs \
50	fs/procfs fs/smbfs fs/udf fs/unionfs \
51	geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \
52	geom/mirror geom/mountver geom/multipath geom/nop \
53	geom/raid geom/raid3 geom/shsec geom/stripe geom/virstor \
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 ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64"
63_dev_powermac_nvram=	dev/powermac_nvram
64.endif
65
66.if ${MK_GPIB} != "no"
67_dev_ieee488=	dev/ieee488
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.if ${MK_BLUETOOTH} != "no"
80LSUBSUBDIRS+=	netgraph/bluetooth/include
81.endif
82
83# Handle the #define aliases for libiconv
84.if ${MK_ICONV} == "yes"
85INCS+=		iconv.h
86.endif
87
88
89# Define SHARED to indicate whether you want symbolic links to the system
90# source (``symlinks''), or a separate copy (``copies'').  ``symlinks'' is
91# probably only useful for developers and should be avoided if you do not
92# wish to tie your /usr/include and /usr/src together.
93#SHARED=	symlinks
94SHARED?=	copies
95
96INCS+=	osreldate.h
97
98SYSDIR=			${.CURDIR}/../sys
99NEWVERS_SH=		${SYSDIR}/conf/newvers.sh
100PARAM_H=		${SYSDIR}/sys/param.h
101MK_OSRELDATE_SH=	${.CURDIR}/mk-osreldate.sh
102
103osreldate.h vers.c: ${NEWVERS_SH} ${PARAM_H} ${MK_OSRELDATE_SH}
104	env ECHO="${ECHO}" \
105	    MAKE="${MAKE}" \
106	    NEWVERS_SH=${NEWVERS_SH} \
107	    PARAM_H=${PARAM_H} \
108	    SYSDIR=${SYSDIR} \
109	    sh ${MK_OSRELDATE_SH}
110
111.for i in ${LHDRS}
112INCSLINKS+=	sys/$i ${INCLUDEDIR}/$i
113.endfor
114.for i in ${MHDRS}
115INCSLINKS+=	machine/$i ${INCLUDEDIR}/$i
116.endfor
117.for i in ${PHDRS}
118INCSLINKS+=	sys/$i ${INCLUDEDIR}/$i
119.endfor
120
121.if ${MACHINE} != ${MACHINE_CPUARCH}
122_MARCHS=	${MACHINE_CPUARCH}
123.endif
124.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
125_MARCHS+=	x86
126.endif
127
128.include <bsd.prog.mk>
129
130installincludes: ${SHARED}
131${SHARED}: compat
132
133# Take care of stale directory-level symlinks.
134compat:
135.for i in ${LDIRS} ${LSUBDIRS} machine ${_MARCHS} crypto
136	if [ -L ${DESTDIR}${INCLUDEDIR}/$i ]; then \
137		rm -f ${DESTDIR}${INCLUDEDIR}/$i; \
138	fi
139.endfor
140	mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \
141	    -f ${.CURDIR}/../etc/mtree/BSD.include.dist \
142	    -p ${DESTDIR}${INCLUDEDIR}
143
144copies:
145.for i in ${LDIRS} ${LSUBDIRS} ${LSUBSUBDIRS} altq crypto machine machine/pc \
146	${_MARCHS}
147.if exists(${DESTDIR}${INCLUDEDIR}/$i)
148	cd ${DESTDIR}${INCLUDEDIR}/$i; \
149	for h in *.h; do \
150		if [ -L $$h ]; then rm -f $$h; fi; \
151	done
152.endif
153.endfor
154.for i in ${LDIRS} ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/bktr:Ndev/nand:Ndev/pci} ${LSUBSUBDIRS}
155	cd ${.CURDIR}/../sys; \
156	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
157	    ${DESTDIR}${INCLUDEDIR}/$i
158.endfor
159	cd ${.CURDIR}/../sys/dev/acpica; \
160	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 acpiio.h \
161	    ${DESTDIR}${INCLUDEDIR}/dev/acpica; \
162	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 acpi_hpet.h \
163	    ${DESTDIR}${INCLUDEDIR}/dev/acpica
164	cd ${.CURDIR}/../sys/dev/agp; \
165	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 agpreg.h \
166	    ${DESTDIR}${INCLUDEDIR}/dev/agp
167	cd ${.CURDIR}/../sys/dev/bktr; \
168	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ioctl_*.h \
169	    ${DESTDIR}${INCLUDEDIR}/dev/bktr
170.if ${MK_NAND} != "no"
171	cd ${.CURDIR}/../sys/dev/nand; \
172	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 nandsim.h \
173	    ${DESTDIR}${INCLUDEDIR}/dev/nand; \
174	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 nand_dev.h \
175	    ${DESTDIR}${INCLUDEDIR}/dev/nand
176.endif
177	cd ${.CURDIR}/../sys/dev/pci; \
178	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 pcireg.h \
179	    ${DESTDIR}${INCLUDEDIR}/dev/pci
180	cd ${.CURDIR}/../sys/contrib/altq/altq; \
181	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
182	    ${DESTDIR}${INCLUDEDIR}/altq
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	cd ${.CURDIR}/../sys/contrib/altq/altq; \
281	for h in *.h; do \
282		ln -fs ../../../sys/contrib/altq/altq/$$h \
283		    ${DESTDIR}${INCLUDEDIR}/altq; \
284	done
285.if ${MK_IPFILTER} != "no"
286	cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
287	for h in *.h; do \
288		ln -fs ../../../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		ln -fs ../../../../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		ln -fs ../../../sys/crypto/$$h \
302		    ${DESTDIR}${INCLUDEDIR}/crypto; \
303	done
304	cd ${.CURDIR}/../sys/opencrypto; \
305	for h in *.h; do \
306		ln -fs ../../../sys/opencrypto/$$h \
307		    ${DESTDIR}${INCLUDEDIR}/crypto; \
308	done
309	cd ${.CURDIR}/../sys/${MACHINE}/include; \
310	for h in *.h; do \
311		ln -fs ../../../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		ln -fs ../../../../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 -o ${BINOWN} -g ${BINGRP} -m 755 \
324	    ${DESTDIR}${INCLUDEDIR}/${_MARCH}; \
325	cd ${.CURDIR}/../sys/${_MARCH}/include; \
326	for h in *.h; do \
327		ln -fs ../../../sys/${_MARCH}/include/$$h \
328		    ${DESTDIR}${INCLUDEDIR}/${_MARCH}; \
329	done
330.if exists(${.CURDIR}/../sys/${_MARCH}/include/pc)
331	${INSTALL} -d -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		ln -fs ../../../../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		ln -fs ../../../../sys/fs/cd9660/$$h \
344		    ${DESTDIR}${INCLUDEDIR}/isofs/cd9660; \
345	done
346	cd ${.CURDIR}/../sys/rpc; \
347	for h in types.h; do \
348		ln -fs ../../../sys/rpc/$$h \
349		    ${DESTDIR}${INCLUDEDIR}/rpc; \
350	done
351