Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git] / gnu / usr.bin / cc34 / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc34/Makefile,v 1.4 2008/05/14 15:02:47 hasso Exp $
2
3 SUBDIR=         cc_prep cc_tools libbackend libcpp cc1 cc doc
4 SUBDIR+=        cpp
5 SUBDIR+=        gcov
6 .if !defined(NO_CXX)
7 SUBDIR+=        cc1plus c++ c++filt
8 .endif
9 .if !defined(NO_OBJC)
10 SUBDIR+=        cc1obj
11 .endif
12
13 .ORDER: ${SUBDIR}
14
15 .include <bsd.subdir.mk>