drm/linux: Improve put_user()
[dragonfly.git] / include / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 1/4/94
2 # $FreeBSD: src/include/Makefile,v 1.109.2.27 2003/01/24 05:12:29 sam Exp $
3 #
4 # Doing a make install builds /usr/include
5 #
6 # The ``rm -rf''s used below are safe because rm doesn't follow symbolic
7 # links.
8
9 CLEANFILES= osreldate.h version vers.c vers.txt
10 SUBDIR= arpa protocols rpc rpcsvc xlocale
11 INCS=   a.out.h alloca.h ar.h assert.h bitstring.h cpio.h ctype.h db.h \
12         dirent.h disktab.h \
13         dlfcn.h elf.h elf-hints.h err.h float.h fmtmsg.h fnmatch.h fstab.h \
14         fts.h ftw.h getopt.h glob.h grp.h \
15         iconv.h ieeefp.h ifaddrs.h iso646.h inttypes.h kenv.h \
16         langinfo.h libgen.h limits.h link.h locale.h memory.h \
17         mntopts.h mpool.h mqueue.h monetary.h ndbm.h netconfig.h \
18         netdb.h nl_types.h nlist.h nss.h nsswitch.h objformat.h \
19         paths.h printf.h pthread.h pthread_np.h pwd.h \
20         ranlib.h readpassphrase.h \
21         re_comp.h resolv.h res_update.h runetype.h \
22         search.h semaphore.h setjmp.h signal.h spawn.h \
23         stdalign.h stdarg.h stdbool.h \
24         stddef.h stdint.h stdio.h stdlib.h stdnoreturn.h \
25         string.h stringlist.h strings.h sysexits.h \
26         tar.h termios.h time.h \
27         timeconv.h \
28         timers.h ttyent.h \
29         uchar.h unistd.h ulimit.h utime.h utmpx.h \
30         uuid.h vis.h \
31         wchar.h wctype.h wordexp.h xlocale.h
32
33 .if defined(WANT_HESIOD)
34 INCS+=  hesiod.h
35 .endif
36
37 # Only for default SHARED=copies case
38 SHDRS=  soundcard.h joystick.h
39
40 LHDRS=  aio.h errno.h fcntl.h linker_set.h poll.h sched.h syslog.h ucontext.h
41
42 # directories which also contain header files that need to be copied.
43 # Other directories, like 'bus' and 'netproto', are created using mtree.
44 #
45 # XXX allow these directories to not contain header files.
46 LDIRS=  net netbt netgraph netgraph7 netinet netinet6 sys vm
47
48 # Subdirectories containing header files to copy.  In symlink mode
49 # the subdirectory will be symlinked.  Care must be taken to adjust
50 # LSYMSUBDIRS below to remove subdirectories whos parent directories.
51 # If you make a mistake, part of your source tree might get overwritten
52 # when buildworld is run.
53 #
54 LSUBDIRS= \
55         bus/cam bus/cam/scsi \
56         bus/cam bus/pccard bus/pci bus/isa bus/ppbus bus/smbus bus/u4b \
57         dev/disk/dm \
58         dev/disk/mpt/mpilib \
59         dev/misc/lpt dev/misc/ppi \
60         dev/netif/wi \
61         dev/raid/ciss dev/raid/mfi \
62         dev/smbus/smb \
63         dev/video/bktr dev/video/meteor \
64         gnu/vfs/ext2fs \
65         libprop \
66         net/bridge net/tap net/tun net/ppp_layer net/sl \
67         net/pf net/altq \
68         net/vlan net/ipfw net/ip6fw net/dummynet net/sppp net/ip_mroute \
69         net/ipfw3 net/ipfw3_basic net/ipfw3_layer2 net/ipfw3_layer4 \
70         net/ipfw3_nat net/dummynet3 \
71         net/lagg \
72         netgraph/UI netgraph/async netgraph/bpf netgraph/bridge \
73         netgraph/cisco netgraph/echo netgraph/eiface netgraph/etf \
74         netgraph/ether netgraph/fec netgraph/frame_relay netgraph/hole \
75         netgraph/iface netgraph/ksocket netgraph/l2tp netgraph/lmi \
76         netgraph/mppc netgraph/one2many netgraph/ppp \
77         netgraph/pppoe netgraph/pptpgre netgraph/rfc1490 netgraph/socket \
78         netgraph/tee netgraph/tty netgraph/vjc \
79         netgraph7/UI netgraph7/async netgraph7/bpf \
80         netgraph7/bridge netgraph7/cisco netgraph7/deflate netgraph7/echo \
81         netgraph7/eiface netgraph7/etf netgraph7/ether \
82         netgraph7/frame_relay netgraph7/hole netgraph7/hub \
83         netgraph7/iface netgraph7/ksocket netgraph7/l2tp netgraph7/lmi \
84         netgraph7/mppc netgraph7/one2many netgraph7/ppp netgraph7/pppoe \
85         netgraph7/pptpgre netgraph7/rfc1490 netgraph7/socket \
86         netgraph7/tcpmss netgraph7/tee netgraph7/tty netgraph7/vjc \
87         netproto/802_11 netproto/mpls netproto/smb \
88         vfs/isofs/cd9660 \
89         vfs/msdosfs vfs/nfs vfs/ntfs \
90         vfs/smbfs vfs/udf vfs/ufs vfs/hammer vfs/hammer2 \
91         vfs/autofs vfs/fuse vfs/tmpfs
92
93 # For SHARED=symlinks, bus/cam is a symlink, so cam/scsi is taken care of
94 LSYMSUBDIRS=    ${LSUBDIRS:Nbus/cam/scsi:Nnet/*:Nnetgraph/*:Nnetgraph7/*}
95
96 # For obsolete headers which need to be removed
97 RMHEADERS=      machine/ansi.h sys/inttypes.h
98
99 # Define SHARED to indicate whether you want symbolic links to the system
100 # source (``symlinks''), or a separate copy (``copies'').  ``symlinks'' is
101 # probably only useful for developers and should be avoided if you do not
102 # wish to tie your /usr/include and /usr/src together.
103 #SHARED=        symlinks
104 SHARED?=        copies
105
106 INCS+=  osreldate.h
107
108 osreldate.h:    ${.CURDIR}/../sys/conf/newvers.sh \
109                 ${.CURDIR}/../sys/sys/param.h
110         @${ECHO} creating osreldate.h from newvers.sh
111         setvar PARAMFILE ${.CURDIR}/../sys/sys/param.h; \
112         . ${.CURDIR}/../sys/conf/newvers.sh "${.CURDIR}/.." ;   \
113         echo "$$COPYRIGHT" > osreldate.h;                       \
114         echo "#ifdef _KERNEL" >> osreldate.h;                   \
115         echo '#error "osreldate.h must not be used in the kernel, use sys/param.h"' >> osreldate.h; \
116         echo "#else" >> osreldate.h;                            \
117         echo "#undef __DragonFly_version" >> osreldate.h;       \
118         echo "#define __DragonFly_version $$RELDATE" >> osreldate.h; \
119         echo "#endif" >> osreldate.h
120
121 .for i in ${LHDRS}
122 INCSLINKS+=     sys/$i ${INCLUDEDIR}/$i
123 .endfor
124 .for i in ${MHDRS}
125 INCSLINKS+=     machine/$i ${INCLUDEDIR}/$i
126 .endfor
127 # For smbfs contrib.
128 INCSLINKS+=     netproto/smb ${INCLUDEDIR}/netsmb
129 # Some 3rd party software looks for <floatingpoint.h>
130 INCSLINKS+=     ieeefp.h ${INCLUDEDIR}/floatingpoint.h
131
132 # NOTE!
133 #
134 # machine/ header files come from the platform architecture and
135 # cpu/ header files come from the cpu architecture.  All code outside
136 # of the machine header files ALWAYS #include's <machine/blah.h>.  So
137 # if the platform architecture is missing a header file we have to
138 # copy it in from the cpu architecture.  This way we do not have to
139 # create dozens of pure forwarding headers for files that platform
140 # architecture does not need to enhance.
141
142 mtree_setup:
143 .for i in ${LDIRS} ${LSYMSUBDIRS} machine cpu crypto dev/acpica
144         if [ -h ${DESTDIR}/usr/include/$i ]; then \
145                 rm -f ${DESTDIR}/usr/include/$i; \
146         fi
147 .endfor
148         mtree -deU -f ${.CURDIR}/../etc/mtree/BSD.include.dist \
149                 -p ${DESTDIR}/usr/include
150
151 copies:         mtree_setup
152 .for i in ${LDIRS} ${LSUBDIRS}
153         cd ${.CURDIR}/../sys; \
154                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
155                 ${DESTDIR}/usr/include/$i
156 .endfor
157         cd ${.CURDIR}/../sys; \
158                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 crypto/rijndael/rijndael.h \
159                 ${DESTDIR}/usr/include/crypto; \
160                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 opencrypto/*.h \
161                 ${DESTDIR}/usr/include/crypto
162         cd ${.CURDIR}/../sys/dev/acpica; \
163                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 acpiio.h \
164                 ${DESTDIR}/usr/include/dev/acpica
165         cd ${.CURDIR}/../sys/dev/misc/evdev; \
166                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 input.h \
167                 ${DESTDIR}/usr/include/dev/misc/evdev
168         cd ${.CURDIR}/../sys/dev/misc/evdev; \
169                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 input-event-codes.h \
170                 ${DESTDIR}/usr/include/dev/misc/evdev
171         cd ${.CURDIR}/../sys/dev/misc/evdev; \
172                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 input.h \
173                 ${DESTDIR}/usr/include/compat/linux
174         cd ${.CURDIR}/../sys/dev/misc/evdev; \
175                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 input-event-codes.h \
176                 ${DESTDIR}/usr/include/compat/linux
177         cd ${.CURDIR}/../sys/dev/drm/include/linux; \
178                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 compiler.h \
179                 ${DESTDIR}/usr/include/compat/linux
180         cd ${.CURDIR}/../sys/dev/drm/include/linux; \
181                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 posix_types.h \
182                 ${DESTDIR}/usr/include/compat/linux
183         cd ${.CURDIR}/../sys/dev/drm/include/linux; \
184                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 types.h \
185                 ${DESTDIR}/usr/include/compat/linux
186         cd ${.CURDIR}/../sys/dev/drm/include/uapi; \
187                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 asm-generic/int-ll64.h \
188                 ${DESTDIR}/usr/include/compat/uapi/asm-generic
189         cd ${.CURDIR}/../sys/dev/drm/include/uapi; \
190                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 linux/types.h \
191                 ${DESTDIR}/usr/include/compat/uapi/linux
192         cd ${.CURDIR}/../sys/dev/drm/include/asm; \
193                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 bitsperlong.h \
194                 ${DESTDIR}/usr/include/compat/asm
195         cd ${.CURDIR}/../sys/dev/drm/include/asm; \
196                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 int-ll64.h \
197                 ${DESTDIR}/usr/include/compat/asm
198         cd ${.CURDIR}/../sys/dev/drm/include/asm; \
199                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ioctl.h \
200                 ${DESTDIR}/usr/include/compat/asm
201 .if exists(${.CURDIR}/../sys/cpu/${MACHINE_ARCH}/include)
202         cd ${.CURDIR}/../sys/cpu/${MACHINE_ARCH}/include; \
203                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
204                 ${DESTDIR}/usr/include/cpu
205         # XXX this will cause quickworld to rebuild more junk
206         # then it needs to.
207         cpdup -o ${DESTDIR}/usr/include/cpu ${DESTDIR}/usr/include/machine
208 .endif
209 .if exists(${.CURDIR}/../sys/platform/${MACHINE_PLATFORM}/include)
210         cd ${.CURDIR}/../sys/platform/${MACHINE_PLATFORM}/include; \
211                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
212                 ${DESTDIR}/usr/include/machine
213 .if exists(${.CURDIR}/../sys/platform/${MACHINE_PLATFORM}/include/pc)
214         cd ${.CURDIR}/../sys/platform/${MACHINE_PLATFORM}/include/pc; \
215                 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
216                 ${DESTDIR}/usr/include/machine/pc
217 .endif
218 .endif
219 .for i in ${SHDRS}
220         ${LN} -sf ../sys/$i ${DESTDIR}/usr/include/machine/$i
221 .endfor
222 .for i in ${RMHEADERS}
223         rm -f ${DESTDIR}/usr/include/$i
224 .endfor
225
226 symlinks:       mtree_setup
227         @${ECHO} "Setting up symlinks to kernel source tree..."
228 .for i in ${LDIRS}
229         rm -rf ${DESTDIR}/usr/include/$i
230         ${LN} -s ../../sys/$i ${DESTDIR}/usr/include/$i
231 .endfor
232         rm -rf ${DESTDIR}/usr/include/crypto
233         ${LN} -s ../../sys/opencrypto ${DESTDIR}/usr/include/crypto
234 .for i in ${LSYMSUBDIRS}
235         rm -rf ${DESTDIR}/usr/include/$i
236         ${LN} -s ${i:C;[^/]+/?;../;g}../sys/$i ${DESTDIR}/usr/include/$i
237 .endfor
238         rm -rf ${DESTDIR}/usr/include/cpu
239         ${LN} -s ../../sys/cpu/${MACHINE_ARCH}/include ${DESTDIR}/usr/include/cpu
240         rm -rf ${DESTDIR}/usr/include/machine
241         cpdup ${.CURDIR}/../sys/cpu/${MACHINE_ARCH}/include \
242                 ${DESTDIR}/usr/include/machine
243         cpdup -o ${.CURDIR}/../sys/platform/${MACHINE_PLATFORM}/include \
244                 ${DESTDIR}/usr/include/machine
245
246 .include <bsd.prog.mk>
247
248 installincludes: ${SHARED}