Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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 # $DragonFly: src/gnu/usr.bin/cc/Attic/Makefile,v 1.2 2003/06/17 04:25:45 dillon 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 cccp cc1 cc
8
9 .if !defined(NO_CPP)
10 SUBDIR+= cpp
11 .endif
12
13 .if !defined(NO_CXX)
14 SUBDIR+= cc1plus c++ c++filt doc
15 .endif
16
17 .if !defined(NO_OBJC)
18 SUBDIR+= cc1obj
19 .endif
20
21 .if !defined(NO_FORTRAN)
22 SUBDIR+= f77 f771 f77doc
23 .endif
24
25 .if !defined(NO_GCOV)
26 SUBDIR+= gcov
27 .endif
28
29 .include <bsd.subdir.mk>