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.
|
|
|
|
|
2000-03-19 23:47:50 +00: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 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
|
|
|
|
|
1994-08-02 20:15:59 +00:00
|
|
|
.include <bsd.subdir.mk>
|