Merge branch 'vendor/XZ' into HEAD
[dragonfly.git] / gnu / usr.bin / texinfo / Makefile.inc
1 # $FreeBSD: src/gnu/usr.bin/texinfo/Makefile.inc,v 1.11 2000/01/17 10:59:13 ru Exp $
2 # $DragonFly: src/gnu/usr.bin/texinfo/Makefile.inc,v 1.3 2005/08/28 12:25:04 asmodai Exp $
3
4 TOPLVLDIR:=     ${.CURDIR}/..
5 TXIDIR=         ${.CURDIR}/../../../../contrib/texinfo-4
6
7 .if exists(${.OBJDIR}/../libtxi)
8 LIBTXI=         ${.OBJDIR}/../libtxi/libtxi.a
9 .else
10 LIBTXI=         ${.CURDIR}/../libtxi/libtxi.a
11 .endif
12
13 CFLAGS+=        -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" \
14                 -I${TOPLVLDIR} -I${TXIDIR} -I${TXIDIR}/lib
15
16 .include "../Makefile.inc"