1994-08-02 20:15:59 +00:00
|
|
|
#
|
1999-04-25 17:09:48 +00:00
|
|
|
# $Id: Makefile,v 1.13 1999/04/18 09:34:01 obrien Exp $
|
1994-08-02 20:15:59 +00:00
|
|
|
#
|
|
|
|
|
1996-10-13 17:37:03 +00:00
|
|
|
# The order of some of these are rather important. Some depend on previous
|
|
|
|
# subdirs.
|
|
|
|
|
1999-04-13 17:56:28 +00:00
|
|
|
SUBDIR= cc_tools cc_int cc_drv cpp cc1 cc cc1obj cc1plus c++ c++filt doc
|
1994-08-02 20:15:59 +00:00
|
|
|
|
1999-04-18 09:34:01 +00:00
|
|
|
.if !defined(NO_FORTRAN)
|
|
|
|
SUBDIR+= f77
|
|
|
|
SUBDIR+= f771
|
1999-04-25 17:09:48 +00:00
|
|
|
SUBDIR+= f77doc
|
1999-04-18 09:34:01 +00:00
|
|
|
.endif
|
|
|
|
|
1994-08-02 20:15:59 +00:00
|
|
|
.include <bsd.subdir.mk>
|