mirror of https://github.com/MidnightCommander/mc
17 lines
369 B
Makefile
17 lines
369 B
Makefile
## Process this file with automake to create Makefile.in.
|
|
|
|
AUTOMAKE_OPTIONS = 1.5
|
|
|
|
SUBDIRS = intl po m4 vfs slang edit src lib doc syntax
|
|
|
|
EXTRA_DIST = FAQ HACKING INSTALL.FAST MAINTAINERS README.QNX TODO
|
|
|
|
noinst_DATA = mc.spec mc.qpg
|
|
dist_noinst_SCRIPTS = build-glib1.sh build-glib2.sh
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
dist-hook:
|
|
cp mc.spec $(distdir)
|
|
cp mc.qpg $(distdir)
|