# $Id: Maketcov,v 1.1 91/11/26 13:16:38 pete Exp $

TCOV	= tcov
TFLAGS	= -a

# Language-independent object files.
SRCS	= toplev.c version.c tree.c print-tree.c stor-layout.c fold-const.c \
	rtl.c rtlanal.c expr.c stmt.c expmed.c explow.c optabs.c varasm.c \
	symout.c dbxout.c sdbout.c emit-rtl.c insn-emit.c \
	integrate.c jump.c cse.c loop.c flow.c stupid.c combine.c \
	regclass.c local-alloc.c global-alloc.c reload.c reload1.c caller-save.c \
	insn-peep.c final.c recog.c insn-recog.c insn-extract.c insn-output.c

C_SRCS	= c-parse.tab.c c-decl.c c-typeck.c c-convert.c

cc1_tcov: $(C_SRCS) $(SRCS)
	@echo "Begin tcov for cc1"
	$(TCOV) $(TFLAGS) $(C_SRCS) $(SRCS)
