Deleted Added
full compact
Makefile (2678) Makefile (3527)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
3LIB= edit
4
5OSRCS= chared.c common.c el.c emacs.c hist.c key.c map.c parse.c \
6 prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c \
7 help.c fcns.c help.h
8
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
3LIB= edit
4
5OSRCS= chared.c common.c el.c emacs.c hist.c key.c map.c parse.c \
6 prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c \
7 help.c fcns.c help.h
8
9LDADD+= -ltermcap
10
9# For speed and debugging
10#SRCS= ${OSRCS} tokenizer.c history.c
11# For protection
12SRCS= editline.c tokenizer.c history.c
13
14CLEANFILES+=common.h emacs.h fcns.h help.h vi.h help.c fcns.c editline.c
15CFLAGS+=-I. -I${.CURDIR}
16CFLAGS+=#-DDEBUG_TTY -DDEBUG_KEY -DDEBUG_READ -DDEBUG -DDEBUG_REFRESH

--- 36 unchanged lines hidden ---
11# For speed and debugging
12#SRCS= ${OSRCS} tokenizer.c history.c
13# For protection
14SRCS= editline.c tokenizer.c history.c
15
16CLEANFILES+=common.h emacs.h fcns.h help.h vi.h help.c fcns.c editline.c
17CFLAGS+=-I. -I${.CURDIR}
18CFLAGS+=#-DDEBUG_TTY -DDEBUG_KEY -DDEBUG_READ -DDEBUG -DDEBUG_REFRESH

--- 36 unchanged lines hidden ---