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.
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.
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]
23 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright (c) 2012 by Delphix. All rights reserved.
25 # Copyright (c) 2012, Joyent, Inc. All rights reserved.
26 # Copyright (c) 2013 Gary Mills
27 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
28 # Copyright (c) 2015 Gary Mills
29 # Copyright 2016 Toomas Soome <tsoome@me.com>
30 # Copyright 2017 Nexenta Systems, Inc.
33 include ..
/Makefile.master
35 # Note that libcurses installs commands along with its library.
36 # This is a minor bug which probably should be fixed.
37 # Note also that a few extra libraries are kept in cmd source.
39 # Certain libraries are linked with, hence depend on, other libraries.
40 # Library dependencies are called out explicitly, see "Library
41 # interdependencies" below.
44 # Build libc and its dependencies
52 # Build libraries with lots of dependents
62 # Build everything else. Aside from explicit dependencies, all libraries
63 # are built in parallel.
65 ..
/cmd
/sendmail
/libmilter \
67 ..
/cmd
/sgs
/librtld_db \
78 gss_mechs
/mech_dummy \
80 gss_mechs
/mech_spnego \
290 # Create a special version of $(SUBDIRS) with no .WAIT's, for use with the
291 # clean and clobber targets (for more information, see those targets, below).
293 NOWAIT_SUBDIRS
= $(SUBDIRS
:.WAIT
=)
303 gss_mechs
/mech_krb5 \
357 $($(MACH
)_MSGSUBDIRS
)
363 i386_MSGSUBDIRS
= libfdisk
366 ..
/cmd
/sendmail
/libmilter \
496 $($(MACH
)_HDRSUBDIRS
)
510 check := TARGET
= check
511 clean := TARGET
= clean
512 clobber := TARGET
= clobber
513 install := TARGET
= install
514 install_h
:= TARGET
= install_h
522 # For the all and install targets, we clearly must respect library
523 # dependencies so that the libraries link correctly. However, for
524 # the remaining targets (check, clean, clobber, install_h, lint, _dc
525 # and _msg), libraries do not have any dependencies on one another
526 # and thus respecting dependencies just slows down the build.
527 # As such, for these rules, we use pattern replacement to explicitly
528 # avoid triggering the dependency information. Note that for clean,
529 # clobber and lint, we must use $(NOWAIT_SUBDIRS) rather than
530 # $(SUBDIRS), to prevent `.WAIT' from expanding to `.WAIT-nodepend'.
535 install: $(SUBDIRS
) .WAIT install_extra
537 # extra libraries kept in other source areas
539 @cd ..
/cmd
/sgs
; pwd
; $(MAKE
) install_lib
542 clean clobber lint
: $(NOWAIT_SUBDIRS
:%=%-nodepend
)
544 install_h
check: $(HDRSUBDIRS
:%=%-nodepend
)
546 _msg
: $(MSGSUBDIRS
:%=%-nodepend
) .WAIT _dc
548 _dc
: $(DCSUBDIRS
:%=%-nodepend
)
550 # Library interdependencies are called out explicitly here.
551 ..
/cmd
/sgs
/libconv
: common
552 ..
/cmd
/sgs
/libdl
: common
553 libc
: ..
/cmd
/sgs
/libconv ..
/cmd
/sgs
/libdl
558 libnsl
: libc libmd libmp
559 libnvpair
: libc libnsl
560 libsocket
: libc libnsl
562 basedeps
: libc libm libmd libmp libnsl libnvpair libsocket
563 basedeps
:= TARGET
=install
565 # The following dependencies are currently required by libdbus-1 and should
566 # be used for anything linking against it.
567 dbusdeps
: libsecdb libtsol libinetutil libscf libuutil libgen libsmbios
569 # The following dependencies don't need to be listed below as they are built
570 # before everything else:
571 # libc libm libmd libmp libnsl libnvpair libsocket
572 abi
: libctf libmapmalloc libproc
573 auditd_plugins
: libbsm libsecdb libgss libmtmalloc
574 brand
: libzonecfg libmapmalloc
575 cfgadm_plugins
: libdevice libdevinfo libhotplug librcm hbaapi libkstat libscf
576 fm
: libexacct libipmi libzfs scsi libdevinfo libdevid libcfgadm \
577 libcontract libsysevent ..
/cmd
/sgs
/libelf
578 $(SPARC_BLD
)fm
: libpri
579 gss_mechs
/mech_dh
: libgss
580 gss_mechs
/mech_dummy
: libgss
581 gss_mechs
/mech_krb5
: libgss libresolv2 pkcs11 libkstat
582 gss_mechs
/mech_spnego
: gss_mechs
/mech_krb5
584 krb5
: gss_mechs
/mech_krb5 libtecla libldap5
586 libadutils
: libldap5 libresolv2
587 libbe
: libzfs libinstzones libuuid libgen libdevinfo libefi libficl
588 libbsm
: libinetutil libscf libsecdb libtsol
589 libcfgadm
: libdevinfo
590 libcmd
: libsum libast
595 libdevinfo
: libsec libgen
596 libdhcpagent
: libdhcputil libuuid libdlpi libcontract
597 libdhcputil
: libgen libinetutil libdlpi
598 libdiskmgt
: libdevid libdevinfo libadm libefi libkstat libsysevent
599 $(INTEL_BLD
)libdiskmgt
: libfdisk
600 libdladm
: libdevinfo libinetutil libscf librcm libexacct libkstat \
603 libdlpi
: libinetutil libdladm
605 libdscfg
: libnsctl libunistat libadm
606 libdtrace
: libproc libgen libctf libmapmalloc
607 libdtrace_jni
: libuutil libdtrace
609 libelfsign
: libcryptoutil libkmf ..
/cmd
/sgs
/libelf
611 libexacct
/demo
: libexacct libproject
612 libfakekernel
: libumem libcryptoutil
614 libficl
: libuuid libumem
617 libgrubmgmt
: libdevinfo libzfs libfstyp libefi
618 $(INTEL_BLD
)libgrubmgmt
: libfdisk
619 libidmap
: libavl libuutil
621 libinstzones
: libzonecfg libcontract
622 libipadm
: libinetutil libdlpi libdhcpagent libdladm libsecdb
624 libipsecutil
: libtecla libtsol
625 libiscsit
: libstmf libuuid
626 libkmf
: libcryptoutil pkcs11
627 libkvm
: ..
/cmd
/sgs
/libelf
629 libmapid
: libresolv2 libscf
632 libnwam
: libscf libbsm libdladm
633 libpcp
: libumem libdevinfo
635 libpkg
: libwanboot libscf libadm
636 libpool
: libscf libexacct
638 libproc
: ..
/cmd
/sgs
/librtld_db ..
/cmd
/sgs
/libelf libctf
639 $(INTEL_BLD
)libproc
: libsaveargs
640 libproject
: libpool libproc libsecdb
642 libprtdiag_psr
: libprtdiag
643 libraidcfg
: libdevinfo
644 librdc
: libnsctl libunistat libdscfg
645 librestart
: libuutil libscf libpool libproject libsecdb libsysevent
646 libsasl
: libgss pkcs11
647 libsaveargs
: libdisasm
648 libscf
: libuutil libgen libsmbios
649 libsec
: libavl libidmap
650 libshare
: libscf libzfs libuuid libfsmgt libsecdb libumem libsmbfs
651 libshell
: libast libcmd libdll libsecdb
653 libsldap
: libldap5 libscf
654 libsmbfs
: libkrb5 libsec libidmap pkcs11
655 libsmbios
: libdevinfo
658 libstmfproxy
: libstmf libpthread
660 libsun_ima
: libdevinfo libsysevent
661 libsysevent
: libsecdb
663 libtermcap
: libcurses
664 libtnfctl
: ..
/cmd
/sgs
/libelf
666 libtsnet
: libtsol libsecdb
669 libv12n
: libds libuuid
671 libvrrpadm
: libdladm libscf
672 libvscan
: libscf libsecdb
673 libwanboot
: libresolv2 libdevinfo libinetutil libdhcputil
674 libzfs
: libdevid libgen libuutil libadm libavl libefi libidmap \
675 libumem libtsol libzfs_core
676 libzfs_jni
: libdiskmgt libzfs
677 libzonecfg
: libuuid libsysevent libsec libbrand libpool libscf libproc \
678 libuutil libbsm libsecdb
679 libzonestat
: libcmdutils libumem
680 libzpool
: libavl libumem libcmdutils libsysevent
682 mpapi
: libpthread libdevinfo libsysevent
684 nsswitch
: libadutils libidmap libdns_sd libscf libldap5 libsldap
685 pam_modules
: libproject passwdutil smbsrv libtsnet libpam libbsm libsecdb
687 pkcs11
: libcryptoutil libgen libuuid
689 print: libldap5 libmd5 libsendfile
690 pylibbe
: libbe libzfs
691 pysolaris
: libsec libidmap
693 raidcfg_plugins
: libraidcfg librcm libcfgadm libpicl libpicltree
695 sasl_plugins
: pkcs11 libgss libsasl
696 scsi
: libfru libumem libdevid libdevinfo
697 smbsrv
: libxnet libpthread librt libshare libidmap pkcs11 libsqlite \
698 libcryptoutil libreparse libcmdutils libresolv2 libsmbfs \
699 libuuid libfakekernel libads libgss libldap5 krb5
700 storage
: libdevice libdevinfo libdevid
701 sun_fc
: libdevinfo libsysevent
702 sun_sas
: libdevinfo libsysevent libkstat libdevid
703 udapl
: libdevinfo libdladm
706 # The reason this rule checks for the existence of the
707 # Makefile is that some of the directories do not exist
708 # in certain situations (e.g., exportable source builds,
712 @if
[ -f
$@
/Makefile
]; then \
713 cd
$@
; pwd
; $(MAKE
) $(TARGET
); \
718 $(SUBDIRS
:%=%-nodepend
):
719 @if
[ -f
$(@
:%-nodepend
=%)/Makefile
]; then \
720 cd
$(@
:%-nodepend
=%); pwd
; $(MAKE
) $(TARGET
); \