2
by mhalcrow@us.ibm.com
Initial import of eCryptfs filesystem userspace utilities (mount helper, daemon component, |
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 |
|
117
by Mike halcrow
This patch detects the correct libtool version at runtime. It also |
12 |
ACLOCAL_AMFLAGS = -I m4 |
111
by Mike halcrow
1. Ready to libtool-2 |
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 \ |
|
312
by Dustin Kirkland
exclude the debian directory |
23 |
$(srcdir)/m4/ltoptions.m4 \ |
316
by Dustin Kirkland
typo in Makefile.am |
24 |
$(srcdir)/debian |
111
by Mike halcrow
1. Ready to libtool-2 |
25 |
|
2
by mhalcrow@us.ibm.com
Initial import of eCryptfs filesystem userspace utilities (mount helper, daemon component, |
26 |
SUBDIRS = doc src |
27 |
||
28 |
dist_doc_DATA = README |
|
117
by Mike halcrow
This patch detects the correct libtool version at runtime. It also |
29 |
|
30 |
dist-hook: |
|
31 |
$(MKDIR_P) "$(distdir)/m4" |