diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-06-07 23:00:34 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-06-07 23:00:34 +0000 |
| commit | 738919c0391b99947b758d85f6a8636be1886fbb (patch) | |
| tree | 6dcdfc8513007dbfe8dd40dfb3d7dfffb49b6651 /gnu/usr.bin/groff/src/preproc | |
| parent | e0e0323354c55335775e3a55b1af0f93967fb412 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/groff/src/preproc')
| -rw-r--r-- | gnu/usr.bin/groff/src/preproc/Makefile | 7 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/src/preproc/Makefile.inc | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/src/preproc/eqn/Makefile | 16 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/src/preproc/eqn/Makefile.depend | 23 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/src/preproc/grn/Makefile | 10 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/src/preproc/grn/Makefile.depend | 22 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/src/preproc/html/Makefile | 9 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/src/preproc/html/Makefile.depend | 22 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/src/preproc/pic/Makefile | 14 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/src/preproc/pic/Makefile.depend | 23 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/src/preproc/refer/Makefile | 11 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/src/preproc/refer/Makefile.depend | 24 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/src/preproc/tbl/Makefile | 10 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/src/preproc/tbl/Makefile.depend | 22 |
14 files changed, 0 insertions, 219 deletions
diff --git a/gnu/usr.bin/groff/src/preproc/Makefile b/gnu/usr.bin/groff/src/preproc/Makefile deleted file mode 100644 index 38942fba374e..000000000000 --- a/gnu/usr.bin/groff/src/preproc/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# $FreeBSD$ - -SUBDIR= eqn grn html pic refer tbl - -SUBDIR_PARALLEL= - -.include <bsd.subdir.mk> diff --git a/gnu/usr.bin/groff/src/preproc/Makefile.inc b/gnu/usr.bin/groff/src/preproc/Makefile.inc deleted file mode 100644 index 16c104a1aae6..000000000000 --- a/gnu/usr.bin/groff/src/preproc/Makefile.inc +++ /dev/null @@ -1,6 +0,0 @@ -# $FreeBSD$ - -TOPREL= ../../.. -DIST_SUBDIR= src/preproc/${.CURDIR:T} - -.include "../../Makefile.inc" diff --git a/gnu/usr.bin/groff/src/preproc/eqn/Makefile b/gnu/usr.bin/groff/src/preproc/eqn/Makefile deleted file mode 100644 index 80871fee3c89..000000000000 --- a/gnu/usr.bin/groff/src/preproc/eqn/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $FreeBSD$ - -PROG_CXX= eqn -SRCS= eqn.cpp eqn_tab.h main.cpp lex.cpp \ - box.cpp limit.cpp list.cpp over.cpp text.cpp \ - script.cpp mark.cpp other.cpp delim.cpp sqrt.cpp pile.cpp special.cpp -CFLAGS+= -I${DIST_DIR} -I. -DPADD= ${LIBGROFF} -LDADD= ${LIBGROFF} -SCRIPTS= neqn -MAN= eqn.1 neqn.1 -CLEANFILES= eqn.cpp eqn_tab.h ${SCRIPTS} ${MAN} y.tab.c y.tab.h - -eqn_tab.h: eqn.cpp - -.include <bsd.prog.mk> diff --git a/gnu/usr.bin/groff/src/preproc/eqn/Makefile.depend b/gnu/usr.bin/groff/src/preproc/eqn/Makefile.depend deleted file mode 100644 index ec3db8a4f2c8..000000000000 --- a/gnu/usr.bin/groff/src/preproc/eqn/Makefile.depend +++ /dev/null @@ -1,23 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - gnu/lib/csu \ - gnu/lib/libgcc \ - gnu/usr.bin/groff/src/libs/libgroff \ - include \ - include/xlocale \ - lib/${CSU_DIR} \ - lib/libc \ - lib/libc++ \ - lib/libcompiler_rt \ - lib/libcxxrt \ - lib/msun \ - usr.bin/yacc.host \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif diff --git a/gnu/usr.bin/groff/src/preproc/grn/Makefile b/gnu/usr.bin/groff/src/preproc/grn/Makefile deleted file mode 100644 index 7f2e3018fc1a..000000000000 --- a/gnu/usr.bin/groff/src/preproc/grn/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# $FreeBSD$ - -PROG_CXX= grn -SRCS= hdb.cpp hpoint.cpp hgraph.cpp main.cpp -DPADD= ${LIBGROFF} -LDADD= ${LIBGROFF} -LIBADD= m -CLEANFILES= ${MAN} - -.include <bsd.prog.mk> diff --git a/gnu/usr.bin/groff/src/preproc/grn/Makefile.depend b/gnu/usr.bin/groff/src/preproc/grn/Makefile.depend deleted file mode 100644 index 7ca2c2528d1c..000000000000 --- a/gnu/usr.bin/groff/src/preproc/grn/Makefile.depend +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - gnu/lib/csu \ - gnu/lib/libgcc \ - gnu/usr.bin/groff/src/libs/libgroff \ - include \ - include/xlocale \ - lib/${CSU_DIR} \ - lib/libc \ - lib/libc++ \ - lib/libcompiler_rt \ - lib/libcxxrt \ - lib/msun \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif diff --git a/gnu/usr.bin/groff/src/preproc/html/Makefile b/gnu/usr.bin/groff/src/preproc/html/Makefile deleted file mode 100644 index d46626b4cbfb..000000000000 --- a/gnu/usr.bin/groff/src/preproc/html/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -PROG_CXX= pre-grohtml -SRCS= pre-html.cpp pushback.cpp -DPADD= ${LIBGROFF} -LDADD= ${LIBGROFF} -MAN= - -.include <bsd.prog.mk> diff --git a/gnu/usr.bin/groff/src/preproc/html/Makefile.depend b/gnu/usr.bin/groff/src/preproc/html/Makefile.depend deleted file mode 100644 index 7ca2c2528d1c..000000000000 --- a/gnu/usr.bin/groff/src/preproc/html/Makefile.depend +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - gnu/lib/csu \ - gnu/lib/libgcc \ - gnu/usr.bin/groff/src/libs/libgroff \ - include \ - include/xlocale \ - lib/${CSU_DIR} \ - lib/libc \ - lib/libc++ \ - lib/libcompiler_rt \ - lib/libcxxrt \ - lib/msun \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif diff --git a/gnu/usr.bin/groff/src/preproc/pic/Makefile b/gnu/usr.bin/groff/src/preproc/pic/Makefile deleted file mode 100644 index 18a2cd916ee6..000000000000 --- a/gnu/usr.bin/groff/src/preproc/pic/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PROG_CXX= pic -SRCS= lex.cpp main.cpp object.cpp pic.cpp pic_tab.h \ - common.cpp troff.cpp tex.cpp -CFLAGS+= -I${DIST_DIR} -I. -DPADD= ${LIBGROFF} -LDADD= ${LIBGROFF} -LIBADD= m -CLEANFILES= ${MAN} pic.cpp pic_tab.h y.tab.c y.tab.h - -pic_tab.h: pic.cpp - -.include <bsd.prog.mk> diff --git a/gnu/usr.bin/groff/src/preproc/pic/Makefile.depend b/gnu/usr.bin/groff/src/preproc/pic/Makefile.depend deleted file mode 100644 index ec3db8a4f2c8..000000000000 --- a/gnu/usr.bin/groff/src/preproc/pic/Makefile.depend +++ /dev/null @@ -1,23 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - gnu/lib/csu \ - gnu/lib/libgcc \ - gnu/usr.bin/groff/src/libs/libgroff \ - include \ - include/xlocale \ - lib/${CSU_DIR} \ - lib/libc \ - lib/libc++ \ - lib/libcompiler_rt \ - lib/libcxxrt \ - lib/msun \ - usr.bin/yacc.host \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif diff --git a/gnu/usr.bin/groff/src/preproc/refer/Makefile b/gnu/usr.bin/groff/src/preproc/refer/Makefile deleted file mode 100644 index 78fc96b2bce2..000000000000 --- a/gnu/usr.bin/groff/src/preproc/refer/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -PROG_CXX= refer -SRCS= command.cpp label.cpp ref.cpp refer.cpp token.cpp -CFLAGS+= -I${DIST_DIR} -DPADD= ${LIBBIB} ${LIBGROFF} -LDADD= ${LIBBIB} ${LIBGROFF} -LIBADD= m -CLEANFILES= label.cpp label_tab.h ${MAN} y.tab.c y.tab.h - -.include <bsd.prog.mk> diff --git a/gnu/usr.bin/groff/src/preproc/refer/Makefile.depend b/gnu/usr.bin/groff/src/preproc/refer/Makefile.depend deleted file mode 100644 index ca7d4b430082..000000000000 --- a/gnu/usr.bin/groff/src/preproc/refer/Makefile.depend +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - gnu/lib/csu \ - gnu/lib/libgcc \ - gnu/usr.bin/groff/src/libs/libbib \ - gnu/usr.bin/groff/src/libs/libgroff \ - include \ - include/xlocale \ - lib/${CSU_DIR} \ - lib/libc \ - lib/libc++ \ - lib/libcompiler_rt \ - lib/libcxxrt \ - lib/msun \ - usr.bin/yacc.host \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif diff --git a/gnu/usr.bin/groff/src/preproc/tbl/Makefile b/gnu/usr.bin/groff/src/preproc/tbl/Makefile deleted file mode 100644 index 5bf1980af6ba..000000000000 --- a/gnu/usr.bin/groff/src/preproc/tbl/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# $FreeBSD$ - -PROG_CXX= tbl -SRCS= main.cpp table.cpp -DPADD= ${LIBGROFF} -LDADD= ${LIBGROFF} -LIBADD= m -CLEANFILES= ${MAN} - -.include <bsd.prog.mk> diff --git a/gnu/usr.bin/groff/src/preproc/tbl/Makefile.depend b/gnu/usr.bin/groff/src/preproc/tbl/Makefile.depend deleted file mode 100644 index 7ca2c2528d1c..000000000000 --- a/gnu/usr.bin/groff/src/preproc/tbl/Makefile.depend +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - gnu/lib/csu \ - gnu/lib/libgcc \ - gnu/usr.bin/groff/src/libs/libgroff \ - include \ - include/xlocale \ - lib/${CSU_DIR} \ - lib/libc \ - lib/libc++ \ - lib/libcompiler_rt \ - lib/libcxxrt \ - lib/msun \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif |
