1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1994-08-02 20:15:59 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
1996-10-13 17:37:03 +00:00
|
|
|
# The order of some of these are rather important. Some depend on previous
|
|
|
|
# subdirs.
|
|
|
|
|
2004-11-07 22:49:20 +00:00
|
|
|
SUBDIR= cc_tools cc_int cc cc1 include protoize doc
|
2000-03-19 23:47:50 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_CPP} != "no"
|
2000-03-19 23:47:50 +00:00
|
|
|
SUBDIR+= cpp
|
|
|
|
.endif
|
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_CXX} != "no"
|
2004-11-07 13:46:56 +00:00
|
|
|
SUBDIR+= cc1plus c++ c++filt
|
2006-03-21 08:59:36 +00:00
|
|
|
#.if ${MK_COLLECT2} != "no"
|
2002-05-11 04:51:45 +00:00
|
|
|
#SUBDIR+= collect2
|
2006-03-21 08:59:36 +00:00
|
|
|
#.endif
|
2000-03-19 23:47:50 +00:00
|
|
|
.endif
|
1994-08-02 20:15:59 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_OBJC} != "no"
|
1999-11-27 21:52:55 +00:00
|
|
|
SUBDIR+= cc1obj
|
|
|
|
.endif
|
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_FORTRAN} != "no"
|
1999-11-27 21:52:55 +00:00
|
|
|
SUBDIR+= f77 f771 f77doc
|
1999-04-18 09:34:01 +00:00
|
|
|
.endif
|
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_GCOV} != "no"
|
2000-12-23 19:49:28 +00:00
|
|
|
SUBDIR+= gcov
|
|
|
|
.endif
|
|
|
|
|
1994-08-02 20:15:59 +00:00
|
|
|
.include <bsd.subdir.mk>
|