# $OpenBSD: Makefile,v 1.6 2000/09/01 14:59:08 millert Exp $ PROG= mg LDADD+= -lcurses DPADD+= ${LIBCURSES} # (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 # FKEYS -- add support for function key sequences. # XKEYS -- use termcap function key definitions. Warning - # XKEYS and bsmap mode do _not_ get along. # BACKUP -- enable "make-backup-files" # PREFIXREGION -- enable function "prefix-region" # REGEX -- create regular expression functions # CFLAGS+=-Wall -DDO_METAKEY -DPREFIXREGION -DXKEYS -DFKEYS -DBACKUP -DREGEX 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 \ 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 \ macro.c main.c modes.c re_search.c .include