freebsd-dev/gnu/usr.bin/texinfo/texindex/Makefile
1994-09-13 13:51:34 +00:00

22 lines
533 B
Makefile

#
# 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>