2009-05-08 17:56:02 +04:00
|
|
|
## Process this file with automake to create Makefile.in.
|
|
|
|
|
2009-09-04 18:22:49 +04:00
|
|
|
SUBDIRS = skins
|
|
|
|
|
2009-05-08 17:56:02 +04:00
|
|
|
LIBFILES_OUT = mc.ext
|
|
|
|
|
|
|
|
noinst_DATA = xterm.ad
|
|
|
|
|
2009-05-21 02:01:10 +04:00
|
|
|
pkgdata_DATA = mc.menu.sr
|
|
|
|
|
|
|
|
LIBFILES_CONST = \
|
|
|
|
cedit.menu \
|
|
|
|
edit.indent.rc \
|
|
|
|
edit.spell.rc \
|
|
|
|
mc.lib \
|
2009-09-02 03:07:50 +04:00
|
|
|
filehighlight.ini \
|
2009-05-21 02:01:10 +04:00
|
|
|
mc.menu
|
2009-05-08 17:56:02 +04:00
|
|
|
|
|
|
|
|
|
|
|
CLEANFILES = $(SCRIPTS_OUT)
|
|
|
|
|
2009-05-21 02:01:10 +04:00
|
|
|
cfgdir = $(sysconfdir)/@PACKAGE@
|
|
|
|
cfg_DATA = \
|
|
|
|
$(LIBFILES_CONST) \
|
|
|
|
$(LIBFILES_OUT) \
|
|
|
|
$(LIBFILES_ADD)
|
|
|
|
|
2009-05-08 17:56:02 +04:00
|
|
|
# Files processed by configure don't need to be here
|
|
|
|
EXTRA_DIST = \
|
|
|
|
$(LIBFILES_CONST) \
|
|
|
|
$(SCRIPTS_IN) \
|
2009-05-21 02:01:10 +04:00
|
|
|
$(noinst_DATA) \
|
|
|
|
$(pkgdata_DATA)
|
2009-05-08 17:56:02 +04:00
|
|
|
|