Welcome the build infrastructure for gcc41
[dragonfly.git] / gnu / usr.bin / cc41 / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc41/Makefile,v 1.1 2006/09/27 12:10:33 corecode Exp $
2
3 SUBDIR=         cc_prep
4 SUBDIR+=        libiberty
5 SUBDIR+=        cc_tools libbackend libcpp cc1 cc doc
6 SUBDIR+=        cpp
7 SUBDIR+=        gcov
8 .if !defined(NO_CXX)
9 SUBDIR+=        cc1plus c++ c++filt
10 .endif
11 #.if !defined(NO_FORTRAN)
12 #SUBDIR+=       f771 g77
13 #.endif
14 #.if !defined(NO_OBJC)
15 #SUBDIR+=       cc1obj
16 #.endif
17
18 .ORDER: ${SUBDIR}
19
20 .include <bsd.subdir.mk>