Merge branch '2888_cleanup'
[midnight-commander.git] / misc / Makefile.am
blobfa78487cf8093bec08f52c30c97b98af4f3f4ddb
1 ## Process this file with automake to create Makefile.in.
3 SUBDIRS = ext.d macros.d skins syntax
5 LIBFILES_OUT = mc.ext
7 noinst_DATA = xterm.ad
9 pkgdata_DATA = \
10         mc.lib
11 if CHARSET
12 pkgdata_DATA += mc.charsets
13 endif
15 LIBFILES_CONST = \
16         mcedit.menu \
17         filehighlight.ini \
18         mc.keymap \
19         mc.keymap.default \
20         mc.keymap.emacs \
21         mc.menu \
22         mc.menu.sr
24 LIBFILES_SCRIPT = \
25         edit.indent.rc
27 CLEANFILES = $(SCRIPTS_OUT)
29 cfgdir = $(sysconfdir)/@PACKAGE@
30 cfg_DATA = \
31         $(LIBFILES_CONST) \
32         $(LIBFILES_OUT)
34 cfg_SCRIPTS = \
35         $(LIBFILES_SCRIPT)
37 # Files processed by configure don't need to be here
38 EXTRA_DIST = \
39         $(LIBFILES_CONST) \
40         $(LIBFILES_SCRIPT) \
41         $(SCRIPTS_IN) \
42         $(noinst_DATA) \
43         $(pkgdata_DATA)
44 #if CHARSET is defined, mc.charsets is already here
45 if !CHARSET
46 EXTRA_DIST += mc.charsets
47 endif