Merge from vendor branch FILE:
[dragonfly.git] / gnu / usr.bin / cc40 / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc40/Attic/Makefile,v 1.1 2005/06/05 22:43:19 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>