c4a867ac47878554586b33fa785c1adab205f92c
[dragonfly.git] / gnu / usr.bin / cc3 / Makefile
1 # $FreeBSD: src/gnu/usr.bin/cc/Makefile,v 1.35 2003/07/11 05:37:23 kan Exp $
2 # $DragonFly: src/gnu/usr.bin/cc3/Attic/Makefile,v 1.3 2004/01/20 19:31:18 drhodus Exp $
3
4 # The order of some of these are rather important.  Some depend on previous
5 # subdirs.
6
7 SUBDIR= cc_tools cc_int cc cc1 include protoize doc
8
9 .if !defined(NO_CPP)
10 SUBDIR+= cpp
11 .endif
12
13 .if !defined(NO_CXX)
14 SUBDIR+= cc1plus c++ c++filt
15 .if !defined(NO_COLLECT2)
16 #SUBDIR+= collect2
17 .endif
18 .endif
19
20 .if !defined(NO_OBJC)
21 SUBDIR+= cc1obj
22 .endif
23
24 .if !defined(NO_FORTRAN)
25 SUBDIR+= f77 f771 f77doc
26 .endif
27
28 .if !defined(NO_GCOV)
29 SUBDIR+= gcov
30 .endif
31
32 .include <bsd.subdir.mk>