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

19 lines
476 B
Makefile
Raw Normal View History

1997-10-25 14:10:19 +04:00
# $NetBSD: Makefile,v 1.9 1997/10/25 10:11:59 lukem Exp $
1993-07-15 20:32:02 +04:00
PROG= indxbib
SRCS= indxbib.cc dirnamemax.c signal.c
1997-10-25 14:10:19 +04:00
CPPFLAGS+= -I$(.CURDIR)/../include
1993-07-15 20:32:02 +04:00
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
FILES=eign
FILESNAME=${COMMON_WORDS_FILE:T}
FILESDIR=${COMMON_WORDS_FILE:H}
1993-07-15 20:32:02 +04:00
.include "../../Makefile.inc"
.include "../Makefile.cfg"
.include <bsd.prog.mk>