Reduce size by removing unnecessary dependencies
[platform/upstream/ecryptfs-utils.git] / Makefile.am
1 # Copyright (C) 2006 Michael Halcrow <mhalcrow@us.ibm.com>
2 #  
3 # This file is free software; as a special exception the author gives
4 # unlimited permission to copy and/or distribute it, with or without 
5 # modifications, as long as this notice is preserved.
6
7 # This program is distributed in the hope that it will be useful, but
8 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
11 AUTOMAKE_OPTIONS=foreign dist-bzip2
12 ACLOCAL_AMFLAGS = -I m4
13
14 MAINTAINERCLEANFILES = \
15         config.log config.status \
16         $(srcdir)/Makefile.in \
17         $(srcdir)/config.h.in $(srcdir)/config.h.in~ $(srcdir)/configure \
18         $(srcdir)/install-sh $(srcdir)/ltmain.sh $(srcdir)/missing \
19         $(srcdir)/compile $(srcdir)/depcomp $(srcdir)/aclocal.m4 \
20         $(srcdir)/config.guess $(srcdir)/config.sub \
21         $(srcdir)/m4/ltsugar.m4 $(srcdir)/m4/libtool.m4 \
22         $(srcdir)/m4/ltversion.m4 $(srcdir)/m4/lt~obsolete.m4 \
23         $(srcdir)/m4/ltoptions.m4 \
24         $(srcdir)/debian
25
26 SUBDIRS = doc src po tests
27
28 EXTRA_DIST = autogen.sh
29
30 dist_doc_DATA = README
31
32 dist-hook:
33         $(MKDIR_P) "$(distdir)/m4"