groff before CVS: release 1.07
[s-roff.git] / include / Makefile.sub
blob35d34401c64707b39578fed34130c00a189c6536
1 HDRS=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
4 GENHDRS=defs.h
5 CLEANADD=$(GENHDRS)
7 all depend: $(GENHDRS)
9 defs.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)\""
19 FORCE: