Imported Upstream version 1.22.3
[platform/upstream/groff.git] / src / preproc / pic / Makefile.sub
1 # Makefile.sub for `preproc pic'
2 #
3 # File position: <groff-source>/src/preproc/pic/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=pic$(EXEEXT)
26 MAN1=pic.n
27 XLIBS=$(LIBGROFF)
28 MLIB=$(LIBM)
29 OBJS=\
30   pic.$(OBJEXT) \
31   lex.$(OBJEXT) \
32   main.$(OBJEXT) \
33   object.$(OBJEXT) \
34   common.$(OBJEXT) \
35   troff.$(OBJEXT) \
36   tex.$(OBJEXT)
37   # fig.$(OBJEXT)
38 CCSRCS=\
39   $(srcdir)/lex.cpp \
40   $(srcdir)/main.cpp \
41   $(srcdir)/object.cpp \
42   $(srcdir)/common.cpp \
43   $(srcdir)/troff.cpp \
44   $(srcdir)/tex.cpp
45 HDRS=\
46   $(srcdir)/common.h \
47   $(srcdir)/object.h \
48   $(srcdir)/output.h \
49   $(srcdir)/pic.h \
50   $(srcdir)/position.h \
51   $(srcdir)/text.h
52 GRAM=$(srcdir)/pic.y
53 YTABC=pic.cpp
54 YTABH=pic_tab.h
55 NAMEPREFIX=$(g)
56
57 ########################################################################
58 # Emacs settings
59 ########################################################################
60 #
61 # Local Variables:
62 # mode: makefile
63 # End: