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