Add binary relocation support for Windows platforms.
[s-roff.git] / src / include / Makefile.sub
blob62aecb2cdf21bed585ffc9fc4b4860a42063628d
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   groff-getopt.h \
15   htmlhint.h \
16   index.h \
17   lib.h \
18   macropath.h \
19   nonposix.h \
20   posix.h \
21   printer.h \
22   ptable.h \
23   refid.h \
24   relocate.h \
25   search.h \
26   searchpath.h \
27   stringclass.h \
28   symbol.h \
29   unicode.h \
30   XFontName.h
31 GENHDRS=defs.h
33 all depend: $(GENHDRS)
35 defs.h: FORCE
36         @$(SHELL) $(top_srcdir)/gendef.sh defs.h \
37         "PROG_PREFIX=\"$(g)\"" \
38         "DEVICE=\"$(DEVICE)\"" \
39         "INSTALLPATH=\"$(prefix)\"" \
40         "BINPATH=\"$(bindir)\"" \
41         "FONTPATH=\"$(fontpath)\"" \
42         "MACROPATH=\"$(tmacpath)\"" \
43         "INDEX_SUFFIX=\"$(indexext)\"" \
44         "COMMON_WORDS_FILE=\"$(common_words_file)\"" \
45         "DEFAULT_INDEX_DIR=\"$(indexdir)\"" \
46         "DEFAULT_INDEX_NAME=\"$(indexname)\"" \
47         "DEFAULT_INDEX=\"$(indexdir)/$(indexname)\""
49 FORCE: