diff options
author | Paul Traina <pst@FreeBSD.org> | 1996-09-07 16:18:32 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1996-09-07 16:18:32 +0000 |
commit | 4e5867aa82604bc07408d50845eff8fa467f671b (patch) | |
tree | 0abcbad9804fcf7a7157983937cadcf61449b840 /contrib/groff/include/Makefile.sub |
Virgin import of FSF groff v1.10
Notes
Notes:
svn path=/vendor/groff/dist/; revision=18099
Diffstat (limited to 'contrib/groff/include/Makefile.sub')
-rw-r--r-- | contrib/groff/include/Makefile.sub | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/groff/include/Makefile.sub b/contrib/groff/include/Makefile.sub new file mode 100644 index 000000000000..35d34401c647 --- /dev/null +++ b/contrib/groff/include/Makefile.sub @@ -0,0 +1,19 @@ +HDRS=assert.h cmap.h cset.h device.h driver.h errarg.h error.h font.h index.h \ + lib.h macropath.h printer.h ptable.h refid.h search.h searchpath.h \ + stringclass.h +GENHDRS=defs.h +CLEANADD=$(GENHDRS) + +all depend: $(GENHDRS) + +defs.h: FORCE + @$(SHELL) $(srcdir)/../gendef.sh defs.h \ + "PROG_PREFIX=\"$(g)\"" "DEVICE=\"$(DEVICE)\"" \ + "FONTPATH=\"$(fontpath)\"" "MACROPATH=\"$(tmacpath)\"" \ + "INDEX_SUFFIX=\"$(indexext)\"" \ + "COMMON_WORDS_FILE=\"$(common_words_file)\"" \ + "DEFAULT_INDEX_DIR=\"$(indexdir)\"" \ + "DEFAULT_INDEX_NAME=\"$(indexname)\"" \ + "DEFAULT_INDEX=\"$(indexdir)/$(indexname)\"" + +FORCE: |