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.
|
|
|
|
|
|
2000-03-19 18:47:50 -05:00
|
|
|
SUBDIR= cc_fbsd cc_tools cc_int cccp cc1 cc
|
|
|
|
|
|
|
|
|
|
.if !defined(NO_CPP)
|
|
|
|
|
SUBDIR+= cpp
|
|
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.if !defined(NO_CXX)
|
|
|
|
|
SUBDIR+= cc1plus c++ c++filt doc
|
|
|
|
|
.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
|
|
|
|
|
|
1994-08-02 16:15:59 -04:00
|
|
|
.include <bsd.subdir.mk>
|