home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / config / sparc / t-sol2-nextpdo < prev    next >
Text File  |  1997-01-23  |  1KB  |  39 lines

  1. # we need to supply our own assembly versions of libgcc1.c files,
  2. # since the user may not have native 'cc' available
  3.  
  4. LIBGCC1 = libgcc1.null
  5. CROSS_LIBGCC1 = libgcc1.null
  6. CC = gcc
  7.  
  8. # This is a hack to make the preprocessor search an additional directory
  9. # that is not dependent on the version of gcc that is installed on the machine.
  10. tooldir = $(libdir)/gcc-lib/$(target)
  11.  
  12. # gmon build rule:
  13. gmon.o:    $(srcdir)/config/sparc/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)
  14.     $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) \
  15.         -c $(srcdir)/config/sparc/gmon-sol2.c -o gmon.o
  16.  
  17. # Assemble startup files.
  18. crt1.o: $(srcdir)/config/sparc/sol2-nextpdo-c1.asm
  19.     $(AS) -o crt1.o $(srcdir)/config/sparc/sol2-nextpdo-c1.asm
  20. crti.o: $(srcdir)/config/sparc/sol2-ci.asm
  21.     $(AS) -o crti.o $(srcdir)/config/sparc/sol2-ci.asm
  22. crtn.o: $(srcdir)/config/sparc/sol2-cn.asm
  23.     $(AS) -o crtn.o $(srcdir)/config/sparc/sol2-cn.asm
  24.  
  25. AR=/usr/ccs/bin/ar
  26. OLDAR=/usr/ccs/bin/ar
  27.  
  28. # When gcc is running on a NeXT, we want the make interaction in it.
  29.  
  30. COMMON_OBJS = makeUser.o make-support.o
  31.  
  32. makeUser.o: config/next/makeUser.c config/next/make.h
  33.     $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
  34.       $(srcdir)/config/next/makeUser.c
  35.  
  36. make-support.o: config/next/make-support.c config/next/make.h
  37.     $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
  38.       $(srcdir)/config/next/make-support.c
  39.