1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1997-04-07 17:21:19 +00:00
|
|
|
|
1999-01-20 02:08:07 +00:00
|
|
|
TXIDIR= ${.CURDIR}/../../../../contrib/texinfo
|
|
|
|
|
|
|
|
.if exists(${.OBJDIR}/../libintl)
|
|
|
|
LIBINTL= ${.OBJDIR}/../libintl/libintl.a
|
|
|
|
.else
|
|
|
|
LIBINTL= ${.CURDIR}/../libintl/libintl.a
|
|
|
|
.endif
|
1997-04-07 17:21:19 +00:00
|
|
|
|
|
|
|
.if exists(${.OBJDIR}/../libtxi)
|
1999-01-20 02:08:07 +00:00
|
|
|
LIBTXI= ${.OBJDIR}/../libtxi/libtxi.a
|
1997-04-07 17:21:19 +00:00
|
|
|
.else
|
1999-01-20 02:08:07 +00:00
|
|
|
LIBTXI= ${.CURDIR}/../libtxi/libtxi.a
|
1997-04-07 17:21:19 +00:00
|
|
|
.endif
|
|
|
|
|
1999-01-20 02:08:07 +00:00
|
|
|
.include "../Makefile.inc"
|