Makefile revision 56552
1# $FreeBSD: head/gnu/usr.bin/cc/Makefile 56552 2000-01-24 20:12:05Z obrien $
2
3# The order of some of these are rather important.  Some depend on previous
4# subdirs.
5
6SUBDIR= cc_fbsd cc_tools cc_int cccp cpp cc1 cc cc1plus c++ c++filt doc
7
8.if !defined(NO_OBJC)
9SUBDIR+= cc1obj
10.endif
11
12.if !defined(NO_FORTRAN)
13SUBDIR+= f77 f771 f77doc
14.endif
15
16.include <bsd.subdir.mk>
17