NetBSD/gnu/usr.bin/groff/indxbib/Makefile

24 lines
514 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 2001/04/19 14:41:23 wiz Exp $
.include "../Makefile.lib"
DIST= ${IDIST}/src/utils/indxbib
.PATH: ${DIST}
1993-07-15 20:32:02 +04:00
PROG= indxbib
SRCS= indxbib.cc dirnamemax.c signal.c
LDADD+= $(LIBBIB) $(LIBGROFF) -lm
1995-10-26 03:58:49 +03:00
DPADD+= $(LIBBIB) $(LIBGROFF) $(LIBM)
1993-07-15 20:32:02 +04:00
1997-03-25 01:02:40 +03:00
COMMON_WORDS_FILE!=awk -F\" '/COMMON_WORDS_FILE/ { print $$2 }' ${.CURDIR}/../include/defs.h
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
1997-03-25 01:02:40 +03:00
FILES=eign
FILESNAME=${COMMON_WORDS_FILE:T}
FILESDIR=${COMMON_WORDS_FILE:H}
.endif
1993-07-15 20:32:02 +04:00
.include <bsd.prog.mk>