summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/Makefile
blob: b1aa973a69874bb27df99a523b848529d2f74100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $FreeBSD$

.include <bsd.own.mk>

# The order of some of these are rather important.  Some depend on previous
# subdirs.

SUBDIR= cc_tools cc_int cc cc1 include protoize doc

.if ${MK_CPP} != "no"
SUBDIR+= cpp
.endif

.if ${MK_CXX} != "no"
SUBDIR+= cc1plus c++ c++filt
.if ${MK_COLLECT2} != "no"
#SUBDIR+= collect2
.endif
.endif

.if ${MK_OBJC} != "no"
SUBDIR+= cc1obj
.endif

.if ${MK_FORTRAN} != "no"
SUBDIR+= f77 f771 f77doc
.endif

.if ${MK_GCOV} != "no"
SUBDIR+= gcov
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud