For cc_tools, recurse into cc_prep when building dependencies to get
[dragonfly.git] / gnu / usr.bin / cc34 / cc_tools / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc34/cc_tools/Makefile,v 1.3 2004/06/20 20:59:21 joerg Exp $
2
3 SUBDIR=  gengenrtl genmodes gengtype genpreds gencheck genconstants
4 SUBDIR+= genconditions genflags gencodes genattr genattrtab genemit
5 SUBDIR+= genconfig genextract genopinit genoutput genpeep genrecog
6 SUBDIR+= gcov-iov
7
8 SUBDIR+= fini
9
10 depend: cc_prep
11 cc_prep: .PHONY
12         cd ${STOPDIR}/cc_prep; make depend
13
14 .ORDER: cc_prep ${SUBDIR}
15
16 .include <bsd.subdir.mk>