freebsd-dev/gnu/usr.bin/texinfo/makeinfo/Makefile

23 lines
584 B
Makefile
Raw Normal View History

1994-09-13 13:51:34 +00:00
#
# Bmakefile for GNU info
#
1995-05-30 05:05:38 +00:00
# $Id: Makefile,v 1.2 1994/09/15 13:11:36 jkh Exp $
1994-09-13 13:51:34 +00:00
#
PROG= makeinfo
1994-09-15 13:11:36 +00:00
NOMAN=yes
1995-05-30 05:05:38 +00:00
SRCS+= makeinfo.c getopt1.c getopt.c
1994-09-15 13:11:36 +00:00
1994-09-13 13:51:34 +00:00
.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
1995-05-30 05:05:38 +00:00
CFLAGS+= -DHAVE_RINDEX=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1
1994-09-13 13:51:34 +00:00
CFLAGS+= -DHAVE_SYS_TIME_H=1 -DDEFAULT_INFOPATH='"${INFODIR}"'
.include "../../Makefile.inc"
.include <bsd.prog.mk>