* src/libs/libgroff/glyphuni.cpp (glyph_to_unicode_list),
[s-roff.git] / src / include / Makefile.sub
bloba0ab6e14e9f6fe44c9a17d623ec958bd8360046f
1 HDRS=\
2   assert.h \
3   cmap.h \
4   cset.h \
5   color.h \
6   device.h \
7   driver.h \
8   errarg.h \
9   error.h \
10   font.h \
11   geometry.h \
12   getopt.h \
13   groff-getopt.h \
14   htmlhint.h \
15   index.h \
16   lib.h \
17   macropath.h \
18   nonposix.h \
19   posix.h \
20   printer.h \
21   ptable.h \
22   refid.h \
23   search.h \
24   searchpath.h \
25   stringclass.h \
26   symbol.h \
27   unicode.h
28 GENHDRS=defs.h
30 all depend: $(GENHDRS)
32 defs.h: FORCE
33         @$(SHELL) $(top_srcdir)/gendef.sh defs.h \
34         "PROG_PREFIX=\"$(g)\"" \
35         "DEVICE=\"$(DEVICE)\"" \
36         "BINPATH=\"$(bindir)\"" \
37         "FONTPATH=\"$(fontpath)\"" \
38         "MACROPATH=\"$(tmacpath)\"" \
39         "INDEX_SUFFIX=\"$(indexext)\"" \
40         "COMMON_WORDS_FILE=\"$(common_words_file)\"" \
41         "DEFAULT_INDEX_DIR=\"$(indexdir)\"" \
42         "DEFAULT_INDEX_NAME=\"$(indexname)\"" \
43         "DEFAULT_INDEX=\"$(indexdir)/$(indexname)\""
45 FORCE: