~ubuntu-branches/ubuntu/lucid/ecryptfs-utils/lucid-proposed

1.1.28 by Dustin Kirkland
Import upstream version 83
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
1 by William Lima
Import upstream version 15
2
# @configure_input@
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.1.24 by Dustin Kirkland
Import upstream version 79
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
1 by William Lima
Import upstream version 15
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
# Copyright (C) 2006 Trevor Highland <trevor.highland@gmail.com>
19
#
20
# This file is free software; as a special exception the author gives
21
# unlimited permission to copy and/or distribute it, with or without
22
# modifications, as long as this notice is preserved.
23
#
24
# This program is distributed in the hope that it will be useful, but
25
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
26
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
27
VPATH = @srcdir@
28
pkgdatadir = $(datadir)/@PACKAGE@
1.1.24 by Dustin Kirkland
Import upstream version 79
29
pkgincludedir = $(includedir)/@PACKAGE@
1 by William Lima
Import upstream version 15
30
pkglibdir = $(libdir)/@PACKAGE@
1.1.24 by Dustin Kirkland
Import upstream version 79
31
pkglibexecdir = $(libexecdir)/@PACKAGE@
1 by William Lima
Import upstream version 15
32
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
33
install_sh_DATA = $(install_sh) -c -m 644
34
install_sh_PROGRAM = $(install_sh) -c
35
install_sh_SCRIPT = $(install_sh) -c
36
INSTALL_HEADER = $(INSTALL_DATA)
37
transform = $(program_transform_name)
38
NORMAL_INSTALL = :
39
PRE_INSTALL = :
40
POST_INSTALL = :
41
NORMAL_UNINSTALL = :
42
PRE_UNINSTALL = :
43
POST_UNINSTALL = :
44
build_triplet = @build@
45
host_triplet = @host@
46
target_triplet = @target@
47
subdir = doc/manpage
1.1.11 by Dustin Kirkland
Import upstream version 53
48
DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
49
	$(srcdir)/Makefile.in
1 by William Lima
Import upstream version 15
50
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.2.2 by Daniel Baumann
Import upstream version 64
51
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
52
	$(top_srcdir)/m4/ac_python_devel.m4 \
1.1.28 by Dustin Kirkland
Import upstream version 83
53
	$(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
54
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
55
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
1.2.2 by Daniel Baumann
Import upstream version 64
56
	$(top_srcdir)/m4/swig_python.m4 $(top_srcdir)/configure.ac
1 by William Lima
Import upstream version 15
57
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58
	$(ACLOCAL_M4)
1.1.3 by Daniel Baumann
Import upstream version 30
59
mkinstalldirs = $(install_sh) -d
60
CONFIG_HEADER = $(top_builddir)/config.h
1 by William Lima
Import upstream version 15
61
CONFIG_CLEAN_FILES =
1.1.24 by Dustin Kirkland
Import upstream version 79
62
CONFIG_CLEAN_VPATH_FILES =
1 by William Lima
Import upstream version 15
63
SOURCES =
64
DIST_SOURCES =
1.1.24 by Dustin Kirkland
Import upstream version 79
65
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
66
am__vpath_adj = case $$p in \
67
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
68
    *) f=$$p;; \
69
  esac;
70
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
71
am__install_max = 40
72
am__nobase_strip_setup = \
73
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
74
am__nobase_strip = \
75
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
76
am__nobase_list = $(am__nobase_strip_setup); \
77
  for p in $$list; do echo "$$p $$p"; done | \
78
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
79
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
80
    if (++n[$$2] == $(am__install_max)) \
81
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
82
    END { for (dir in files) print dir, files[dir] }'
83
am__base_list = \
84
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
85
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1.11 by Dustin Kirkland
Import upstream version 53
86
man1dir = $(mandir)/man1
87
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man7dir)" \
88
	"$(DESTDIR)$(man8dir)"
1 by William Lima
Import upstream version 15
89
man7dir = $(mandir)/man7
1.1.3 by Daniel Baumann
Import upstream version 30
90
man8dir = $(mandir)/man8
1 by William Lima
Import upstream version 15
91
NROFF = nroff
1.1.9 by Daniel Baumann
Import upstream version 48
92
MANS = $(dist_man_MANS)
1 by William Lima
Import upstream version 15
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94
ACLOCAL = @ACLOCAL@
1.1.28 by Dustin Kirkland
Import upstream version 83
95
ALL_LINGUAS = @ALL_LINGUAS@
1 by William Lima
Import upstream version 15
96
AMTAR = @AMTAR@
97
AR = @AR@
98
AUTOCONF = @AUTOCONF@
99
AUTOHEADER = @AUTOHEADER@
100
AUTOMAKE = @AUTOMAKE@
101
AWK = @AWK@
1.1.28 by Dustin Kirkland
Import upstream version 83
102
CATALOGS = @CATALOGS@
103
CATOBJEXT = @CATOBJEXT@
1 by William Lima
Import upstream version 15
104
CC = @CC@
105
CCDEPMODE = @CCDEPMODE@
106
CFLAGS = @CFLAGS@
107
CPP = @CPP@
108
CPPFLAGS = @CPPFLAGS@
1.3.1 by Daniel Baumann
Import upstream version 67
109
CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
110
CRYPTO_LIBS = @CRYPTO_LIBS@
1 by William Lima
Import upstream version 15
111
CYGPATH_W = @CYGPATH_W@
1.1.28 by Dustin Kirkland
Import upstream version 83
112
DATADIRNAME = @DATADIRNAME@
1 by William Lima
Import upstream version 15
113
DEFS = @DEFS@
114
DEPDIR = @DEPDIR@
1.2.1 by Daniel Baumann
Import upstream version 63
115
DSYMUTIL = @DSYMUTIL@
116
DUMPBIN = @DUMPBIN@
1.1.3 by Daniel Baumann
Import upstream version 30
117
DVIPS = @DVIPS@
1 by William Lima
Import upstream version 15
118
ECHO_C = @ECHO_C@
119
ECHO_N = @ECHO_N@
120
ECHO_T = @ECHO_T@
121
EGREP = @EGREP@
122
EXEEXT = @EXEEXT@
1.2.1 by Daniel Baumann
Import upstream version 63
123
FGREP = @FGREP@
1.1.28 by Dustin Kirkland
Import upstream version 83
124
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
125
GMOFILES = @GMOFILES@
126
GMSGFMT = @GMSGFMT@
1.1.3 by Daniel Baumann
Import upstream version 30
127
GPGME_CFLAGS = @GPGME_CFLAGS@
128
GPGME_LIBS = @GPGME_LIBS@
1.1.4 by Daniel Baumann
Import upstream version 38
129
GREP = @GREP@
1.1.3 by Daniel Baumann
Import upstream version 30
130
GTK_CFLAGS = @GTK_CFLAGS@
131
GTK_LIBS = @GTK_LIBS@
1.1.4 by Daniel Baumann
Import upstream version 38
132
INSTALL = @INSTALL@
1 by William Lima
Import upstream version 15
133
INSTALL_DATA = @INSTALL_DATA@
134
INSTALL_PROGRAM = @INSTALL_PROGRAM@
135
INSTALL_SCRIPT = @INSTALL_SCRIPT@
136
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.1.28 by Dustin Kirkland
Import upstream version 83
137
INSTOBJEXT = @INSTOBJEXT@
138
INTLLIBS = @INTLLIBS@
139
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
140
INTLTOOL_MERGE = @INTLTOOL_MERGE@
141
INTLTOOL_PERL = @INTLTOOL_PERL@
142
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
1.1.3 by Daniel Baumann
Import upstream version 30
143
KEYUTILS_CFLAGS = @KEYUTILS_CFLAGS@
144
KEYUTILS_LIBS = @KEYUTILS_LIBS@
145
LATEX = @LATEX@
146
LATEX2HTML = @LATEX2HTML@
1.2.1 by Daniel Baumann
Import upstream version 63
147
LD = @LD@
1 by William Lima
Import upstream version 15
148
LDFLAGS = @LDFLAGS@
1.1.3 by Daniel Baumann
Import upstream version 30
149
LIBECRYPTFS_LT_AGE = @LIBECRYPTFS_LT_AGE@
150
LIBECRYPTFS_LT_CURRENT = @LIBECRYPTFS_LT_CURRENT@
151
LIBECRYPTFS_LT_REVISION = @LIBECRYPTFS_LT_REVISION@
1 by William Lima
Import upstream version 15
152
LIBOBJS = @LIBOBJS@
153
LIBS = @LIBS@
154
LIBTOOL = @LIBTOOL@
1.2.1 by Daniel Baumann
Import upstream version 63
155
LIPO = @LIPO@
1 by William Lima
Import upstream version 15
156
LN_S = @LN_S@
1.1.28 by Dustin Kirkland
Import upstream version 83
157
LOCALEDIR = @LOCALEDIR@
1 by William Lima
Import upstream version 15
158
LTLIBOBJS = @LTLIBOBJS@
159
MAKEINFO = @MAKEINFO@
1.1.4 by Daniel Baumann
Import upstream version 38
160
MKDIR_P = @MKDIR_P@
1.1.28 by Dustin Kirkland
Import upstream version 83
161
MKINSTALLDIRS = @MKINSTALLDIRS@
162
MSGFMT = @MSGFMT@
163
MSGFMT_OPTS = @MSGFMT_OPTS@
164
MSGMERGE = @MSGMERGE@
1.2.1 by Daniel Baumann
Import upstream version 63
165
NM = @NM@
166
NMEDIT = @NMEDIT@
1.1.15 by Dustin Kirkland
Import upstream version 69
167
OBJDUMP = @OBJDUMP@
1 by William Lima
Import upstream version 15
168
OBJEXT = @OBJEXT@
1.1.3 by Daniel Baumann
Import upstream version 30
169
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
170
OPENSSL_LIBS = @OPENSSL_LIBS@
1.2.1 by Daniel Baumann
Import upstream version 63
171
OTOOL = @OTOOL@
172
OTOOL64 = @OTOOL64@
1 by William Lima
Import upstream version 15
173
PACKAGE = @PACKAGE@
174
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175
PACKAGE_NAME = @PACKAGE_NAME@
176
PACKAGE_STRING = @PACKAGE_STRING@
177
PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.1.24 by Dustin Kirkland
Import upstream version 79
178
PACKAGE_URL = @PACKAGE_URL@
1 by William Lima
Import upstream version 15
179
PACKAGE_VERSION = @PACKAGE_VERSION@
1.1.3 by Daniel Baumann
Import upstream version 30
180
PAM_CFLAGS = @PAM_CFLAGS@
181
PAM_LIBS = @PAM_LIBS@
1 by William Lima
Import upstream version 15
182
PATH_SEPARATOR = @PATH_SEPARATOR@
1.1.3 by Daniel Baumann
Import upstream version 30
183
PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
184
PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
185
PKG_CONFIG = @PKG_CONFIG@
1 by William Lima
Import upstream version 15
186
POD2MAN = @POD2MAN@
1.1.28 by Dustin Kirkland
Import upstream version 83
187
POFILES = @POFILES@
188
POSUB = @POSUB@
189
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
190
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
1.1.3 by Daniel Baumann
Import upstream version 30
191
PS2PDF = @PS2PDF@
1.2.2 by Daniel Baumann
Import upstream version 64
192
PYTHON = @PYTHON@
193
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
194
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
195
PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
196
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
197
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
198
PYTHON_PLATFORM = @PYTHON_PLATFORM@
199
PYTHON_PREFIX = @PYTHON_PREFIX@
200
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
201
PYTHON_VERSION = @PYTHON_VERSION@
1 by William Lima
Import upstream version 15
202
RANLIB = @RANLIB@
203
SED = @SED@
204
SET_MAKE = @SET_MAKE@
205
SHELL = @SHELL@
206
STRIP = @STRIP@
1.2.2 by Daniel Baumann
Import upstream version 64
207
SWIG = @SWIG@
208
SWIG_LIB = @SWIG_LIB@
209
SWIG_PYTHON_CPPFLAGS = @SWIG_PYTHON_CPPFLAGS@
210
SWIG_PYTHON_OPT = @SWIG_PYTHON_OPT@
1.1.3 by Daniel Baumann
Import upstream version 30
211
TAR = @TAR@
212
TSPI_CFLAGS = @TSPI_CFLAGS@
213
TSPI_LIBS = @TSPI_LIBS@
1.1.28 by Dustin Kirkland
Import upstream version 83
214
USE_NLS = @USE_NLS@
1 by William Lima
Import upstream version 15
215
VERSION = @VERSION@
1.1.28 by Dustin Kirkland
Import upstream version 83
216
XGETTEXT = @XGETTEXT@
1.1.4 by Daniel Baumann
Import upstream version 38
217
abs_builddir = @abs_builddir@
218
abs_srcdir = @abs_srcdir@
219
abs_top_builddir = @abs_top_builddir@
220
abs_top_srcdir = @abs_top_srcdir@
1 by William Lima
Import upstream version 15
221
ac_ct_CC = @ac_ct_CC@
1.2.1 by Daniel Baumann
Import upstream version 63
222
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1 by William Lima
Import upstream version 15
223
am__include = @am__include@
224
am__leading_dot = @am__leading_dot@
225
am__quote = @am__quote@
226
am__tar = @am__tar@
227
am__untar = @am__untar@
228
bindir = @bindir@
229
build = @build@
230
build_alias = @build_alias@
231
build_cpu = @build_cpu@
232
build_os = @build_os@
233
build_vendor = @build_vendor@
1.1.4 by Daniel Baumann
Import upstream version 38
234
builddir = @builddir@
1 by William Lima
Import upstream version 15
235
datadir = @datadir@
1.1.4 by Daniel Baumann
Import upstream version 38
236
datarootdir = @datarootdir@
1.1.3 by Daniel Baumann
Import upstream version 30
237
docdir = @docdir@
1.1.4 by Daniel Baumann
Import upstream version 38
238
dvidir = @dvidir@
1.1.3 by Daniel Baumann
Import upstream version 30
239
ecryptfskeymoddir = @ecryptfskeymoddir@
1 by William Lima
Import upstream version 15
240
exec_prefix = @exec_prefix@
241
host = @host@
242
host_alias = @host_alias@
243
host_cpu = @host_cpu@
244
host_os = @host_os@
245
host_vendor = @host_vendor@
1.1.3 by Daniel Baumann
Import upstream version 30
246
htmldir = @htmldir@
1 by William Lima
Import upstream version 15
247
includedir = @includedir@
248
infodir = @infodir@
249
install_sh = @install_sh@
250
libdir = @libdir@
251
libexecdir = @libexecdir@
1.1.4 by Daniel Baumann
Import upstream version 38
252
localedir = @localedir@
1 by William Lima
Import upstream version 15
253
localstatedir = @localstatedir@
1.2.1 by Daniel Baumann
Import upstream version 63
254
lt_ECHO = @lt_ECHO@
1 by William Lima
Import upstream version 15
255
mandir = @mandir@
256
mkdir_p = @mkdir_p@
257
oldincludedir = @oldincludedir@
1.1.3 by Daniel Baumann
Import upstream version 30
258
pamdir = @pamdir@
259
pamlibdir = @pamlibdir@
1.1.4 by Daniel Baumann
Import upstream version 38
260
pdfdir = @pdfdir@
1.1.3 by Daniel Baumann
Import upstream version 30
261
pkgconfigdir = @pkgconfigdir@
1.2.2 by Daniel Baumann
Import upstream version 64
262
pkgpyexecdir = @pkgpyexecdir@
263
pkgpythondir = @pkgpythondir@
1 by William Lima
Import upstream version 15
264
prefix = @prefix@
265
program_transform_name = @program_transform_name@
1.1.4 by Daniel Baumann
Import upstream version 38
266
psdir = @psdir@
1.2.2 by Daniel Baumann
Import upstream version 64
267
pyexecdir = @pyexecdir@
268
pythondir = @pythondir@
1.1.3 by Daniel Baumann
Import upstream version 30
269
rootsbindir = @rootsbindir@
1 by William Lima
Import upstream version 15
270
sbindir = @sbindir@
271
sharedstatedir = @sharedstatedir@
1.1.4 by Daniel Baumann
Import upstream version 38
272
srcdir = @srcdir@
1 by William Lima
Import upstream version 15
273
sysconfdir = @sysconfdir@
274
target = @target@
275
target_alias = @target_alias@
276
target_cpu = @target_cpu@
277
target_os = @target_os@
278
target_vendor = @target_vendor@
1.1.16 by Dustin Kirkland
Import upstream version 70
279
top_build_prefix = @top_build_prefix@
1.1.4 by Daniel Baumann
Import upstream version 38
280
top_builddir = @top_builddir@
281
top_srcdir = @top_srcdir@
1.1.9 by Daniel Baumann
Import upstream version 48
282
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
1.1.3 by Daniel Baumann
Import upstream version 30
283
dist_man_MANS = \
1.1.11 by Dustin Kirkland
Import upstream version 53
284
	ecryptfs.7 \
285
	ecryptfs-add-passphrase.1 \
286
	ecryptfsd.8 \
287
	ecryptfs-generate-tpm-key.1 \
288
	ecryptfs-insert-wrapped-passphrase-into-keyring.1 \
1.1.3 by Daniel Baumann
Import upstream version 30
289
	ecryptfs-manager.8 \
1.1.11 by Dustin Kirkland
Import upstream version 53
290
	ecryptfs-mount-private.1 \
291
	ecryptfs-rewrap-passphrase.1 \
1.1.19 by Dustin Kirkland
Import upstream version 73
292
	ecryptfs-rewrite-file.1 \
1.1.11 by Dustin Kirkland
Import upstream version 53
293
	ecryptfs-setup-private.1 \
1.1.24 by Dustin Kirkland
Import upstream version 79
294
	ecryptfs-setup-swap.1 \
295
	ecryptfs-stat.1 \
1.1.11 by Dustin Kirkland
Import upstream version 53
296
	ecryptfs-umount-private.1 \
297
	ecryptfs-unwrap-passphrase.1 \
298
	ecryptfs-wrap-passphrase.1 \
1.1.3 by Daniel Baumann
Import upstream version 30
299
	mount.ecryptfs.8 \
1.1.24 by Dustin Kirkland
Import upstream version 79
300
	umount.ecryptfs.8 \
1.1.11 by Dustin Kirkland
Import upstream version 53
301
	mount.ecryptfs_private.1 \
302
	pam_ecryptfs.8 \
303
	umount.ecryptfs_private.1
1.1.3 by Daniel Baumann
Import upstream version 30
304
1 by William Lima
Import upstream version 15
305
all: all-am
306
307
.SUFFIXES:
308
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
309
	@for dep in $?; do \
310
	  case '$(am__configure_deps)' in \
311
	    *$$dep*) \
1.1.16 by Dustin Kirkland
Import upstream version 70
312
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
313
	        && { if test -f $@; then exit 0; else break; fi; }; \
1 by William Lima
Import upstream version 15
314
	      exit 1;; \
315
	  esac; \
316
	done; \
1.1.24 by Dustin Kirkland
Import upstream version 79
317
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/manpage/Makefile'; \
318
	$(am__cd) $(top_srcdir) && \
319
	  $(AUTOMAKE) --gnu doc/manpage/Makefile
1 by William Lima
Import upstream version 15
320
.PRECIOUS: Makefile
321
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322
	@case '$?' in \
323
	  *config.status*) \
324
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
325
	  *) \
326
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
327
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
328
	esac;
329
330
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332
333
$(top_srcdir)/configure:  $(am__configure_deps)
334
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
336
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1.24 by Dustin Kirkland
Import upstream version 79
337
$(am__aclocal_m4_deps):
1 by William Lima
Import upstream version 15
338
339
mostlyclean-libtool:
340
	-rm -f *.lo
341
342
clean-libtool:
343
	-rm -rf .libs _libs
1.1.24 by Dustin Kirkland
Import upstream version 79
344
install-man1: $(dist_man_MANS)
1.1.11 by Dustin Kirkland
Import upstream version 53
345
	@$(NORMAL_INSTALL)
346
	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
1.1.24 by Dustin Kirkland
Import upstream version 79
347
	@list=''; test -n "$(man1dir)" || exit 0; \
348
	{ for i in $$list; do echo "$$i"; done; \
349
	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
350
	  sed -n '/\.1[a-z]*$$/p'; \
351
	} | while read p; do \
352
	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
353
	  echo "$$d$$p"; echo "$$p"; \
354
	done | \
355
	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
356
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
357
	sed 'N;N;s,\n, ,g' | { \
358
	list=; while read file base inst; do \
359
	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
360
	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
361
	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
362
	  fi; \
1.1.11 by Dustin Kirkland
Import upstream version 53
363
	done; \
1.1.24 by Dustin Kirkland
Import upstream version 79
364
	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
365
	while read files; do \
366
	  test -z "$$files" || { \
367
	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
368
	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
369
	done; }
370
1.1.11 by Dustin Kirkland
Import upstream version 53
371
uninstall-man1:
372
	@$(NORMAL_UNINSTALL)
1.1.24 by Dustin Kirkland
Import upstream version 79
373
	@list=''; test -n "$(man1dir)" || exit 0; \
374
	files=`{ for i in $$list; do echo "$$i"; done; \
375
	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
376
	  sed -n '/\.1[a-z]*$$/p'; \
377
	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
378
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
379
	test -z "$$files" || { \
380
	  echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
381
	  cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
382
install-man7: $(dist_man_MANS)
1 by William Lima
Import upstream version 15
383
	@$(NORMAL_INSTALL)
1.1.4 by Daniel Baumann
Import upstream version 38
384
	test -z "$(man7dir)" || $(MKDIR_P) "$(DESTDIR)$(man7dir)"
1.1.24 by Dustin Kirkland
Import upstream version 79
385
	@list=''; test -n "$(man7dir)" || exit 0; \
386
	{ for i in $$list; do echo "$$i"; done; \
387
	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
388
	  sed -n '/\.7[a-z]*$$/p'; \
389
	} | while read p; do \
390
	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
391
	  echo "$$d$$p"; echo "$$p"; \
392
	done | \
393
	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
394
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
395
	sed 'N;N;s,\n, ,g' | { \
396
	list=; while read file base inst; do \
397
	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
398
	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \
399
	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man7dir)/$$inst" || exit $$?; \
400
	  fi; \
1 by William Lima
Import upstream version 15
401
	done; \
1.1.24 by Dustin Kirkland
Import upstream version 79
402
	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
403
	while read files; do \
404
	  test -z "$$files" || { \
405
	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man7dir)'"; \
406
	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man7dir)" || exit $$?; }; \
407
	done; }
408
1 by William Lima
Import upstream version 15
409
uninstall-man7:
410
	@$(NORMAL_UNINSTALL)
1.1.24 by Dustin Kirkland
Import upstream version 79
411
	@list=''; test -n "$(man7dir)" || exit 0; \
412
	files=`{ for i in $$list; do echo "$$i"; done; \
413
	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
414
	  sed -n '/\.7[a-z]*$$/p'; \
415
	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^7][0-9a-z]*$$,7,;x' \
416
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
417
	test -z "$$files" || { \
418
	  echo " ( cd '$(DESTDIR)$(man7dir)' && rm -f" $$files ")"; \
419
	  cd "$(DESTDIR)$(man7dir)" && rm -f $$files; }
420
install-man8: $(dist_man_MANS)
1.1.3 by Daniel Baumann
Import upstream version 30
421
	@$(NORMAL_INSTALL)
1.1.4 by Daniel Baumann
Import upstream version 38
422
	test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
1.1.24 by Dustin Kirkland
Import upstream version 79
423
	@list=''; test -n "$(man8dir)" || exit 0; \
424
	{ for i in $$list; do echo "$$i"; done; \
425
	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
426
	  sed -n '/\.8[a-z]*$$/p'; \
427
	} | while read p; do \
428
	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
429
	  echo "$$d$$p"; echo "$$p"; \
430
	done | \
431
	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
432
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
433
	sed 'N;N;s,\n, ,g' | { \
434
	list=; while read file base inst; do \
435
	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
436
	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
437
	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
438
	  fi; \
1.1.3 by Daniel Baumann
Import upstream version 30
439
	done; \
1.1.24 by Dustin Kirkland
Import upstream version 79
440
	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
441
	while read files; do \
442
	  test -z "$$files" || { \
443
	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
444
	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
445
	done; }
446
1.1.3 by Daniel Baumann
Import upstream version 30
447
uninstall-man8:
448
	@$(NORMAL_UNINSTALL)
1.1.24 by Dustin Kirkland
Import upstream version 79
449
	@list=''; test -n "$(man8dir)" || exit 0; \
450
	files=`{ for i in $$list; do echo "$$i"; done; \
451
	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
452
	  sed -n '/\.8[a-z]*$$/p'; \
453
	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
454
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
455
	test -z "$$files" || { \
456
	  echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
457
	  cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
1 by William Lima
Import upstream version 15
458
tags: TAGS
459
TAGS:
460
461
ctags: CTAGS
462
CTAGS:
463
464
465
distdir: $(DISTFILES)
1.1.24 by Dustin Kirkland
Import upstream version 79
466
	@list='$(MANS)'; if test -n "$$list"; then \
467
	  list=`for p in $$list; do \
468
	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
469
	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
470
	  if test -n "$$list" && \
471
	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
472
	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
473
	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
474
	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
475
	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
476
	    exit 1; \
477
	  else :; fi; \
478
	else :; fi
1.1.4 by Daniel Baumann
Import upstream version 38
479
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
480
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
481
	list='$(DISTFILES)'; \
482
	  dist_files=`for file in $$list; do echo $$file; done | \
483
	  sed -e "s|^$$srcdirstrip/||;t" \
484
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
485
	case $$dist_files in \
486
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
487
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
488
			   sort -u` ;; \
489
	esac; \
490
	for file in $$dist_files; do \
1 by William Lima
Import upstream version 15
491
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
492
	  if test -d $$d/$$file; then \
1.1.4 by Daniel Baumann
Import upstream version 38
493
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.1.24 by Dustin Kirkland
Import upstream version 79
494
	    if test -d "$(distdir)/$$file"; then \
495
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
496
	    fi; \
1 by William Lima
Import upstream version 15
497
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.1.24 by Dustin Kirkland
Import upstream version 79
498
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
499
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1 by William Lima
Import upstream version 15
500
	    fi; \
1.1.24 by Dustin Kirkland
Import upstream version 79
501
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1 by William Lima
Import upstream version 15
502
	  else \
1.1.24 by Dustin Kirkland
Import upstream version 79
503
	    test -f "$(distdir)/$$file" \
504
	    || cp -p $$d/$$file "$(distdir)/$$file" \
1 by William Lima
Import upstream version 15
505
	    || exit 1; \
506
	  fi; \
507
	done
508
check-am: all-am
509
check: check-am
1.1.11 by Dustin Kirkland
Import upstream version 53
510
all-am: Makefile $(MANS)
1 by William Lima
Import upstream version 15
511
installdirs:
1.1.11 by Dustin Kirkland
Import upstream version 53
512
	for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(man8dir)"; do \
1.1.4 by Daniel Baumann
Import upstream version 38
513
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1 by William Lima
Import upstream version 15
514
	done
515
install: install-am
516
install-exec: install-exec-am
517
install-data: install-data-am
518
uninstall: uninstall-am
519
520
install-am: all-am
521
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
522
523
installcheck: installcheck-am
524
install-strip:
525
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
526
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
527
	  `test -z '$(STRIP)' || \
528
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
529
mostlyclean-generic:
530
531
clean-generic:
532
533
distclean-generic:
534
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1.24 by Dustin Kirkland
Import upstream version 79
535
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1 by William Lima
Import upstream version 15
536
537
maintainer-clean-generic:
538
	@echo "This command is intended for maintainers to use"
539
	@echo "it deletes files that may require special tools to rebuild."
1.1.9 by Daniel Baumann
Import upstream version 48
540
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1 by William Lima
Import upstream version 15
541
clean: clean-am
542
543
clean-am: clean-generic clean-libtool mostlyclean-am
544
545
distclean: distclean-am
546
	-rm -f Makefile
1.1.4 by Daniel Baumann
Import upstream version 38
547
distclean-am: clean-am distclean-generic
1 by William Lima
Import upstream version 15
548
549
dvi: dvi-am
550
551
dvi-am:
552
553
html: html-am
554
1.1.24 by Dustin Kirkland
Import upstream version 79
555
html-am:
556
1 by William Lima
Import upstream version 15
557
info: info-am
558
559
info-am:
560
561
install-data-am: install-man
562
1.1.4 by Daniel Baumann
Import upstream version 38
563
install-dvi: install-dvi-am
564
1.1.24 by Dustin Kirkland
Import upstream version 79
565
install-dvi-am:
566
1 by William Lima
Import upstream version 15
567
install-exec-am:
568
1.1.4 by Daniel Baumann
Import upstream version 38
569
install-html: install-html-am
570
1.1.24 by Dustin Kirkland
Import upstream version 79
571
install-html-am:
572
1 by William Lima
Import upstream version 15
573
install-info: install-info-am
574
1.1.24 by Dustin Kirkland
Import upstream version 79
575
install-info-am:
576
1.1.11 by Dustin Kirkland
Import upstream version 53
577
install-man: install-man1 install-man7 install-man8
1 by William Lima
Import upstream version 15
578
1.1.4 by Daniel Baumann
Import upstream version 38
579
install-pdf: install-pdf-am
580
1.1.24 by Dustin Kirkland
Import upstream version 79
581
install-pdf-am:
582
1.1.4 by Daniel Baumann
Import upstream version 38
583
install-ps: install-ps-am
584
1.1.24 by Dustin Kirkland
Import upstream version 79
585
install-ps-am:
586
1 by William Lima
Import upstream version 15
587
installcheck-am:
588
589
maintainer-clean: maintainer-clean-am
590
	-rm -f Makefile
591
maintainer-clean-am: distclean-am maintainer-clean-generic
592
593
mostlyclean: mostlyclean-am
594
595
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
596
597
pdf: pdf-am
598
599
pdf-am:
600
601
ps: ps-am
602
603
ps-am:
604
1.1.4 by Daniel Baumann
Import upstream version 38
605
uninstall-am: uninstall-man
1 by William Lima
Import upstream version 15
606
1.1.11 by Dustin Kirkland
Import upstream version 53
607
uninstall-man: uninstall-man1 uninstall-man7 uninstall-man8
1 by William Lima
Import upstream version 15
608
1.1.4 by Daniel Baumann
Import upstream version 38
609
.MAKE: install-am install-strip
610
1 by William Lima
Import upstream version 15
611
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
612
	distclean distclean-generic distclean-libtool distdir dvi \
613
	dvi-am html html-am info info-am install install-am \
1.1.4 by Daniel Baumann
Import upstream version 38
614
	install-data install-data-am install-dvi install-dvi-am \
615
	install-exec install-exec-am install-html install-html-am \
1.1.11 by Dustin Kirkland
Import upstream version 53
616
	install-info install-info-am install-man install-man1 \
617
	install-man7 install-man8 install-pdf install-pdf-am \
618
	install-ps install-ps-am install-strip installcheck \
619
	installcheck-am installdirs maintainer-clean \
620
	maintainer-clean-generic mostlyclean mostlyclean-generic \
621
	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
622
	uninstall-man uninstall-man1 uninstall-man7 uninstall-man8
623
1.1.24 by Dustin Kirkland
Import upstream version 79
624
1 by William Lima
Import upstream version 15
625
# Tell versions [3.59,3.63) of GNU make to not export all variables.
626
# Otherwise a system limit (for SysV at least) may be exceeded.
627
.NOEXPORT: