~andreserl/+junk/gfs2-utils

1 by Andres Rodriguez
Initial branch
1
EXTRA_DIST		= autogen.sh
2
3
AUTOMAKE_OPTIONS	= foreign
4
5
MAINTAINERCLEANFILES	= Makefile.in aclocal.m4 configure depcomp \
6
			  config.guess config.sub missing install-sh \
7
			  autoheader automake autoconf libtool libtoolize \
8
			  ltmain.sh compile make/clusterautoconfig.h.in \
9
			  make/clusterautoconfig.h.in~
10
11
noinst_HEADERS		= make/copyright.cf
12
13
ACLOCAL_AMFLAGS		= -I m4
14
15
SUBDIRS			= group gfs2 doc
16
17
install-exec-local:
18
			$(INSTALL) -d $(DESTDIR)/$(LOGDIR)
19
			$(INSTALL) -d $(DESTDIR)/$(CLUSTERVARRUN)
20
			$(INSTALL) -d $(DESTDIR)/$(CLUSTERVARLIB)
21
22
uninstall-local:
23
			rmdir $(DESTDIR)/$(LOGDIR) || :;
24
			rmdir $(DESTDIR)/$(CLUSTERVARRUN) || :;
25
			rmdir $(DESTDIR)/$(CLUSTERVARLIB) || :;
26
27
maintainer-clean-local:
28
	rm -rf m4