]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/cc/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / gnu / usr.bin / cc / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 # The order of some of these are rather important.  Some depend on previous
6 # subdirs.
7
8 SUBDIR= cc_tools libiberty libcpp libdecnumber cc_int cc cc1 include doc
9
10 .if ${MK_CPP} != "no"
11 SUBDIR+= cpp
12 .endif
13
14 .if ${MK_CXX} != "no"
15 SUBDIR+= cc1plus c++ c++filt
16 .endif
17
18 .if ${MK_OBJC} != "no"
19 SUBDIR+= cc1obj
20 .endif
21
22 .if ${MK_GCOV} != "no"
23 SUBDIR+= gcov
24 .endif
25
26 .include <bsd.subdir.mk>