freebsd-dev/gnu/usr.bin/cc/Makefile
Peter Wemm 4023b3033b Build/install c++filt from g++, we already have all the sources and
it's and useful. (Ever tried to read 'nm' and 'ldd -v' output on a c++
object or library? :-) This filter decodes the mangled symbol names.)

Requested by: Chuck Robey <chuckr@glue.umd.edu>
1996-10-13 17:37:03 +00:00

11 lines
250 B
Makefile

#
# $Id: Makefile,v 1.6 1996/09/19 15:37:58 peter Exp $
#
# The order of some of these are rather important. Some depend on previous
# subdirs.
SUBDIR= cc_tools cc_int cpp cc1 cc cc1obj cc1plus c++ f77 libgcc c++filt doc
.include <bsd.subdir.mk>