[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.3 and 1.4

version 1.3, 2000/02/26 22:53:16 version 1.4, 2000/02/27 17:29:50
Line 1 
Line 1 
 # Makefile for MicroEMACS.  # $OpenBSD$
 # Is there a better way to do the rebuilds, other than using  
 # the links?  
   
   PROG=   mg
   
 LDADD+= -lcurses  LDADD+= -lcurses
 DPADD+= ${LIBCURSES}  DPADD+= ${LIBCURSES}
   
Line 16 
Line 16 
 #       PREFIXREGION    -- enable function "prefix-region"  #       PREFIXREGION    -- enable function "prefix-region"
 #       REGEX           -- create regular expression functions  #       REGEX           -- create regular expression functions
 #  #
 CDEFS   =  -DDO_METAKEY  CFLAGS+=-DDO_METAKEY -DPREFIXREGION -DXKEYS -DFKEYS -DBACKUP
 CDEFS+= -DDO_METAKEY -DPREFIXREGION -DXKEYS -DFKEYS -DBACKUP  
 CFLAGS+=$(CDEFS)  
   
 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 \
         random.c region.c search.c version.c window.c word.c \          random.c region.c search.c version.c window.c word.c \
         buffer.c display.c echo.c extend.c help.c kbd.c keymap.c \          buffer.c display.c echo.c extend.c help.c kbd.c keymap.c \
         macro.c main.c modes.c regex.c re_search.c          macro.c main.c modes.c regex.c re_search.c
 PROG=   mg  
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4