2000-08-24 19:30:34 +04:00
|
|
|
mclibdir = $(libdir)/mc
|
|
|
|
suppbindir = $(mclibdir)/bin
|
|
|
|
tidir = $(mclibdir)/term
|
|
|
|
|
2001-05-31 05:17:21 +04:00
|
|
|
if CHARSET
|
|
|
|
LIBFILES_ADD = mc.charsets
|
|
|
|
else
|
|
|
|
LIBFILES_ADD =
|
|
|
|
endif
|
|
|
|
|
2001-02-27 00:28:59 +03:00
|
|
|
LIBFILES_OUT = mc.ext
|
2001-08-19 22:36:26 +04:00
|
|
|
LIBFILES_CONST = mc.hint mc.hint.cs mc.hint.es mc.hint.hu mc.hint.it \
|
|
|
|
mc.hint.nl mc.hint.pl mc.hint.ru mc.hint.uk mc.hint.zh mc.lib \
|
|
|
|
mc.menu cedit.menu edit.indent.rc edit.spell.rc
|
2000-08-24 19:59:42 +04:00
|
|
|
|
|
|
|
noinst_DATA = \
|
2000-08-24 19:30:34 +04:00
|
|
|
mcserv.init \
|
2002-08-17 05:16:02 +04:00
|
|
|
mcserv.pamd
|
2000-08-24 19:30:34 +04:00
|
|
|
|
2000-08-24 19:59:42 +04:00
|
|
|
noinst_SCRIPTS = tdiff
|
2000-08-24 19:30:34 +04:00
|
|
|
|
2000-08-24 19:59:42 +04:00
|
|
|
suppbin_SCRIPTS = mc.csh mc.sh
|
|
|
|
ti_DATA = README.xterm linux.ti xterm.ad xterm.ti ansi.ti vt100.ti xterm.tcap
|
2000-08-24 19:30:34 +04:00
|
|
|
|
2002-08-14 10:18:48 +04:00
|
|
|
mclib_DATA = $(LIBFILES_CONST) $(LIBFILES_ADD) $(LIBFILES_OUT)
|
2000-08-24 19:59:42 +04:00
|
|
|
|
|
|
|
# Files processed by configure don't need to be here
|
|
|
|
EXTRA_DIST = \
|
|
|
|
$(LIBFILES_CONST) \
|
|
|
|
$(ti_DATA) \
|
|
|
|
$(noinst_DATA) \
|
2001-05-31 05:17:21 +04:00
|
|
|
$(noinst_SCRIPTS) \
|
|
|
|
mc.charsets
|
|
|
|
|