mirror of https://github.com/openzfs/zfs.git
15 lines
478 B
Makefile
15 lines
478 B
Makefile
# NB: GNU Automake Manual, Chapter 8.3.5: Libtool Convenience Libraries
|
|
# These six libraries are intermediary build components.
|
|
SUBDIRS = libavl libicp libshare libspl libtpool
|
|
|
|
if BUILD_LINUX
|
|
SUBDIRS += libefi
|
|
endif
|
|
|
|
# libzutil depends on libefi if present
|
|
SUBDIRS += libzutil libunicode
|
|
|
|
# These four libraries, which are installed as the final build product,
|
|
# incorporate the six convenience libraries given above.
|
|
SUBDIRS += libuutil libnvpair libzpool libzfs_core libzfs
|