summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/texinfo/texindex/Makefile
blob: ef51fdf344c79bd517fee733717adb1c07dd6637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Bmakefile for GNU info
#
# $id$
#

PROG= texindex 

SRCS+= texindex.c getopt1.c getopt.c  
.PATH: ${.CURDIR}/../info

CFLAGS+= -I${.CURDIR}/../info -I${.CURDIR}
CFLAGS+= -DNAMED_FUNCTIONS=1 -DSTDC_HEADERS=1
CFLAGS+= -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1
CFLAGS+= -DHAVE_SYS_FCNTL_H=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_BZERO=1
CFLAGS+= -DHAVE_RINDEX=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 
CFLAGS+= -DHAVE_SYS_TIME_H=1 -DDEFAULT_INFOPATH='"${INFODIR}"'

.include "../../Makefile.inc"
.include <bsd.prog.mk>

OpenPOWER on IntegriCloud