Imported Upstream version 1.23.0
[platform/upstream/groff.git] / src / devices / grodvi / grodvi.am
1 # Copyright (C) 2014-2020 Free Software Foundation, Inc.
2 #
3 # This file is part of groff.
4 #
5 # groff is free software; you can redistribute it and/or modify it under
6 # the terms of the GNU General Public License as published by the Free
7 # Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # groff is distributed in the hope that it will be useful, but WITHOUT ANY
11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13 # for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
18 bin_PROGRAMS += grodvi
19 grodvi_SOURCES = src/devices/grodvi/dvi.cpp
20 grodvi_LDADD = \
21   libdriver.a \
22   libgroff.a \
23   lib/libgnu.a $(LIBM)
24 man1_MANS += src/devices/grodvi/grodvi.1
25 EXTRA_DIST += src/devices/grodvi/grodvi.1.man
26
27
28 # Local Variables:
29 # fill-column: 72
30 # mode: makefile-automake
31 # End:
32 # vim: set autoindent filetype=automake textwidth=72: