2000-04-02 01:00:24 +00:00
|
|
|
*** Makefile.orig Wed Dec 6 22:56:38 1995
|
|
|
|
--- Makefile Wed Mar 29 20:36:09 2000
|
1997-06-30 11:57:52 +00:00
|
|
|
***************
|
2000-04-02 01:00:24 +00:00
|
|
|
*** 6,14 ****
|
1997-06-30 11:57:52 +00:00
|
|
|
V=1.1
|
|
|
|
|
|
|
|
# Flags for use with the Linux ncurses package (recommended)
|
|
|
|
! CFLAGS = -g -DNDEBUG # -I/usr/local/include -L/usr/local/lib
|
|
|
|
! TERMLIB = -lncurses
|
2000-04-02 01:00:24 +00:00
|
|
|
! CC = gcc
|
1997-06-30 11:57:52 +00:00
|
|
|
|
|
|
|
# Flags for use with stock curses
|
2000-04-02 01:00:24 +00:00
|
|
|
#CFLAGS = -DNDEBUG
|
|
|
|
--- 6,14 ----
|
1997-06-30 11:57:52 +00:00
|
|
|
V=1.1
|
|
|
|
|
|
|
|
# Flags for use with the Linux ncurses package (recommended)
|
|
|
|
! #CFLAGS = -g -DNDEBUG # -I/usr/local/include -L/usr/local/lib
|
|
|
|
! TERMLIB = -lncurses -lmytinfo
|
2000-04-02 01:00:24 +00:00
|
|
|
! #CC = gcc
|
1997-06-30 11:57:52 +00:00
|
|
|
|
|
|
|
# Flags for use with stock curses
|
2000-04-02 01:00:24 +00:00
|
|
|
#CFLAGS = -DNDEBUG
|