1# NB: GNU Automake Manual, Chapter 8.3.5: Libtool Convenience Libraries 2# These nine libraries are intermediary build components. 3SUBDIRS = libavl libicp libshare libspl libtpool libzstd 4 5if BUILD_LINUX 6SUBDIRS += libefi 7endif 8 9# libnvpair is installed as part of the final build product 10# libzutil depends on it, so it must be compiled before libzutil 11SUBDIRS += libnvpair 12 13# libzutil depends on libefi if present 14SUBDIRS += libzutil libunicode 15 16# These five libraries, which are installed as the final build product, 17# incorporate the eight convenience libraries given above. 18SUBDIRS += libuutil libzfs_core libzfs libzpool libzfsbootenv 19