~x2go/x2go/pinentry-x2go_master

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Mike Gabriel
  • Date: 2012-06-13 12:55:37 UTC
  • Revision ID: git-v1:d2060291d5cc7beb92f78168e48ececfe765d552
Strip code project down to its essentials, remove a lot of unneeded cruft. / Make code tree fully build with autotools, see README file for further info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
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
 
# Makefile.am
18
 
# Copyright (C) 2002 g10 Code GmbH
19
 
20
 
# This file is part of PINENTRY.
21
 
22
 
# PINENTRY 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 2 of the License, or
25
 
# (at your option) any later version.
26
 
27
 
# PINENTRY 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, write to the Free Software
34
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
35
 
VPATH = @srcdir@
36
 
pkgdatadir = $(datadir)/@PACKAGE@
37
 
pkglibdir = $(libdir)/@PACKAGE@
38
 
pkgincludedir = $(includedir)/@PACKAGE@
39
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40
 
install_sh_DATA = $(install_sh) -c -m 644
41
 
install_sh_PROGRAM = $(install_sh) -c
42
 
install_sh_SCRIPT = $(install_sh) -c
43
 
INSTALL_HEADER = $(INSTALL_DATA)
44
 
transform = $(program_transform_name)
45
 
NORMAL_INSTALL = :
46
 
PRE_INSTALL = :
47
 
POST_INSTALL = :
48
 
NORMAL_UNINSTALL = :
49
 
PRE_UNINSTALL = :
50
 
POST_UNINSTALL = :
51
 
build_triplet = @build@
52
 
host_triplet = @host@
53
 
subdir = .
54
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
56
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
57
 
        THANKS TODO config.guess config.rpath config.sub depcomp \
58
 
        install-sh missing mkinstalldirs
59
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
 
am__aclocal_m4_deps = $(top_srcdir)/m4/curses.m4 \
61
 
        $(top_srcdir)/m4/glib.m4 $(top_srcdir)/m4/gtk.m4 \
62
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/qt.m4 \
63
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
64
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65
 
        $(ACLOCAL_M4)
66
 
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
67
 
 configure.lineno config.status.lineno
68
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
69
 
CONFIG_HEADER = config.h
70
 
CONFIG_CLEAN_FILES =
71
 
SOURCES =
72
 
DIST_SOURCES =
73
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74
 
        html-recursive info-recursive install-data-recursive \
75
 
        install-dvi-recursive install-exec-recursive \
76
 
        install-html-recursive install-info-recursive \
77
 
        install-pdf-recursive install-ps-recursive install-recursive \
78
 
        installcheck-recursive installdirs-recursive pdf-recursive \
79
 
        ps-recursive uninstall-recursive
80
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
81
 
  distclean-recursive maintainer-clean-recursive
82
 
ETAGS = etags
83
 
CTAGS = ctags
84
 
DIST_SUBDIRS = assuan secmem pinentry curses gtk gtk+-2 qt w32 doc
85
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86
 
distdir = $(PACKAGE)-$(VERSION)
87
 
top_distdir = $(distdir)
88
 
am__remove_distdir = \
89
 
  { test ! -d $(distdir) \
90
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
91
 
         && rm -fr $(distdir); }; }
92
 
DIST_ARCHIVES = $(distdir).tar.gz
93
 
GZIP_ENV = --best
94
 
distuninstallcheck_listfiles = find . -type f -print
95
 
distcleancheck_listfiles = find . -type f -print
96
 
ACLOCAL = @ACLOCAL@
97
 
AMTAR = @AMTAR@
98
 
AUTOCONF = @AUTOCONF@
99
 
AUTOHEADER = @AUTOHEADER@
100
 
AUTOMAKE = @AUTOMAKE@
101
 
AWK = @AWK@
102
 
CC = @CC@
103
 
CCDEPMODE = @CCDEPMODE@
104
 
CFLAGS = @CFLAGS@
105
 
CPP = @CPP@
106
 
CPPFLAGS = @CPPFLAGS@
107
 
CXX = @CXX@
108
 
CXXCPP = @CXXCPP@
109
 
CXXDEPMODE = @CXXDEPMODE@
110
 
CXXFLAGS = @CXXFLAGS@
111
 
CYGPATH_W = @CYGPATH_W@
112
 
DEFS = @DEFS@
113
 
DEPDIR = @DEPDIR@
114
 
ECHO_C = @ECHO_C@
115
 
ECHO_N = @ECHO_N@
116
 
ECHO_T = @ECHO_T@
117
 
EGREP = @EGREP@
118
 
EXEEXT = @EXEEXT@
119
 
GLIB_CFLAGS = @GLIB_CFLAGS@
120
 
GLIB_CONFIG = @GLIB_CONFIG@
121
 
GLIB_LIBS = @GLIB_LIBS@
122
 
GREP = @GREP@
123
 
GTK2CFLAGS = @GTK2CFLAGS@
124
 
GTK2LIBS = @GTK2LIBS@
125
 
GTK_CFLAGS = @GTK_CFLAGS@
126
 
GTK_CONFIG = @GTK_CONFIG@
127
 
GTK_LIBS = @GTK_LIBS@
128
 
INSTALL = @INSTALL@
129
 
INSTALL_DATA = @INSTALL_DATA@
130
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
131
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
132
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133
 
LDFLAGS = @LDFLAGS@
134
 
LIBCAP = @LIBCAP@
135
 
LIBCURSES = @LIBCURSES@
136
 
LIBICONV = @LIBICONV@
137
 
LIBNCURSES = @LIBNCURSES@
138
 
LIBOBJS = @LIBOBJS@
139
 
LIBPTHREAD = @LIBPTHREAD@
140
 
LIBS = @LIBS@
141
 
LIBTERMCAP = @LIBTERMCAP@
142
 
LIB_QPE = @LIB_QPE@
143
 
LN_S = @LN_S@
144
 
LTLIBICONV = @LTLIBICONV@
145
 
LTLIBOBJS = @LTLIBOBJS@
146
 
MAINT = @MAINT@
147
 
MAKEINFO = @MAKEINFO@
148
 
MKDIR_P = @MKDIR_P@
149
 
MOC = @MOC@
150
 
NCURSES_INCLUDE = @NCURSES_INCLUDE@
151
 
OBJEXT = @OBJEXT@
152
 
PACKAGE = @PACKAGE@
153
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154
 
PACKAGE_NAME = @PACKAGE_NAME@
155
 
PACKAGE_STRING = @PACKAGE_STRING@
156
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
157
 
PACKAGE_VERSION = @PACKAGE_VERSION@
158
 
PATH_SEPARATOR = @PATH_SEPARATOR@
159
 
PINENTRY_DEFAULT = @PINENTRY_DEFAULT@
160
 
PKG_CONFIG = @PKG_CONFIG@
161
 
QTE_NORTTI = @QTE_NORTTI@
162
 
QT_CXXFLAGS = @QT_CXXFLAGS@
163
 
QT_INCLUDES = @QT_INCLUDES@
164
 
QT_LDFLAGS = @QT_LDFLAGS@
165
 
QT_LIBS = @QT_LIBS@
166
 
QT_MT_LDFLAGS = @QT_MT_LDFLAGS@
167
 
QT_MT_LIBS = @QT_MT_LIBS@
168
 
QT_RPATH = @QT_RPATH@
169
 
RANLIB = @RANLIB@
170
 
SETCAP = @SETCAP@
171
 
SET_MAKE = @SET_MAKE@
172
 
SHELL = @SHELL@
173
 
STRIP = @STRIP@
174
 
USE_THREADS = @USE_THREADS@
175
 
VERSION = @VERSION@
176
 
WINDRES = @WINDRES@
177
 
XMKMF = @XMKMF@
178
 
X_CFLAGS = @X_CFLAGS@
179
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
180
 
X_LIBS = @X_LIBS@
181
 
X_PRE_LIBS = @X_PRE_LIBS@
182
 
abs_builddir = @abs_builddir@
183
 
abs_srcdir = @abs_srcdir@
184
 
abs_top_builddir = @abs_top_builddir@
185
 
abs_top_srcdir = @abs_top_srcdir@
186
 
ac_ct_CC = @ac_ct_CC@
187
 
ac_ct_CXX = @ac_ct_CXX@
188
 
am__include = @am__include@
189
 
am__leading_dot = @am__leading_dot@
190
 
am__quote = @am__quote@
191
 
am__tar = @am__tar@
192
 
am__untar = @am__untar@
193
 
bindir = @bindir@
194
 
build = @build@
195
 
build_alias = @build_alias@
196
 
build_cpu = @build_cpu@
197
 
build_os = @build_os@
198
 
build_vendor = @build_vendor@
199
 
builddir = @builddir@
200
 
datadir = @datadir@
201
 
datarootdir = @datarootdir@
202
 
docdir = @docdir@
203
 
dvidir = @dvidir@
204
 
exec_prefix = @exec_prefix@
205
 
host = @host@
206
 
host_alias = @host_alias@
207
 
host_cpu = @host_cpu@
208
 
host_os = @host_os@
209
 
host_vendor = @host_vendor@
210
 
htmldir = @htmldir@
211
 
includedir = @includedir@
212
 
infodir = @infodir@
213
 
install_sh = @install_sh@
214
 
libdir = @libdir@
215
 
libexecdir = @libexecdir@
216
 
localedir = @localedir@
217
 
localstatedir = @localstatedir@
218
 
mandir = @mandir@
219
 
mkdir_p = @mkdir_p@
220
 
oldincludedir = @oldincludedir@
221
 
pdfdir = @pdfdir@
222
 
prefix = @prefix@
223
 
program_transform_name = @program_transform_name@
224
 
psdir = @psdir@
225
 
qt_includes = @qt_includes@
226
 
qt_libraries = @qt_libraries@
227
 
sbindir = @sbindir@
228
 
sharedstatedir = @sharedstatedir@
229
 
srcdir = @srcdir@
230
 
sysconfdir = @sysconfdir@
231
 
target_alias = @target_alias@
232
 
top_builddir = @top_builddir@
233
 
top_srcdir = @top_srcdir@
234
 
x_libraries = @x_libraries@
235
 
ACLOCAL_AMFLAGS = -I m4
236
 
EXTRA_DIST = autogen.sh README.SVN Manifest
237
 
@BUILD_PINENTRY_CURSES_FALSE@pinentry_curses = 
238
 
@BUILD_PINENTRY_CURSES_TRUE@pinentry_curses = curses
239
 
@BUILD_PINENTRY_GTK_FALSE@pinentry_gtk = 
240
 
@BUILD_PINENTRY_GTK_TRUE@pinentry_gtk = gtk
241
 
@BUILD_PINENTRY_GTK_2_FALSE@pinentry_gtk_2 = 
242
 
@BUILD_PINENTRY_GTK_2_TRUE@pinentry_gtk_2 = gtk+-2
243
 
@BUILD_PINENTRY_QT_FALSE@pinentry_qt = 
244
 
@BUILD_PINENTRY_QT_TRUE@pinentry_qt = qt
245
 
@BUILD_PINENTRY_W32_FALSE@pinentry_w32 = 
246
 
@BUILD_PINENTRY_W32_TRUE@pinentry_w32 = w32
247
 
SUBDIRS = assuan secmem pinentry ${pinentry_curses} \
248
 
        ${pinentry_gtk} ${pinentry_gtk_2} ${pinentry_qt} ${pinentry_w32} doc
249
 
 
250
 
all: config.h
251
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
252
 
 
253
 
.SUFFIXES:
254
 
am--refresh:
255
 
        @:
256
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
257
 
        @for dep in $?; do \
258
 
          case '$(am__configure_deps)' in \
259
 
            *$$dep*) \
260
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
261
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
262
 
                && exit 0; \
263
 
              exit 1;; \
264
 
          esac; \
265
 
        done; \
266
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
267
 
        cd $(top_srcdir) && \
268
 
          $(AUTOMAKE) --gnu  Makefile
269
 
.PRECIOUS: Makefile
270
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
271
 
        @case '$?' in \
272
 
          *config.status*) \
273
 
            echo ' $(SHELL) ./config.status'; \
274
 
            $(SHELL) ./config.status;; \
275
 
          *) \
276
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
277
 
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
278
 
        esac;
279
 
 
280
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
281
 
        $(SHELL) ./config.status --recheck
282
 
 
283
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
284
 
        cd $(srcdir) && $(AUTOCONF)
285
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
286
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
287
 
 
288
 
config.h: stamp-h1
289
 
        @if test ! -f $@; then \
290
 
          rm -f stamp-h1; \
291
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
292
 
        else :; fi
293
 
 
294
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
295
 
        @rm -f stamp-h1
296
 
        cd $(top_builddir) && $(SHELL) ./config.status config.h
297
 
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
298
 
        cd $(top_srcdir) && $(AUTOHEADER)
299
 
        rm -f stamp-h1
300
 
        touch $@
301
 
 
302
 
distclean-hdr:
303
 
        -rm -f config.h stamp-h1
304
 
 
305
 
# This directory's subdirectories are mostly independent; you can cd
306
 
# into them and run `make' without going through this Makefile.
307
 
# To change the values of `make' variables: instead of editing Makefiles,
308
 
# (1) if the variable is set in `config.status', edit `config.status'
309
 
#     (which will cause the Makefiles to be regenerated when you run `make');
310
 
# (2) otherwise, pass the desired values on the `make' command line.
311
 
$(RECURSIVE_TARGETS):
312
 
        @failcom='exit 1'; \
313
 
        for f in x $$MAKEFLAGS; do \
314
 
          case $$f in \
315
 
            *=* | --[!k]*);; \
316
 
            *k*) failcom='fail=yes';; \
317
 
          esac; \
318
 
        done; \
319
 
        dot_seen=no; \
320
 
        target=`echo $@ | sed s/-recursive//`; \
321
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
322
 
          echo "Making $$target in $$subdir"; \
323
 
          if test "$$subdir" = "."; then \
324
 
            dot_seen=yes; \
325
 
            local_target="$$target-am"; \
326
 
          else \
327
 
            local_target="$$target"; \
328
 
          fi; \
329
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
330
 
          || eval $$failcom; \
331
 
        done; \
332
 
        if test "$$dot_seen" = "no"; then \
333
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
334
 
        fi; test -z "$$fail"
335
 
 
336
 
$(RECURSIVE_CLEAN_TARGETS):
337
 
        @failcom='exit 1'; \
338
 
        for f in x $$MAKEFLAGS; do \
339
 
          case $$f in \
340
 
            *=* | --[!k]*);; \
341
 
            *k*) failcom='fail=yes';; \
342
 
          esac; \
343
 
        done; \
344
 
        dot_seen=no; \
345
 
        case "$@" in \
346
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
347
 
          *) list='$(SUBDIRS)' ;; \
348
 
        esac; \
349
 
        rev=''; for subdir in $$list; do \
350
 
          if test "$$subdir" = "."; then :; else \
351
 
            rev="$$subdir $$rev"; \
352
 
          fi; \
353
 
        done; \
354
 
        rev="$$rev ."; \
355
 
        target=`echo $@ | sed s/-recursive//`; \
356
 
        for subdir in $$rev; do \
357
 
          echo "Making $$target in $$subdir"; \
358
 
          if test "$$subdir" = "."; then \
359
 
            local_target="$$target-am"; \
360
 
          else \
361
 
            local_target="$$target"; \
362
 
          fi; \
363
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
364
 
          || eval $$failcom; \
365
 
        done && test -z "$$fail"
366
 
tags-recursive:
367
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
368
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
369
 
        done
370
 
ctags-recursive:
371
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
372
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
373
 
        done
374
 
 
375
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
376
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
377
 
        unique=`for i in $$list; do \
378
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379
 
          done | \
380
 
          $(AWK) '    { files[$$0] = 1; } \
381
 
               END { for (i in files) print i; }'`; \
382
 
        mkid -fID $$unique
383
 
tags: TAGS
384
 
 
385
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
386
 
                $(TAGS_FILES) $(LISP)
387
 
        tags=; \
388
 
        here=`pwd`; \
389
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
390
 
          include_option=--etags-include; \
391
 
          empty_fix=.; \
392
 
        else \
393
 
          include_option=--include; \
394
 
          empty_fix=; \
395
 
        fi; \
396
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
397
 
          if test "$$subdir" = .; then :; else \
398
 
            test ! -f $$subdir/TAGS || \
399
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
400
 
          fi; \
401
 
        done; \
402
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
403
 
        unique=`for i in $$list; do \
404
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405
 
          done | \
406
 
          $(AWK) '    { files[$$0] = 1; } \
407
 
               END { for (i in files) print i; }'`; \
408
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
409
 
          test -n "$$unique" || unique=$$empty_fix; \
410
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411
 
            $$tags $$unique; \
412
 
        fi
413
 
ctags: CTAGS
414
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
415
 
                $(TAGS_FILES) $(LISP)
416
 
        tags=; \
417
 
        here=`pwd`; \
418
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
419
 
        unique=`for i in $$list; do \
420
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421
 
          done | \
422
 
          $(AWK) '    { files[$$0] = 1; } \
423
 
               END { for (i in files) print i; }'`; \
424
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
425
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
426
 
             $$tags $$unique
427
 
 
428
 
GTAGS:
429
 
        here=`$(am__cd) $(top_builddir) && pwd` \
430
 
          && cd $(top_srcdir) \
431
 
          && gtags -i $(GTAGS_ARGS) $$here
432
 
 
433
 
distclean-tags:
434
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
435
 
 
436
 
distdir: $(DISTFILES)
437
 
        $(am__remove_distdir)
438
 
        test -d $(distdir) || mkdir $(distdir)
439
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
440
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
441
 
        list='$(DISTFILES)'; \
442
 
          dist_files=`for file in $$list; do echo $$file; done | \
443
 
          sed -e "s|^$$srcdirstrip/||;t" \
444
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
445
 
        case $$dist_files in \
446
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
447
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
448
 
                           sort -u` ;; \
449
 
        esac; \
450
 
        for file in $$dist_files; do \
451
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
452
 
          if test -d $$d/$$file; then \
453
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
454
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
455
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
456
 
            fi; \
457
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
458
 
          else \
459
 
            test -f $(distdir)/$$file \
460
 
            || cp -p $$d/$$file $(distdir)/$$file \
461
 
            || exit 1; \
462
 
          fi; \
463
 
        done
464
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
465
 
          if test "$$subdir" = .; then :; else \
466
 
            test -d "$(distdir)/$$subdir" \
467
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
468
 
            || exit 1; \
469
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
470
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
471
 
            (cd $$subdir && \
472
 
              $(MAKE) $(AM_MAKEFLAGS) \
473
 
                top_distdir="$$top_distdir" \
474
 
                distdir="$$distdir/$$subdir" \
475
 
                am__remove_distdir=: \
476
 
                am__skip_length_check=: \
477
 
                distdir) \
478
 
              || exit 1; \
479
 
          fi; \
480
 
        done
481
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
482
 
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
483
 
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
484
 
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
485
 
        || chmod -R a+r $(distdir)
486
 
dist-gzip: distdir
487
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
488
 
        $(am__remove_distdir)
489
 
 
490
 
dist-bzip2: distdir
491
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
492
 
        $(am__remove_distdir)
493
 
 
494
 
dist-tarZ: distdir
495
 
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
496
 
        $(am__remove_distdir)
497
 
 
498
 
dist-shar: distdir
499
 
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
500
 
        $(am__remove_distdir)
501
 
 
502
 
dist-zip: distdir
503
 
        -rm -f $(distdir).zip
504
 
        zip -rq $(distdir).zip $(distdir)
505
 
        $(am__remove_distdir)
506
 
 
507
 
dist dist-all: distdir
508
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
509
 
        $(am__remove_distdir)
510
 
 
511
 
# This target untars the dist file and tries a VPATH configuration.  Then
512
 
# it guarantees that the distribution is self-contained by making another
513
 
# tarfile.
514
 
distcheck: dist
515
 
        case '$(DIST_ARCHIVES)' in \
516
 
        *.tar.gz*) \
517
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
518
 
        *.tar.bz2*) \
519
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
520
 
        *.tar.Z*) \
521
 
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
522
 
        *.shar.gz*) \
523
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
524
 
        *.zip*) \
525
 
          unzip $(distdir).zip ;;\
526
 
        esac
527
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
528
 
        mkdir $(distdir)/_build
529
 
        mkdir $(distdir)/_inst
530
 
        chmod a-w $(distdir)
531
 
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
532
 
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
533
 
          && cd $(distdir)/_build \
534
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
535
 
            $(DISTCHECK_CONFIGURE_FLAGS) \
536
 
          && $(MAKE) $(AM_MAKEFLAGS) \
537
 
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
538
 
          && $(MAKE) $(AM_MAKEFLAGS) check \
539
 
          && $(MAKE) $(AM_MAKEFLAGS) install \
540
 
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
541
 
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
542
 
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
543
 
                distuninstallcheck \
544
 
          && chmod -R a-w "$$dc_install_base" \
545
 
          && ({ \
546
 
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
547
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
548
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
549
 
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
550
 
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
551
 
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
552
 
          && rm -rf "$$dc_destdir" \
553
 
          && $(MAKE) $(AM_MAKEFLAGS) dist \
554
 
          && rm -rf $(DIST_ARCHIVES) \
555
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
556
 
        $(am__remove_distdir)
557
 
        @(echo "$(distdir) archives ready for distribution: "; \
558
 
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
559
 
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
560
 
distuninstallcheck:
561
 
        @cd $(distuninstallcheck_dir) \
562
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
563
 
           || { echo "ERROR: files left after uninstall:" ; \
564
 
                if test -n "$(DESTDIR)"; then \
565
 
                  echo "  (check DESTDIR support)"; \
566
 
                fi ; \
567
 
                $(distuninstallcheck_listfiles) ; \
568
 
                exit 1; } >&2
569
 
distcleancheck: distclean
570
 
        @if test '$(srcdir)' = . ; then \
571
 
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
572
 
          exit 1 ; \
573
 
        fi
574
 
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
575
 
          || { echo "ERROR: files left in build directory after distclean:" ; \
576
 
               $(distcleancheck_listfiles) ; \
577
 
               exit 1; } >&2
578
 
check-am: all-am
579
 
check: check-recursive
580
 
all-am: Makefile config.h
581
 
installdirs: installdirs-recursive
582
 
installdirs-am:
583
 
install: install-recursive
584
 
install-exec: install-exec-recursive
585
 
install-data: install-data-recursive
586
 
uninstall: uninstall-recursive
587
 
 
588
 
install-am: all-am
589
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
590
 
 
591
 
installcheck: installcheck-recursive
592
 
install-strip:
593
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
594
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
595
 
          `test -z '$(STRIP)' || \
596
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
597
 
mostlyclean-generic:
598
 
 
599
 
clean-generic:
600
 
 
601
 
distclean-generic:
602
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
603
 
 
604
 
maintainer-clean-generic:
605
 
        @echo "This command is intended for maintainers to use"
606
 
        @echo "it deletes files that may require special tools to rebuild."
607
 
clean: clean-recursive
608
 
 
609
 
clean-am: clean-generic mostlyclean-am
610
 
 
611
 
distclean: distclean-recursive
612
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
613
 
        -rm -f Makefile
614
 
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
615
 
 
616
 
dvi: dvi-recursive
617
 
 
618
 
dvi-am:
619
 
 
620
 
html: html-recursive
621
 
 
622
 
info: info-recursive
623
 
 
624
 
info-am:
625
 
 
626
 
install-data-am:
627
 
 
628
 
install-dvi: install-dvi-recursive
629
 
 
630
 
install-exec-am: install-exec-local
631
 
 
632
 
install-html: install-html-recursive
633
 
 
634
 
install-info: install-info-recursive
635
 
 
636
 
install-man:
637
 
 
638
 
install-pdf: install-pdf-recursive
639
 
 
640
 
install-ps: install-ps-recursive
641
 
 
642
 
installcheck-am:
643
 
 
644
 
maintainer-clean: maintainer-clean-recursive
645
 
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
646
 
        -rm -rf $(top_srcdir)/autom4te.cache
647
 
        -rm -f Makefile
648
 
maintainer-clean-am: distclean-am maintainer-clean-generic
649
 
 
650
 
mostlyclean: mostlyclean-recursive
651
 
 
652
 
mostlyclean-am: mostlyclean-generic
653
 
 
654
 
pdf: pdf-recursive
655
 
 
656
 
pdf-am:
657
 
 
658
 
ps: ps-recursive
659
 
 
660
 
ps-am:
661
 
 
662
 
uninstall-am:
663
 
 
664
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
665
 
        install-strip
666
 
 
667
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
668
 
        all all-am am--refresh check check-am clean clean-generic \
669
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
670
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
671
 
        distclean-generic distclean-hdr distclean-tags distcleancheck \
672
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
673
 
        info-am install install-am install-data install-data-am \
674
 
        install-dvi install-dvi-am install-exec install-exec-am \
675
 
        install-exec-local install-html install-html-am install-info \
676
 
        install-info-am install-man install-pdf install-pdf-am \
677
 
        install-ps install-ps-am install-strip installcheck \
678
 
        installcheck-am installdirs installdirs-am maintainer-clean \
679
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
680
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
681
 
 
682
 
 
683
 
install-exec-local:
684
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
685
 
          echo "  $(SETCAP) cap_ipc_lock+p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
686
 
          $(SETCAP) cap_ipc_lock+p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'` || true; \
687
 
        done
688
 
 
689
 
        (cd $(DESTDIR)$(bindir); \
690
 
        rm -f pinentry; \
691
 
        $(LN_S) $(PINENTRY_DEFAULT)$(EXEEXT) pinentry)
692
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
693
 
# Otherwise a system limit (for SysV at least) may be exceeded.
694
 
.NOEXPORT: