Imported Upstream version 1.22.3
[platform/upstream/groff.git] / src / devices / grodvi / Makefile.sub
1 # Makefile.sub for `grodvi'
2 #
3 # File position: <groff-source>/src/devices/grodvi/Makefile.sub
4 #
5 # Copyright (C) 2014
6 #   Free Software Foundation, Inc.
7 #
8 # Last update: 2 Sep 2014
9 #
10 # This file is part of `font utf8' which is part of `groff'.
11 #
12 # `groff' is free software; you can redistribute it and/or modify it
13 # under the terms of the GNU General Public License as published by
14 # the Free Software Foundation, either version 2 of the License, or
15 # (at your option) any later version.
16 #
17 # `groff' is distributed in the hope that it will be useful, but
18 # WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
20 # General Public License for more details.
21 #
22 # You should have received a copy of the GNU General Public License
23 # along with this program. If not, see
24 # <http://www.gnu.org/licenses/gpl-2.0.html>.
25 #
26 ########################################################################
27
28 PROG=grodvi$(EXEEXT)
29 MAN1=grodvi.n
30 XLIBS=$(LIBDRIVER) $(LIBGROFF) $(LIBGNU)
31 MLIB=$(LIBM)
32 OBJS=dvi.$(OBJEXT)
33 CCSRCS=$(srcdir)/dvi.cpp
34
35 ########################################################################
36 # Emacs settings
37 ########################################################################
38 #
39 # Local Variables:
40 # mode: makefile
41 # End: