mkfile-Solaris-sparc 881 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. TARGMODEL= Posix
  2. TARGSHTYPE= sh
  3. CPUS= sparc
  4. O= o
  5. OS= o
  6. AR= ar
  7. ARFLAGS= cvru
  8. YACC= iyacc
  9. YFLAGS= -d
  10. AS= gcc
  11. ASFLAGS= -c
  12. CC=gcc
  13. CFLAGS= -c\
  14. -g\
  15. -O\
  16. -munaligned-doubles\
  17. -threads\
  18. -Wimplicit\
  19. -I$ROOT/Solaris/sparc/include\
  20. -I$ROOT/include\
  21. -I/usr/openwin/share/include\
  22. ANSICPP=
  23. LD= gcc
  24. LDFLAGS=-L/usr/openwin/lib\
  25. SYSLIBS=
  26. EMULIBS= -lthread -lsocket -lm -lX11 -lXext -lnsl -lposix4
  27. # use the following settings in order to use the native sun C compiler
  28. # rather than gcc.
  29. # this has not been tested in this release.
  30. # AS= cc
  31. # ASFLAGS= -c
  32. #
  33. # CC= cc
  34. # CFLAGS= -c\
  35. # -mt\
  36. # -g\
  37. # -w\
  38. # -xCC \
  39. # -Xa\
  40. # -I$ROOT/Solaris/sparc/include\
  41. # -I$ROOT/include\
  42. # -I/usr/openwin/share/include\
  43. #
  44. # LD= cc
  45. # LDFLAGS= -mt\
  46. # -L/usr/openwin/lib\
  47. #
  48. # SYSLIBS=
  49. # EMULIBS= -lsunmath -lsocket -lm -lX11 -lXext -lnsl -lposix4