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

  1. CC       = gcc
  2. LIBGCC1=libgcc1.null
  3. CROSS_LIBGCC1=libgcc1.null
  4. LIB2FUNCS_EXTRA=lib2funcs.asm
  5.  
  6. lib2funcs.asm: $(srcdir)/config/pa/$(LIB2FUNCS_EXTRA)
  7.     rm -f lib2funcs.asm
  8.     cp $(srcdir)/config/pa/$(LIB2FUNCS_EXTRA) .
  9.  
  10. ALLOCA=alloca.o
  11.  
  12. # This is a hack to make the preprocessor search an additional directory
  13. # that is not dependent on the version of gcc that is installed on the machine.
  14. tooldir = $(libdir)/gcc-lib/$(target)
  15.  
  16. # When gcc is running on a NeXT, we want the make interaction in it.
  17.  
  18. COMMON_OBJS = makeUser.o make-support.o
  19.  
  20. makeUser.o: config/next/makeUser.c config/next/make.h
  21.     $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
  22.       $(srcdir)/config/next/makeUser.c
  23.  
  24. make-support.o: config/next/make-support.c config/next/make.h
  25.     $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
  26.       $(srcdir)/config/next/make-support.c
  27.