]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/groff/include/Makefile.sub
This commit was generated by cvs2svn to compensate for changes in r51415,
[FreeBSD/FreeBSD.git] / contrib / groff / include / Makefile.sub
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)
6
7 all depend: $(GENHDRS)
8
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)\""
18
19 FORCE: