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-encrose < prev    next >
Text File  |  1994-02-06  |  1KB  |  36 lines

  1. LIMITS_H    =
  2. CONFIG2_H    = $(srcdir)/config/ns32k.h $(srcdir)/config/encrose.h
  3.  
  4. # Add additional dependencies to recompile selected modules whenever the
  5. # tm*.h file changes.  The files compiled are:
  6. #
  7. #    gcc.c        (*_SPEC changes)
  8. #    toplev.c    (new switches + assembly output changes)
  9. #    sdbout.c    (debug format changes)
  10. #    dbxout.c    (debug format changes)
  11. #    dwarfout.c    (debug format changes)
  12. #    final.c        (assembly output changes)
  13. #    varasm.c    (assembly output changes)
  14. #    cse.c        (cost functions)
  15. #    insn-output.c    (possible ifdef changes in out-<xx>)
  16. #    regclass.c    (fixed/call used register changes)
  17. #    cccp.c        (new preprocessor macros, -v version #)
  18. #    explow.c    (GO_IF_LEGITIMATE_ADDRESS)
  19. #    recog.c        (GO_IF_LEGITIMATE_ADDRESS)
  20. #    reload.c    (GO_IF_LEGITIMATE_ADDRESS)
  21.  
  22. gcc.o: $(CONFIG2_H)
  23. toplev.o: $(CONFIG2_H)
  24. sdbout.o: $(CONFIG2_H)
  25. dbxout.o: $(CONFIG2_H)
  26. dwarfout.o: $(CONFIG2_H)
  27. final.o: $(CONFIG2_H)
  28. varasm.o: $(CONFIG2_H)
  29. cse.o: $(CONFIG2_H)
  30. insn-output.o: $(CONFIG2_H)
  31. regclass.o: $(CONFIG2_H)
  32. cccp.o: $(CONFIG2_H)
  33. explow.o: $(CONFIG2_H)
  34. recog.o: $(CONFIG2_H)
  35. reload.o: $(CONFIG2_H)
  36.