1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1994-08-02 16:15:59 -04:00
|
|
|
|
2014-05-06 00:22:01 -04:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 13:54:44 -05:00
|
|
|
|
1996-10-13 13:37:03 -04:00
|
|
|
# The order of some of these are rather important. Some depend on previous
|
|
|
|
|
# subdirs.
|
|
|
|
|
|
2015-10-15 18:55:08 -04:00
|
|
|
SUBDIR= cc_tools .WAIT \
|
|
|
|
|
libiberty libcpp libdecnumber cc_int cc cc1 include
|
2000-03-19 18:47:50 -05:00
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_CPP} != "no"
|
2000-03-19 18:47:50 -05:00
|
|
|
SUBDIR+= cpp
|
|
|
|
|
.endif
|
|
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_CXX} != "no"
|
2015-04-30 17:30:33 -04:00
|
|
|
SUBDIR+= cc1plus c++
|
2000-03-19 18:47:50 -05:00
|
|
|
.endif
|
1994-08-02 16:15:59 -04:00
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_GCOV} != "no"
|
2000-12-23 14:49:28 -05:00
|
|
|
SUBDIR+= gcov
|
|
|
|
|
.endif
|
|
|
|
|
|
2015-10-15 18:55:08 -04:00
|
|
|
SUBDIR_DEPEND_c++:= libcpp libiberty
|
|
|
|
|
SUBDIR_DEPEND_cc= libcpp libiberty
|
|
|
|
|
SUBDIR_DEPEND_cpp= libcpp libiberty
|
|
|
|
|
SUBDIR_DEPEND_cc1plus= cc_int libcpp libdecnumber libiberty
|
|
|
|
|
SUBDIR_DEPEND_cc1= cc_int libcpp libdecnumber libiberty
|
|
|
|
|
SUBDIR_DEPEND_gcov= libiberty
|
|
|
|
|
|
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
|
|
1994-08-02 16:15:59 -04:00
|
|
|
.include <bsd.subdir.mk>
|