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
|
|
|
|
|
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
|
|
|
|
|
2000-01-17 10:59:30 +00:00
|
|
|
CFLAGS+= -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" \
|
|
|
|
-I${TXIDIR} -I${TXIDIR}/lib
|
|
|
|
|
1999-01-20 02:08:07 +00:00
|
|
|
.include "../Makefile.inc"
|