]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/contrib/openzfs/lib/Makefile.am
MFV 2.0-rc2
[FreeBSD/FreeBSD.git] / sys / contrib / openzfs / lib / Makefile.am
1 # NB: GNU Automake Manual, Chapter 8.3.5: Libtool Convenience Libraries
2 # These nine libraries are intermediary build components.
3 SUBDIRS = libavl libicp libshare libspl libtpool libzstd
4
5 if BUILD_LINUX
6 SUBDIRS += libefi
7 endif
8
9 # libnvpair is installed as part of the final build product
10 # libzutil depends on it, so it must be compiled before libzutil
11 SUBDIRS += libnvpair
12
13 # libzutil depends on libefi if present
14 SUBDIRS += libzutil libunicode
15
16 # These five libraries, which are installed as the final build product,
17 # incorporate the eight convenience libraries given above.
18 SUBDIRS += libuutil libzfs_core libzfs libzpool libzfsbootenv