home *** CD-ROM | disk | FTP | other *** search
- *** Makefile.rtr Thu Sep 10 09:28:09 1992
- --- Makefile Thu Sep 10 09:59:19 1992
- ***************
- *** 67,84 ****
- # Set RINT= on/with (they have rint):
- # SunOS 4.0.3c compiler
- # BSD4.4 (reno)
- ! RINT=
- ! #RINT=-DRINT
-
- # Set RE_COMP if you have the re_comp/re_exec regular expression routines
- # (most BSD based systems do).
- ! RE_COMP=-DRE_COMP
- ! #RE_COMP=
-
- # Set REGCMP if you have the regcmp/regex regular expression routines
- # (most System V based systems do)
- ! #REGCMP=-DREGCMP
- ! REGCMP=
-
- # This is the name of a pager like "more".
- # "pg" may be appropriate for SYSV.
- --- 67,84 ----
- # Set RINT= on/with (they have rint):
- # SunOS 4.0.3c compiler
- # BSD4.4 (reno)
- ! #RINT=
- ! RINT=-DRINT
-
- # Set RE_COMP if you have the re_comp/re_exec regular expression routines
- # (most BSD based systems do).
- ! #RE_COMP=-DRE_COMP
- ! RE_COMP=
-
- # Set REGCMP if you have the regcmp/regex regular expression routines
- # (most System V based systems do)
- ! REGCMP=-DREGCMP
- ! #REGCMP=
-
- # This is the name of a pager like "more".
- # "pg" may be appropriate for SYSV.
- ***************
- *** 184,193 ****
- #LDFLAGS= -s
- #CFLAGS= -DSYSV3 -g
- #LDFLAGS= -g
- ! #LIB=-lm -lcurses -lPW
- # with gcc also use:
- ! #CC=gcc
- ! #CFLAGS= -DSYSV3 -O -pipe -traditional
- # debugging bison (bison 1.16 is broken)
- #CFLAGS= -DSYSV3 -g -pipe -traditional
- #YACC=bison -y -v -t -l
- --- 184,193 ----
- #LDFLAGS= -s
- #CFLAGS= -DSYSV3 -g
- #LDFLAGS= -g
- ! LIB=-lm -lcurses -lPW -lintl
- # with gcc also use:
- ! CC=gcc
- ! CFLAGS= -DSYSV3 -O -traditional
- # debugging bison (bison 1.16 is broken)
- #CFLAGS= -DSYSV3 -g -pipe -traditional
- #YACC=bison -y -v -t -l
- ***************
- *** 223,231 ****
- #CFLAGS= -O -DBSD42 -pipe
-
- # Use this for BSD 4.3
- ! CFLAGS= -O -DBSD43
- ! LDFLAGS=
- ! LIB=-lm -lcurses -ltermcap
-
- # Use this for SunOS 4.X if you have the System V package installed.
- # This will link with the System V curses which is preferable to the
- --- 223,231 ----
- #CFLAGS= -O -DBSD42 -pipe
-
- # Use this for BSD 4.3
- ! #CFLAGS= -O -DBSD43
- ! #LDFLAGS=
- ! #LIB=-lm -lcurses -ltermcap
-
- # Use this for SunOS 4.X if you have the System V package installed.
- # This will link with the System V curses which is preferable to the
-