Imported Upstream version 1.22.3
[platform/upstream/groff.git] / src / include / Makefile.sub
1 # Makefile.sub for `include'
2 #
3 # File position: <groff-source>/src/include/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 HDRS=\
26   assert.h \
27   cmap.h \
28   cset.h \
29   color.h \
30   device.h \
31   driver.h \
32   DviChar.h \
33   errarg.h \
34   error.h \
35   font.h \
36   geometry.h \
37   getopt.h \
38   getopt_int.h \
39   gettext.h \
40   htmlhint.h \
41   index.h \
42   lib.h \
43   macropath.h \
44   nonposix.h \
45   posix.h \
46   printer.h \
47   ptable.h \
48   refid.h \
49   relocate.h \
50   search.h \
51   searchpath.h \
52   stringclass.h \
53   symbol.h \
54   unicode.h \
55   XFontName.h
56 GENHDRS=defs.h
57
58 all depend: $(GENHDRS)
59
60 defs.h: FORCE
61         @$(SHELL) $(top_srcdir)/gendef.sh defs.h \
62         "PROG_PREFIX=\"$(g)\"" \
63         "DEVICE=\"$(DEVICE)\"" \
64         "INSTALLPATH=\"$(prefix)\"" \
65         "BINPATH=\"$(bindir)\"" \
66         "FONTPATH=\"$(fontpath)\"" \
67         "MACROPATH=\"$(tmacpath)\"" \
68         "INDEX_SUFFIX=\"$(indexext)\"" \
69         "COMMON_WORDS_FILE=\"$(common_words_file)\"" \
70         "DEFAULT_INDEX_DIR=\"$(indexdir)\"" \
71         "DEFAULT_INDEX_NAME=\"$(indexname)\"" \
72         "DEFAULT_INDEX=\"$(indexdir)/$(indexname)\""
73
74 FORCE:
75
76 ########################################################################
77 # Emacs settings
78 ########################################################################
79 #
80 # Local Variables:
81 # mode: makefile
82 # End: