Makefile.am 740 B

123456789101112131415161718192021222324252627282930313233
  1. suppbindir = $(pkgdatadir)/bin
  2. tidir = $(pkgdatadir)/term
  3. if CHARSET
  4. LIBFILES_ADD = mc.charsets
  5. else
  6. LIBFILES_ADD =
  7. endif
  8. LIBFILES_OUT = mc.ext
  9. LIBFILES_CONST = mc.hint mc.hint.cs mc.hint.es mc.hint.hu mc.hint.it \
  10. mc.hint.nl mc.hint.pl mc.hint.ru mc.hint.uk mc.hint.zh mc.lib \
  11. mc.menu cedit.menu edit.indent.rc edit.spell.rc
  12. noinst_DATA = \
  13. mcserv.init \
  14. mcserv.pamd
  15. noinst_SCRIPTS = tdiff
  16. suppbin_SCRIPTS = mc.csh mc.sh
  17. ti_DATA = README.xterm linux.ti xterm.ad xterm.ti ansi.ti vt100.ti xterm.tcap
  18. pkgdata_DATA = $(LIBFILES_CONST) $(LIBFILES_ADD) $(LIBFILES_OUT)
  19. # Files processed by configure don't need to be here
  20. EXTRA_DIST = \
  21. $(LIBFILES_CONST) \
  22. $(ti_DATA) \
  23. $(noinst_DATA) \
  24. $(noinst_SCRIPTS) \
  25. mc.charsets