blob: f1c179f29b9dd6797dd265f3c8d675154eccf7bf [file] [log] [blame] [edit]
# $Id$
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I auxdir
SUBDIRS = auxdir src testsuite doc
EXTRA_DIST = \
etc/bluegene.conf.example \
etc/federation.conf.example \
etc/slurm.conf.example \
etc/slurm.epilog.clean \
etc/init.d.slurm \
etc/ptrace.patch \
autogen.sh \
slurm.spec \
README \
RELEASE_NOTES \
DISCLAIMER \
COPYING \
AUTHORS \
INSTALL \
LICENSE.OpenSSL \
NEWS \
ChangeLog \
META \
config.xml
pkginclude_HEADERS = \
slurm/pmi.h \
slurm/slurm.h \
slurm/slurm_errno.h \
slurm/spank.h
MAINTAINERCLEANFILES = \
aclocal.m4 config.guess config.xml \
config.h.in config.sub configure install-sh \
ltconfig ltmain.sh missing mkinstalldirs \
slurm/slurm.h \
stamp-h.in
distclean-local:
-(cd $(top_srcdir) && rm -rf autom4te*.cache autoscan.*)
-(cd $(top_srcdir) && rm -rf $(PACKAGE)-*)
mrproper: distclean-local clean
-(cd $(top_srcdir) && rm -rf autom4te.cache config.h config.log)
-(cd $(top_srcdir) && rm -rf config.status libtool stamp-h1)
-(cd $(top_srcdir)/auxdir && rm -rf mkinstalldirs)
-(cd $(top_srcdir)/slurm && rm -rf stamp-h2 slurm.h)
-find $(top_srcdir)/src -name "Makefile" -exec rm {} \;
-find $(top_srcdir) -depth -name ".deps" -exec rm -rf {} \;