chiark / gitweb /
doc: Extend dirmngr's --allow-version-check description
[gnupg2.git] / g13 / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # g13/Makefile.am
18 # Copyright (C) 2009 Free Software Foundation, Inc.
19 #
20 # This file is part of GnuPG.
21 #
22 # GnuPG is free software; you can redistribute it and/or modify
23 # it under the terms of the GNU General Public License as published by
24 # the Free Software Foundation; either version 3 of the License, or
25 # (at your option) any later version.
26 #
27 # GnuPG is distributed in the hope that it will be useful,
28 # but WITHOUT ANY WARRANTY; without even the implied warranty of
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30 # GNU General Public License for more details.
31 #
32 # You should have received a copy of the GNU General Public License
33 # along with this program; if not, see <https://www.gnu.org/licenses/>.
34
35 # cmacros.am - C macro definitions
36 #     Copyright (C) 2004 Free Software Foundation, Inc.
37 #
38 # This file is part of GnuPG.
39 #
40 # GnuPG is free software; you can redistribute it and/or modify
41 # it under the terms of the GNU General Public License as published by
42 # the Free Software Foundation; either version 3 of the License, or
43 # (at your option) any later version.
44 #
45 # GnuPG is distributed in the hope that it will be useful,
46 # but WITHOUT ANY WARRANTY; without even the implied warranty of
47 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
48 # GNU General Public License for more details.
49 #
50 # You should have received a copy of the GNU General Public License
51 # along with this program; if not, see <https://www.gnu.org/licenses/>.
52
53 VPATH = @srcdir@
54 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
55 am__make_running_with_option = \
56   case $${target_option-} in \
57       ?) ;; \
58       *) echo "am__make_running_with_option: internal error: invalid" \
59               "target option '$${target_option-}' specified" >&2; \
60          exit 1;; \
61   esac; \
62   has_opt=no; \
63   sane_makeflags=$$MAKEFLAGS; \
64   if $(am__is_gnu_make); then \
65     sane_makeflags=$$MFLAGS; \
66   else \
67     case $$MAKEFLAGS in \
68       *\\[\ \   ]*) \
69         bs=\\; \
70         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
71           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
72     esac; \
73   fi; \
74   skip_next=no; \
75   strip_trailopt () \
76   { \
77     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
78   }; \
79   for flg in $$sane_makeflags; do \
80     test $$skip_next = yes && { skip_next=no; continue; }; \
81     case $$flg in \
82       *=*|--*) continue;; \
83         -*I) strip_trailopt 'I'; skip_next=yes;; \
84       -*I?*) strip_trailopt 'I';; \
85         -*O) strip_trailopt 'O'; skip_next=yes;; \
86       -*O?*) strip_trailopt 'O';; \
87         -*l) strip_trailopt 'l'; skip_next=yes;; \
88       -*l?*) strip_trailopt 'l';; \
89       -[dEDm]) skip_next=yes;; \
90       -[JT]) skip_next=yes;; \
91     esac; \
92     case $$flg in \
93       *$$target_option*) has_opt=yes; break;; \
94     esac; \
95   done; \
96   test $$has_opt = yes
97 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
98 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
99 pkgdatadir = $(datadir)/@PACKAGE@
100 pkgincludedir = $(includedir)/@PACKAGE@
101 pkglibdir = $(libdir)/@PACKAGE@
102 pkglibexecdir = $(libexecdir)/@PACKAGE@
103 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
104 install_sh_DATA = $(install_sh) -c -m 644
105 install_sh_PROGRAM = $(install_sh) -c
106 install_sh_SCRIPT = $(install_sh) -c
107 INSTALL_HEADER = $(INSTALL_DATA)
108 transform = $(program_transform_name)
109 NORMAL_INSTALL = :
110 PRE_INSTALL = :
111 POST_INSTALL = :
112 NORMAL_UNINSTALL = :
113 PRE_UNINSTALL = :
114 POST_UNINSTALL = :
115 build_triplet = @build@
116 host_triplet = @host@
117 bin_PROGRAMS = g13$(EXEEXT)
118 sbin_PROGRAMS = g13-syshelp$(EXEEXT)
119 noinst_PROGRAMS = $(am__EXEEXT_1)
120 TESTS = $(am__EXEEXT_1)
121 DIST_COMMON = $(top_srcdir)/am/cmacros.am $(srcdir)/Makefile.in \
122         $(srcdir)/Makefile.am $(top_srcdir)/build-aux/mkinstalldirs \
123         $(top_srcdir)/build-aux/depcomp
124 @HAVE_DOSISH_SYSTEM_FALSE@am__append_1 = -DGNUPG_BINDIR="\"$(bindir)\""            \
125 @HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_LIBEXECDIR="\"$(libexecdir)\""    \
126 @HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_LIBDIR="\"$(libdir)/@PACKAGE@\""  \
127 @HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_DATADIR="\"$(datadir)/@PACKAGE@\"" \
128 @HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_SYSCONFDIR="\"$(sysconfdir)/@PACKAGE@\"" \
129 @HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_LOCALSTATEDIR="\"$(localstatedir)\""
130
131
132 # If a specific protect tool program has been defined, pass its name
133 # to cc.  Note that these macros should not be used directly but via
134 # the gnupg_module_name function.
135 @GNUPG_AGENT_PGM_TRUE@am__append_2 = -DGNUPG_DEFAULT_AGENT="\"@GNUPG_AGENT_PGM@\""
136 @GNUPG_PINENTRY_PGM_TRUE@am__append_3 = -DGNUPG_DEFAULT_PINENTRY="\"@GNUPG_PINENTRY_PGM@\""
137 @GNUPG_SCDAEMON_PGM_TRUE@am__append_4 = -DGNUPG_DEFAULT_SCDAEMON="\"@GNUPG_SCDAEMON_PGM@\""
138 @GNUPG_DIRMNGR_PGM_TRUE@am__append_5 = -DGNUPG_DEFAULT_DIRMNGR="\"@GNUPG_DIRMNGR_PGM@\""
139 @GNUPG_PROTECT_TOOL_PGM_TRUE@am__append_6 = -DGNUPG_DEFAULT_PROTECT_TOOL="\"@GNUPG_PROTECT_TOOL_PGM@\""
140 @GNUPG_DIRMNGR_LDAP_PGM_TRUE@am__append_7 = -DGNUPG_DEFAULT_DIRMNGR_LDAP="\"@GNUPG_DIRMNGR_LDAP_PGM@\""
141 subdir = g13
142 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
143 am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
144         $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
145         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/iconv.m4 \
146         $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/ksba.m4 \
147         $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/ldap.m4 \
148         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
149         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libassuan.m4 \
150         $(top_srcdir)/m4/libgcrypt.m4 $(top_srcdir)/m4/nls.m4 \
151         $(top_srcdir)/m4/npth.m4 $(top_srcdir)/m4/ntbtls.m4 \
152         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
153         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \
154         $(top_srcdir)/m4/socklen.m4 $(top_srcdir)/m4/sys_socket_h.m4 \
155         $(top_srcdir)/m4/tar-ustar.m4 $(top_srcdir)/acinclude.m4 \
156         $(top_srcdir)/configure.ac
157 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
158         $(ACLOCAL_M4)
159 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
160 CONFIG_HEADER = $(top_builddir)/config.h
161 CONFIG_CLEAN_FILES =
162 CONFIG_CLEAN_VPATH_FILES =
163 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"
164 am__EXEEXT_1 = t-g13tuple$(EXEEXT)
165 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS)
166 am_g13_OBJECTS = g13.$(OBJEXT) g13-common.$(OBJEXT) keyblob.$(OBJEXT) \
167         g13tuple.$(OBJEXT) server.$(OBJEXT) create.$(OBJEXT) \
168         mount.$(OBJEXT) suspend.$(OBJEXT) mountinfo.$(OBJEXT) \
169         call-syshelp.$(OBJEXT) runner.$(OBJEXT) backend.$(OBJEXT) \
170         be-encfs.$(OBJEXT) be-truecrypt.$(OBJEXT) be-dmcrypt.$(OBJEXT)
171 g13_OBJECTS = $(am_g13_OBJECTS)
172 am__DEPENDENCIES_1 =
173 g13_DEPENDENCIES = $(libcommonpth) $(am__DEPENDENCIES_1) \
174         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
175         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
176         $(am__DEPENDENCIES_1)
177 am_g13_syshelp_OBJECTS = g13-syshelp.$(OBJEXT) g13-common.$(OBJEXT) \
178         keyblob.$(OBJEXT) g13tuple.$(OBJEXT) sh-cmd.$(OBJEXT) \
179         sh-blockdev.$(OBJEXT) sh-dmcrypt.$(OBJEXT)
180 g13_syshelp_OBJECTS = $(am_g13_syshelp_OBJECTS)
181 g13_syshelp_DEPENDENCIES = $(libcommon) $(am__DEPENDENCIES_1) \
182         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
183         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
184 am_t_g13tuple_OBJECTS = t-g13tuple.$(OBJEXT) g13tuple.$(OBJEXT)
185 t_g13tuple_OBJECTS = $(am_t_g13tuple_OBJECTS)
186 am__DEPENDENCIES_2 = $(libcommon) $(am__DEPENDENCIES_1) \
187         $(am__DEPENDENCIES_1)
188 t_g13tuple_DEPENDENCIES = $(am__DEPENDENCIES_2)
189 AM_V_P = $(am__v_P_@AM_V@)
190 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
191 am__v_P_0 = false
192 am__v_P_1 = :
193 AM_V_GEN = $(am__v_GEN_@AM_V@)
194 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
195 am__v_GEN_0 = @echo "  GEN     " $@;
196 am__v_GEN_1 = 
197 AM_V_at = $(am__v_at_@AM_V@)
198 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
199 am__v_at_0 = @
200 am__v_at_1 = 
201 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
202 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
203 am__depfiles_maybe = depfiles
204 am__mv = mv -f
205 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
206         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
207 AM_V_CC = $(am__v_CC_@AM_V@)
208 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
209 am__v_CC_0 = @echo "  CC      " $@;
210 am__v_CC_1 = 
211 CCLD = $(CC)
212 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
213 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
214 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
215 am__v_CCLD_0 = @echo "  CCLD    " $@;
216 am__v_CCLD_1 = 
217 SOURCES = $(g13_SOURCES) $(g13_syshelp_SOURCES) $(t_g13tuple_SOURCES)
218 DIST_SOURCES = $(g13_SOURCES) $(g13_syshelp_SOURCES) \
219         $(t_g13tuple_SOURCES)
220 am__can_run_installinfo = \
221   case $$AM_UPDATE_INFO_DIR in \
222     n|no|NO) false;; \
223     *) (install-info --version) >/dev/null 2>&1;; \
224   esac
225 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
226 # Read a list of newline-separated strings from the standard input,
227 # and print each of them once, without duplicates.  Input order is
228 # *not* preserved.
229 am__uniquify_input = $(AWK) '\
230   BEGIN { nonempty = 0; } \
231   { items[$$0] = 1; nonempty = 1; } \
232   END { if (nonempty) { for (i in items) print i; }; } \
233 '
234 # Make sure the list of sources is unique.  This is necessary because,
235 # e.g., the same source file might be shared among _SOURCES variables
236 # for different programs/libraries.
237 am__define_uniq_tagged_files = \
238   list='$(am__tagged_files)'; \
239   unique=`for i in $$list; do \
240     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
241   done | $(am__uniquify_input)`
242 ETAGS = etags
243 CTAGS = ctags
244 am__tty_colors_dummy = \
245   mgn= red= grn= lgn= blu= brg= std=; \
246   am__color_tests=no
247 am__tty_colors = { \
248   $(am__tty_colors_dummy); \
249   if test "X$(AM_COLOR_TESTS)" = Xno; then \
250     am__color_tests=no; \
251   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
252     am__color_tests=yes; \
253   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
254     am__color_tests=yes; \
255   fi; \
256   if test $$am__color_tests = yes; then \
257     red='\e[0;31m'; \
258     grn='\e[0;32m'; \
259     lgn='\e[1;32m'; \
260     blu='\e[1;34m'; \
261     mgn='\e[0;35m'; \
262     brg='\e[1m'; \
263     std='\e[m'; \
264   fi; \
265 }
266 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
267 ACLOCAL = @ACLOCAL@
268 AMTAR = @AMTAR@
269 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
270 AR = @AR@
271 AUTOCONF = @AUTOCONF@
272 AUTOHEADER = @AUTOHEADER@
273 AUTOMAKE = @AUTOMAKE@
274 AWK = @AWK@
275 BUILD_FILEVERSION = @BUILD_FILEVERSION@
276 BUILD_HOSTNAME = @BUILD_HOSTNAME@
277 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
278 BUILD_REVISION = @BUILD_REVISION@
279 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
280 BUILD_VERSION = @BUILD_VERSION@
281 CC = @CC@
282 CCDEPMODE = @CCDEPMODE@
283 CC_FOR_BUILD = @CC_FOR_BUILD@
284 CFLAGS = @CFLAGS@
285 CPP = @CPP@
286 CPPFLAGS = @CPPFLAGS@
287 CYGPATH_W = @CYGPATH_W@
288 DEFS = @DEFS@
289 DEPDIR = @DEPDIR@
290 DL_LIBS = @DL_LIBS@
291 DNSLIBS = @DNSLIBS@
292 ECHO_C = @ECHO_C@
293 ECHO_N = @ECHO_N@
294 ECHO_T = @ECHO_T@
295 EGREP = @EGREP@
296 ENCFS = @ENCFS@
297 EXEEXT = @EXEEXT@
298 FUSERMOUNT = @FUSERMOUNT@
299 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
300 GMSGFMT = @GMSGFMT@
301 GMSGFMT_015 = @GMSGFMT_015@
302 GNUPG_AGENT_PGM = @GNUPG_AGENT_PGM@
303 GNUPG_DIRMNGR_LDAP_PGM = @GNUPG_DIRMNGR_LDAP_PGM@
304 GNUPG_DIRMNGR_PGM = @GNUPG_DIRMNGR_PGM@
305 GNUPG_PINENTRY_PGM = @GNUPG_PINENTRY_PGM@
306 GNUPG_PROTECT_TOOL_PGM = @GNUPG_PROTECT_TOOL_PGM@
307 GNUPG_SCDAEMON_PGM = @GNUPG_SCDAEMON_PGM@
308 GPGKEYS_LDAP = @GPGKEYS_LDAP@
309 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
310 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
311 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
312 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
313 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
314 GREP = @GREP@
315 INSTALL = @INSTALL@
316 INSTALL_DATA = @INSTALL_DATA@
317 INSTALL_PROGRAM = @INSTALL_PROGRAM@
318 INSTALL_SCRIPT = @INSTALL_SCRIPT@
319 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
320 INTLLIBS = @INTLLIBS@
321 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
322 KSBA_CFLAGS = @KSBA_CFLAGS@
323 KSBA_CONFIG = @KSBA_CONFIG@
324 KSBA_LIBS = @KSBA_LIBS@
325 LBER_LIBS = @LBER_LIBS@
326 LDAPLIBS = @LDAPLIBS@
327 LDAP_CPPFLAGS = @LDAP_CPPFLAGS@
328 LDFLAGS = @LDFLAGS@
329 LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
330 LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
331 LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
332 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
333 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
334 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
335 LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
336 LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
337 LIBICONV = @LIBICONV@
338 LIBINTL = @LIBINTL@
339 LIBOBJS = @LIBOBJS@
340 LIBREADLINE = @LIBREADLINE@
341 LIBS = @LIBS@
342 LIBUSB_CPPFLAGS = @LIBUSB_CPPFLAGS@
343 LIBUSB_LIBS = @LIBUSB_LIBS@
344 LIBUTIL_LIBS = @LIBUTIL_LIBS@
345 LN_S = @LN_S@
346 LTLIBICONV = @LTLIBICONV@
347 LTLIBINTL = @LTLIBINTL@
348 LTLIBOBJS = @LTLIBOBJS@
349 MAINT = @MAINT@
350 MAKEINFO = @MAKEINFO@
351 MKDIR_P = @MKDIR_P@
352 MSGFMT = @MSGFMT@
353 MSGFMT_015 = @MSGFMT_015@
354 MSGMERGE = @MSGMERGE@
355 NETLIBS = @NETLIBS@
356 NPTH_CFLAGS = @NPTH_CFLAGS@
357 NPTH_CONFIG = @NPTH_CONFIG@
358 NPTH_LIBS = @NPTH_LIBS@
359 NTBTLS_CFLAGS = @NTBTLS_CFLAGS@
360 NTBTLS_CONFIG = @NTBTLS_CONFIG@
361 NTBTLS_LIBS = @NTBTLS_LIBS@
362 OBJEXT = @OBJEXT@
363 PACKAGE = @PACKAGE@
364 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
365 PACKAGE_GT = @PACKAGE_GT@
366 PACKAGE_NAME = @PACKAGE_NAME@
367 PACKAGE_STRING = @PACKAGE_STRING@
368 PACKAGE_TARNAME = @PACKAGE_TARNAME@
369 PACKAGE_URL = @PACKAGE_URL@
370 PACKAGE_VERSION = @PACKAGE_VERSION@
371 PATH_SEPARATOR = @PATH_SEPARATOR@
372 PERL = @PERL@
373 PKG_CONFIG = @PKG_CONFIG@
374 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
375 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
376 POSUB = @POSUB@
377 RANLIB = @RANLIB@
378 SENDMAIL = @SENDMAIL@
379 SET_MAKE = @SET_MAKE@
380 SHELL = @SHELL@
381 SHRED = @SHRED@
382 SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
383 SQLITE3_LIBS = @SQLITE3_LIBS@
384 STRIP = @STRIP@
385 SYSROOT = @SYSROOT@
386 SYS_SOCKET_H = @SYS_SOCKET_H@
387 TAR = @TAR@
388 USE_C99_CFLAGS = @USE_C99_CFLAGS@
389 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
390 USE_NLS = @USE_NLS@
391 VERSION = @VERSION@
392 W32SOCKLIBS = @W32SOCKLIBS@
393 WINDRES = @WINDRES@
394 XGETTEXT = @XGETTEXT@
395 XGETTEXT_015 = @XGETTEXT_015@
396 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
397 ZLIBS = @ZLIBS@
398 abs_builddir = @abs_builddir@
399 abs_srcdir = @abs_srcdir@
400 abs_top_builddir = @abs_top_builddir@
401 abs_top_srcdir = @abs_top_srcdir@
402 ac_ct_CC = @ac_ct_CC@
403 am__include = @am__include@
404 am__leading_dot = @am__leading_dot@
405 am__quote = @am__quote@
406 am__tar = @am__tar@
407 am__untar = @am__untar@
408 bindir = @bindir@
409 build = @build@
410 build_alias = @build_alias@
411 build_cpu = @build_cpu@
412 build_os = @build_os@
413 build_vendor = @build_vendor@
414 builddir = @builddir@
415 datadir = @datadir@
416 datarootdir = @datarootdir@
417 docdir = @docdir@
418 dvidir = @dvidir@
419 exec_prefix = @exec_prefix@
420 host = @host@
421 host_alias = @host_alias@
422 host_cpu = @host_cpu@
423 host_os = @host_os@
424 host_vendor = @host_vendor@
425 htmldir = @htmldir@
426 includedir = @includedir@
427 infodir = @infodir@
428 install_sh = @install_sh@
429 libdir = @libdir@
430 libexecdir = @libexecdir@
431 localedir = $(datadir)/locale
432 localstatedir = @localstatedir@
433 mandir = @mandir@
434 mkdir_p = @mkdir_p@
435 oldincludedir = @oldincludedir@
436 pdfdir = @pdfdir@
437 prefix = @prefix@
438 program_transform_name = @program_transform_name@
439 psdir = @psdir@
440 sbindir = @sbindir@
441 sharedstatedir = @sharedstatedir@
442 srcdir = @srcdir@
443 sysconfdir = @sysconfdir@
444 target_alias = @target_alias@
445 top_build_prefix = @top_build_prefix@
446 top_builddir = @top_builddir@
447 top_srcdir = @top_srcdir@
448 EXTRA_DIST = ChangeLog-2011
449
450 # NB: AM_CFLAGS may also be used by tools running on the build
451 # platform to create source files.
452 AM_CPPFLAGS = -I$(top_srcdir)/common -DLOCALEDIR=\"$(localedir)\" \
453         $(am__append_1) $(am__append_2) $(am__append_3) \
454         $(am__append_4) $(am__append_5) $(am__append_6) \
455         $(am__append_7)
456 @HAVE_W32CE_SYSTEM_FALSE@extra_sys_libs = 
457
458 # Under Windows we use LockFileEx.  WindowsCE provides this only on
459 # the WindowsMobile 6 platform and thus we need to use the coredll6
460 # import library.  We also want to use a stacksize of 256k instead of
461 # the 2MB which is the default with cegcc.  256k is the largest stack
462 # we use with pth.
463 @HAVE_W32CE_SYSTEM_TRUE@extra_sys_libs = -lcoredll6
464 @HAVE_W32CE_SYSTEM_FALSE@extra_bin_ldflags = 
465 @HAVE_W32CE_SYSTEM_TRUE@extra_bin_ldflags = -Wl,--stack=0x40000
466 resource_objs = 
467
468 # Convenience macros
469 libcommon = ../common/libcommon.a
470 libcommonpth = ../common/libcommonpth.a
471 libcommontls = ../common/libcommontls.a
472 libcommontlsnpth = ../common/libcommontlsnpth.a
473 AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(NPTH_CFLAGS)
474 g13_SOURCES = \
475         g13.c g13.h \
476         g13-common.c g13-common.h \
477         keyblob.c keyblob.h \
478         g13tuple.c g13tuple.h \
479         server.c server.h \
480         create.c create.h \
481         mount.c mount.h \
482         suspend.c suspend.h \
483         mountinfo.c mountinfo.h \
484         call-syshelp.c call-syshelp.h \
485         runner.c runner.h \
486         backend.c backend.h \
487         be-encfs.c be-encfs.h \
488         be-truecrypt.c be-truecrypt.h \
489         be-dmcrypt.c be-dmcrypt.h
490
491 g13_LDADD = $(libcommonpth) \
492         $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(NPTH_LIBS) \
493         $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV)
494
495 g13_syshelp_SOURCES = \
496         g13-syshelp.c g13-syshelp.h \
497         g13-common.c g13-common.h \
498         keyblob.c keyblob.h \
499         g13tuple.c g13tuple.h \
500         sh-cmd.c \
501         sh-blockdev.c \
502         sh-dmcrypt.c
503
504 g13_syshelp_LDADD = $(libcommon) \
505         $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) \
506         $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV)
507
508 module_tests = t-g13tuple
509 t_common_ldadd = $(libcommon) $(LIBGCRYPT_LIBS) \
510                  $(LIBASSUAN_LIBS)
511
512 t_g13tuple_SOURCES = t-g13tuple.c g13tuple.c
513 t_g13tuple_LDADD = $(t_common_ldadd)
514 all: all-am
515
516 .SUFFIXES:
517 .SUFFIXES: .c .o .obj .rc
518 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/am/cmacros.am $(am__configure_deps)
519         @for dep in $?; do \
520           case '$(am__configure_deps)' in \
521             *$$dep*) \
522               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
523                 && { if test -f $@; then exit 0; else break; fi; }; \
524               exit 1;; \
525           esac; \
526         done; \
527         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu g13/Makefile'; \
528         $(am__cd) $(top_srcdir) && \
529           $(AUTOMAKE) --gnu g13/Makefile
530 .PRECIOUS: Makefile
531 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
532         @case '$?' in \
533           *config.status*) \
534             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
535           *) \
536             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
537             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
538         esac;
539 $(top_srcdir)/am/cmacros.am:
540
541 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
542         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
543
544 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
545         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
546 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
547         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
548 $(am__aclocal_m4_deps):
549 install-binPROGRAMS: $(bin_PROGRAMS)
550         @$(NORMAL_INSTALL)
551         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
552         if test -n "$$list"; then \
553           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
554           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
555         fi; \
556         for p in $$list; do echo "$$p $$p"; done | \
557         sed 's/$(EXEEXT)$$//' | \
558         while read p p1; do if test -f $$p \
559           ; then echo "$$p"; echo "$$p"; else :; fi; \
560         done | \
561         sed -e 'p;s,.*/,,;n;h' \
562             -e 's|.*|.|' \
563             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
564         sed 'N;N;N;s,\n, ,g' | \
565         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
566           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
567             if ($$2 == $$4) files[d] = files[d] " " $$1; \
568             else { print "f", $$3 "/" $$4, $$1; } } \
569           END { for (d in files) print "f", d, files[d] }' | \
570         while read type dir files; do \
571             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
572             test -z "$$files" || { \
573               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
574               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
575             } \
576         ; done
577
578 uninstall-binPROGRAMS:
579         @$(NORMAL_UNINSTALL)
580         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
581         files=`for p in $$list; do echo "$$p"; done | \
582           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
583               -e 's/$$/$(EXEEXT)/' \
584         `; \
585         test -n "$$list" || exit 0; \
586         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
587         cd "$(DESTDIR)$(bindir)" && rm -f $$files
588
589 clean-binPROGRAMS:
590         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
591
592 clean-noinstPROGRAMS:
593         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
594 install-sbinPROGRAMS: $(sbin_PROGRAMS)
595         @$(NORMAL_INSTALL)
596         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
597         if test -n "$$list"; then \
598           echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
599           $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
600         fi; \
601         for p in $$list; do echo "$$p $$p"; done | \
602         sed 's/$(EXEEXT)$$//' | \
603         while read p p1; do if test -f $$p \
604           ; then echo "$$p"; echo "$$p"; else :; fi; \
605         done | \
606         sed -e 'p;s,.*/,,;n;h' \
607             -e 's|.*|.|' \
608             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
609         sed 'N;N;N;s,\n, ,g' | \
610         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
611           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
612             if ($$2 == $$4) files[d] = files[d] " " $$1; \
613             else { print "f", $$3 "/" $$4, $$1; } } \
614           END { for (d in files) print "f", d, files[d] }' | \
615         while read type dir files; do \
616             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
617             test -z "$$files" || { \
618               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
619               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
620             } \
621         ; done
622
623 uninstall-sbinPROGRAMS:
624         @$(NORMAL_UNINSTALL)
625         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
626         files=`for p in $$list; do echo "$$p"; done | \
627           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
628               -e 's/$$/$(EXEEXT)/' \
629         `; \
630         test -n "$$list" || exit 0; \
631         echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
632         cd "$(DESTDIR)$(sbindir)" && rm -f $$files
633
634 clean-sbinPROGRAMS:
635         -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
636
637 g13$(EXEEXT): $(g13_OBJECTS) $(g13_DEPENDENCIES) $(EXTRA_g13_DEPENDENCIES) 
638         @rm -f g13$(EXEEXT)
639         $(AM_V_CCLD)$(LINK) $(g13_OBJECTS) $(g13_LDADD) $(LIBS)
640
641 g13-syshelp$(EXEEXT): $(g13_syshelp_OBJECTS) $(g13_syshelp_DEPENDENCIES) $(EXTRA_g13_syshelp_DEPENDENCIES) 
642         @rm -f g13-syshelp$(EXEEXT)
643         $(AM_V_CCLD)$(LINK) $(g13_syshelp_OBJECTS) $(g13_syshelp_LDADD) $(LIBS)
644
645 t-g13tuple$(EXEEXT): $(t_g13tuple_OBJECTS) $(t_g13tuple_DEPENDENCIES) $(EXTRA_t_g13tuple_DEPENDENCIES) 
646         @rm -f t-g13tuple$(EXEEXT)
647         $(AM_V_CCLD)$(LINK) $(t_g13tuple_OBJECTS) $(t_g13tuple_LDADD) $(LIBS)
648
649 mostlyclean-compile:
650         -rm -f *.$(OBJEXT)
651
652 distclean-compile:
653         -rm -f *.tab.c
654
655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backend.Po@am__quote@
656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/be-dmcrypt.Po@am__quote@
657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/be-encfs.Po@am__quote@
658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/be-truecrypt.Po@am__quote@
659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/call-syshelp.Po@am__quote@
660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/create.Po@am__quote@
661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g13-common.Po@am__quote@
662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g13-syshelp.Po@am__quote@
663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g13.Po@am__quote@
664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g13tuple.Po@am__quote@
665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyblob.Po@am__quote@
666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mount.Po@am__quote@
667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mountinfo.Po@am__quote@
668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runner.Po@am__quote@
669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@
670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh-blockdev.Po@am__quote@
671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh-cmd.Po@am__quote@
672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh-dmcrypt.Po@am__quote@
673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suspend.Po@am__quote@
674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-g13tuple.Po@am__quote@
675
676 .c.o:
677 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
678 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
679 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
680 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
681 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
682
683 .c.obj:
684 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
685 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
686 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
687 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
688 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
689
690 ID: $(am__tagged_files)
691         $(am__define_uniq_tagged_files); mkid -fID $$unique
692 tags: tags-am
693 TAGS: tags
694
695 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
696         set x; \
697         here=`pwd`; \
698         $(am__define_uniq_tagged_files); \
699         shift; \
700         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
701           test -n "$$unique" || unique=$$empty_fix; \
702           if test $$# -gt 0; then \
703             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
704               "$$@" $$unique; \
705           else \
706             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
707               $$unique; \
708           fi; \
709         fi
710 ctags: ctags-am
711
712 CTAGS: ctags
713 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
714         $(am__define_uniq_tagged_files); \
715         test -z "$(CTAGS_ARGS)$$unique" \
716           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
717              $$unique
718
719 GTAGS:
720         here=`$(am__cd) $(top_builddir) && pwd` \
721           && $(am__cd) $(top_srcdir) \
722           && gtags -i $(GTAGS_ARGS) "$$here"
723 cscopelist: cscopelist-am
724
725 cscopelist-am: $(am__tagged_files)
726         list='$(am__tagged_files)'; \
727         case "$(srcdir)" in \
728           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
729           *) sdir=$(subdir)/$(srcdir) ;; \
730         esac; \
731         for i in $$list; do \
732           if test -f "$$i"; then \
733             echo "$(subdir)/$$i"; \
734           else \
735             echo "$$sdir/$$i"; \
736           fi; \
737         done >> $(top_builddir)/cscope.files
738
739 distclean-tags:
740         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
741
742 check-TESTS: $(TESTS)
743         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
744         srcdir=$(srcdir); export srcdir; \
745         list=' $(TESTS) '; \
746         $(am__tty_colors); \
747         if test -n "$$list"; then \
748           for tst in $$list; do \
749             if test -f ./$$tst; then dir=./; \
750             elif test -f $$tst; then dir=; \
751             else dir="$(srcdir)/"; fi; \
752             if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
753               all=`expr $$all + 1`; \
754               case " $(XFAIL_TESTS) " in \
755               *[\ \     ]$$tst[\ \      ]*) \
756                 xpass=`expr $$xpass + 1`; \
757                 failed=`expr $$failed + 1`; \
758                 col=$$red; res=XPASS; \
759               ;; \
760               *) \
761                 col=$$grn; res=PASS; \
762               ;; \
763               esac; \
764             elif test $$? -ne 77; then \
765               all=`expr $$all + 1`; \
766               case " $(XFAIL_TESTS) " in \
767               *[\ \     ]$$tst[\ \      ]*) \
768                 xfail=`expr $$xfail + 1`; \
769                 col=$$lgn; res=XFAIL; \
770               ;; \
771               *) \
772                 failed=`expr $$failed + 1`; \
773                 col=$$red; res=FAIL; \
774               ;; \
775               esac; \
776             else \
777               skip=`expr $$skip + 1`; \
778               col=$$blu; res=SKIP; \
779             fi; \
780             echo "$${col}$$res$${std}: $$tst"; \
781           done; \
782           if test "$$all" -eq 1; then \
783             tests="test"; \
784             All=""; \
785           else \
786             tests="tests"; \
787             All="All "; \
788           fi; \
789           if test "$$failed" -eq 0; then \
790             if test "$$xfail" -eq 0; then \
791               banner="$$All$$all $$tests passed"; \
792             else \
793               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
794               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
795             fi; \
796           else \
797             if test "$$xpass" -eq 0; then \
798               banner="$$failed of $$all $$tests failed"; \
799             else \
800               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
801               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
802             fi; \
803           fi; \
804           dashes="$$banner"; \
805           skipped=""; \
806           if test "$$skip" -ne 0; then \
807             if test "$$skip" -eq 1; then \
808               skipped="($$skip test was not run)"; \
809             else \
810               skipped="($$skip tests were not run)"; \
811             fi; \
812             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
813               dashes="$$skipped"; \
814           fi; \
815           report=""; \
816           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
817             report="Please report to $(PACKAGE_BUGREPORT)"; \
818             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
819               dashes="$$report"; \
820           fi; \
821           dashes=`echo "$$dashes" | sed s/./=/g`; \
822           if test "$$failed" -eq 0; then \
823             col="$$grn"; \
824           else \
825             col="$$red"; \
826           fi; \
827           echo "$${col}$$dashes$${std}"; \
828           echo "$${col}$$banner$${std}"; \
829           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
830           test -z "$$report" || echo "$${col}$$report$${std}"; \
831           echo "$${col}$$dashes$${std}"; \
832           test "$$failed" -eq 0; \
833         else :; fi
834
835 distdir: $(DISTFILES)
836         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
837         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
838         list='$(DISTFILES)'; \
839           dist_files=`for file in $$list; do echo $$file; done | \
840           sed -e "s|^$$srcdirstrip/||;t" \
841               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
842         case $$dist_files in \
843           */*) $(MKDIR_P) `echo "$$dist_files" | \
844                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
845                            sort -u` ;; \
846         esac; \
847         for file in $$dist_files; do \
848           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
849           if test -d $$d/$$file; then \
850             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
851             if test -d "$(distdir)/$$file"; then \
852               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
853             fi; \
854             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
855               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
856               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
857             fi; \
858             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
859           else \
860             test -f "$(distdir)/$$file" \
861             || cp -p $$d/$$file "$(distdir)/$$file" \
862             || exit 1; \
863           fi; \
864         done
865 check-am: all-am
866         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
867 check: check-am
868 all-am: Makefile $(PROGRAMS)
869 installdirs:
870         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \
871           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
872         done
873 install: install-am
874 install-exec: install-exec-am
875 install-data: install-data-am
876 uninstall: uninstall-am
877
878 install-am: all-am
879         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
880
881 installcheck: installcheck-am
882 install-strip:
883         if test -z '$(STRIP)'; then \
884           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
885             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
886               install; \
887         else \
888           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
889             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
890             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
891         fi
892 mostlyclean-generic:
893
894 clean-generic:
895
896 distclean-generic:
897         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
898         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
899
900 maintainer-clean-generic:
901         @echo "This command is intended for maintainers to use"
902         @echo "it deletes files that may require special tools to rebuild."
903 clean: clean-am
904
905 clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
906         clean-sbinPROGRAMS mostlyclean-am
907
908 distclean: distclean-am
909         -rm -rf ./$(DEPDIR)
910         -rm -f Makefile
911 distclean-am: clean-am distclean-compile distclean-generic \
912         distclean-tags
913
914 dvi: dvi-am
915
916 dvi-am:
917
918 html: html-am
919
920 html-am:
921
922 info: info-am
923
924 info-am:
925
926 install-data-am:
927
928 install-dvi: install-dvi-am
929
930 install-dvi-am:
931
932 install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
933
934 install-html: install-html-am
935
936 install-html-am:
937
938 install-info: install-info-am
939
940 install-info-am:
941
942 install-man:
943
944 install-pdf: install-pdf-am
945
946 install-pdf-am:
947
948 install-ps: install-ps-am
949
950 install-ps-am:
951
952 installcheck-am:
953
954 maintainer-clean: maintainer-clean-am
955         -rm -rf ./$(DEPDIR)
956         -rm -f Makefile
957 maintainer-clean-am: distclean-am maintainer-clean-generic
958
959 mostlyclean: mostlyclean-am
960
961 mostlyclean-am: mostlyclean-compile mostlyclean-generic
962
963 pdf: pdf-am
964
965 pdf-am:
966
967 ps: ps-am
968
969 ps-am:
970
971 uninstall-am: uninstall-binPROGRAMS uninstall-sbinPROGRAMS
972
973 .MAKE: check-am install-am install-strip
974
975 .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
976         clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
977         clean-sbinPROGRAMS cscopelist-am ctags ctags-am distclean \
978         distclean-compile distclean-generic distclean-tags distdir dvi \
979         dvi-am html html-am info info-am install install-am \
980         install-binPROGRAMS install-data install-data-am install-dvi \
981         install-dvi-am install-exec install-exec-am install-html \
982         install-html-am install-info install-info-am install-man \
983         install-pdf install-pdf-am install-ps install-ps-am \
984         install-sbinPROGRAMS install-strip installcheck \
985         installcheck-am installdirs maintainer-clean \
986         maintainer-clean-generic mostlyclean mostlyclean-compile \
987         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
988         uninstall-am uninstall-binPROGRAMS uninstall-sbinPROGRAMS
989
990
991 @HAVE_W32_SYSTEM_TRUE@.rc.o:
992 @HAVE_W32_SYSTEM_TRUE@  $(WINDRES) $(DEFAULT_INCLUDES) $(INCLUDES) "$<" "$@"
993
994 $(PROGRAMS) : $(libcommon) $(libcommonpth)
995
996 # Tell versions [3.59,3.63) of GNU make to not export all variables.
997 # Otherwise a system limit (for SysV at least) may be exceeded.
998 .NOEXPORT: