Deleted Added
full compact
Makefile (169718) Makefile (220755)
1# $FreeBSD: head/gnu/usr.bin/cc/Makefile 169718 2007-05-19 04:25:59Z kan $
1# $FreeBSD: head/gnu/usr.bin/cc/Makefile 220755 2011-04-17 21:03:23Z dim $
2
3.include <bsd.own.mk>
4
5# The order of some of these are rather important. Some depend on previous
6# subdirs.
7
8SUBDIR= cc_tools libiberty libcpp libdecnumber cc_int cc cc1 include doc
9
10.if ${MK_CPP} != "no"
11SUBDIR+= cpp
12.endif
13
14.if ${MK_CXX} != "no"
15SUBDIR+= cc1plus c++ c++filt
16.endif
17
2
3.include <bsd.own.mk>
4
5# The order of some of these are rather important. Some depend on previous
6# subdirs.
7
8SUBDIR= cc_tools libiberty libcpp libdecnumber cc_int cc cc1 include doc
9
10.if ${MK_CPP} != "no"
11SUBDIR+= cpp
12.endif
13
14.if ${MK_CXX} != "no"
15SUBDIR+= cc1plus c++ c++filt
16.endif
17
18.if ${MK_OBJC} != "no"
19SUBDIR+= cc1obj
20.endif
21
22.if ${MK_GCOV} != "no"
23SUBDIR+= gcov
24.endif
25
26.include <bsd.subdir.mk>
18.if ${MK_GCOV} != "no"
19SUBDIR+= gcov
20.endif
21
22.include <bsd.subdir.mk>