]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/contrib/openzfs/lib/Makefile.am
MFV r365636: libarchive: import fix for WARNS=6 builds in testing bits
[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 # libzutil depends on libefi if present
10 SUBDIRS += libzutil libunicode
11
12 # These five libraries, which are installed as the final build product,
13 # incorporate the eight convenience libraries given above.
14 SUBDIRS += libuutil libnvpair libzfs_core libzfs libzpool