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

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