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

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