Stop installing profiling libraries as /usr/lib/lib${LIB}_p.a, because
[dragonfly.git] / gnu / usr.bin / cc40 / cc_tools / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc40/cc_tools/Attic/Makefile,v 1.1 2005/06/05 22:43:20 corecode Exp $
2
3 SUBDIR=  libiberty
4 SUBDIR+= gengenrtl genmodes gengtype genpreds gencheck genconstants
5 SUBDIR+= genconditions genflags gencodes genattr genattrtab genemit
6 SUBDIR+= genconfig genextract genopinit genoutput genpeep genrecog
7 SUBDIR+= gcov-iov
8
9 #.if !defined(NO_FORTRAN)
10 #SUBDIR+= fini
11 #.endif
12
13 .ORDER: ${SUBDIR}
14
15 .include <bsd.subdir.mk>