freebsd-dev/gnu/usr.bin/cc/Makefile

32 lines
493 B
Makefile
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
# The order of some of these are rather important. Some depend on previous
# subdirs.
SUBDIR= cc_tools cc_int cc cc1 cpp0 include protoize tradcpp0 doc
.if !defined(NO_CPP)
SUBDIR+= cpp
.endif
.if !defined(NO_CXX)
SUBDIR+= cc1plus c++ c++filt
2002-04-06 23:18:01 +00:00
.if !defined(NO_COLLECT2)
#SUBDIR+= collect2
2002-04-06 23:18:01 +00:00
.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>