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