mc/misc/Makefile.am
Andrew Borodin 3d4ed51b7c Remove misc/edit.spell.rc since aspell is supported by mcedit directly.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2012-07-12 16:00:49 +04:00

48 lines
795 B
Makefile

## Process this file with automake to create Makefile.in.
SUBDIRS = ext.d macros.d skins syntax
LIBFILES_OUT = mc.ext
noinst_DATA = xterm.ad
pkgdata_DATA = \
mc.lib
if CHARSET
pkgdata_DATA += mc.charsets
endif
LIBFILES_CONST = \
mcedit.menu \
filehighlight.ini \
mc.keymap \
mc.keymap.default \
mc.keymap.emacs \
mc.menu \
mc.menu.sr
LIBFILES_SCRIPT = \
edit.indent.rc
CLEANFILES = $(SCRIPTS_OUT)
cfgdir = $(sysconfdir)/@PACKAGE@
cfg_DATA = \
$(LIBFILES_CONST) \
$(LIBFILES_OUT)
cfg_SCRIPTS = \
$(LIBFILES_SCRIPT)
# Files processed by configure don't need to be here
EXTRA_DIST = \
$(LIBFILES_CONST) \
$(LIBFILES_SCRIPT) \
$(SCRIPTS_IN) \
$(noinst_DATA) \
$(pkgdata_DATA)
#if CHARSET is defined, mc.charsets is already here
if !CHARSET
EXTRA_DIST += mc.charsets
endif