Imported Upstream version 1.22.4
[platform/upstream/groff.git] / src / utils / hpftodit / hpftodit.am
1 # Automake rules for 'src utils hpftodit'
2 #
3 # File position: <groff-source>/src/utils/hpftodit/hpftodit.am
4 #
5 # Copyright (C) 2014-2018 Free Software Foundation, Inc.
6 #
7 # Latest update: 22 Aug 2015
8 #
9 # 'groff' is free software; you can redistribute it and/or modify it
10 # under the terms of the GNU General Public License as published by
11 # the Free Software Foundation, either version 2 of the License, or
12 # (at your option) any later version.
13 #
14 # 'groff' is distributed in the hope that it will be useful, but
15 # WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 # General Public License for more details.
18 #
19 # You should have received a copy of the GNU General Public License
20 # along with this program.  If not, see
21 # <http://www.gnu.org/licenses/gpl-2.0.html>.
22 #
23 ########################################################################
24
25 bin_PROGRAMS += hpftodit
26 man1_MANS += src/utils/hpftodit/hpftodit.1
27 EXTRA_DIST += src/utils/hpftodit/hpftodit.1.man
28 hpftodit_LDADD = libgroff.a $(LIBM) lib/libgnu.a
29 hpftodit_SOURCES = \
30   src/utils/hpftodit/hpftodit.cpp \
31   src/utils/hpftodit/hpuni.cpp
32
33
34 ########################################################################
35 # Editor settings
36 ########################################################################
37 #
38 # Local Variables:
39 # mode: makefile-automake
40 # fill-column: 72
41 # End:
42 # vim: set filetype=automake textwidth=72: