xref: /illumos-gate/usr/src/head/Makefile (revision b6805bf78d2bbbeeaea8909a05623587b42d58b3)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25# head/Makefile
26#
27# include global definitions
28include ../Makefile.master
29
30sparc_HDRS=
31i386_HDRS=	stack_unwind.h
32
33# Headers are listed one per line so that TeamWare can auto-merge most changes
34
35KRB5HDRS= mit_copyright.h mit-sipb-copyright.h
36
37ATTRDB_HDRS=	secdb.h auth_attr.h exec_attr.h prof_attr.h user_attr.h \
38	auth_list.h
39
40HDRS=   $($(MACH)_HDRS)  $(ATTRDB_HDRS) \
41	aio.h		\
42	alloca.h	\
43	apptrace.h	\
44	apptrace_impl.h	\
45	ar.h		\
46	archives.h	\
47	assert.h	\
48	atomic.h	\
49	attr.h		\
50	config_admin.h	\
51	cpio.h		\
52	crypt.h		\
53	ctype.h		\
54	deflt.h		\
55	devid.h		\
56	devmgmt.h	\
57	devpoll.h	\
58	dial.h		\
59	dirent.h	\
60	dlfcn.h		\
61	door.h		\
62	elf.h		\
63	err.h		\
64	errno.h		\
65	euc.h		\
66	exacct.h	\
67	exacct_impl.h	\
68	execinfo.h	\
69	fatal.h		\
70	fcntl.h		\
71	float.h		\
72	fmtmsg.h	\
73	fnmatch.h	\
74	ftw.h		\
75	gelf.h		\
76	getopt.h	\
77	getwidth.h	\
78	glob.h		\
79	grp.h		\
80	iconv.h		\
81	ieeefp.h	\
82	ifaddrs.h	\
83	inttypes.h	\
84	iso646.h	\
85	klpd.h		\
86	langinfo.h	\
87	lastlog.h	\
88	lber.h		\
89	ldap.h		\
90	libelf.h	\
91	libgen.h	\
92	libintl.h	\
93	libw.h		\
94	libzonecfg.h	\
95	limits.h	\
96	linenum.h	\
97	link.h		\
98	listen.h	\
99	locale.h	\
100	macros.h	\
101	malloc.h	\
102	mdmn_changelog.h	\
103	memory.h	\
104	meta.h		\
105	meta_runtime.h	\
106	metadyn.h	\
107	mon.h		\
108	monetary.h	\
109	mp.h		\
110	mqueue.h	\
111	nan.h		\
112	ndbm.h		\
113	ndpd.h		\
114	netconfig.h	\
115	netdb.h		\
116	netdir.h	\
117	nl_types.h	\
118	nlist.h		\
119	note.h		\
120	nsctl.h		\
121	nsswitch.h	\
122	nss_common.h	\
123	nss_dbdefs.h	\
124	nss_netdir.h	\
125	paths.h		\
126	pcsample.h	\
127	pfmt.h		\
128	pkgdev.h	\
129	pkginfo.h	\
130	pkglocs.h	\
131	pkgstrct.h	\
132	pkgtrans.h	\
133	poll.h		\
134	port.h		\
135	priv.h		\
136	priv_utils.h	\
137	proc_service.h	\
138	procfs.h	\
139	prof.h		\
140	project.h	\
141	pthread.h	\
142	pw.h		\
143	pwd.h		\
144	rctl.h		\
145	re_comp.h	\
146	regex.h		\
147	regexp.h	\
148	resolv.h	\
149	rje.h		\
150	rtld_db.h	\
151	sac.h		\
152	sched.h		\
153	schedctl.h	\
154	sdssc.h		\
155	search.h	\
156	semaphore.h	\
157	setjmp.h	\
158	sgtty.h		\
159	shadow.h	\
160	siginfo.h	\
161	signal.h	\
162	spawn.h		\
163	stdarg.h	\
164	stdbool.h	\
165	stddef.h	\
166	stdint.h	\
167	stdio.h		\
168	stdio_ext.h	\
169	stdio_tag.h	\
170	stdio_impl.h	\
171	stdlib.h	\
172	storclass.h	\
173	string.h	\
174	strings.h	\
175	stropts.h	\
176	synch.h		\
177	sysexits.h	\
178	syslog.h	\
179	syms.h		\
180	tar.h		\
181	termio.h	\
182	termios.h	\
183	thread.h	\
184	thread_db.h	\
185	time.h		\
186	tiuser.h	\
187	tzfile.h	\
188	ucontext.h	\
189	ucred.h		\
190	ulimit.h	\
191	unistd.h	\
192	userdefs.h	\
193	ustat.h		\
194	utime.h		\
195	utmp.h		\
196	utmpx.h		\
197	valtools.h	\
198	values.h	\
199	varargs.h	\
200	wait.h		\
201	wchar.h		\
202	wchar_impl.h	\
203	wctype.h	\
204	widec.h		\
205	wordexp.h	\
206	xti.h		\
207	xti_inet.h	\
208	zone.h
209
210ISOHDRS = \
211	ctype_c99.h	\
212	ctype_iso.h	\
213	limits_iso.h	\
214	locale_iso.h	\
215	setjmp_iso.h  	\
216	signal_iso.h	\
217	stdarg_c99.h	\
218	stdarg_iso.h	\
219	stddef_iso.h	\
220	stdio_c99.h	\
221	stdio_iso.h	\
222	stdlib_c99.h	\
223	stdlib_iso.h	\
224	string_iso.h	\
225	time_iso.h	\
226	wchar_c99.h	\
227	wchar_iso.h	\
228	wctype_c99.h	\
229	wctype_iso.h
230
231ARPAHDRS = 		\
232	ftp.h		\
233	inet.h		\
234	nameser.h	\
235	telnet.h	\
236	tftp.h		\
237	nameser_compat.h
238
239AUDIOHDRS =		\
240	au.h
241
242UUIDHDRS =		\
243	uuid.h
244
245# rpcsvc headers which are just headers (not derived from a .x file)
246RPCSVC_SRC_HDRS =	\
247	bootparam.h	\
248	daemon_utils.h	\
249	dbm.h		\
250	nis_db.h	\
251	nislib.h	\
252	svc_dg_priv.h	\
253	yp_prot.h	\
254	ypclnt.h	\
255	yppasswd.h	\
256	ypupd.h		\
257	rpc_sztypes.h
258
259# rpcsvc headers which are generated from .x files
260RPCSVC_GEN_HDRS = \
261	bootparam_prot.h \
262	mount.h		\
263	nfs_prot.h	\
264	nfs4_prot.h	\
265	nis.h		\
266	rex.h		\
267	rquota.h	\
268	rstat.h		\
269	rusers.h	\
270	rwall.h		\
271	spray.h		\
272	ufs_prot.h	\
273	nfs_acl.h
274
275LVMRPCHDRS = \
276mhdx.h mdiox.h meta_basic.h metad.h metamed.h metamhd.h metacl.h
277
278SYMHDRASSERT = $(ROOT)/usr/include/iso/assert_iso.h
279SYMHDRERRNO = $(ROOT)/usr/include/iso/errno_iso.h
280SYMHDRFLOAT = $(ROOT)/usr/include/iso/float_iso.h
281SYMHDRISO646 = $(ROOT)/usr/include/iso/iso646_iso.h
282
283RPCGENFLAGS = -C -h
284rpcsvc/rwall.h :=	RPCGENFLAGS += -M
285meta_basic.h :=	RPCGENFLAGS += -M
286metad.h := RPCGENFLAGS += -M
287metamed.h := RPCGENFLAGS += -M
288mhdx.h := RPCGENFLAGS += -M
289mdiox.h := RPCGENFLAGS += -M
290metamhd.h := RPCGENFLAGS += -M
291metacl.h := RPCGENFLAGS += -M
292
293# rpcsvc rpcgen source (.x files)
294#
295# yp.x is an attempt at codifying what was hand coded in RPCL.
296# Unfortunately it doesn't quite work. (The handcoded stuff isn't
297# expressable in RPCL) this is due to the fact that YP was written
298# before rpcgen existed.  Hence, yp_prot.h cannot be derived from yp.x
299#
300# There is no `.h' for nis_object.x because it is included by nis.x and
301# the resulting .h is nis.h.
302
303RPCSVCPROTS = \
304$(RPCSVC_GEN_HDRS:%.h=%.x)        nis_object.x       yp.x
305
306LVMSVCPROTS = \
307$(LVMRPCHDRS:%.h=%.x)
308
309RPCSVCHDRS= $(RPCSVC_SRC_HDRS) $(RPCSVC_GEN_HDRS)
310
311PROTOHDRS=   dumprestore.h routed.h ripngd.h rwhod.h timed.h
312
313ROOTHDRS= $(HDRS:%=$(ROOT)/usr/include/%)  \
314	$(KRB5HDRS:%=$(ROOT)/usr/include/kerberosv5/%)  \
315	$(ISOHDRS:%=$(ROOT)/usr/include/iso/%)  \
316	$(ARPAHDRS:%=$(ROOT)/usr/include/arpa/%)  \
317	$(AUDIOHDRS:%=$(ROOT)/usr/include/audio/%)  \
318	$(UUIDHDRS:%=$(ROOT)/usr/include/uuid/%)  \
319	$(RPCSVCHDRS:%=$(ROOT)/usr/include/rpcsvc/%)  \
320	$(RPCSVCPROTS:%=$(ROOT)/usr/include/rpcsvc/%)  \
321	$(LVMRPCHDRS:%=$(ROOT)/usr/include/%) \
322	$(PROTOHDRS:%=$(ROOT)/usr/include/protocols/%)
323
324DIRS= iso arpa audio rpcsvc protocols security uuid kerberosv5
325ROOTDIRS= $(DIRS:%=$(ROOT)/usr/include/%)
326
327SED=	sed
328
329# check files really don't exist
330#
331# should do something with the rpcsvc headers
332
333iso/%.check:		iso/%.h
334	$(DOT_H_CHECK)
335
336arpa/%.check:		arpa/%.h
337	$(DOT_H_CHECK)
338
339audio/%.check:		audio/%.h
340	$(DOT_H_CHECK)
341
342rpcsvc/%.check:		rpcsvc/%.h
343	$(DOT_H_CHECK)
344
345rpcsvc/%.check:		rpcsvc/%.x
346	$(DOT_X_CHECK)
347
348protocols/%.check:	protocols/%.h
349	$(DOT_H_CHECK)
350
351kerberosv5/%.check:             kerberosv5/%.h
352	$(DOT_H_CHECK)
353
354uuid/%.check:		uuid/%.h
355	$(DOT_H_CHECK)
356
357# Note that the derived headers (rpcgen) are not checked at this time.  These
358# need work at the source level and rpcgen itself has a bug which causes a
359# cstyle violation.  Furthermore, there seems to be good reasons for the
360# generated headers to not pass all of the hdrchk rules.
361#
362# Add the following to the CHECKHDRS list to activate the .x checks:
363#	$(RPCSVCPROTS:%.x=rpcsvc/%.check) \
364#
365CHECKHDRS= $(HDRS:%.h=%.check)  \
366	$(KRB5HDRS:%.h=kerberosv5/%.check)  \
367	$(ISOHDRS:%.h=iso/%.check)  \
368	$(ARPAHDRS:%.h=arpa/%.check)  \
369	$(AUDIOHDRS:%.h=audio/%.check)  \
370	$(UUIDHDRS:%.h=uuid/%.check)  \
371	$(RPCSVC_SRC_HDRS:%.h=rpcsvc/%.check) \
372	$(PROTOHDRS:%.h=protocols/%.check)
373
374# headers which won't quite meet the standards...
375#
376# assert.h is required by ansi-c to *not* be idempotent (section 4.1.2).
377# Hence the trailing guard is not the last thing in the file nor can it
378# be without playing silly games.
379
380assert.check	:= HDRCHK_TAIL = | grep -v "end guard wrong" | true
381
382# install rules
383
384$(ROOT)/usr/include/security/%: security/%
385	$(INS.file)
386
387$(ROOT)/usr/include/protocols/%: protocols/%
388	$(INS.file)
389
390$(ROOT)/usr/include/rpcsvc/%: rpcsvc/%
391	$(INS.file)
392
393$(ROOT)/usr/include/kerberosv5/%: kerberosv5/%
394	$(INS.file)
395
396$(ROOT)/usr/include/arpa/%: arpa/%
397	$(INS.file)
398
399$(ROOT)/usr/include/audio/%: audio/%
400	$(INS.file)
401
402$(ROOT)/usr/include/iso/%: iso/%
403	$(INS.file)
404
405$(ROOT)/usr/include/uuid/%: uuid/%
406	$(INS.file)
407
408$(ROOT)/usr/include/%: %
409	$(INS.file)
410
411.KEEP_STATE:
412
413.PARALLEL:	$(ROOTHDRS) $(CHECKHDRS)
414
415install_h: 	$(ROOTDIRS) .WAIT $(ROOTHDRS) $(SYMHDRASSERT) $(SYMHDRERRNO) \
416		$(SYMHDRFLOAT) $(SYMHDRISO646)
417
418check:	$(CHECKHDRS)
419
420clean clobber:
421	$(RM) $(LVMRPCHDRS);
422	cd rpcsvc ; $(RM) $(RPCSVC_GEN_HDRS)
423
424$(ROOTDIRS):
425	$(INS.dir)
426
427$(SYMHDRASSERT):
428	-$(RM) $@; $(SYMLINK) ../assert.h $@
429
430$(SYMHDRERRNO):
431	-$(RM) $@; $(SYMLINK) ../errno.h $@
432
433$(SYMHDRFLOAT):
434	-$(RM) $@; $(SYMLINK) ../float.h $@
435
436$(SYMHDRISO646):
437	-$(RM) $@; $(SYMLINK) ../iso646.h $@
438
439rpcsvc/%.h:	rpcsvc/%.x
440	$(RPCGEN) $(RPCGENFLAGS) $< -o $@
441
442rpcsvc/nis.h:	rpcsvc/nis.x
443	$(RPCGEN) $(RPCGENFLAGS) rpcsvc/nis.x |\
444	$(SED) -e '/EDIT_START/,$$ d' > $@
445
446meta_basic.h:	../uts/common/sys/lvm/meta_basic.x
447	$(RPCGEN) $(RPCGENFLAGS)  ../uts/common/sys/lvm/meta_basic.x | \
448	awk '/<synch.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
449	/<thread.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
450	{ print $0 } \
451	' > $@
452
453metad.h:	metad.x
454	$(RPCGEN) $(RPCGENFLAGS)  metad.x | \
455	awk '/<synch.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
456	/<thread.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
457	{ print $0 } \
458	' > $@
459
460mhdx.h:	../uts/common/sys/lvm/mhdx.x
461	$(RPCGEN) $(RPCGENFLAGS) ../uts/common/sys/lvm/mhdx.x | \
462	awk '/<synch.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
463	/<thread.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
464	{ print $0 } \
465	' > $@
466
467mdiox.h:	../uts/common/sys/lvm/mdiox.x
468	$(RPCGEN) $(RPCGENFLAGS) ../uts/common/sys/lvm/mdiox.x | \
469	nawk '{sub(/sys\/lvm\/md_mhdx/, "mhdx"); print $$0}' | \
470	nawk '{sub(/sys\/lvm\/md_basic/, "meta_basic"); print $$0}' | \
471	awk '/<synch.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
472	/<thread.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
473	{ print $0 } \
474	' > $@
475
476metamed.h:	../uts/common/sys/lvm/metamed.x
477	$(RPCGEN) $(RPCGENFLAGS) ../uts/common/sys/lvm/metamed.x | \
478	nawk '{sub(/sys\/lvm\/md_basic/, "meta_basic"); print $$0}' | \
479	awk '/<synch.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
480	/<thread.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
481	{ print $0 } \
482	' > $@
483
484metamhd.h:	metamhd.x
485	$(RPCGEN) $(RPCGENFLAGS) metamhd.x | \
486	awk '/<synch.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
487	/<thread.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
488	{ print $0 } \
489	' > $@
490
491metacl.h:	metacl.x
492	$(RPCGEN) $(RPCGENFLAGS) metacl.x | \
493	awk '/<synch.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
494	/<thread.h>/ { print "#ifdef _REENTRANT"; print $$0; print "#endif\t/* _REENTRANT */"; next } \
495	{ print $0 } \
496	' > $@
497