1HDRS=\
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
32GENHDRS=defs.h
33
34all depend: $(GENHDRS)
35
36defs.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
50FORCE:
51