home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / gcc-2.3.3-src.lha / GNU / src / amiga / gcc-2.3.3 / config / t-decrose < prev    next >
Text File  |  1994-02-06  |  1KB  |  47 lines

  1. EXTRA_OBJS    = halfpic.o
  2. LIMITS_H    =
  3. CONFIG2_H    = $(srcdir)/config/mips.h $(srcdir)/config/decrose.h $(srcdir)/halfpic.h
  4.  
  5. # We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
  6. # PREMADE_ATTRTAB = $(srcdir)/config/mips-at.c
  7. # PREMADE_ATTRTAB_MD = $(srcdir)/config/mips-at.md
  8.  
  9. # Suppress building libgcc1.a, since the MIPS compiler port is complete
  10. # and does not need anything from libgcc1.a.
  11. LIBGCC1 = libgcc1.null
  12.  
  13. # Add additional dependencies to recompile selected modules whenever the
  14. # tm.h file changes.  The files compiled are:
  15. #
  16. #    gcc.c        (*_SPEC changes)
  17. #    toplev.c    (new switches + assembly output changes)
  18. #    sdbout.c    (debug format changes)
  19. #    dbxout.c    (debug format changes)
  20. #    dwarfout.c    (debug format changes)
  21. #    final.c        (assembly output changes)
  22. #    varasm.c    (assembly output changes)
  23. #    cse.c        (cost functions)
  24. #    insn-output.c    (possible ifdef changes in tm.h)
  25. #    regclass.c    (fixed/call used register changes)
  26. #    cccp.c        (new preprocessor macros, -v version #)
  27. #    explow.c    (GO_IF_LEGITIMATE_ADDRESS)
  28. #    recog.c        (GO_IF_LEGITIMATE_ADDRESS)
  29. #    reload.c    (GO_IF_LEGITIMATE_ADDRESS)
  30.  
  31. gcc.o: $(CONFIG2_H)
  32. toplev.o: $(CONFIG2_H)
  33. sdbout.o: $(CONFIG2_H)
  34. dbxout.o: $(CONFIG2_H)
  35. dwarfout.o: $(CONFIG2_H)
  36. final.o: $(CONFIG2_H)
  37. varasm.o: $(CONFIG2_H)
  38. cse.o: $(CONFIG2_H)
  39. insn-output.o: $(CONFIG2_H)
  40. regclass.o: $(CONFIG2_H)
  41. cccp.o: $(CONFIG2_H)
  42. explow.o: $(CONFIG2_H)
  43. recog.o: $(CONFIG2_H)
  44. reload.o: $(CONFIG2_H)
  45.  
  46. halfpic.o: halfpic.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H) $(TREE_H)
  47.