freebsd-dev/lib/Makefile.am

19 lines
640 B
Makefile
Raw Normal View History

# NB: GNU Automake Manual, Chapter 8.3.5: Libtool Convenience Libraries
# These nine libraries are intermediary build components.
SUBDIRS = libavl libicp libshare libspl libtpool libzstd
if BUILD_LINUX
SUBDIRS += libefi
endif
2020-09-18 22:55:05 +00:00
# libnvpair is installed as part of the final build product
# libzutil depends on it, so it must be compiled before libzutil
SUBDIRS += libnvpair
# libzutil depends on libefi if present
SUBDIRS += libzutil libunicode
# These five libraries, which are installed as the final build product,
# incorporate the eight convenience libraries given above.
2020-09-18 22:55:05 +00:00
SUBDIRS += libuutil libzfs_core libzfs libzpool libzfsbootenv