Deleted Added
full compact
Makefile (27727) Makefile (42450)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
3LIB= edit
4
5OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \
6 parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c
7
8LDADD+= -ltermcap

--- 44 unchanged lines hidden (view full) ---

53 sh ${.CURDIR}/makelist -bc ${ASRC} > ${.TARGET}
54
55help.h: ${ASRC} makelist
56 sh ${.CURDIR}/makelist -bh ${ASRC} > ${.TARGET}
57
58editline.c:
59 sh ${.CURDIR}/makelist -e ${OSRCS} > ${.TARGET}
60
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
3LIB= edit
4
5OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \
6 parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c
7
8LDADD+= -ltermcap

--- 44 unchanged lines hidden (view full) ---

53 sh ${.CURDIR}/makelist -bc ${ASRC} > ${.TARGET}
54
55help.h: ${ASRC} makelist
56 sh ${.CURDIR}/makelist -bh ${ASRC} > ${.TARGET}
57
58editline.c:
59 sh ${.CURDIR}/makelist -e ${OSRCS} > ${.TARGET}
60
61beforedepend editline.o editline.po editline.so: \
61beforedepend editline.o editline.po editline.So: \
62 vi.h emacs.h common.h fcns.h fcns.c help.h help.c
63
64test: test.o libedit.a ${DPADD} ${LIBTERMCAP}
65 ${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD}
66
67.include <bsd.lib.mk>
62 vi.h emacs.h common.h fcns.h fcns.c help.h help.c
63
64test: test.o libedit.a ${DPADD} ${LIBTERMCAP}
65 ${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD}
66
67.include <bsd.lib.mk>