2000-08-24 18:13:00 +04:00
|
|
|
## Process this file with automake to create Makefile.in.
|
|
|
|
|
|
|
|
SUBDIRS = vfs lib doc slang gtkedit edit src gnome new_icons \
|
2000-08-24 22:47:36 +04:00
|
|
|
idl syntax intl doc-gnome po pc
|
2000-08-24 18:13:00 +04:00
|
|
|
|
2000-08-30 01:23:44 +04:00
|
|
|
ACLOCAL_AMFLAGS = -I macros
|
2000-08-24 18:13:00 +04:00
|
|
|
|
2000-10-10 05:28:03 +04:00
|
|
|
ACLOCAL_M4_SOURCES = \
|
|
|
|
macros/gnome.m4 \
|
|
|
|
macros/gnome-vfs.m4 \
|
|
|
|
macros/gnome-undelfs.m4 \
|
|
|
|
macros/gnome-gettext.m4 \
|
|
|
|
macros/linger.m4
|
2000-08-24 18:13:00 +04:00
|
|
|
|
|
|
|
EXTRA_DIST = BUGS FAQ INSTALL.FAST MAINTAINERS \
|
|
|
|
README.PC README.QNX README.smbfs \
|
2000-08-30 01:23:44 +04:00
|
|
|
create_vcs \
|
2000-10-10 05:28:03 +04:00
|
|
|
$(ACLOCAL_M4_SOURCES)
|
2000-08-24 18:13:00 +04:00
|
|
|
|
2000-09-23 21:24:08 +04:00
|
|
|
noinst_DATA = mc.spec
|
|
|
|
|
2000-08-24 18:13:00 +04:00
|
|
|
dist-hook:
|
|
|
|
cp mc.spec $(distdir)
|