]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - include/Makefile
Sort the entries by build knob, then MACHINE_ARCH like other areas of the tree
[FreeBSD/FreeBSD.git] / include / Makefile
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
8 CLEANFILES= osreldate.h version vers.c
9 SUBDIR= arpa protocols rpcsvc rpc xlocale
10 INCS=   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
30 INCS+=  vis.h
31
32 MHDRS=  float.h floatingpoint.h stdarg.h
33
34 PHDRS=  sched.h _semaphore.h
35
36 LHDRS=  aio.h errno.h fcntl.h linker_set.h poll.h stdatomic.h stdint.h \
37         syslog.h ucontext.h
38
39 LDIRS=  bsm cam geom net net80211 netgraph netinet netinet6 \
40         netipsec netnatm netsmb nfs nfsclient nfsserver sys vm
41
42 LSUBDIRS=       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         netgraph/atm netgraph/netflow \
54         security/audit \
55         security/mac_biba security/mac_bsdextended security/mac_lomac \
56         security/mac_mls security/mac_partition \
57         ufs/ffs ufs/ufs
58
59 LSUBSUBDIRS=    dev/mpt/mpilib
60
61 .if ${MK_BLUETOOTH} != "no"
62 LSUBSUBDIRS+=   netgraph/bluetooth/include
63 .endif
64
65 .if ${MK_CUSE} != "no"
66 LSUBDIRS+=      fs/cuse
67 .endif
68
69 .if ${MK_GSSAPI} != "no"
70 SUBDIR+=        gssapi
71 INCS+=          gssapi.h
72 .endif
73
74 .if ${MK_HESIOD} != "no"
75 INCS+=  hesiod.h
76 .endif
77
78 # Handle the #define aliases for libiconv
79 .if ${MK_ICONV} == "yes"
80 INCS+=          iconv.h
81 .endif
82
83 .if ${MK_USB} != "no"
84 LSUBDIRS+=      dev/usb
85 .endif
86
87 .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64"
88 _dev_powermac_nvram=    dev/powermac_nvram
89 .endif
90
91 # Define SHARED to indicate whether you want symbolic links to the system
92 # source (``symlinks''), or a separate copy (``copies'').  ``symlinks'' is
93 # probably only useful for developers and should be avoided if you do not
94 # wish to tie your /usr/include and /usr/src together.
95 #SHARED=        symlinks
96 SHARED?=        copies
97
98 INCS+=  osreldate.h
99
100 SYSDIR=                 ${.CURDIR}/../sys
101 NEWVERS_SH=             ${SYSDIR}/conf/newvers.sh
102 PARAM_H=                ${SYSDIR}/sys/param.h
103 MK_OSRELDATE_SH=        ${.CURDIR}/mk-osreldate.sh
104
105 osreldate.h vers.c: ${NEWVERS_SH} ${PARAM_H} ${MK_OSRELDATE_SH}
106         env ECHO="${ECHO}" \
107             MAKE="${MAKE}" \
108             NEWVERS_SH=${NEWVERS_SH} \
109             PARAM_H=${PARAM_H} \
110             SYSDIR=${SYSDIR} \
111             sh ${MK_OSRELDATE_SH}
112
113 .for i in ${LHDRS}
114 INCSLINKS+=     sys/$i ${INCLUDEDIR}/$i
115 .endfor
116 .for i in ${MHDRS}
117 INCSLINKS+=     machine/$i ${INCLUDEDIR}/$i
118 .endfor
119 .for i in ${PHDRS}
120 INCSLINKS+=     sys/$i ${INCLUDEDIR}/$i
121 .endfor
122
123 .if ${MACHINE} != ${MACHINE_CPUARCH}
124 _MARCHS=        ${MACHINE_CPUARCH}
125 .endif
126 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
127 _MARCHS+=       x86
128 .endif
129
130 .include <bsd.prog.mk>
131
132 installincludes: ${SHARED}
133 ${SHARED}: compat
134
135 # Take care of stale directory-level symlinks.
136 compat:
137 .for i in ${LDIRS} ${LSUBDIRS} machine ${_MARCHS} crypto
138         if [ -L ${DESTDIR}${INCLUDEDIR}/$i ]; then \
139                 rm -f ${DESTDIR}${INCLUDEDIR}/$i; \
140         fi
141 .endfor
142         mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \
143             -f ${.CURDIR}/../etc/mtree/BSD.include.dist \
144             -p ${DESTDIR}${INCLUDEDIR}
145
146 copies:
147 .for i in ${LDIRS} ${LSUBDIRS} ${LSUBSUBDIRS} altq crypto machine machine/pc \
148         ${_MARCHS}
149 .if exists(${DESTDIR}${INCLUDEDIR}/$i)
150         cd ${DESTDIR}${INCLUDEDIR}/$i; \
151         for h in *.h; do \
152                 if [ -L $$h ]; then rm -f $$h; fi; \
153         done
154 .endif
155 .endfor
156 .for i in ${LDIRS} ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/bktr:Ndev/nand:Ndev/pci} ${LSUBSUBDIRS}
157         cd ${.CURDIR}/../sys; \
158         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
159             ${DESTDIR}${INCLUDEDIR}/$i
160 .endfor
161         cd ${.CURDIR}/../sys/dev/acpica; \
162         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 acpiio.h \
163             ${DESTDIR}${INCLUDEDIR}/dev/acpica; \
164         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 acpi_hpet.h \
165             ${DESTDIR}${INCLUDEDIR}/dev/acpica
166         cd ${.CURDIR}/../sys/dev/agp; \
167         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 agpreg.h \
168             ${DESTDIR}${INCLUDEDIR}/dev/agp
169         cd ${.CURDIR}/../sys/dev/bktr; \
170         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ioctl_*.h \
171             ${DESTDIR}${INCLUDEDIR}/dev/bktr
172 .if ${MK_NAND} != "no"
173         cd ${.CURDIR}/../sys/dev/nand; \
174         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 nandsim.h \
175             ${DESTDIR}${INCLUDEDIR}/dev/nand; \
176         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 nand_dev.h \
177             ${DESTDIR}${INCLUDEDIR}/dev/nand
178 .endif
179         cd ${.CURDIR}/../sys/dev/pci; \
180         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 pcireg.h \
181             ${DESTDIR}${INCLUDEDIR}/dev/pci
182         cd ${.CURDIR}/../sys/contrib/altq/altq; \
183         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
184             ${DESTDIR}${INCLUDEDIR}/altq
185         cd ${.CURDIR}/../sys/fs/cd9660/; \
186         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
187             ${DESTDIR}${INCLUDEDIR}/isofs/cd9660
188 .if ${MK_IPFILTER} != "no"
189         cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
190         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
191             ${DESTDIR}${INCLUDEDIR}/netinet
192 .endif
193 .if ${MK_PF} != "no"
194         cd ${.CURDIR}/../sys/netpfil/pf; \
195         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
196             ${DESTDIR}${INCLUDEDIR}/netpfil/pf
197 .endif
198         cd ${.CURDIR}/../sys/crypto; \
199         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 rijndael/rijndael.h \
200             ${DESTDIR}${INCLUDEDIR}/crypto
201         cd ${.CURDIR}/../sys/opencrypto; \
202         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
203             ${DESTDIR}${INCLUDEDIR}/crypto
204         cd ${.CURDIR}/../sys/${MACHINE}/include; \
205         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
206             ${DESTDIR}${INCLUDEDIR}/machine
207 .if exists(${.CURDIR}/../sys/${MACHINE}/include/pc)
208         cd ${.CURDIR}/../sys/${MACHINE}/include/pc; \
209         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
210             ${DESTDIR}${INCLUDEDIR}/machine/pc
211 .endif
212 .for _MARCH in ${_MARCHS}
213 .if exists(${.CURDIR}/../sys/${_MARCH}/include)
214         ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \
215             ${DESTDIR}${INCLUDEDIR}/${_MARCH}; \
216         cd ${.CURDIR}/../sys/${_MARCH}/include; \
217         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
218             ${DESTDIR}${INCLUDEDIR}/${_MARCH}
219 .if exists(${.CURDIR}/../sys/${_MARCH}/include/pc)
220         ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \
221             ${DESTDIR}${INCLUDEDIR}/${_MARCH}/pc; \
222         cd ${.CURDIR}/../sys/${_MARCH}/include/pc; \
223         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
224             ${DESTDIR}${INCLUDEDIR}/${_MARCH}/pc
225 .endif
226 .endif
227 .endfor
228         cd ${.CURDIR}/../sys/rpc; \
229         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 types.h \
230             ${DESTDIR}${INCLUDEDIR}/rpc
231         cd ${.CURDIR}/../sys/teken; \
232         ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 teken.h \
233             ${DESTDIR}${INCLUDEDIR}/teken
234
235 symlinks:
236         @${ECHO} "Setting up symlinks to kernel source tree..."
237 .for i in ${LDIRS}
238         cd ${.CURDIR}/../sys/$i; \
239         for h in *.h; do \
240                 ln -fs ../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
241         done
242 .endfor
243 .for i in ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/bktr:Ndev/nand:Ndev/pci}
244         cd ${.CURDIR}/../sys/$i; \
245         for h in *.h; do \
246                 ln -fs ../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
247         done
248 .endfor
249         cd ${.CURDIR}/../sys/dev/acpica; \
250         for h in acpiio.h acpi_hpet.h; do \
251                 ln -fs ../../../../sys/dev/acpica/$$h \
252                     ${DESTDIR}${INCLUDEDIR}/dev/acpica; \
253         done
254         cd ${.CURDIR}/../sys/dev/agp; \
255         for h in agpreg.h; do \
256                 ln -fs ../../../../sys/dev/agp/$$h \
257                     ${DESTDIR}${INCLUDEDIR}/dev/agp; \
258         done
259         cd ${.CURDIR}/../sys/dev/bktr; \
260         for h in ioctl_*.h; do \
261                 ln -fs ../../../../sys/dev/bktr/$$h \
262                     ${DESTDIR}${INCLUDEDIR}/dev/bktr; \
263         done
264 .if ${MK_NAND} != "no"
265         cd ${.CURDIR}/../sys/dev/nand; \
266         for h in nandsim.h nand_dev.h; do \
267                 ln -fs ../../../../sys/dev/nand/$$h \
268                     ${DESTDIR}${INCLUDEDIR}/dev/nand; \
269         done
270 .endif
271         cd ${.CURDIR}/../sys/dev/pci; \
272         for h in pcireg.h; do \
273                 ln -fs ../../../../sys/dev/pci/$$h \
274                     ${DESTDIR}${INCLUDEDIR}/dev/pci; \
275         done
276 .for i in ${LSUBSUBDIRS}
277         cd ${.CURDIR}/../sys/$i; \
278         for h in *.h; do \
279                 ln -fs ../../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
280         done
281 .endfor
282         cd ${.CURDIR}/../sys/contrib/altq/altq; \
283         for h in *.h; do \
284                 ln -fs ../../../sys/contrib/altq/altq/$$h \
285                     ${DESTDIR}${INCLUDEDIR}/altq; \
286         done
287 .if ${MK_IPFILTER} != "no"
288         cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
289         for h in *.h; do \
290                 ln -fs ../../../sys/contrib/ipfilter/netinet/$$h \
291                     ${DESTDIR}${INCLUDEDIR}/netinet; \
292         done
293 .endif
294 .if ${MK_PF} != "no"
295         cd ${.CURDIR}/../sys/netpfil/pf; \
296         for h in *.h; do \
297                 ln -fs ../../../../sys/netpfil/pf/$$h \
298                     ${DESTDIR}${INCLUDEDIR}/netpfil/pf; \
299         done
300 .endif
301         cd ${.CURDIR}/../sys/crypto; \
302         for h in rijndael/rijndael.h; do \
303                 ln -fs ../../../sys/crypto/$$h \
304                     ${DESTDIR}${INCLUDEDIR}/crypto; \
305         done
306         cd ${.CURDIR}/../sys/opencrypto; \
307         for h in *.h; do \
308                 ln -fs ../../../sys/opencrypto/$$h \
309                     ${DESTDIR}${INCLUDEDIR}/crypto; \
310         done
311         cd ${.CURDIR}/../sys/${MACHINE}/include; \
312         for h in *.h; do \
313                 ln -fs ../../../sys/${MACHINE}/include/$$h \
314                     ${DESTDIR}${INCLUDEDIR}/machine; \
315         done
316 .if exists(${.CURDIR}/../sys/${MACHINE}/include/pc)
317         cd ${.CURDIR}/../sys/${MACHINE}/include/pc; \
318         for h in *.h; do \
319                 ln -fs ../../../../sys/${MACHINE}/include/pc/$$h \
320                     ${DESTDIR}${INCLUDEDIR}/machine/pc; \
321         done
322 .endif
323 .for _MARCH in ${_MARCHS}
324 .if exists(${.CURDIR}/../sys/${_MARCH}/include)
325         ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \
326             ${DESTDIR}${INCLUDEDIR}/${_MARCH}; \
327         cd ${.CURDIR}/../sys/${_MARCH}/include; \
328         for h in *.h; do \
329                 ln -fs ../../../sys/${_MARCH}/include/$$h \
330                     ${DESTDIR}${INCLUDEDIR}/${_MARCH}; \
331         done
332 .if exists(${.CURDIR}/../sys/${_MARCH}/include/pc)
333         ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \
334             ${DESTDIR}${INCLUDEDIR}/${_MARCH}/pc; \
335         cd ${.CURDIR}/../sys/${_MARCH}/include/pc; \
336         for h in *.h; do \
337                 ln -fs ../../../../sys/${_MARCH}/include/pc/$$h \
338                     ${DESTDIR}${INCLUDEDIR}/${_MARCH}/pc; \
339         done
340 .endif
341 .endif
342 .endfor
343         cd ${.CURDIR}/../sys/fs/cd9660; \
344         for h in *.h; do \
345                 ln -fs ../../../../sys/fs/cd9660/$$h \
346                     ${DESTDIR}${INCLUDEDIR}/isofs/cd9660; \
347         done
348         cd ${.CURDIR}/../sys/rpc; \
349         for h in types.h; do \
350                 ln -fs ../../../sys/rpc/$$h \
351                     ${DESTDIR}${INCLUDEDIR}/rpc; \
352         done