]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/cc/Makefile
This commit was generated by cvs2svn to compensate for changes in r92948,
[FreeBSD/FreeBSD.git] / gnu / usr.bin / cc / Makefile
1 # $FreeBSD$
2
3 # The order of some of these are rather important.  Some depend on previous
4 # subdirs.
5
6 SUBDIR= cc_fbsd 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>