repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ticket #391 (history is broken).
[midnight-commander.git]
/
misc
/
Makefile.am
blob
19ab73171420538f6cfabef973cab34a7a364f6c
1
## Process this file with automake to create Makefile.in.
2
3
LIBFILES_OUT = mc.ext
4
5
noinst_DATA = xterm.ad
6
7
pkgdata_DATA = mc.menu.sr
8
9
LIBFILES_CONST = \
10
cedit.menu \
11
edit.indent.rc \
12
edit.spell.rc \
13
mc.lib \
14
mc.menu
15
16
17
CLEANFILES = $(SCRIPTS_OUT)
18
19
cfgdir = $(sysconfdir)/@PACKAGE@
20
cfg_DATA = \
21
$(LIBFILES_CONST) \
22
$(LIBFILES_OUT) \
23
$(LIBFILES_ADD)
24
25
# Files processed by configure don't need to be here
26
EXTRA_DIST = \
27
$(LIBFILES_CONST) \
28
$(SCRIPTS_IN) \
29
$(noinst_DATA) \
30
$(pkgdata_DATA)
31