home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / SC / LINUX / SC. next >
Encoding:
Text File  |  1998-07-24  |  786 b   |  34 lines

  1. --- Makefile.rtr    Wed Feb  5 16:22:01 1997
  2. +++ Makefile    Wed Feb  5 16:26:15 1997
  3. @@ -193,12 +193,12 @@
  4.  #YACC=bison -y -v -t -l
  5.  
  6.  # Use this for system V.4
  7. -#CFLAGS=  -DSYSV4 -DSYSV3 -O
  8. -#LDFLAGS= -s
  9. -#LIB=-lm -lcurses -lgen
  10. +CFLAGS=  -DSYSV4 -DSYSV3 -O
  11. +LDFLAGS= -s
  12. +LIB=-lm -lncurses 
  13.  # with gcc also use:
  14. -#CC=gcc
  15. -#CFLAGS=  -DSYSV3 -O -pipe
  16. +CC=gcc
  17. +CFLAGS=  -DSYSV3 -I/usr/include/ncurses -O -pipe
  18.  
  19.  # Microport
  20.  #CFLAGS= -DSYSV2 -O -DUPORT -Ml
  21. @@ -223,9 +223,9 @@
  22.  #CFLAGS= -O -DBSD42 -pipe
  23.  
  24.  # Use this for BSD 4.3
  25. -CFLAGS= -O -DBSD43
  26. -LDFLAGS=
  27. -LIB=-lm -lcurses -ltermcap
  28. +#CFLAGS= -O -DBSD43
  29. +#LDFLAGS=
  30. +#LIB=-lm -lcurses -ltermcap
  31.  
  32.  # Use this for SunOS 4.X if you have the System V package installed.
  33.  # This will link with the System V curses which is preferable to the
  34.