home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Source / GNU / cc / config / m68k / x-next < prev    next >
Encoding:
Text File  |  1994-01-28  |  528 b   |  27 lines

  1. # Make assignments for compiling on NeXT with their compiler version.
  2. AR=ar
  3. OLDAR=ar
  4.  
  5. CC=cc -traditional-cpp
  6. OLDCC=cc -traditional-cpp
  7.  
  8. libgcc2.a: stdarg.h
  9.  
  10. stdarg.h:
  11.     cp $(srcdir)/gstdarg.h ./stdarg.h
  12.  
  13. # When gcc is running on a NeXT, we want the make interaction in it.
  14.  
  15. COMMON_OBJS = makeUser.o make-support.o next-version.o 
  16.  
  17. makeUser.o: make.h
  18.  
  19. makeUser.c make.h: make.defs
  20.     mig make.defs
  21.  
  22. next-version.o:    next-version.c
  23. next-version.c:
  24.     echo "const char *next_version = "\"`cd $(srcdir);vers_string -f cc`\" ";" > \
  25.         $@
  26.  
  27.