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