Deleted Added
full compact
Makefile (19312) Makefile (19372)
1#
1#
2# $Id: Makefile,v 1.2 1996/11/01 08:16:18 peter Exp $
2# $Id: Makefile,v 1.3 1996/11/01 08:34:51 peter Exp $
3#
4# This has most of the glue needed to compile tknvi and the perl hooks,
5# but not all.
6#
7
8SRCDIR= ${.CURDIR}/../../contrib/nvi
9
10TCLINTERP= yes #fine, in base tree, little cost

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

45#DPADD+= ?
46#LDADD+= -ltk
47.endif
48
49.if defined(TCLINTERP)
50.PATH: ${SRCDIR}/tcl_api
51DPADD+= ${LIBTCL} ${LIBM}
52LDADD+= -ltcl -lm
3#
4# This has most of the glue needed to compile tknvi and the perl hooks,
5# but not all.
6#
7
8SRCDIR= ${.CURDIR}/../../contrib/nvi
9
10TCLINTERP= yes #fine, in base tree, little cost

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

45#DPADD+= ?
46#LDADD+= -ltk
47.endif
48
49.if defined(TCLINTERP)
50.PATH: ${SRCDIR}/tcl_api
51DPADD+= ${LIBTCL} ${LIBM}
52LDADD+= -ltcl -lm
53CFLAGS+= -DHAVE_TCL_INTERP
53.endif
54
55.if defined(PERLINTERP)
56.PATH: ${SRCDIR}/perl_api
57#DPADD+= ?
58#LDADD+= ?
54.endif
55
56.if defined(PERLINTERP)
57.PATH: ${SRCDIR}/perl_api
58#DPADD+= ?
59#LDADD+= ?
60CFLAGS+= -DHAVE_PERL_INTERP
61#CFLAGS+= -DHAVE_PERL_5_003_01 # If perl >= 5.03.01
59.endif
60
61CLEANFILES+=${EX}
62
63# Vi curses sources
64SRCS+= cl_bsd.c cl_funcs.c cl_main.c cl_read.c cl_screen.c cl_term.c
65
66# Vi Tk sources

--- 69 unchanged lines hidden ---
62.endif
63
64CLEANFILES+=${EX}
65
66# Vi curses sources
67SRCS+= cl_bsd.c cl_funcs.c cl_main.c cl_read.c cl_screen.c cl_term.c
68
69# Vi Tk sources

--- 69 unchanged lines hidden ---