1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1997-04-07 13:21:19 -04:00
|
|
|
|
1999-01-19 21:08:07 -05:00
|
|
|
TXIDIR= ${.CURDIR}/../../../../contrib/texinfo
|
|
|
|
|
|
1997-04-07 13:21:19 -04:00
|
|
|
.if exists(${.OBJDIR}/../libtxi)
|
1999-01-19 21:08:07 -05:00
|
|
|
LIBTXI= ${.OBJDIR}/../libtxi/libtxi.a
|
1997-04-07 13:21:19 -04:00
|
|
|
.else
|
1999-01-19 21:08:07 -05:00
|
|
|
LIBTXI= ${.CURDIR}/../libtxi/libtxi.a
|
1997-04-07 13:21:19 -04:00
|
|
|
.endif
|
|
|
|
|
|
2000-01-17 05:59:30 -05:00
|
|
|
CFLAGS+= -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" \
|
|
|
|
|
-I${TXIDIR} -I${TXIDIR}/lib
|
|
|
|
|
|
1999-01-19 21:08:07 -05:00
|
|
|
.include "../Makefile.inc"
|