~ecryptfs/ecryptfs/ecryptfs-utils-bootstrapped

« back to all changes in this revision

Viewing changes to src/libecryptfs-swig/Makefile.in

  • Committer: Tyler Hicks
  • Date: 2012-02-13 15:48:08 UTC
  • Revision ID: tyhicks@canonical.com-20120213154808-ngjoonmcvpml9l5b
The result of `autoreconf -i -v -f && intltoolize -f && bzr add`.

This is done so that a daily ecryptfs-utils trunk build can be set up in
Launchpad. This branch will be merged with trunk and then the native packaging
in the ecryptfs-utils debian/ directory can take over.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
target_triplet = @target@
 
38
subdir = src/libecryptfs-swig
 
39
DIST_COMMON = $(am__pkgpython_PYTHON_DIST) $(srcdir)/Makefile.am \
 
40
        $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
 
43
        $(top_srcdir)/m4/ac_python_devel.m4 \
 
44
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
45
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
46
        $(top_srcdir)/m4/lt~obsolete.m4 \
 
47
        $(top_srcdir)/m4/swig_python.m4 $(top_srcdir)/configure.ac
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
mkinstalldirs = $(install_sh) -d
 
51
CONFIG_HEADER = $(top_builddir)/config.h
 
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
 
54
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
55
am__vpath_adj = case $$p in \
 
56
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
57
    *) f=$$p;; \
 
58
  esac;
 
59
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
60
am__install_max = 40
 
61
am__nobase_strip_setup = \
 
62
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
63
am__nobase_strip = \
 
64
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
65
am__nobase_list = $(am__nobase_strip_setup); \
 
66
  for p in $$list; do echo "$$p $$p"; done | \
 
67
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
68
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
69
    if (++n[$$2] == $(am__install_max)) \
 
70
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
71
    END { for (dir in files) print dir, files[dir] }'
 
72
am__base_list = \
 
73
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
74
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
75
am__uninstall_files_from_dir = { \
 
76
  test -z "$$files" \
 
77
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
78
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
79
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
80
  }
 
81
am__installdirs = "$(DESTDIR)$(pkgpyexecdir)" \
 
82
        "$(DESTDIR)$(pkgpythondir)"
 
83
LTLIBRARIES = $(pkgpyexec_LTLIBRARIES)
 
84
@BUILD_PYWRAP_TRUE@_libecryptfs_la_DEPENDENCIES =  \
 
85
@BUILD_PYWRAP_TRUE@     ../libecryptfs/.libs/libecryptfs.la
 
86
am___libecryptfs_la_SOURCES_DIST = $(srcdir)/libecryptfs_wrap.c \
 
87
        libecryptfs.i
 
88
am__objects_1 =
 
89
@BUILD_PYWRAP_TRUE@am__libecryptfs_la_OBJECTS =  \
 
90
@BUILD_PYWRAP_TRUE@     _libecryptfs_la-libecryptfs_wrap.lo \
 
91
@BUILD_PYWRAP_TRUE@     $(am__objects_1)
 
92
_libecryptfs_la_OBJECTS = $(am__libecryptfs_la_OBJECTS)
 
93
_libecryptfs_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
94
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(_libecryptfs_la_CFLAGS) \
 
95
        $(CFLAGS) $(_libecryptfs_la_LDFLAGS) $(LDFLAGS) -o $@
 
96
@BUILD_PYWRAP_TRUE@am__libecryptfs_la_rpath = -rpath $(pkgpyexecdir)
 
97
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
98
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
99
am__depfiles_maybe = depfiles
 
100
am__mv = mv -f
 
101
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
102
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
103
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
104
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
105
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
106
CCLD = $(CC)
 
107
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
108
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
109
        $(LDFLAGS) -o $@
 
110
SOURCES = $(_libecryptfs_la_SOURCES)
 
111
DIST_SOURCES = $(am___libecryptfs_la_SOURCES_DIST)
 
112
am__pkgpython_PYTHON_DIST = libecryptfs.py
 
113
am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
 
114
py_compile = $(top_srcdir)/py-compile
 
115
ETAGS = etags
 
116
CTAGS = ctags
 
117
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
118
ACLOCAL = @ACLOCAL@
 
119
ALL_LINGUAS = @ALL_LINGUAS@
 
120
AMTAR = @AMTAR@
 
121
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
122
AR = @AR@
 
123
AUTOCONF = @AUTOCONF@
 
124
AUTOHEADER = @AUTOHEADER@
 
125
AUTOMAKE = @AUTOMAKE@
 
126
AWK = @AWK@
 
127
CATALOGS = @CATALOGS@
 
128
CATOBJEXT = @CATOBJEXT@
 
129
CC = @CC@
 
130
CCDEPMODE = @CCDEPMODE@
 
131
CFLAGS = @CFLAGS@
 
132
CPP = @CPP@
 
133
CPPFLAGS = @CPPFLAGS@
 
134
CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
 
135
CRYPTO_LIBS = @CRYPTO_LIBS@
 
136
CYGPATH_W = @CYGPATH_W@
 
137
DATADIRNAME = @DATADIRNAME@
 
138
DEFS = @DEFS@
 
139
DEPDIR = @DEPDIR@
 
140
DLLTOOL = @DLLTOOL@
 
141
DSYMUTIL = @DSYMUTIL@
 
142
DUMPBIN = @DUMPBIN@
 
143
DVIPS = @DVIPS@
 
144
ECHO_C = @ECHO_C@
 
145
ECHO_N = @ECHO_N@
 
146
ECHO_T = @ECHO_T@
 
147
EGREP = @EGREP@
 
148
EXEEXT = @EXEEXT@
 
149
FGREP = @FGREP@
 
150
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
151
GMOFILES = @GMOFILES@
 
152
GMSGFMT = @GMSGFMT@
 
153
GPGME_CFLAGS = @GPGME_CFLAGS@
 
154
GPGME_LIBS = @GPGME_LIBS@
 
155
GREP = @GREP@
 
156
GTK_CFLAGS = @GTK_CFLAGS@
 
157
GTK_LIBS = @GTK_LIBS@
 
158
INSTALL = @INSTALL@
 
159
INSTALL_DATA = @INSTALL_DATA@
 
160
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
161
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
162
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
163
INSTOBJEXT = @INSTOBJEXT@
 
164
INTLLIBS = @INTLLIBS@
 
165
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
166
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
167
INTLTOOL_PERL = @INTLTOOL_PERL@
 
168
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
169
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
170
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
171
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
172
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
173
KEYUTILS_CFLAGS = @KEYUTILS_CFLAGS@
 
174
KEYUTILS_LIBS = @KEYUTILS_LIBS@
 
175
LATEX = @LATEX@
 
176
LATEX2HTML = @LATEX2HTML@
 
177
LD = @LD@
 
178
LDFLAGS = @LDFLAGS@
 
179
LIBECRYPTFS_LT_AGE = @LIBECRYPTFS_LT_AGE@
 
180
LIBECRYPTFS_LT_CURRENT = @LIBECRYPTFS_LT_CURRENT@
 
181
LIBECRYPTFS_LT_REVISION = @LIBECRYPTFS_LT_REVISION@
 
182
LIBOBJS = @LIBOBJS@
 
183
LIBS = @LIBS@
 
184
LIBTOOL = @LIBTOOL@
 
185
LIPO = @LIPO@
 
186
LN_S = @LN_S@
 
187
LOCALEDIR = @LOCALEDIR@
 
188
LTLIBOBJS = @LTLIBOBJS@
 
189
MAKEINFO = @MAKEINFO@
 
190
MANIFEST_TOOL = @MANIFEST_TOOL@
 
191
MKDIR_P = @MKDIR_P@
 
192
MKINSTALLDIRS = @MKINSTALLDIRS@
 
193
MSGFMT = @MSGFMT@
 
194
MSGFMT_OPTS = @MSGFMT_OPTS@
 
195
MSGMERGE = @MSGMERGE@
 
196
NM = @NM@
 
197
NMEDIT = @NMEDIT@
 
198
NSS_CFLAGS = @NSS_CFLAGS@
 
199
NSS_LIBS = @NSS_LIBS@
 
200
OBJDUMP = @OBJDUMP@
 
201
OBJEXT = @OBJEXT@
 
202
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
 
203
OPENSSL_LIBS = @OPENSSL_LIBS@
 
204
OTOOL = @OTOOL@
 
205
OTOOL64 = @OTOOL64@
 
206
PACKAGE = @PACKAGE@
 
207
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
208
PACKAGE_NAME = @PACKAGE_NAME@
 
209
PACKAGE_STRING = @PACKAGE_STRING@
 
210
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
211
PACKAGE_URL = @PACKAGE_URL@
 
212
PACKAGE_VERSION = @PACKAGE_VERSION@
 
213
PAM_CFLAGS = @PAM_CFLAGS@
 
214
PAM_LIBS = @PAM_LIBS@
 
215
PATH_SEPARATOR = @PATH_SEPARATOR@
 
216
PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
 
217
PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
 
218
PKG_CONFIG = @PKG_CONFIG@
 
219
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
220
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
221
POD2MAN = @POD2MAN@
 
222
POFILES = @POFILES@
 
223
POSUB = @POSUB@
 
224
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
225
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
226
PS2PDF = @PS2PDF@
 
227
PYTHON = @PYTHON@
 
228
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
 
229
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
230
PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
 
231
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
 
232
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
 
233
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
234
PYTHON_PREFIX = @PYTHON_PREFIX@
 
235
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
 
236
PYTHON_VERSION = @PYTHON_VERSION@
 
237
RANLIB = @RANLIB@
 
238
SED = @SED@
 
239
SET_MAKE = @SET_MAKE@
 
240
SHELL = @SHELL@
 
241
STRIP = @STRIP@
 
242
SWIG = @SWIG@
 
243
SWIG_LIB = @SWIG_LIB@
 
244
SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
 
245
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
 
246
TAR = @TAR@
 
247
TSPI_CFLAGS = @TSPI_CFLAGS@
 
248
TSPI_LIBS = @TSPI_LIBS@
 
249
USE_NLS = @USE_NLS@
 
250
VERSION = @VERSION@
 
251
XGETTEXT = @XGETTEXT@
 
252
abs_builddir = @abs_builddir@
 
253
abs_srcdir = @abs_srcdir@
 
254
abs_top_builddir = @abs_top_builddir@
 
255
abs_top_srcdir = @abs_top_srcdir@
 
256
ac_ct_AR = @ac_ct_AR@
 
257
ac_ct_CC = @ac_ct_CC@
 
258
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
259
am__include = @am__include@
 
260
am__leading_dot = @am__leading_dot@
 
261
am__quote = @am__quote@
 
262
am__tar = @am__tar@
 
263
am__untar = @am__untar@
 
264
bindir = @bindir@
 
265
build = @build@
 
266
build_alias = @build_alias@
 
267
build_cpu = @build_cpu@
 
268
build_os = @build_os@
 
269
build_vendor = @build_vendor@
 
270
builddir = @builddir@
 
271
datadir = @datadir@
 
272
datarootdir = @datarootdir@
 
273
docdir = @docdir@
 
274
dvidir = @dvidir@
 
275
ecryptfskeymoddir = @ecryptfskeymoddir@
 
276
exec_prefix = @exec_prefix@
 
277
host = @host@
 
278
host_alias = @host_alias@
 
279
host_cpu = @host_cpu@
 
280
host_os = @host_os@
 
281
host_vendor = @host_vendor@
 
282
htmldir = @htmldir@
 
283
includedir = @includedir@
 
284
infodir = @infodir@
 
285
install_sh = @install_sh@
 
286
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
287
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 
288
libdir = @libdir@
 
289
libexecdir = @libexecdir@
 
290
localedir = @localedir@
 
291
localstatedir = @localstatedir@
 
292
mandir = @mandir@
 
293
mkdir_p = @mkdir_p@
 
294
oldincludedir = @oldincludedir@
 
295
pamdir = @pamdir@
 
296
pamlibdir = @pamlibdir@
 
297
pdfdir = @pdfdir@
 
298
pkgconfigdir = @pkgconfigdir@
 
299
pkgpyexecdir = @pkgpyexecdir@
 
300
pkgpythondir = @pkgpythondir@
 
301
prefix = @prefix@
 
302
program_transform_name = @program_transform_name@
 
303
psdir = @psdir@
 
304
pyexecdir = @pyexecdir@
 
305
pythondir = @pythondir@
 
306
rootsbindir = @rootsbindir@
 
307
sbindir = @sbindir@
 
308
sharedstatedir = @sharedstatedir@
 
309
srcdir = @srcdir@
 
310
sysconfdir = @sysconfdir@
 
311
target = @target@
 
312
target_alias = @target_alias@
 
313
target_cpu = @target_cpu@
 
314
target_os = @target_os@
 
315
target_vendor = @target_vendor@
 
316
top_build_prefix = @top_build_prefix@
 
317
top_builddir = @top_builddir@
 
318
top_srcdir = @top_srcdir@
 
319
@BUILD_PYWRAP_TRUE@BUILT_SOURCES = $(srcdir)/libecryptfs_wrap.c
 
320
@BUILD_PYWRAP_TRUE@SWIG_SOURCES = libecryptfs.i
 
321
@BUILD_PYWRAP_TRUE@pkgpython_PYTHON = libecryptfs.py
 
322
@BUILD_PYWRAP_TRUE@pkgpyexec_LTLIBRARIES = _libecryptfs.la
 
323
@BUILD_PYWRAP_TRUE@_libecryptfs_la_SOURCES = $(srcdir)/libecryptfs_wrap.c $(SWIG_SOURCES)
 
324
@BUILD_PYWRAP_TRUE@_libecryptfs_la_CFLAGS = $(SWIG_PYTHON_CPPFLAGS) -I$(top_srcdir)/src/include
 
325
@BUILD_PYWRAP_TRUE@_libecryptfs_la_LDFLAGS = -module
 
326
@BUILD_PYWRAP_TRUE@_libecryptfs_la_LIBADD = ../libecryptfs/.libs/libecryptfs.la
 
327
all: $(BUILT_SOURCES)
 
328
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
329
 
 
330
.SUFFIXES:
 
331
.SUFFIXES: .c .lo .o .obj
 
332
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
333
        @for dep in $?; do \
 
334
          case '$(am__configure_deps)' in \
 
335
            *$$dep*) \
 
336
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
337
                && { if test -f $@; then exit 0; else break; fi; }; \
 
338
              exit 1;; \
 
339
          esac; \
 
340
        done; \
 
341
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libecryptfs-swig/Makefile'; \
 
342
        $(am__cd) $(top_srcdir) && \
 
343
          $(AUTOMAKE) --gnu src/libecryptfs-swig/Makefile
 
344
.PRECIOUS: Makefile
 
345
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
346
        @case '$?' in \
 
347
          *config.status*) \
 
348
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
349
          *) \
 
350
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
351
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
352
        esac;
 
353
 
 
354
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
355
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
356
 
 
357
$(top_srcdir)/configure:  $(am__configure_deps)
 
358
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
359
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
360
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
361
$(am__aclocal_m4_deps):
 
362
install-pkgpyexecLTLIBRARIES: $(pkgpyexec_LTLIBRARIES)
 
363
        @$(NORMAL_INSTALL)
 
364
        test -z "$(pkgpyexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgpyexecdir)"
 
365
        @list='$(pkgpyexec_LTLIBRARIES)'; test -n "$(pkgpyexecdir)" || list=; \
 
366
        list2=; for p in $$list; do \
 
367
          if test -f $$p; then \
 
368
            list2="$$list2 $$p"; \
 
369
          else :; fi; \
 
370
        done; \
 
371
        test -z "$$list2" || { \
 
372
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkgpyexecdir)'"; \
 
373
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkgpyexecdir)"; \
 
374
        }
 
375
 
 
376
uninstall-pkgpyexecLTLIBRARIES:
 
377
        @$(NORMAL_UNINSTALL)
 
378
        @list='$(pkgpyexec_LTLIBRARIES)'; test -n "$(pkgpyexecdir)" || list=; \
 
379
        for p in $$list; do \
 
380
          $(am__strip_dir) \
 
381
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkgpyexecdir)/$$f'"; \
 
382
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkgpyexecdir)/$$f"; \
 
383
        done
 
384
 
 
385
clean-pkgpyexecLTLIBRARIES:
 
386
        -test -z "$(pkgpyexec_LTLIBRARIES)" || rm -f $(pkgpyexec_LTLIBRARIES)
 
387
        @list='$(pkgpyexec_LTLIBRARIES)'; for p in $$list; do \
 
388
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
389
          test "$$dir" != "$$p" || dir=.; \
 
390
          echo "rm -f \"$${dir}/so_locations\""; \
 
391
          rm -f "$${dir}/so_locations"; \
 
392
        done
 
393
_libecryptfs.la: $(_libecryptfs_la_OBJECTS) $(_libecryptfs_la_DEPENDENCIES) $(EXTRA__libecryptfs_la_DEPENDENCIES) 
 
394
        $(_libecryptfs_la_LINK) $(am__libecryptfs_la_rpath) $(_libecryptfs_la_OBJECTS) $(_libecryptfs_la_LIBADD) $(LIBS)
 
395
 
 
396
mostlyclean-compile:
 
397
        -rm -f *.$(OBJEXT)
 
398
 
 
399
distclean-compile:
 
400
        -rm -f *.tab.c
 
401
 
 
402
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_libecryptfs_la-libecryptfs_wrap.Plo@am__quote@
 
403
 
 
404
.c.o:
 
405
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
406
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
407
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
408
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
409
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
410
 
 
411
.c.obj:
 
412
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
413
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
414
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
415
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
416
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
417
 
 
418
.c.lo:
 
419
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
420
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
421
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
422
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
423
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
424
 
 
425
_libecryptfs_la-libecryptfs_wrap.lo: $(srcdir)/libecryptfs_wrap.c
 
426
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_libecryptfs_la_CFLAGS) $(CFLAGS) -MT _libecryptfs_la-libecryptfs_wrap.lo -MD -MP -MF $(DEPDIR)/_libecryptfs_la-libecryptfs_wrap.Tpo -c -o _libecryptfs_la-libecryptfs_wrap.lo `test -f '$(srcdir)/libecryptfs_wrap.c' || echo '$(srcdir)/'`$(srcdir)/libecryptfs_wrap.c
 
427
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/_libecryptfs_la-libecryptfs_wrap.Tpo $(DEPDIR)/_libecryptfs_la-libecryptfs_wrap.Plo
 
428
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/libecryptfs_wrap.c' object='_libecryptfs_la-libecryptfs_wrap.lo' libtool=yes @AMDEPBACKSLASH@
 
429
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
430
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_libecryptfs_la_CFLAGS) $(CFLAGS) -c -o _libecryptfs_la-libecryptfs_wrap.lo `test -f '$(srcdir)/libecryptfs_wrap.c' || echo '$(srcdir)/'`$(srcdir)/libecryptfs_wrap.c
 
431
 
 
432
mostlyclean-libtool:
 
433
        -rm -f *.lo
 
434
 
 
435
clean-libtool:
 
436
        -rm -rf .libs _libs
 
437
install-pkgpythonPYTHON: $(pkgpython_PYTHON)
 
438
        @$(NORMAL_INSTALL)
 
439
        test -z "$(pkgpythondir)" || $(MKDIR_P) "$(DESTDIR)$(pkgpythondir)"
 
440
        @list='$(pkgpython_PYTHON)'; dlist=; list2=; test -n "$(pkgpythondir)" || list=; \
 
441
        for p in $$list; do \
 
442
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
 
443
          if test -f $$b$$p; then \
 
444
            $(am__strip_dir) \
 
445
            dlist="$$dlist $$f"; \
 
446
            list2="$$list2 $$b$$p"; \
 
447
          else :; fi; \
 
448
        done; \
 
449
        for file in $$list2; do echo $$file; done | $(am__base_list) | \
 
450
        while read files; do \
 
451
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgpythondir)'"; \
 
452
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgpythondir)" || exit $$?; \
 
453
        done || exit $$?; \
 
454
        if test -n "$$dlist"; then \
 
455
          $(am__py_compile) --destdir "$(DESTDIR)" \
 
456
                            --basedir "$(pkgpythondir)" $$dlist; \
 
457
        else :; fi
 
458
 
 
459
uninstall-pkgpythonPYTHON:
 
460
        @$(NORMAL_UNINSTALL)
 
461
        @list='$(pkgpython_PYTHON)'; test -n "$(pkgpythondir)" || list=; \
 
462
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
463
        test -n "$$files" || exit 0; \
 
464
        dir='$(DESTDIR)$(pkgpythondir)'; \
 
465
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
 
466
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
 
467
        st=0; \
 
468
        for files in "$$files" "$$filesc" "$$fileso"; do \
 
469
          $(am__uninstall_files_from_dir) || st=$$?; \
 
470
        done; \
 
471
        exit $$st
 
472
 
 
473
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
474
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
475
        unique=`for i in $$list; do \
 
476
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
477
          done | \
 
478
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
479
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
480
        mkid -fID $$unique
 
481
tags: TAGS
 
482
 
 
483
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
484
                $(TAGS_FILES) $(LISP)
 
485
        set x; \
 
486
        here=`pwd`; \
 
487
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
488
        unique=`for i in $$list; do \
 
489
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
490
          done | \
 
491
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
492
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
493
        shift; \
 
494
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
495
          test -n "$$unique" || unique=$$empty_fix; \
 
496
          if test $$# -gt 0; then \
 
497
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
498
              "$$@" $$unique; \
 
499
          else \
 
500
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
501
              $$unique; \
 
502
          fi; \
 
503
        fi
 
504
ctags: CTAGS
 
505
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
506
                $(TAGS_FILES) $(LISP)
 
507
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
508
        unique=`for i in $$list; do \
 
509
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
510
          done | \
 
511
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
512
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
513
        test -z "$(CTAGS_ARGS)$$unique" \
 
514
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
515
             $$unique
 
516
 
 
517
GTAGS:
 
518
        here=`$(am__cd) $(top_builddir) && pwd` \
 
519
          && $(am__cd) $(top_srcdir) \
 
520
          && gtags -i $(GTAGS_ARGS) "$$here"
 
521
 
 
522
distclean-tags:
 
523
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
524
 
 
525
distdir: $(DISTFILES)
 
526
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
527
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
528
        list='$(DISTFILES)'; \
 
529
          dist_files=`for file in $$list; do echo $$file; done | \
 
530
          sed -e "s|^$$srcdirstrip/||;t" \
 
531
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
532
        case $$dist_files in \
 
533
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
534
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
535
                           sort -u` ;; \
 
536
        esac; \
 
537
        for file in $$dist_files; do \
 
538
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
539
          if test -d $$d/$$file; then \
 
540
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
541
            if test -d "$(distdir)/$$file"; then \
 
542
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
543
            fi; \
 
544
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
545
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
546
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
547
            fi; \
 
548
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
549
          else \
 
550
            test -f "$(distdir)/$$file" \
 
551
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
552
            || exit 1; \
 
553
          fi; \
 
554
        done
 
555
check-am: all-am
 
556
check: $(BUILT_SOURCES)
 
557
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
558
all-am: Makefile $(LTLIBRARIES)
 
559
installdirs:
 
560
        for dir in "$(DESTDIR)$(pkgpyexecdir)" "$(DESTDIR)$(pkgpythondir)"; do \
 
561
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
562
        done
 
563
install: $(BUILT_SOURCES)
 
564
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
565
install-exec: install-exec-am
 
566
install-data: install-data-am
 
567
uninstall: uninstall-am
 
568
 
 
569
install-am: all-am
 
570
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
571
 
 
572
installcheck: installcheck-am
 
573
install-strip:
 
574
        if test -z '$(STRIP)'; then \
 
575
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
576
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
577
              install; \
 
578
        else \
 
579
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
580
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
581
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
582
        fi
 
583
mostlyclean-generic:
 
584
 
 
585
clean-generic:
 
586
 
 
587
distclean-generic:
 
588
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
589
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
590
 
 
591
maintainer-clean-generic:
 
592
        @echo "This command is intended for maintainers to use"
 
593
        @echo "it deletes files that may require special tools to rebuild."
 
594
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
595
clean: clean-am
 
596
 
 
597
clean-am: clean-generic clean-libtool clean-pkgpyexecLTLIBRARIES \
 
598
        mostlyclean-am
 
599
 
 
600
distclean: distclean-am
 
601
        -rm -rf ./$(DEPDIR)
 
602
        -rm -f Makefile
 
603
distclean-am: clean-am distclean-compile distclean-generic \
 
604
        distclean-tags
 
605
 
 
606
dvi: dvi-am
 
607
 
 
608
dvi-am:
 
609
 
 
610
html: html-am
 
611
 
 
612
html-am:
 
613
 
 
614
info: info-am
 
615
 
 
616
info-am:
 
617
 
 
618
install-data-am: install-pkgpythonPYTHON
 
619
 
 
620
install-dvi: install-dvi-am
 
621
 
 
622
install-dvi-am:
 
623
 
 
624
install-exec-am: install-pkgpyexecLTLIBRARIES
 
625
 
 
626
install-html: install-html-am
 
627
 
 
628
install-html-am:
 
629
 
 
630
install-info: install-info-am
 
631
 
 
632
install-info-am:
 
633
 
 
634
install-man:
 
635
 
 
636
install-pdf: install-pdf-am
 
637
 
 
638
install-pdf-am:
 
639
 
 
640
install-ps: install-ps-am
 
641
 
 
642
install-ps-am:
 
643
 
 
644
installcheck-am:
 
645
 
 
646
maintainer-clean: maintainer-clean-am
 
647
        -rm -rf ./$(DEPDIR)
 
648
        -rm -f Makefile
 
649
maintainer-clean-am: distclean-am maintainer-clean-generic
 
650
 
 
651
mostlyclean: mostlyclean-am
 
652
 
 
653
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
654
        mostlyclean-libtool
 
655
 
 
656
pdf: pdf-am
 
657
 
 
658
pdf-am:
 
659
 
 
660
ps: ps-am
 
661
 
 
662
ps-am:
 
663
 
 
664
uninstall-am: uninstall-pkgpyexecLTLIBRARIES uninstall-pkgpythonPYTHON
 
665
 
 
666
.MAKE: all check install install-am install-strip
 
667
 
 
668
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
669
        clean-libtool clean-pkgpyexecLTLIBRARIES ctags distclean \
 
670
        distclean-compile distclean-generic distclean-libtool \
 
671
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
672
        install install-am install-data install-data-am install-dvi \
 
673
        install-dvi-am install-exec install-exec-am install-html \
 
674
        install-html-am install-info install-info-am install-man \
 
675
        install-pdf install-pdf-am install-pkgpyexecLTLIBRARIES \
 
676
        install-pkgpythonPYTHON install-ps install-ps-am install-strip \
 
677
        installcheck installcheck-am installdirs maintainer-clean \
 
678
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
679
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
680
        tags uninstall uninstall-am uninstall-pkgpyexecLTLIBRARIES \
 
681
        uninstall-pkgpythonPYTHON
 
682
 
 
683
 
 
684
@BUILD_PYWRAP_TRUE@$(srcdir)/libecryptfs_wrap.c : $(SWIG_SOURCES)
 
685
@BUILD_PYWRAP_TRUE@     $(SWIG) $(SWIG_PYTHON_OPT) -I$(top_srcdir)/src/include -o $@ $<
 
686
 
 
687
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
688
# Otherwise a system limit (for SysV at least) may be exceeded.
 
689
.NOEXPORT: