2000-08-24 18:13:00 +04:00
|
|
|
## Process this file with automake to create Makefile.in.
|
|
|
|
|
2001-09-07 08:25:02 +04:00
|
|
|
AUTOMAKE_OPTIONS = 1.5
|
|
|
|
|
2003-07-23 07:02:18 +04:00
|
|
|
SUBDIRS = intl po m4 vfs slang edit src lib doc syntax
|
2000-08-24 18:13:00 +04:00
|
|
|
|
2003-11-27 21:06:56 +03:00
|
|
|
EXTRA_DIST = FAQ HACKING INSTALL.FAST MAINTAINERS README.QNX TODO
|
2000-08-24 18:13:00 +04:00
|
|
|
|
2005-05-31 07:20:43 +04:00
|
|
|
noinst_DATA = mc.spec mc.qpg pkginfo prototype
|
2003-11-20 22:58:02 +03:00
|
|
|
dist_noinst_SCRIPTS = build-glib1.sh build-glib2.sh
|
2000-09-23 21:24:08 +04:00
|
|
|
|
2002-09-17 20:13:25 +04:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
2000-08-24 18:13:00 +04:00
|
|
|
dist-hook:
|
|
|
|
cp mc.spec $(distdir)
|
2004-09-28 15:48:57 +04:00
|
|
|
cp mc.qpg $(distdir)
|
2005-05-31 07:20:43 +04:00
|
|
|
cp pkginfo.in $(distdir)
|
|
|
|
cp prototype.in $(distdir)
|