1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1994-08-02 16:15:59 -04:00
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
1996-10-13 13:37:03 -04:00
|
|
|
# The order of some of these are rather important. Some depend on previous
|
|
|
|
|
# subdirs.
|
|
|
|
|
|
2007-05-19 00:25:59 -04:00
|
|
|
SUBDIR= cc_tools libiberty libcpp libdecnumber cc_int cc cc1 include doc
|
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"
|
2004-11-07 08:46:56 -05:00
|
|
|
SUBDIR+= cc1plus c++ c++filt
|
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_OBJC} != "no"
|
1999-11-27 16:52:55 -05:00
|
|
|
SUBDIR+= cc1obj
|
|
|
|
|
.endif
|
|
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_GCOV} != "no"
|
2000-12-23 14:49:28 -05:00
|
|
|
SUBDIR+= gcov
|
|
|
|
|
.endif
|
|
|
|
|
|
1994-08-02 16:15:59 -04:00
|
|
|
.include <bsd.subdir.mk>
|