24f5ee470c3dc4d516409aaf8217f7fb6dd33de8
[dragonfly.git] / gnu / usr.bin / cc47 / Makefile
1 # if wrapper mode
2 .if (defined(NO_CROSSTOOLS) && defined(BOOTSTRAPPING)) || \
3     (!defined(BOOTSTRAPPING) && defined(NO_TOOLCHAIN))
4 .include "Makefile.zhack"
5 .else
6
7 # normal mode
8 SUBDIR=         cc_prep
9 SUBDIR+=        libiberty
10 SUBDIR+=        libdecnumber
11 SUBDIR+=        cc_tools
12 .if !defined(REALLY_NOSHARED)
13 SUBDIR+=        liblto_plugin
14 .endif
15 SUBDIR+=        libbackend
16 SUBDIR+=        libcommon
17 SUBDIR+=        libcommon-target
18 SUBDIR+=        libcpp
19 SUBDIR+=        cc1
20 SUBDIR+=        cc
21 SUBDIR+=        cpp
22 SUBDIR+=        gcov
23 SUBDIR+=        cc1plus
24 SUBDIR+=        c++
25 SUBDIR+=        cc1obj
26
27 .ORDER: ${SUBDIR}
28
29 .include <bsd.subdir.mk>
30 .endif