[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/Makefile between version 1.15 and 1.16

version 1.15, 2005/03/10 18:27:47 version 1.16, 2005/11/19 22:05:45
Line 7 
Line 7 
   
 # (Common) compile-time options:  # (Common) compile-time options:
 #  #
 #       DO_METAKEY      -- if bit 7 is set for a key, treat like a META key  
 #       STARTUP         -- look for and handle initialization file  #       STARTUP         -- look for and handle initialization file
 #       FKEYS           -- add support for function key sequences.  #       FKEYS           -- add support for function key sequences.
 #       XKEYS           -- use termcap function key definitions. Warning -  #       XKEYS           -- use termcap function key definitions. Warning -
Line 16 
Line 15 
 #       PREFIXREGION    -- enable function "prefix-region"  #       PREFIXREGION    -- enable function "prefix-region"
 #       REGEX           -- create regular expression functions  #       REGEX           -- create regular expression functions
 #  #
 CFLAGS+=-Wall -DDO_METAKEY -DPREFIXREGION -DXKEYS -DFKEYS -DREGEX  CFLAGS+=-Wall -DPREFIXREGION -DXKEYS -DFKEYS -DREGEX
   
 SRCS=   cinfo.c fileio.c spawn.c ttyio.c tty.c ttykbd.c \  SRCS=   cinfo.c fileio.c spawn.c ttyio.c tty.c ttykbd.c \
         basic.c dir.c dired.c file.c line.c match.c paragraph.c \          basic.c dir.c dired.c file.c line.c match.c paragraph.c \

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16