ac5ca9dd2510ee6ff1f86aa93d64fa9ce6551074
[platform/upstream/groff.git] / src / preproc / html / html.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 += pre-grohtml
19 pre_grohtml_LDADD = libgroff.a lib/libgnu.a $(LIBM)
20 pre_grohtml_SOURCES = \
21   src/preproc/html/pre-html.cpp \
22   src/preproc/html/pushback.cpp \
23   src/preproc/html/pre-html.h \
24   src/preproc/html/pushback.h
25 src/preproc/html/pre-html.$(OBJEXT): defs.h
26
27
28 # Local Variables:
29 # fill-column: 72
30 # mode: makefile-automake
31 # End:
32 # vim: set autoindent filetype=automake textwidth=72: