home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / SC / I386 / SC. next >
Encoding:
Text File  |  1998-07-24  |  2.2 KB  |  86 lines

  1. *** Makefile.rtr    Thu Sep 10 09:28:09 1992
  2. --- Makefile    Thu Sep 10 09:59:19 1992
  3. ***************
  4. *** 67,84 ****
  5.   # Set RINT=    on/with (they have rint):
  6.   #    SunOS 4.0.3c compiler
  7.   #    BSD4.4 (reno)
  8. ! RINT=
  9. ! #RINT=-DRINT
  10.   
  11.   # Set RE_COMP if you have the re_comp/re_exec regular expression routines
  12.   # (most BSD based systems do).
  13. ! RE_COMP=-DRE_COMP
  14. ! #RE_COMP=
  15.   
  16.   # Set REGCMP if you have the regcmp/regex regular expression routines
  17.   # (most System V based systems do)
  18. ! #REGCMP=-DREGCMP
  19. ! REGCMP=
  20.   
  21.   # This is the name of a pager like "more".
  22.   # "pg" may be appropriate for SYSV.
  23. --- 67,84 ----
  24.   # Set RINT=    on/with (they have rint):
  25.   #    SunOS 4.0.3c compiler
  26.   #    BSD4.4 (reno)
  27. ! #RINT=
  28. ! RINT=-DRINT
  29.   
  30.   # Set RE_COMP if you have the re_comp/re_exec regular expression routines
  31.   # (most BSD based systems do).
  32. ! #RE_COMP=-DRE_COMP
  33. ! RE_COMP=
  34.   
  35.   # Set REGCMP if you have the regcmp/regex regular expression routines
  36.   # (most System V based systems do)
  37. ! REGCMP=-DREGCMP
  38. ! #REGCMP=
  39.   
  40.   # This is the name of a pager like "more".
  41.   # "pg" may be appropriate for SYSV.
  42. ***************
  43. *** 184,193 ****
  44.   #LDFLAGS= -s
  45.   #CFLAGS=  -DSYSV3 -g
  46.   #LDFLAGS= -g
  47. ! #LIB=-lm -lcurses -lPW
  48.   # with gcc also use:
  49. ! #CC=gcc
  50. ! #CFLAGS=  -DSYSV3 -O -pipe -traditional
  51.   # debugging bison (bison 1.16 is broken)
  52.   #CFLAGS=  -DSYSV3 -g -pipe -traditional
  53.   #YACC=bison -y -v -t -l
  54. --- 184,193 ----
  55.   #LDFLAGS= -s
  56.   #CFLAGS=  -DSYSV3 -g
  57.   #LDFLAGS= -g
  58. ! LIB=-lm -lcurses -lPW -lintl
  59.   # with gcc also use:
  60. ! CC=gcc
  61. ! CFLAGS=  -DSYSV3 -O -traditional
  62.   # debugging bison (bison 1.16 is broken)
  63.   #CFLAGS=  -DSYSV3 -g -pipe -traditional
  64.   #YACC=bison -y -v -t -l
  65. ***************
  66. *** 223,231 ****
  67.   #CFLAGS= -O -DBSD42 -pipe
  68.   
  69.   # Use this for BSD 4.3
  70. ! CFLAGS= -O -DBSD43
  71. ! LDFLAGS=
  72. ! LIB=-lm -lcurses -ltermcap
  73.   
  74.   # Use this for SunOS 4.X if you have the System V package installed.
  75.   # This will link with the System V curses which is preferable to the
  76. --- 223,231 ----
  77.   #CFLAGS= -O -DBSD42 -pipe
  78.   
  79.   # Use this for BSD 4.3
  80. ! #CFLAGS= -O -DBSD43
  81. ! #LDFLAGS=
  82. ! #LIB=-lm -lcurses -ltermcap
  83.   
  84.   # Use this for SunOS 4.X if you have the System V package installed.
  85.   # This will link with the System V curses which is preferable to the
  86.