/contrib/groff/src/include/Makefile.sub

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 50 lines · 47 code · 3 blank · 0 comment · 0 complexity · 7b56cfec7c551d03ce07db240808deb3 MD5 · raw file

  1. HDRS=\
  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
  32. GENHDRS=defs.h
  33. all depend: $(GENHDRS)
  34. defs.h: FORCE
  35. @$(SHELL) $(top_srcdir)/gendef.sh defs.h \
  36. "PROG_PREFIX=\"$(g)\"" \
  37. "DEVICE=\"$(DEVICE)\"" \
  38. "INSTALLPATH=\"$(prefix)\"" \
  39. "BINPATH=\"$(bindir)\"" \
  40. "FONTPATH=\"$(fontpath)\"" \
  41. "MACROPATH=\"$(tmacpath)\"" \
  42. "INDEX_SUFFIX=\"$(indexext)\"" \
  43. "COMMON_WORDS_FILE=\"$(common_words_file)\"" \
  44. "DEFAULT_INDEX_DIR=\"$(indexdir)\"" \
  45. "DEFAULT_INDEX_NAME=\"$(indexname)\"" \
  46. "DEFAULT_INDEX=\"$(indexdir)/$(indexname)\""
  47. FORCE: