Merge branch 'vendor/TOP'
[dragonfly.git] / gnu / usr.bin / cc80 / support-libs / Makefile
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
6 SUBDIR_ORDERED= libiberty_pic liblto_plugin
7
8 SUBDIR=         libbacktrace
9 SUBDIR+=        libcommon
10 SUBDIR+=        libcommon-target
11 SUBDIR+=        libcpp
12 SUBDIR+=        libdecnumber
13 SUBDIR+=        libiberty
14 SUBDIR+=        libiberty_pic
15 .if !defined(REALLY_NOSHARED)
16 SUBDIR+=        liblto_plugin
17 .endif
18
19 .include <bsd.subdir.mk>