Imported Upstream version 1.22.3
[platform/upstream/groff.git] / src / devices / grohtml / Makefile.sub
1 # Makefile.sub for `grohtml'
2 #
3 # File position: <groff-source>/src/devices/grohtml/Makefile.sub
4 #
5 # Copyright (C) 2014  Free Software Foundation, Inc.
6 #
7 # This file is part of `font utf8' which is part of `groff'.
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 PROG=post-grohtml$(EXEEXT)
26 MAN1=grohtml.n
27 XLIBS=$(LIBDRIVER) $(LIBGROFF) $(LIBGNU)
28 MLIB=$(LIBM)
29 OBJS=\
30   post-html.$(OBJEXT) \
31   html-table.$(OBJEXT) \
32   html-text.$(OBJEXT) \
33   output.$(OBJEXT)
34 CCSRCS=\
35   $(srcdir)/post-html.cpp \
36   $(srcdir)/html-table.cpp \
37   $(srcdir)/html-text.cpp \
38   $(srcdir)/output.cpp
39 HDRS=\
40   $(srcdir)/html.h \
41   $(srcdir)/html-table.h \
42   $(srcdir)/html-text.h
43
44 ########################################################################
45 # Emacs settings
46 ########################################################################
47 #
48 # Local Variables:
49 # mode: makefile
50 # End: