home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / GNUSRC.Z / t-pa-nextpdo < prev    next >
Encoding:
Text File  |  1996-06-12  |  644 b   |  23 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. # When gcc is running on a NeXT, we want the make interaction in it.
  13.  
  14. COMMON_OBJS = makeUser.o make-support.o
  15.  
  16. makeUser.o: config/next/makeUser.c config/next/make.h
  17.     $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
  18.       $(srcdir)/config/next/makeUser.c
  19.  
  20. make-support.o: config/next/make-support.c config/next/make.h
  21.     $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
  22.       $(srcdir)/config/next/make-support.c
  23.