]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/groff/src/include/Makefile.sub
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / groff / src / include / Makefile.sub
1 HDRS=\
2   assert.h \
3   cmap.h \
4   cset.h \
5   color.h \
6   device.h \
7   driver.h \
8   DviChar.h \
9   errarg.h \
10   error.h \
11   font.h \
12   geometry.h \
13   getopt.h \
14   getopt_int.h \
15   gettext.h \
16   htmlhint.h \
17   index.h \
18   lib.h \
19   macropath.h \
20   nonposix.h \
21   posix.h \
22   printer.h \
23   ptable.h \
24   refid.h \
25   relocate.h \
26   search.h \
27   searchpath.h \
28   stringclass.h \
29   symbol.h \
30   unicode.h \
31   XFontName.h
32 GENHDRS=defs.h
33
34 all depend: $(GENHDRS)
35
36 defs.h: FORCE
37         @$(SHELL) $(top_srcdir)/gendef.sh defs.h \
38         "PROG_PREFIX=\"$(g)\"" \
39         "DEVICE=\"$(DEVICE)\"" \
40         "INSTALLPATH=\"$(prefix)\"" \
41         "BINPATH=\"$(bindir)\"" \
42         "FONTPATH=\"$(fontpath)\"" \
43         "MACROPATH=\"$(tmacpath)\"" \
44         "INDEX_SUFFIX=\"$(indexext)\"" \
45         "COMMON_WORDS_FILE=\"$(common_words_file)\"" \
46         "DEFAULT_INDEX_DIR=\"$(indexdir)\"" \
47         "DEFAULT_INDEX_NAME=\"$(indexname)\"" \
48         "DEFAULT_INDEX=\"$(indexdir)/$(indexname)\""
49
50 FORCE: