HAMMER VFS - Major retooling of the refcount mechanics, and fix a deadlock
[dragonfly.git] / gnu / usr.bin / cc41 / Makefile
blob0ee5276e81604a000dc682e47d9a8b677ad84e3d
1 # $DragonFly: src/gnu/usr.bin/cc41/Makefile,v 1.3 2008/06/30 12:16:03 hasso Exp $
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_OBJC)
12 SUBDIR+= cc1obj
13 .endif
15 .ORDER: ${SUBDIR}
17 .include <bsd.subdir.mk>