Makefile (205a8ea824a04474bbfb000018904cd856cee4f3) | Makefile (ff5fcc93d41b91987f974b2afeb857e5bb7400c6) |
---|---|
1# | 1# |
2# $Id: Makefile,v 1.21 1997/09/22 23:14:37 wosch Exp $ | 2# $Id: Makefile,v 1.22 1998/06/09 04:07:20 imp 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 10.if defined(RELEASE_BUILD_FIXIT) 11# When building `vi' for the fixit floppy, don't include any of the 12# API stuff. 13APISTUFF= ex_notcl.c ex_noperl.c 14 15.else 16 | 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 10.if defined(RELEASE_BUILD_FIXIT) 11# When building `vi' for the fixit floppy, don't include any of the 12# API stuff. 13APISTUFF= ex_notcl.c ex_noperl.c 14 15.else 16 |
17.if !defined(NOTCL) 18#TCLINTERP= yes #we have it in the base tree, little cost to vi 19.endif | 17#TCLINTERP= yes #we don't have it in the base tree |
20#TKNVI= yes #not ready, needs X11, tk, doesn't quite work yet 21#PERLINTERP= yes #needs the perl5 v5.003 port 22 23APISTUFF= ex_tcl.c ex_perl.c 24 25# Any better ideas? 26#PERL= /usr/local/bin/perl5.003 27#CFLAGS+= -DHAVE_PERL_5_003_01 # If perl >= 5.03.01 --- 179 unchanged lines hidden --- | 18#TKNVI= yes #not ready, needs X11, tk, doesn't quite work yet 19#PERLINTERP= yes #needs the perl5 v5.003 port 20 21APISTUFF= ex_tcl.c ex_perl.c 22 23# Any better ideas? 24#PERL= /usr/local/bin/perl5.003 25#CFLAGS+= -DHAVE_PERL_5_003_01 # If perl >= 5.03.01 --- 179 unchanged lines hidden --- |