1HDRS=assert.h cmap.h cset.h device.h driver.h errarg.h error.h font.h index.h \
2  lib.h macropath.h printer.h ptable.h refid.h search.h searchpath.h \
3  stringclass.h
4GENHDRS=defs.h
5CLEANADD=$(GENHDRS)
6
7all depend: $(GENHDRS)
8
9defs.h: FORCE
10	@$(SHELL) $(srcdir)/../gendef.sh defs.h \
11	"PROG_PREFIX=\"$(g)\"" "DEVICE=\"$(DEVICE)\"" \
12	"FONTPATH=\"$(fontpath)\"" "MACROPATH=\"$(tmacpath)\"" \
13	"INDEX_SUFFIX=\"$(indexext)\"" \
14	"COMMON_WORDS_FILE=\"$(common_words_file)\"" \
15	"DEFAULT_INDEX_DIR=\"$(indexdir)\"" \
16	"DEFAULT_INDEX_NAME=\"$(indexname)\"" \
17	"DEFAULT_INDEX=\"$(indexdir)/$(indexname)\""
18
19FORCE:
20