[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.21 and 1.22

version 1.21, 2008/06/13 18:51:02 version 1.22, 2008/12/17 10:27:33
Line 7 
Line 7 
   
 # (Common) compile-time options:  # (Common) compile-time options:
 #  #
 #       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 -  #       REGEX           -- create regular expression functions.
 #                               XKEYS and bsmap mode do _not_ get along.  #       STARTUP         -- look for and handle initialization file.
 #       REGEX           -- create regular expression functions  #       XKEYS           -- use termcap function key definitions.
   #                               note: XKEYS and bsmap mode do _not_ get along.
 #  #
 CFLAGS+=-Wall -DXKEYS -DFKEYS -DREGEX  CFLAGS+=-Wall -DFKEYS -DREGEX -DXKEYS
   
 SRCS=   cinfo.c fileio.c spawn.c ttyio.c tty.c ttykbd.c \  SRCS=   autoexec.c basic.c buffer.c cinfo.c dir.c dired.c display.c \
         basic.c dir.c dired.c file.c line.c match.c paragraph.c \          echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
         random.c region.c search.c version.c window.c word.c \          line.c macro.c main.c match.c modes.c paragraph.c random.c \
         buffer.c display.c echo.c extend.c help.c kbd.c keymap.c \          re_search.c region.c search.c spawn.c tty.c ttyio.c ttykbd.c \
         macro.c main.c modes.c re_search.c funmap.c undo.c autoexec.c \          undo.c version.c window.c word.c yank.c
         yank.c  
   
 #  #
 # More or less standalone extensions.  # More or less standalone extensions.
 #  #
 SRCS+=  grep.c theo.c cmode.c  SRCS+=  cmode.c grep.c theo.c
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22