buildworld: Really support static toolchain.
[dragonfly.git] / gnu / usr.bin / cc47 / Makefile
blobba28da94a0f06f6182a1ed05ddf3fd9c36cc65f1
1 SUBDIR= cc_prep
2 SUBDIR+= libiberty
3 SUBDIR+= libdecnumber
4 SUBDIR+= cc_tools
5 .if !defined(REALLY_NOSHARED)
6 SUBDIR+= liblto_plugin
7 .endif
8 SUBDIR+= libbackend
9 SUBDIR+= libcommon
10 SUBDIR+= libcommon-target
11 SUBDIR+= libcpp
12 SUBDIR+= cc1
13 SUBDIR+= cc
14 SUBDIR+= cpp
15 SUBDIR+= gcov
16 SUBDIR+= cc1plus
17 SUBDIR+= c++
18 SUBDIR+= cc1obj
20 .ORDER: ${SUBDIR}
22 .include <bsd.subdir.mk>