From 6c436c698fe83085d9734c7e2efca2595ff2f358 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 16 Dec 2010 22:54:18 +0000 Subject: [PATCH] Push C++ library linkage into the shared Makefile.inc fragments. --- gnu/usr.bin/groff/src/devices/Makefile.inc | 5 ++++- gnu/usr.bin/groff/src/devices/grodvi/Makefile | 4 +--- gnu/usr.bin/groff/src/devices/grohtml/Makefile | 4 +--- gnu/usr.bin/groff/src/devices/grolbp/Makefile | 4 +--- gnu/usr.bin/groff/src/devices/grolj4/Makefile | 4 +--- gnu/usr.bin/groff/src/devices/grops/Makefile | 4 +--- gnu/usr.bin/groff/src/devices/grotty/Makefile | 4 +--- gnu/usr.bin/groff/src/preproc/Makefile.inc | 5 ++++- gnu/usr.bin/groff/src/preproc/eqn/Makefile | 4 +--- gnu/usr.bin/groff/src/preproc/grn/Makefile | 4 +--- gnu/usr.bin/groff/src/preproc/html/Makefile | 4 +--- gnu/usr.bin/groff/src/preproc/pic/Makefile | 4 +--- gnu/usr.bin/groff/src/preproc/refer/Makefile | 6 +++--- gnu/usr.bin/groff/src/preproc/soelim/Makefile | 4 +--- gnu/usr.bin/groff/src/preproc/tbl/Makefile | 4 +--- gnu/usr.bin/groff/src/roff/Makefile.inc | 5 ++++- gnu/usr.bin/groff/src/roff/groff/Makefile | 4 +--- gnu/usr.bin/groff/src/roff/troff/Makefile | 4 +--- gnu/usr.bin/groff/src/utils/Makefile.inc | 9 ++++++++- gnu/usr.bin/groff/src/utils/addftinfo/Makefile | 4 +--- gnu/usr.bin/groff/src/utils/hpftodit/Makefile | 4 +--- gnu/usr.bin/groff/src/utils/indxbib/Makefile | 6 +++--- gnu/usr.bin/groff/src/utils/lkbib/Makefile | 6 +++--- gnu/usr.bin/groff/src/utils/lookbib/Makefile | 6 +++--- gnu/usr.bin/groff/src/utils/pfbtops/Makefile | 5 ++--- gnu/usr.bin/groff/src/utils/tfmtodit/Makefile | 4 +--- 26 files changed, 51 insertions(+), 70 deletions(-) diff --git a/gnu/usr.bin/groff/src/devices/Makefile.inc b/gnu/usr.bin/groff/src/devices/Makefile.inc index 73dca148f964..ba57bfcd4421 100644 --- a/gnu/usr.bin/groff/src/devices/Makefile.inc +++ b/gnu/usr.bin/groff/src/devices/Makefile.inc @@ -1,5 +1,8 @@ -# $NetBSD: Makefile.inc,v 1.3 2003/06/30 18:47:47 wiz Exp $ +# $NetBSD: Makefile.inc,v 1.4 2010/12/16 22:54:18 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/devices/Makefile.inc,v 1.1 2001/04/17 12:37:02 ru Exp $ +DPADD+= ${LIBDRIVER} ${LIBGROFF} ${LIBM} ${LIBSUPCXX} +LDADD+= ${LIBDRIVER} ${LIBGROFF} -lm -lsupc++ + .include "../../Makefile.inc" diff --git a/gnu/usr.bin/groff/src/devices/grodvi/Makefile b/gnu/usr.bin/groff/src/devices/grodvi/Makefile index ae34229e7659..b99f29ff7a99 100644 --- a/gnu/usr.bin/groff/src/devices/grodvi/Makefile +++ b/gnu/usr.bin/groff/src/devices/grodvi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/09 08:32:53 mrg Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/16 22:54:18 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grodvi/Makefile,v 1.4 2003/05/01 13:22:18 ru Exp $ @@ -6,8 +6,6 @@ DIST_SUBDIR= src/devices/grodvi PROG= grodvi SRCS= dvi.cpp -DPADD+= ${LIBDRIVER} ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBDRIVER} ${LIBGROFF} -lm -lsupc++ CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/devices/grohtml/Makefile b/gnu/usr.bin/groff/src/devices/grohtml/Makefile index 92a4a4474c4e..6ff8e4a6588d 100644 --- a/gnu/usr.bin/groff/src/devices/grohtml/Makefile +++ b/gnu/usr.bin/groff/src/devices/grohtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/10/09 08:32:53 mrg Exp $ +# $NetBSD: Makefile,v 1.6 2010/12/16 22:54:19 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grohtml/Makefile,v 1.5 2003/05/01 13:22:18 ru Exp $ @@ -7,8 +7,6 @@ DIST_SUBDIR= src/devices/grohtml PROG= post-grohtml MAN= grohtml.1 SRCS= post-html.cpp html-table.cpp html-text.cpp output.cpp -DPADD+= ${LIBDRIVER} ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBDRIVER} ${LIBGROFF} -lm -lsupc++ CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/devices/grolbp/Makefile b/gnu/usr.bin/groff/src/devices/grolbp/Makefile index acaae51ac8e5..16fda4d1d59b 100644 --- a/gnu/usr.bin/groff/src/devices/grolbp/Makefile +++ b/gnu/usr.bin/groff/src/devices/grolbp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/02/26 03:20:07 lukem Exp $ +# $NetBSD: Makefile,v 1.6 2010/12/16 22:54:19 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grolbp/Makefile,v 1.4 2003/05/01 13:22:18 ru Exp $ @@ -6,8 +6,6 @@ DIST_SUBDIR= src/devices/grolbp PROG= grolbp SRCS= lbp.cpp -DPADD+= ${LIBDRIVER} ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBDRIVER} ${LIBGROFF} -lm -lsupc++ CLEANFILES= ${MAN} USETBL= diff --git a/gnu/usr.bin/groff/src/devices/grolj4/Makefile b/gnu/usr.bin/groff/src/devices/grolj4/Makefile index bba929eae619..c62fe6d456c7 100644 --- a/gnu/usr.bin/groff/src/devices/grolj4/Makefile +++ b/gnu/usr.bin/groff/src/devices/grolj4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/10/09 08:32:54 mrg Exp $ +# $NetBSD: Makefile,v 1.6 2010/12/16 22:54:19 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grolj4/Makefile,v 1.4 2003/05/01 13:22:18 ru Exp $ @@ -7,8 +7,6 @@ DIST_SUBDIR= src/devices/grolj4 PROG= grolj4 SRCS= lj4.cpp MAN= grolj4.1 lj4_font.5 -DPADD+= ${LIBDRIVER} ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBDRIVER} ${LIBGROFF} -lm -lsupc++ CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/devices/grops/Makefile b/gnu/usr.bin/groff/src/devices/grops/Makefile index 36ed923febf6..795ec32e306d 100644 --- a/gnu/usr.bin/groff/src/devices/grops/Makefile +++ b/gnu/usr.bin/groff/src/devices/grops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/09 08:32:54 mrg Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/16 22:54:19 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grops/Makefile,v 1.4 2003/05/01 13:22:19 ru Exp $ @@ -6,8 +6,6 @@ DIST_SUBDIR= src/devices/grops PROG= grops SRCS= ps.cpp psrm.cpp -DPADD+= ${LIBDRIVER} ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBDRIVER} ${LIBGROFF} -lm -lsupc++ CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/devices/grotty/Makefile b/gnu/usr.bin/groff/src/devices/grotty/Makefile index f9ea18692970..973b605d1b8b 100644 --- a/gnu/usr.bin/groff/src/devices/grotty/Makefile +++ b/gnu/usr.bin/groff/src/devices/grotty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/09 08:32:54 mrg Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/16 22:54:19 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grotty/Makefile,v 1.4 2003/05/01 13:22:19 ru Exp $ @@ -6,8 +6,6 @@ DIST_SUBDIR= src/devices/grotty PROG= grotty SRCS= tty.cpp -DPADD+= ${LIBDRIVER} ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBDRIVER} ${LIBGROFF} -lm -lsupc++ CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/preproc/Makefile.inc b/gnu/usr.bin/groff/src/preproc/Makefile.inc index 1bb51abf29e2..e7c1a4c8651d 100644 --- a/gnu/usr.bin/groff/src/preproc/Makefile.inc +++ b/gnu/usr.bin/groff/src/preproc/Makefile.inc @@ -1,5 +1,8 @@ -# $NetBSD: Makefile.inc,v 1.3 2003/06/30 18:47:51 wiz Exp $ +# $NetBSD: Makefile.inc,v 1.4 2010/12/16 22:54:20 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/Makefile.inc,v 1.1 2001/04/17 12:37:09 ru Exp $ +DPADD+= ${LIBGROFF} ${LIBM} ${LIBSUPCXX} +LDADD+= ${LIBGROFF} -lm -lsupc++ + .include "../../Makefile.inc" diff --git a/gnu/usr.bin/groff/src/preproc/eqn/Makefile b/gnu/usr.bin/groff/src/preproc/eqn/Makefile index fff1f2cbea23..00882e6d38f3 100644 --- a/gnu/usr.bin/groff/src/preproc/eqn/Makefile +++ b/gnu/usr.bin/groff/src/preproc/eqn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/10/09 08:32:54 mrg Exp $ +# $NetBSD: Makefile,v 1.9 2010/12/16 22:54:20 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/eqn/Makefile,v 1.4 2003/05/01 13:22:19 ru Exp $ @@ -10,8 +10,6 @@ SRCS= main.cpp lex.cpp \ script.cpp mark.cpp other.cpp delim.cpp sqrt.cpp pile.cpp special.cpp GROFFYSRCS= eqn.y CFLAGS+= -I${DIST_DIR} -I. -DPADD+= ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBGROFF} -lm -lsupc++ SCRIPTS= neqn MAN= eqn.1 neqn.1 CLEANFILES= ${SCRIPTS} ${MAN} diff --git a/gnu/usr.bin/groff/src/preproc/grn/Makefile b/gnu/usr.bin/groff/src/preproc/grn/Makefile index 064677892691..579a1f2c3985 100644 --- a/gnu/usr.bin/groff/src/preproc/grn/Makefile +++ b/gnu/usr.bin/groff/src/preproc/grn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/02/26 03:20:07 lukem Exp $ +# $NetBSD: Makefile,v 1.6 2010/12/16 22:54:20 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/grn/Makefile,v 1.4 2003/05/01 13:22:19 ru Exp $ @@ -6,8 +6,6 @@ DIST_SUBDIR= src/preproc/grn PROG= grn SRCS= hdb.cpp hpoint.cpp hgraph.cpp main.cpp -DPADD+= ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBGROFF} -lm -lsupc++ CLEANFILES= ${MAN} USETBL= diff --git a/gnu/usr.bin/groff/src/preproc/html/Makefile b/gnu/usr.bin/groff/src/preproc/html/Makefile index a9495effb2f6..2e15caa22928 100644 --- a/gnu/usr.bin/groff/src/preproc/html/Makefile +++ b/gnu/usr.bin/groff/src/preproc/html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/09 08:32:54 mrg Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/16 22:54:20 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/html/Makefile,v 1.5 2003/05/01 13:22:20 ru Exp $ @@ -6,8 +6,6 @@ DIST_SUBDIR= src/preproc/html PROG= pre-grohtml SRCS= pre-html.cpp pushback.cpp -DPADD+= ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBGROFF} -lm -lsupc++ NOMAN= YES .include diff --git a/gnu/usr.bin/groff/src/preproc/pic/Makefile b/gnu/usr.bin/groff/src/preproc/pic/Makefile index aabff3bb485c..8b762396033d 100644 --- a/gnu/usr.bin/groff/src/preproc/pic/Makefile +++ b/gnu/usr.bin/groff/src/preproc/pic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/10/09 08:32:54 mrg Exp $ +# $NetBSD: Makefile,v 1.10 2010/12/16 22:54:20 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/pic/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $ @@ -9,8 +9,6 @@ SRCS= lex.cpp main.cpp object.cpp \ common.cpp troff.cpp tex.cpp GROFFYSRCS= pic.y CFLAGS+= -I${DIST_DIR} -I. -DPADD+= ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBGROFF} -lm -lsupc++ CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/preproc/refer/Makefile b/gnu/usr.bin/groff/src/preproc/refer/Makefile index 74650293ab67..b8aa746ae0fc 100644 --- a/gnu/usr.bin/groff/src/preproc/refer/Makefile +++ b/gnu/usr.bin/groff/src/preproc/refer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/10/09 08:32:54 mrg Exp $ +# $NetBSD: Makefile,v 1.10 2010/12/16 22:54:21 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/refer/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $ @@ -8,8 +8,8 @@ PROG= refer SRCS= command.cpp ref.cpp refer.cpp token.cpp GROFFYSRCS= label.y CFLAGS+= -I${DIST_DIR} -DPADD+= ${LIBBIB} ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBBIB} ${LIBGROFF} -lm -lsupc++ +DPADD+= ${LIBBIB} +LDADD+= ${LIBBIB} CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/preproc/soelim/Makefile b/gnu/usr.bin/groff/src/preproc/soelim/Makefile index 3f8ce7da73ea..229a6f185fb4 100644 --- a/gnu/usr.bin/groff/src/preproc/soelim/Makefile +++ b/gnu/usr.bin/groff/src/preproc/soelim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/09 08:32:54 mrg Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/16 22:54:21 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/soelim/Makefile,v 1.3 2003/05/01 13:22:20 ru Exp $ @@ -6,8 +6,6 @@ DIST_SUBDIR= src/preproc/soelim PROG= soelim SRCS= soelim.cpp -DPADD+= ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBGROFF} -lm -lsupc++ CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/preproc/tbl/Makefile b/gnu/usr.bin/groff/src/preproc/tbl/Makefile index f61febf8506c..4a5b4a1a5490 100644 --- a/gnu/usr.bin/groff/src/preproc/tbl/Makefile +++ b/gnu/usr.bin/groff/src/preproc/tbl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/09 08:32:54 mrg Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/16 22:54:21 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/tbl/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $ @@ -6,8 +6,6 @@ DIST_SUBDIR= src/preproc/tbl PROG= tbl SRCS= main.cpp table.cpp -DPADD+= ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBGROFF} -lm -lsupc++ CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/roff/Makefile.inc b/gnu/usr.bin/groff/src/roff/Makefile.inc index ac0829e9abd6..4f05773d2b3b 100644 --- a/gnu/usr.bin/groff/src/roff/Makefile.inc +++ b/gnu/usr.bin/groff/src/roff/Makefile.inc @@ -1,5 +1,8 @@ -# $NetBSD: Makefile.inc,v 1.3 2003/06/30 18:47:53 wiz Exp $ +# $NetBSD: Makefile.inc,v 1.4 2010/12/16 22:54:21 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/roff/Makefile.inc,v 1.1 2001/04/17 12:37:12 ru Exp $ +DPADD+= ${LIBGROFF} ${LIBM} ${LIBSUPCXX} +LDADD+= ${LIBGROFF} -lm -lsupc++ + .include "../../Makefile.inc" diff --git a/gnu/usr.bin/groff/src/roff/groff/Makefile b/gnu/usr.bin/groff/src/roff/groff/Makefile index 34d97daba218..dc59b3002b4a 100644 --- a/gnu/usr.bin/groff/src/roff/groff/Makefile +++ b/gnu/usr.bin/groff/src/roff/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/09 08:32:54 mrg Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/16 22:54:21 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/roff/groff/Makefile,v 1.7 2003/05/01 13:22:20 ru Exp $ @@ -6,8 +6,6 @@ DIST_SUBDIR= src/roff/groff PROG= groff SRCS= groff.cpp pipeline.c -DPADD+= ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBGROFF} -lm -lsupc++ CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/roff/troff/Makefile b/gnu/usr.bin/groff/src/roff/troff/Makefile index 093731f55ca9..bbdcf7b1fd15 100644 --- a/gnu/usr.bin/groff/src/roff/troff/Makefile +++ b/gnu/usr.bin/groff/src/roff/troff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/10/25 22:27:35 apb Exp $ +# $NetBSD: Makefile,v 1.11 2010/12/16 22:54:22 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/roff/troff/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $ @@ -7,8 +7,6 @@ DIST_SUBDIR= src/roff/troff PROG= troff SRCS= dictionary.cpp div.cpp env.cpp input.cpp \ majorminor.cpp mtsm.cpp node.cpp number.cpp reg.cpp -DPADD+= ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBGROFF} -lm -lsupc++ CLEANFILES= majorminor.cpp ${MAN} USETBL= diff --git a/gnu/usr.bin/groff/src/utils/Makefile.inc b/gnu/usr.bin/groff/src/utils/Makefile.inc index 03725c6235cf..2482afad4ee2 100644 --- a/gnu/usr.bin/groff/src/utils/Makefile.inc +++ b/gnu/usr.bin/groff/src/utils/Makefile.inc @@ -1,5 +1,12 @@ -# $NetBSD: Makefile.inc,v 1.3 2003/06/30 18:47:55 wiz Exp $ +# $NetBSD: Makefile.inc,v 1.4 2010/12/16 22:54:22 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/utils/Makefile.inc,v 1.1 2001/04/17 12:37:15 ru Exp $ +DPADD+= ${LIBGROFF} +LDADD+= ${LIBGROFF} +.if ${LIBGROFF_ONLY:Uno} != "yes" +DPADD+= ${LIBM} ${LIBSUPCXX} +LDADD+= -lm -lsupc++ +.endif + .include "../../Makefile.inc" diff --git a/gnu/usr.bin/groff/src/utils/addftinfo/Makefile b/gnu/usr.bin/groff/src/utils/addftinfo/Makefile index 279d1d1472c4..b13928595d4a 100644 --- a/gnu/usr.bin/groff/src/utils/addftinfo/Makefile +++ b/gnu/usr.bin/groff/src/utils/addftinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/09 08:32:54 mrg Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/16 22:54:22 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/utils/addftinfo/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $ @@ -6,8 +6,6 @@ DIST_SUBDIR= src/utils/addftinfo PROG= addftinfo SRCS= addftinfo.cpp guess.cpp -DPADD+= ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBGROFF} -lm -lsupc++ CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/utils/hpftodit/Makefile b/gnu/usr.bin/groff/src/utils/hpftodit/Makefile index 1491e612e84d..5227d2841665 100644 --- a/gnu/usr.bin/groff/src/utils/hpftodit/Makefile +++ b/gnu/usr.bin/groff/src/utils/hpftodit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/10/09 08:32:54 mrg Exp $ +# $NetBSD: Makefile,v 1.6 2010/12/16 22:54:22 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/utils/hpftodit/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $ @@ -6,8 +6,6 @@ DIST_SUBDIR= src/utils/hpftodit PROG= hpftodit SRCS= hpftodit.cpp hpuni.cpp -DPADD+= ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBGROFF} -lm -lsupc++ CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/utils/indxbib/Makefile b/gnu/usr.bin/groff/src/utils/indxbib/Makefile index 1d239ce03ed0..81a74aeceaff 100644 --- a/gnu/usr.bin/groff/src/utils/indxbib/Makefile +++ b/gnu/usr.bin/groff/src/utils/indxbib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/10/22 17:54:23 hannken Exp $ +# $NetBSD: Makefile,v 1.7 2010/12/16 22:54:22 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/utils/indxbib/Makefile,v 1.7 2003/05/01 13:22:21 ru Exp $ @@ -6,8 +6,8 @@ DIST_SUBDIR= src/utils/indxbib PROG= indxbib SRCS= indxbib.cpp signal.c -DPADD+= ${LIBBIB} ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBBIB} ${LIBGROFF} -lm -lsupc++ +DPADD+= ${LIBBIB} +LDADD+= ${LIBBIB} CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/utils/lkbib/Makefile b/gnu/usr.bin/groff/src/utils/lkbib/Makefile index 1804c8c4609b..cbfbf8491d1f 100644 --- a/gnu/usr.bin/groff/src/utils/lkbib/Makefile +++ b/gnu/usr.bin/groff/src/utils/lkbib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/09 08:32:54 mrg Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/16 22:54:22 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/utils/lkbib/Makefile,v 1.4 2003/05/01 13:22:21 ru Exp $ @@ -6,8 +6,8 @@ DIST_SUBDIR= src/utils/lkbib PROG= lkbib SRCS= lkbib.cpp -DPADD+= ${LIBBIB} ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBBIB} ${LIBGROFF} -lm -lsupc++ +DPADD+= ${LIBBIB} +LDADD+= ${LIBBIB} CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/utils/lookbib/Makefile b/gnu/usr.bin/groff/src/utils/lookbib/Makefile index b15fd3b41efa..d0176ca8c7e5 100644 --- a/gnu/usr.bin/groff/src/utils/lookbib/Makefile +++ b/gnu/usr.bin/groff/src/utils/lookbib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/09 08:32:55 mrg Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/16 22:54:23 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/utils/lookbib/Makefile,v 1.4 2003/05/01 13:22:21 ru Exp $ @@ -6,8 +6,8 @@ DIST_SUBDIR= src/utils/lookbib PROG= lookbib SRCS= lookbib.cpp -DPADD+= ${LIBBIB} ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBBIB} ${LIBGROFF} -lm -lsupc++ +DPADD+= ${LIBBIB} +LDADD+= ${LIBBIB} CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/utils/pfbtops/Makefile b/gnu/usr.bin/groff/src/utils/pfbtops/Makefile index ca6528803715..bdbbb1002da4 100644 --- a/gnu/usr.bin/groff/src/utils/pfbtops/Makefile +++ b/gnu/usr.bin/groff/src/utils/pfbtops/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:56 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2010/12/16 22:54:23 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/utils/pfbtops/Makefile,v 1.1 2001/04/17 12:37:17 ru Exp $ DIST_SUBDIR= src/utils/pfbtops PROG= pfbtops -DPADD+= ${LIBGROFF} -LDADD+= ${LIBGROFF} +LIBGROFF_ONLY= yes CLEANFILES= ${MAN} .include diff --git a/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile b/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile index bffd2b969a2d..e8c30bfe341a 100644 --- a/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile +++ b/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/09 08:32:55 mrg Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/16 22:54:23 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/utils/tfmtodit/Makefile,v 1.4 2003/05/01 13:22:21 ru Exp $ @@ -6,8 +6,6 @@ DIST_SUBDIR= src/utils/tfmtodit PROG= tfmtodit SRCS= tfmtodit.cpp -DPADD+= ${LIBGROFF} ${LIBM} ${LIBSUPCXX} -LDADD+= ${LIBGROFF} -lm -lsupc++ CLEANFILES= ${MAN} .include