xref: /illumos-gate/usr/src/cmd/Makefile (revision 2a8d6eba033e4713ab12b61178f0513f1f075482)
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 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26include ../Makefile.master
27include ../Makefile.ksh93switch
28
29#
30#	Note that the commands 'agents', 'lp', 'perl', and 'man' are first in
31#	the list, violating alphabetical order.  This is because they are very
32#	long-running and should be given the most wall-clock time for a
33#	parallel build.
34#
35#	Commands in the FIRST_SUBDIRS list are built before starting the build
36#	of other commands.  Currently this includes only 'isaexec' and
37#	'platexec'.  This is necessary because $(ROOT)/usr/lib/isaexec or
38#	$(ROOT)/usr/lib/platexec must exist when some other commands are built
39#	because their 'make install' creates a hard link to one of them.
40#
41#	Commands are listed one per line so that TeamWare can auto-merge most
42#	changes.
43#
44
45FIRST_SUBDIRS=		\
46	isaexec		\
47	platexec
48
49COMMON_SUBDIRS=		\
50	agents		\
51	availdevs	\
52	lp		\
53	perl		\
54	man		\
55	Adm		\
56	abi		\
57	adbgen		\
58	acct		\
59	acctadm		\
60	arch		\
61	asa		\
62	ast		\
63	audio		\
64	auths		\
65	autopush	\
66	avs		\
67	awk		\
68	awk_xpg4	\
69	backup		\
70	banner		\
71	bart		\
72	basename	\
73	bc		\
74	bdiff		\
75	bfs		\
76	bnu		\
77	boot		\
78	busstat		\
79	cal		\
80	calendar	\
81	captoinfo	\
82	cat		\
83	cdrw		\
84	cfgadm		\
85	checkeq		\
86	checknr		\
87	chgrp		\
88	chmod		\
89	chown		\
90	chroot		\
91	cksum		\
92	clear		\
93	clinfo		\
94	cmd-crypto	\
95	cmd-inet	\
96	cmp		\
97	col		\
98	comm		\
99	compress	\
100	consadm		\
101	coreadm		\
102	cpio		\
103	cpc		\
104	cron		\
105	crypt		\
106	csh		\
107	csplit		\
108	ctrun		\
109	ctstat		\
110	ctwatch		\
111	cut		\
112	datadm		\
113	date		\
114	dc		\
115	dd		\
116	deroff		\
117	des		\
118	devfsadm	\
119	syseventd	\
120	devctl		\
121	devinfo		\
122	devmgmt		\
123	devprop		\
124	dfs.cmds	\
125	diff		\
126	diff3		\
127	diffmk		\
128	dircmp		\
129	dirname		\
130	dis		\
131	diskmgtd	\
132	dispadmin	\
133	dladm		\
134	dmesg		\
135	dodatadm	\
136	dtrace		\
137	du		\
138	dumpadm		\
139	dumpcs		\
140	echo		\
141	ed		\
142	eeprom		\
143	egrep		\
144	eject		\
145	emul64ioctl	\
146	enhance		\
147	env		\
148	eqn		\
149	expand		\
150	expr		\
151	exstr		\
152	factor		\
153	false		\
154	fcinfo		\
155	fdetach		\
156	fdformat	\
157	fdisk		\
158	filesync	\
159	fgrep		\
160	file		\
161	filebench	\
162	find		\
163	flowadm		\
164	fm		\
165	fmli		\
166	fmt		\
167	fmthard		\
168	fmtmsg		\
169	fold		\
170	format		\
171	fs.d		\
172	fstyp		\
173	fuser		\
174	fwflash		\
175	gcore		\
176	gencat		\
177	geniconvtbl	\
178	genmsg		\
179	getconf		\
180	getdevpolicy	\
181	getent		\
182	getfacl		\
183	getmajor	\
184	getopt		\
185	gettext		\
186	gettxt		\
187	graph		\
188	grep		\
189	grep_xpg4	\
190	groups		\
191	grpck		\
192	gss		\
193	hal		\
194	halt		\
195	head		\
196	hostid		\
197	hostname	\
198	hwdata		\
199	id		\
200	idmap		\
201	infocmp		\
202	init		\
203	initpkg		\
204	install.d	\
205	intrd		\
206	intrstat	\
207	ipcrm		\
208	ipcs		\
209	ipf		\
210	isainfo		\
211	isalist		\
212	iscsi		\
213	itutools	\
214	iscsiadm	\
215	iscsid		\
216	iscsitsvc	\
217	isns		\
218	itadm		\
219	java		\
220	join		\
221	kbd		\
222	keyserv		\
223	killall		\
224	krb5		\
225	ksh		\
226	kstat		\
227	last		\
228	lastcomm	\
229	ldap		\
230	ldapcachemgr	\
231	lgrpinfo	\
232	line		\
233	link		\
234	dlmgmtd		\
235	listen		\
236	loadkeys	\
237	locale		\
238	lockstat	\
239	locator		\
240	lofiadm		\
241	logadm		\
242	logger		\
243	login		\
244	logins		\
245	logname		\
246	look		\
247	ls		\
248	luxadm		\
249	lvm		\
250	mach		\
251	machid		\
252	mail		\
253	mailx		\
254	makekey		\
255	mdb		\
256	mesg		\
257	mkdir		\
258	mkfifo		\
259	mkfile		\
260	mkmsgs		\
261	mknod		\
262	mkpwdict	\
263	mktemp		\
264	mms		\
265	modload		\
266	more		\
267	mpathadm	\
268	msgfmt		\
269	msgid		\
270	mt		\
271	mv		\
272	mvdir		\
273	ndmpadm		\
274	ndmpd		\
275	ndmpstat	\
276	netadm		\
277	netfiles	\
278	newform		\
279	newgrp		\
280	news		\
281	newtask		\
282	nice		\
283	nispasswd	\
284	nl		\
285	nlsadmin	\
286	nohup		\
287	nsadmin		\
288	nscd		\
289	oamuser		\
290	oawk		\
291	openssl		\
292	pack		\
293	pagesize	\
294	passmgmt	\
295	passwd		\
296	paste		\
297	pathchk		\
298	pbind		\
299	pcidr		\
300	pcitool		\
301	pcmciad		\
302	pfexec		\
303	pgrep		\
304	picl		\
305	plimit		\
306	policykit	\
307	pools		\
308	power		\
309	powertop	\
310	ppgsz		\
311	pg		\
312	plockstat	\
313	pr		\
314	prctl		\
315	print		\
316	priocntl	\
317	profiles	\
318	projadd		\
319	projects	\
320	prstat		\
321	prtconf		\
322	prtdiag		\
323	prtvtoc		\
324	ps		\
325	psradm		\
326	psrinfo		\
327	psrset		\
328	ptools		\
329	pwck		\
330	pwconv		\
331	pwd		\
332	pyzfs		\
333	raidctl		\
334	ramdiskadm	\
335	rcap		\
336	rcm_daemon	\
337	rctladm		\
338	refer		\
339	regcmp		\
340	renice		\
341	rexd		\
342	rm		\
343	rmdir		\
344	rmformat	\
345	rmmount		\
346	rmt		\
347	rmvolmgr	\
348	roles		\
349	rpcbind		\
350	rpcgen		\
351	rpcinfo		\
352	rpcsvc		\
353	rpld		\
354	runat		\
355	sa		\
356	saf		\
357	savecore	\
358	sbdadm		\
359	script		\
360	scsi		\
361	sdiff		\
362	sdpadm		\
363	sendmail	\
364	setfacl		\
365	setmnt		\
366	setpgrp		\
367	setuname	\
368	sgs		\
369	sh		\
370	shcomp		\
371	smbios		\
372	smbsrv		\
373	smserverd	\
374	soelim		\
375	sort		\
376	spell		\
377	spline		\
378	split		\
379	sqlite		\
380	srchtxt		\
381	ssh		\
382	stat		\
383	stmfadm		\
384	stmfsvc		\
385	stmsboot	\
386	streams		\
387	strings		\
388	su		\
389	sulogin		\
390	sunpc		\
391	svc		\
392	swap		\
393	sync		\
394	sysdef		\
395	syseventadm	\
396	syslogd		\
397	tabs		\
398	tar		\
399	tbl		\
400	tcopy		\
401	tcpd		\
402	tee		\
403	terminfo	\
404	th_tools	\
405	tic		\
406	time		\
407	tip		\
408	tnf		\
409	touch		\
410	tplot		\
411	tput		\
412	trapstat	\
413	troff		\
414	true		\
415	truss		\
416	tsol		\
417	tty		\
418	ttymon		\
419	uadmin		\
420	ul		\
421	uname		\
422	uniq		\
423	units		\
424	unlink		\
425	unpack		\
426	users		\
427	utmp_update	\
428	utmpd		\
429	valtools	\
430	vgrind		\
431	vi		\
432	vna		\
433	volcheck	\
434	volrmmount	\
435	vscan		\
436	vt		\
437	w		\
438	wall		\
439	wbem		\
440	wc		\
441	which		\
442	who		\
443	whodo		\
444	wracct		\
445	write		\
446	wusbadm		\
447	xntpd		\
448	xargs		\
449	xstr		\
450	yes		\
451	ypcmd		\
452	yppasswd	\
453	zdb		\
454	zdump		\
455	zfs		\
456	zic		\
457	zinject		\
458	zlogin		\
459	zoneadm		\
460	zoneadmd	\
461	zonecfg		\
462	zonename	\
463	zpool		\
464	ztest
465
466$(CLOSED_BUILD)COMMON_SUBDIRS += \
467	$(CLOSED)/cmd/iconv	\
468	$(CLOSED)/cmd/ksh	\
469	$(CLOSED)/cmd/llc2	\
470	$(CLOSED)/cmd/localedef	\
471	$(CLOSED)/cmd/more_xpg4	\
472	$(CLOSED)/cmd/mtst	\
473	$(CLOSED)/cmd/od	\
474	$(CLOSED)/cmd/patch	\
475	$(CLOSED)/cmd/pax	\
476	$(CLOSED)/cmd/printf	\
477	$(CLOSED)/cmd/sed	\
478	$(CLOSED)/cmd/sed_xpg4	\
479	$(CLOSED)/cmd/smartcard	\
480	$(CLOSED)/cmd/tail	\
481	$(CLOSED)/cmd/tr_xpg4
482
483i386_SUBDIRS=		\
484	addbadsec	\
485	biosdev		\
486	diskscan	\
487	lms		\
488	OWconfig	\
489	rtc		\
490	ucodeadm	\
491	xvm
492
493sparc_SUBDIRS=		\
494	cvcd		\
495	dcs		\
496	device_remap	\
497	drd		\
498	fps		\
499	fruadm		\
500	oplhpd		\
501	prtdscp		\
502	prtfru		\
503	scadm		\
504	sckmd		\
505	sf880drd	\
506	vntsd
507
508#
509# Commands that are messaged.  Note that 'lp' and 'man' come first
510# (see previous comment about 'lp' and 'man').
511#
512MSGSUBDIRS=		\
513	lp		\
514	man		\
515	abi		\
516	acctadm		\
517	allocate	\
518	asa		\
519	audio		\
520	audit		\
521	auditd		\
522	auths		\
523	autopush	\
524	avs		\
525	awk		\
526	awk_xpg4	\
527	backup		\
528	banner		\
529	bart		\
530	basename	\
531	bnu		\
532	bsmconv		\
533	bsmrecord	\
534	bsmunconv	\
535	busstat		\
536	cal		\
537	cat		\
538	cdrw		\
539	cfgadm		\
540	checkeq		\
541	checknr		\
542	chgrp		\
543	chmod		\
544	chown		\
545	cksum		\
546	cmd-crypto	\
547	cmd-inet	\
548	cmp		\
549	col		\
550	comm		\
551	compress	\
552	consadm		\
553	coreadm		\
554	cpio		\
555	cpc		\
556	cron		\
557	csh		\
558	csplit		\
559	ctrun		\
560	ctstat		\
561	ctwatch		\
562	cut		\
563	datadm		\
564	date		\
565	dc		\
566	dcs		\
567	dd		\
568	deroff		\
569	devfsadm	\
570	dfs.cmds	\
571	diff		\
572	diffmk		\
573	dladm		\
574	du		\
575	dumpcs		\
576	ed		\
577	eject		\
578	env		\
579	eqn		\
580	expand		\
581	expr		\
582	fcinfo		\
583	fgrep		\
584	file		\
585	filesync	\
586	find		\
587	flowadm		\
588	fm		\
589	fold		\
590	fs.d		\
591	fwflash		\
592	geniconvtbl	\
593	genmsg		\
594	getconf		\
595	getent		\
596	gettext		\
597	gettxt		\
598	grep		\
599	grep_xpg4	\
600	grpck		\
601	gss		\
602	halt		\
603	head		\
604	hostname	\
605	id		\
606	idmap		\
607	isaexec		\
608	iscsi		\
609	iscsiadm	\
610	iscsid		\
611	isns		\
612	itadm		\
613	join		\
614	kbd		\
615	krb5		\
616	ksh		\
617	kstat		\
618	last		\
619	ldap		\
620	ldapcachemgr	\
621	lgrpinfo	\
622	locale		\
623	lofiadm		\
624	logadm		\
625	logger		\
626	logins		\
627	logname		\
628	ls		\
629	luxadm		\
630	lvm		\
631	mailx		\
632	mesg		\
633	mkdir		\
634	mkpwdict	\
635	mktemp		\
636	more		\
637	mpathadm	\
638	msgfmt		\
639	mv		\
640	ndmpadm		\
641	ndmpstat	\
642	newgrp		\
643	newtask		\
644	nice		\
645	nispasswd	\
646	nohup		\
647	oawk		\
648	pack		\
649	passwd		\
650	passmgmt	\
651	paste		\
652	pathchk		\
653	pfexec		\
654	pg		\
655	pgrep		\
656	picl            \
657	pools		\
658	power		\
659	pr		\
660	praudit		\
661	print		\
662	profiles	\
663	projadd		\
664	projects	\
665	prstat		\
666	prtdiag		\
667	ps		\
668	psrinfo		\
669	ptools		\
670	pwconv		\
671	pwd		\
672	pyzfs		\
673	raidctl		\
674	ramdiskadm	\
675	rcap		\
676	rcm_daemon	\
677	refer		\
678	regcmp		\
679	renice		\
680	roles		\
681	rm		\
682	rmdir		\
683	rmformat	\
684	rmmount		\
685	rmvolmgr	\
686	sbdadm		\
687	scadm		\
688	script		\
689	scsi		\
690	sdiff		\
691	sdpadm		\
692	sgs		\
693	sh		\
694	shcomp		\
695	sort		\
696	split		\
697	ssh		\
698	stat		\
699	stmfadm		\
700	stmsboot	\
701	strings		\
702	su		\
703	svc		\
704	swap		\
705	syseventadm	\
706	syseventd	\
707	tabs		\
708	tar		\
709	tbl		\
710	tee		\
711	time		\
712	tnf		\
713	touch		\
714	tput		\
715	troff		\
716	tsol		\
717	tty		\
718	ttymon		\
719	ul		\
720	uname		\
721	uniq		\
722	units		\
723	unlink		\
724	unpack		\
725	valtools	\
726	vgrind		\
727	vi		\
728	volcheck	\
729	volrmmount	\
730	w		\
731	wbem		\
732	wc		\
733	who		\
734	whodo		\
735	wracct		\
736	write		\
737	wusbadm		\
738	xargs		\
739	yppasswd	\
740	zdump		\
741	zfs		\
742	zic		\
743	zlogin		\
744	zoneadm		\
745	zoneadmd	\
746	zonecfg		\
747	zonename	\
748	zpool
749
750$(CLOSED_BUILD)MSGSUBDIRS += \
751	$(CLOSED)/cmd/iconv	\
752	$(CLOSED)/cmd/ksh	\
753	$(CLOSED)/cmd/llc2	\
754	$(CLOSED)/cmd/localedef	\
755	$(CLOSED)/cmd/more_xpg4	\
756	$(CLOSED)/cmd/od	\
757	$(CLOSED)/cmd/patch	\
758	$(CLOSED)/cmd/pax	\
759	$(CLOSED)/cmd/printf	\
760	$(CLOSED)/cmd/sed	\
761	$(CLOSED)/cmd/sed_xpg4	\
762	$(CLOSED)/cmd/tail	\
763	$(CLOSED)/cmd/tr_xpg4
764
765sparc_MSGSUBDIRS=	\
766	fruadm		\
767	prtdscp		\
768	prtfru		\
769	vntsd
770
771i386_MSGSUBDIRS=	\
772	ucodeadm
773
774#
775# commands that use dcgettext for localized time, LC_TIME
776#
777DCSUBDIRS=		\
778	cal		\
779	cfgadm		\
780	diff		\
781	ls		\
782	pr		\
783	ps		\
784	tar		\
785	w		\
786	who		\
787	whodo		\
788	write
789
790$(CLOSED_BUILD)DCSUBDIRS += \
791	$(CLOSED)/cmd/pax
792
793#
794# commands that belong only to the basic security module
795#
796BSMSUBDIRS=		\
797	allocate	\
798	amt		\
799	audit		\
800	audit_warn	\
801	auditconfig	\
802	auditd		\
803	auditreduce	\
804	auditstat	\
805	praudit		\
806	bsmconv		\
807	bsmrecord	\
808	bsmunconv
809
810#
811# commands not owned by the systems group
812#
813BWOSDIRS=
814
815
816all :=		TARGET = all
817install :=	TARGET = install
818clean :=	TARGET = clean
819clobber :=	TARGET = clobber
820lint :=		TARGET = lint
821_msg :=		TARGET = _msg
822_dc :=		TARGET = _dc
823
824.KEEP_STATE:
825
826SUBDIRS = $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS)
827
828.PARALLEL:	$(BWOSDIRS) $(SUBDIRS) $(MSGSUBDIRS) $(BSMSUBDIRS)
829
830all install clean clobber lint: $(FIRST_SUBDIRS) .WAIT $(SUBDIRS) $(BSMSUBDIRS)
831
832#
833# Manifests cannot be checked in parallel, because we are using
834# the global repository that is in $(SRC)/cmd/svc/seed/global.db.
835# For this reason, to avoid .PARALLEL and .NO_PARALLEL conflicts,
836# we spawn off a sub-make to perform the non-parallel 'make check'
837#
838check:
839	$(MAKE) -f Makefile.check check
840
841#
842# The .WAIT directive works around an apparent bug in parallel make.
843# Evidently make was getting the target _msg vs. _dc confused under
844# some level of parallelization, causing some of the _dc objects
845# not to be built.
846#
847_msg: $(MSGSUBDIRS) $($(MACH)_MSGSUBDIRS) .WAIT _dc
848
849_dc: $(DCSUBDIRS)
850
851#
852# Dependencies
853#
854fs.d: fstyp
855ksh:	shcomp isaexec
856
857$(FIRST_SUBDIRS) $(BWOSDIRS) $(SUBDIRS) $(BSMSUBDIRS): FRC
858	@if [ -f $@/Makefile  ]; then \
859		cd $@; pwd; $(MAKE) $(TARGET); \
860	else \
861		true; \
862	fi
863
864FRC:
865