1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1994-08-02 16:15:59 -04:00
|
|
|
|
1996-10-13 13:37:03 -04:00
|
|
|
# The order of some of these are rather important. Some depend on previous
|
|
|
|
|
# subdirs.
|
|
|
|
|
|
2003-07-11 01:37:23 -04:00
|
|
|
SUBDIR= cc_tools cc_int cc cc1 include protoize doc
|
2000-03-19 18:47:50 -05:00
|
|
|
|
|
|
|
|
.if !defined(NO_CPP)
|
|
|
|
|
SUBDIR+= cpp
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.if !defined(NO_CXX)
|
2002-05-16 23:00:33 -04:00
|
|
|
SUBDIR+= cc1plus c++ c++filt
|
2002-04-06 18:18:01 -05:00
|
|
|
.if !defined(NO_COLLECT2)
|
2002-05-11 00:51:45 -04:00
|
|
|
#SUBDIR+= collect2
|
2002-04-06 18:18:01 -05:00
|
|
|
.endif
|
2000-03-19 18:47:50 -05:00
|
|
|
.endif
|
1994-08-02 16:15:59 -04:00
|
|
|
|
1999-11-27 16:52:55 -05:00
|
|
|
.if !defined(NO_OBJC)
|
|
|
|
|
SUBDIR+= cc1obj
|
|
|
|
|
.endif
|
|
|
|
|
|
1999-04-18 05:34:01 -04:00
|
|
|
.if !defined(NO_FORTRAN)
|
1999-11-27 16:52:55 -05:00
|
|
|
SUBDIR+= f77 f771 f77doc
|
1999-04-18 05:34:01 -04:00
|
|
|
.endif
|
|
|
|
|
|
2000-12-23 14:49:28 -05:00
|
|
|
.if !defined(NO_GCOV)
|
|
|
|
|
SUBDIR+= gcov
|
|
|
|
|
.endif
|
|
|
|
|
|
1994-08-02 16:15:59 -04:00
|
|
|
.include <bsd.subdir.mk>
|