freebsd-nq/gnu/usr.bin/cc/Makefile
David E. O'Brien 3cdd876f04 Bmake bits for Gcc 3.1.
Partially made possible by:	Wilko.Bulte@compaq.com
2002-05-10 08:54:50 +00:00

32 lines
492 B
Makefile

# $FreeBSD$
# The order of some of these are rather important. Some depend on previous
# subdirs.
SUBDIR= cc_fbsd cc_tools cc_int cc cc1 cpp0 protoize tradcpp0
.if !defined(NO_CPP)
SUBDIR+= cpp
.endif
.if !defined(NO_CXX)
SUBDIR+= cc1plus c++ c++filt doc
.if !defined(NO_COLLECT2)
SUBDIR+= collect2
.endif
.endif
.if !defined(NO_OBJC)
SUBDIR+= cc1obj
.endif
.if !defined(NO_FORTRAN)
SUBDIR+= f77 f771 f77doc
.endif
.if !defined(NO_GCOV)
SUBDIR+= gcov
.endif
.include <bsd.subdir.mk>