From 4e0db2ceeb43e83f63c9b600046bdb7fc84737e4 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 8 Oct 1993 07:44:01 -0400 Subject: [PATCH] (mips-tfile, mips-tfile.o, mips-tdump, mips-tdump.o): New rules. From-SVN: r5675 --- gcc/Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e17ba96..91cd931 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1013,6 +1013,17 @@ aux-output.o : aux-output.c $(CONFIG_H) \ $(RTL_H) regs.h hard-reg-set.h real.h insn-config.h conditions.h \ insn-flags.h output.h insn-attr.h insn-codes.h +# Build auxiliary files that support ecoff format. +mips-tfile: mips-tfile.o version.o $(LIBDEPS) + $(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS) + +mips-tfile.o : mips-tfile.c $(CONFIG_H) $(RTL_H) + +mips-tdump: mips-tdump.o version.o $(LIBDEPS) + $(CC) $(CFLAGS) $(LDFLAGS) -o mips-tdump mips-tdump.o version.o $(LIBS) + +mips-tdump.o : mips-tdump.c $(CONFIG_H) $(RTL_H) + # Normally this target is not used; but it is used if you # define ALLOCA=alloca.o. In that case, you must get a suitable alloca.c # from the GNU Emacs distribution. -- 2.7.4