(mips-tfile, mips-tfile.o, mips-tdump, mips-tdump.o): New rules.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 8 Oct 1993 11:44:01 +0000 (07:44 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 8 Oct 1993 11:44:01 +0000 (07:44 -0400)
From-SVN: r5675

gcc/Makefile.in

index e17ba9654fca6896d250df594d9c79fb87672fcf..91cd931c241e3cb145d6c7dc498b15fa69085e7c 100644 (file)
@@ -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.