60f7bf9d8a7fd2d62ee9a5cc9887ddf108ba8288
[platform/upstream/groff.git] / src / devices / grolj4 / Makefile.sub
1 # Makefile.sub for `grolj4'
2 #
3 # File position: <groff-source>/src/devices/grolj4/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=grolj4$(EXEEXT)
26 MAN1=grolj4.n
27 MAN5=lj4_font.n
28 XLIBS=$(LIBDRIVER) $(LIBGROFF) $(LIBGNU)
29 MLIB=$(LIBM)
30 OBJS=lj4.$(OBJEXT)
31 CCSRCS=$(srcdir)/lj4.cpp
32
33 ########################################################################
34 # Emacs settings
35 ########################################################################
36 #
37 # Local Variables:
38 # mode: makefile
39 # End: