libssh: Remove local vis.c from the build.
[dragonfly.git] / include / Makefile
blobc07af864844ac8d764a6e0d97e2af87692140b36
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 $
4 # Doing a make install builds /usr/include
6 # The ``rm -rf''s used below are safe because rm doesn't follow symbolic
7 # links.
9 CLEANFILES= osreldate.h version vers.c vers.txt
10 SUBDIR= arpa protocols rpc rpcsvc xlocale
11 INCS= a.out.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 res_update.h resolv.h re_comp.h rmd160.h \
22 runetype.h search.h setjmp.h sgtty.h \
23 signal.h spawn.h 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 time.h \
27 timeconv.h \
28 timers.h ttyent.h \
29 uchar.h unistd.h ulimit.h utime.h utmp.h utmpx.h \
30 uuid.h vis.h \
31 wchar.h wctype.h wordexp.h xlocale.h
33 .if defined(WANT_HESIOD)
34 INCS+= hesiod.h
35 .endif
37 # Only for default SHARED=copies case
38 SHDRS= soundcard.h joystick.h
40 LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h sched.h \
41 semaphore.h syslog.h termios.h ucontext.h
43 # directories which also contain header files that need to be copied.
44 # Other directories, like 'bus' and 'netproto', are created using mtree.
46 # XXX allow these directories to not contain header files.
47 LDIRS= net netbt netgraph netgraph7 netinet netinet6 sys vm
49 # Subdirectories containing header files to copy. In symlink mode
50 # the subdirectory will be symlinked. Care must be taken to adjust
51 # LSYMSUBDIRS below to remove subdirectories whos parent directories.
52 # If you make a mistake, part of your source tree might get overwritten
53 # when buildworld is run.
55 LSUBDIRS= \
56 bus/cam bus/cam/scsi \
57 bus/cam bus/pccard bus/pci bus/isa bus/ppbus bus/smbus bus/u4b \
58 dev/disk/dm \
59 dev/disk/mpt/mpilib \
60 dev/misc/lpt dev/misc/ppi dev/misc/putter \
61 dev/netif/wi \
62 dev/raid/ciss dev/raid/mfi \
63 dev/smbus/smb \
64 dev/video/bktr dev/video/meteor \
65 gnu/vfs/ext2fs \
66 libprop \
67 net/bridge net/tap net/tun net/ppp_layer net/sl \
68 net/pf net/altq \
69 net/vlan net/ipfw net/ip6fw net/dummynet net/sppp net/ip_mroute \
70 net/ipfw3 net/ipfw3_basic net/ipfw3_layer2 net/ipfw3_layer4 \
71 net/ipfw3_nat net/dummynet3 \
72 net/lagg \
73 netgraph/UI netgraph/async netgraph/bpf netgraph/bridge \
74 netgraph/cisco netgraph/echo netgraph/eiface netgraph/etf \
75 netgraph/ether netgraph/fec netgraph/frame_relay netgraph/hole \
76 netgraph/iface netgraph/ksocket netgraph/l2tp netgraph/lmi \
77 netgraph/mppc netgraph/one2many netgraph/ppp \
78 netgraph/pppoe netgraph/pptpgre netgraph/rfc1490 netgraph/socket \
79 netgraph/tee netgraph/tty netgraph/vjc \
80 netgraph7/UI netgraph7/async netgraph7/bpf \
81 netgraph7/bridge netgraph7/cisco netgraph7/deflate netgraph7/echo \
82 netgraph7/eiface netgraph7/etf netgraph7/ether \
83 netgraph7/frame_relay netgraph7/hole netgraph7/hub \
84 netgraph7/iface netgraph7/ksocket netgraph7/l2tp netgraph7/lmi \
85 netgraph7/mppc netgraph7/one2many netgraph7/ppp netgraph7/pppoe \
86 netgraph7/pptpgre netgraph7/rfc1490 netgraph7/socket \
87 netgraph7/tcpmss netgraph7/tee netgraph7/tty netgraph7/vjc \
88 netproto/ipsec netproto/802_11 netproto/mpls \
89 netproto/key netproto/smb \
90 vfs/isofs/cd9660 vfs/puffs \
91 vfs/msdosfs vfs/nfs vfs/ntfs \
92 vfs/smbfs vfs/udf vfs/ufs vfs/hammer vfs/hammer2 \
93 vfs/autofs vfs/tmpfs
95 # For SHARED=symlinks, bus/cam is a symlink, so cam/scsi is taken care of
96 LSYMSUBDIRS= ${LSUBDIRS:Nbus/cam/scsi:Nnet/*:Nnetgraph/*:Nnetgraph7/*}
98 # For obsolete headers which need to be removed
99 RMHEADERS= machine/ansi.h sys/inttypes.h
101 # Define SHARED to indicate whether you want symbolic links to the system
102 # source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
103 # probably only useful for developers and should be avoided if you do not
104 # wish to tie your /usr/include and /usr/src together.
105 #SHARED= symlinks
106 SHARED?= copies
108 INCS+= osreldate.h
110 osreldate.h: ${.CURDIR}/../sys/conf/newvers.sh \
111 ${.CURDIR}/../sys/sys/param.h
112 @${ECHO} creating osreldate.h from newvers.sh
113 setvar PARAMFILE ${.CURDIR}/../sys/sys/param.h; \
114 . ${.CURDIR}/../sys/conf/newvers.sh; \
115 echo "$$COPYRIGHT" > osreldate.h; \
116 echo "#ifdef _KERNEL" >> osreldate.h; \
117 echo '#error "osreldate.h must not be used in the kernel, use sys/param.h"' >> osreldate.h; \
118 echo "#else" >> osreldate.h; \
119 echo "#undef __DragonFly_version" >> osreldate.h; \
120 echo "#define __DragonFly_version $$RELDATE" >> osreldate.h; \
121 echo "#endif" >> osreldate.h
123 .for i in ${LHDRS}
124 INCSLINKS+= sys/$i ${INCLUDEDIR}/$i
125 .endfor
126 .for i in ${MHDRS}
127 INCSLINKS+= machine/$i ${INCLUDEDIR}/$i
128 .endfor
129 INCSLINKS+= bus/cam ${INCLUDEDIR}/cam
130 INCSLINKS+= vfs/msdosfs ${INCLUDEDIR}/msdosfs
131 INCSLINKS+= vfs/isofs ${INCLUDEDIR}/isofs
132 INCSLINKS+= vfs/mfs ${INCLUDEDIR}/mfs
133 INCSLINKS+= vfs/nfs ${INCLUDEDIR}/nfs
134 INCSLINKS+= vfs/ntfs ${INCLUDEDIR}/ntfs
135 INCSLINKS+= vfs ${INCLUDEDIR}/fs
136 # this is for <ufs/ufs/...> and <ufs/ffs/...> paths used by ports
137 # It is hopefully a temporary hack until we have environments working.
138 INCSLINKS+= vfs ${INCLUDEDIR}/ufs
139 INCSLINKS+= ufs ${INCLUDEDIR}/vfs/ffs
140 INCSLINKS+= netproto/ipsec ${INCLUDEDIR}/netipsec
141 INCSLINKS+= netproto/key ${INCLUDEDIR}/netkey
142 INCSLINKS+= netproto/smb ${INCLUDEDIR}/netsmb
143 INCSLINKS+= bus/pccard ${INCLUDEDIR}/pccard
144 # Some 3rd party software looks for <floatingpoint.h>
145 INCSLINKS+= ieeefp.h ${INCLUDEDIR}/floatingpoint.h
147 # NOTE!
149 # machine/ header files come from the platform architecture and
150 # cpu/ header files come from the cpu architecture. All code outside
151 # of the machine header files ALWAYS #include's <machine/blah.h>. So
152 # if the platform architecture is missing a header file we have to
153 # copy it in from the cpu architecture. This way we do not have to
154 # create dozens of pure forwarding headers for files that platform
155 # architecture does not need to enhance.
157 mtree_setup:
158 .for i in ${LDIRS} ${LSYMSUBDIRS} machine cpu crypto dev/acpica
159 if [ -h ${DESTDIR}/usr/include/$i ]; then \
160 rm -f ${DESTDIR}/usr/include/$i; \
162 .endfor
163 mtree -deU -f ${.CURDIR}/../etc/mtree/BSD.include.dist \
164 -p ${DESTDIR}/usr/include
166 copies: mtree_setup
167 .for i in ${LDIRS} ${LSUBDIRS}
168 cd ${.CURDIR}/../sys; \
169 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
170 ${DESTDIR}/usr/include/$i
171 .endfor
172 cd ${.CURDIR}/../sys; \
173 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 crypto/rijndael/rijndael.h \
174 ${DESTDIR}/usr/include/crypto; \
175 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 opencrypto/*.h \
176 ${DESTDIR}/usr/include/crypto
177 cd ${.CURDIR}/../sys/dev/acpica; \
178 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 acpiio.h \
179 ${DESTDIR}/usr/include/dev/acpica
180 cd ${.CURDIR}/../sys/dev/misc/evdev; \
181 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 input.h \
182 ${DESTDIR}/usr/include/dev/misc/evdev
183 cd ${.CURDIR}/../sys/dev/misc/evdev; \
184 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 input-event-codes.h \
185 ${DESTDIR}/usr/include/dev/misc/evdev
186 .if exists(${.CURDIR}/../sys/cpu/${MACHINE_ARCH}/include)
187 cd ${.CURDIR}/../sys/cpu/${MACHINE_ARCH}/include; \
188 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
189 ${DESTDIR}/usr/include/cpu
190 # XXX this will cause quickworld to rebuild more junk
191 # then it needs to.
192 cpdup -o ${DESTDIR}/usr/include/cpu ${DESTDIR}/usr/include/machine
193 .endif
194 .if exists(${.CURDIR}/../sys/platform/${MACHINE_PLATFORM}/include)
195 cd ${.CURDIR}/../sys/platform/${MACHINE_PLATFORM}/include; \
196 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
197 ${DESTDIR}/usr/include/machine
198 .if exists(${.CURDIR}/../sys/platform/${MACHINE_PLATFORM}/include/pc)
199 cd ${.CURDIR}/../sys/platform/${MACHINE_PLATFORM}/include/pc; \
200 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
201 ${DESTDIR}/usr/include/machine/pc
202 .endif
203 .endif
204 .for i in ${SHDRS}
205 ${LN} -sf ../sys/$i ${DESTDIR}/usr/include/machine/$i
206 .endfor
207 .for i in ${RMHEADERS}
208 rm -f ${DESTDIR}/usr/include/$i
209 .endfor
211 symlinks: mtree_setup
212 @${ECHO} "Setting up symlinks to kernel source tree..."
213 .for i in ${LDIRS}
214 rm -rf ${DESTDIR}/usr/include/$i
215 ${LN} -s ../../sys/$i ${DESTDIR}/usr/include/$i
216 .endfor
217 rm -rf ${DESTDIR}/usr/include/crypto
218 ${LN} -s ../../sys/opencrypto ${DESTDIR}/usr/include/crypto
219 .for i in ${LSYMSUBDIRS}
220 rm -rf ${DESTDIR}/usr/include/$i
221 ${LN} -s ${i:C;[^/]+/?;../;g}../sys/$i ${DESTDIR}/usr/include/$i
222 .endfor
223 rm -rf ${DESTDIR}/usr/include/cpu
224 ${LN} -s ../../sys/cpu/${MACHINE_ARCH}/include ${DESTDIR}/usr/include/cpu
225 rm -rf ${DESTDIR}/usr/include/machine
226 cpdup ${.CURDIR}/../sys/cpu/${MACHINE_ARCH}/include \
227 ${DESTDIR}/usr/include/machine
228 cpdup -o ${.CURDIR}/../sys/platform/${MACHINE_PLATFORM}/include \
229 ${DESTDIR}/usr/include/machine
231 .include <bsd.prog.mk>
233 installincludes: ${SHARED}