b3af8b5f4b
- Id tag layout wrong. - "FOO =" -> "FOO=". - 4 space indention on continuation lines rather than a <tab> Basic idea checked by: bde
15 lines
320 B
Makefile
15 lines
320 B
Makefile
# $Id: Makefile,v 1.14 1999/04/25 17:09:48 obrien Exp $
|
|
|
|
# The order of some of these are rather important. Some depend on previous
|
|
# subdirs.
|
|
|
|
SUBDIR= cc_tools cc_int cc_drv cpp cc1 cc cc1obj cc1plus c++ c++filt doc
|
|
|
|
.if !defined(NO_FORTRAN)
|
|
SUBDIR+= f77
|
|
SUBDIR+= f771
|
|
SUBDIR+= f77doc
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|