Deleted Added
full compact
Makefile (50472) Makefile (53787)
1# $FreeBSD: head/gnu/usr.bin/cc/Makefile 50472 1999-08-27 23:37:10Z peter $
1# $FreeBSD: head/gnu/usr.bin/cc/Makefile 53787 1999-11-27 21:52:55Z obrien $
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
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_OBJC)
9SUBDIR+= cc1obj
10.endif
11
8.if !defined(NO_FORTRAN)
12.if !defined(NO_FORTRAN)
9SUBDIR+= f77
10SUBDIR+= f771
11SUBDIR+= f77doc
13SUBDIR+= f77 f771 f77doc
12.endif
13
14.include <bsd.subdir.mk>
14.endif
15
16.include <bsd.subdir.mk>