Makefile revision 46069
1#
2# $Id: Makefile,v 1.13 1999/04/18 09:34:01 obrien Exp $
3#
4
5# The order of some of these are rather important.  Some depend on previous
6# subdirs.
7
8SUBDIR= cc_tools cc_int cc_drv cpp cc1 cc cc1obj cc1plus c++ c++filt doc
9
10.if !defined(NO_FORTRAN)
11SUBDIR+= f77
12SUBDIR+= f771
13SUBDIR+= f77doc
14.endif
15
16.include <bsd.subdir.mk>
17