1# All the libraries are standalone except the LTO plugin
2# The plugin is needed by the compiler to functional normally, so it
3# is created along with the backends and drivers rather than with the
4# language libraries
5
6SUBDIR_ORDERED= libiberty_pic liblto_plugin
7
8SUBDIR=		libbacktrace
9SUBDIR+=	libcommon
10SUBDIR+=	libcommon-target
11SUBDIR+=	libcpp
12SUBDIR+=	libdecnumber
13SUBDIR+=	libiberty
14SUBDIR+=	libiberty_pic
15.if !defined(REALLY_NOSHARED)
16SUBDIR+=	liblto_plugin
17.endif
18
19.include <bsd.subdir.mk>
20