Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / cc / Makefile
1 # $FreeBSD: src/gnu/usr.bin/cc/Makefile,v 1.21.2.3 2002/11/15 18:18:38 ru Exp $
2
3 # The order of some of these are rather important.  Some depend on previous
4 # subdirs.
5
6 SUBDIR= cc_tools cc_int cccp cc1 cc
7
8 .if !defined(NO_CPP)
9 SUBDIR+= cpp
10 .endif
11
12 .if !defined(NO_CXX)
13 SUBDIR+= cc1plus c++ c++filt doc
14 .endif
15
16 .if !defined(NO_OBJC)
17 SUBDIR+= cc1obj
18 .endif
19
20 .if !defined(NO_FORTRAN)
21 SUBDIR+= f77 f771 f77doc
22 .endif
23
24 .if !defined(NO_GCOV)
25 SUBDIR+= gcov
26 .endif
27
28 .include <bsd.subdir.mk>