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