home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / cc-61.0.1 / cc / config / make-mips < prev    next >
Text File  |  1991-06-03  |  1KB  |  47 lines

  1. XCFLAGS        = -O1
  2. LANGUAGES    = c mips-tfile        # suppress c++, objc for now
  3. CONFIG2_H    = $(srcdir)/config/tm-mips.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. mips-tfile: mips-tfile.o version.o
  39.     $(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
  40.  
  41. mips-tfile.o : mips-tfile.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H)
  42.  
  43. mips-tdump: mips-tdump.o version.o
  44.     $(CC) $(CFLAGS) $(LDFLAGS) -o mips-tdump mips-tdump.o version.o $(LIBS)
  45.  
  46. mips-tdump.o : mips-tdump.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H)
  47.