~x2go/x2go/pinentry-x2go_master

« back to all changes in this revision

Viewing changes to w32/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 - PIN entry W32
18
 
# Copyright (C) 2004 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
 
 
36
 
VPATH = @srcdir@
37
 
pkgdatadir = $(datadir)/@PACKAGE@
38
 
pkglibdir = $(libdir)/@PACKAGE@
39
 
pkgincludedir = $(includedir)/@PACKAGE@
40
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41
 
install_sh_DATA = $(install_sh) -c -m 644
42
 
install_sh_PROGRAM = $(install_sh) -c
43
 
install_sh_SCRIPT = $(install_sh) -c
44
 
INSTALL_HEADER = $(INSTALL_DATA)
45
 
transform = $(program_transform_name)
46
 
NORMAL_INSTALL = :
47
 
PRE_INSTALL = :
48
 
POST_INSTALL = :
49
 
NORMAL_UNINSTALL = :
50
 
PRE_UNINSTALL = :
51
 
POST_UNINSTALL = :
52
 
build_triplet = @build@
53
 
host_triplet = @host@
54
 
bin_PROGRAMS = pinentry-w32$(EXEEXT)
55
 
subdir = w32
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
 
am__aclocal_m4_deps = $(top_srcdir)/m4/curses.m4 \
59
 
        $(top_srcdir)/m4/glib.m4 $(top_srcdir)/m4/gtk.m4 \
60
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/qt.m4 \
61
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
62
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
 
        $(ACLOCAL_M4)
64
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
65
 
CONFIG_HEADER = $(top_builddir)/config.h
66
 
CONFIG_CLEAN_FILES =
67
 
am__installdirs = "$(DESTDIR)$(bindir)"
68
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
69
 
PROGRAMS = $(bin_PROGRAMS)
70
 
am_pinentry_w32_OBJECTS = main.$(OBJEXT)
71
 
pinentry_w32_OBJECTS = $(am_pinentry_w32_OBJECTS)
72
 
pinentry_w32_DEPENDENCIES = pinentry-w32.o ../pinentry/libpinentry.a \
73
 
        ../assuan/libassuan.a ../secmem/libsecmem.a
74
 
pinentry_w32_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
75
 
        $(pinentry_w32_LDFLAGS) $(LDFLAGS) -o $@
76
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
77
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
78
 
am__depfiles_maybe = depfiles
79
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
80
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81
 
CCLD = $(CC)
82
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
83
 
SOURCES = $(pinentry_w32_SOURCES)
84
 
DIST_SOURCES = $(pinentry_w32_SOURCES)
85
 
ETAGS = etags
86
 
CTAGS = ctags
87
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88
 
ACLOCAL = @ACLOCAL@
89
 
AMTAR = @AMTAR@
90
 
AUTOCONF = @AUTOCONF@
91
 
AUTOHEADER = @AUTOHEADER@
92
 
AUTOMAKE = @AUTOMAKE@
93
 
AWK = @AWK@
94
 
CC = @CC@
95
 
CCDEPMODE = @CCDEPMODE@
96
 
CFLAGS = @CFLAGS@
97
 
CPP = @CPP@
98
 
CPPFLAGS = @CPPFLAGS@
99
 
CXX = @CXX@
100
 
CXXCPP = @CXXCPP@
101
 
CXXDEPMODE = @CXXDEPMODE@
102
 
CXXFLAGS = @CXXFLAGS@
103
 
CYGPATH_W = @CYGPATH_W@
104
 
DEFS = @DEFS@
105
 
DEPDIR = @DEPDIR@
106
 
ECHO_C = @ECHO_C@
107
 
ECHO_N = @ECHO_N@
108
 
ECHO_T = @ECHO_T@
109
 
EGREP = @EGREP@
110
 
EXEEXT = @EXEEXT@
111
 
GLIB_CFLAGS = @GLIB_CFLAGS@
112
 
GLIB_CONFIG = @GLIB_CONFIG@
113
 
GLIB_LIBS = @GLIB_LIBS@
114
 
GREP = @GREP@
115
 
GTK2CFLAGS = @GTK2CFLAGS@
116
 
GTK2LIBS = @GTK2LIBS@
117
 
GTK_CFLAGS = @GTK_CFLAGS@
118
 
GTK_CONFIG = @GTK_CONFIG@
119
 
GTK_LIBS = @GTK_LIBS@
120
 
INSTALL = @INSTALL@
121
 
INSTALL_DATA = @INSTALL_DATA@
122
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
123
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
124
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
125
 
LDFLAGS = @LDFLAGS@
126
 
LIBCAP = @LIBCAP@
127
 
LIBCURSES = @LIBCURSES@
128
 
LIBICONV = @LIBICONV@
129
 
LIBNCURSES = @LIBNCURSES@
130
 
LIBOBJS = @LIBOBJS@
131
 
LIBPTHREAD = @LIBPTHREAD@
132
 
LIBS = @LIBS@
133
 
LIBTERMCAP = @LIBTERMCAP@
134
 
LIB_QPE = @LIB_QPE@
135
 
LN_S = @LN_S@
136
 
LTLIBICONV = @LTLIBICONV@
137
 
LTLIBOBJS = @LTLIBOBJS@
138
 
MAINT = @MAINT@
139
 
MAKEINFO = @MAKEINFO@
140
 
MKDIR_P = @MKDIR_P@
141
 
MOC = @MOC@
142
 
NCURSES_INCLUDE = @NCURSES_INCLUDE@
143
 
OBJEXT = @OBJEXT@
144
 
PACKAGE = @PACKAGE@
145
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146
 
PACKAGE_NAME = @PACKAGE_NAME@
147
 
PACKAGE_STRING = @PACKAGE_STRING@
148
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
149
 
PACKAGE_VERSION = @PACKAGE_VERSION@
150
 
PATH_SEPARATOR = @PATH_SEPARATOR@
151
 
PINENTRY_DEFAULT = @PINENTRY_DEFAULT@
152
 
PKG_CONFIG = @PKG_CONFIG@
153
 
QTE_NORTTI = @QTE_NORTTI@
154
 
QT_CXXFLAGS = @QT_CXXFLAGS@
155
 
QT_INCLUDES = @QT_INCLUDES@
156
 
QT_LDFLAGS = @QT_LDFLAGS@
157
 
QT_LIBS = @QT_LIBS@
158
 
QT_MT_LDFLAGS = @QT_MT_LDFLAGS@
159
 
QT_MT_LIBS = @QT_MT_LIBS@
160
 
QT_RPATH = @QT_RPATH@
161
 
RANLIB = @RANLIB@
162
 
SETCAP = @SETCAP@
163
 
SET_MAKE = @SET_MAKE@
164
 
SHELL = @SHELL@
165
 
STRIP = @STRIP@
166
 
USE_THREADS = @USE_THREADS@
167
 
VERSION = @VERSION@
168
 
WINDRES = @WINDRES@
169
 
XMKMF = @XMKMF@
170
 
X_CFLAGS = @X_CFLAGS@
171
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
172
 
X_LIBS = @X_LIBS@
173
 
X_PRE_LIBS = @X_PRE_LIBS@
174
 
abs_builddir = @abs_builddir@
175
 
abs_srcdir = @abs_srcdir@
176
 
abs_top_builddir = @abs_top_builddir@
177
 
abs_top_srcdir = @abs_top_srcdir@
178
 
ac_ct_CC = @ac_ct_CC@
179
 
ac_ct_CXX = @ac_ct_CXX@
180
 
am__include = @am__include@
181
 
am__leading_dot = @am__leading_dot@
182
 
am__quote = @am__quote@
183
 
am__tar = @am__tar@
184
 
am__untar = @am__untar@
185
 
bindir = @bindir@
186
 
build = @build@
187
 
build_alias = @build_alias@
188
 
build_cpu = @build_cpu@
189
 
build_os = @build_os@
190
 
build_vendor = @build_vendor@
191
 
builddir = @builddir@
192
 
datadir = @datadir@
193
 
datarootdir = @datarootdir@
194
 
docdir = @docdir@
195
 
dvidir = @dvidir@
196
 
exec_prefix = @exec_prefix@
197
 
host = @host@
198
 
host_alias = @host_alias@
199
 
host_cpu = @host_cpu@
200
 
host_os = @host_os@
201
 
host_vendor = @host_vendor@
202
 
htmldir = @htmldir@
203
 
includedir = @includedir@
204
 
infodir = @infodir@
205
 
install_sh = @install_sh@
206
 
libdir = @libdir@
207
 
libexecdir = @libexecdir@
208
 
localedir = @localedir@
209
 
localstatedir = @localstatedir@
210
 
mandir = @mandir@
211
 
mkdir_p = @mkdir_p@
212
 
oldincludedir = @oldincludedir@
213
 
pdfdir = @pdfdir@
214
 
prefix = @prefix@
215
 
program_transform_name = @program_transform_name@
216
 
psdir = @psdir@
217
 
qt_includes = @qt_includes@
218
 
qt_libraries = @qt_libraries@
219
 
sbindir = @sbindir@
220
 
sharedstatedir = @sharedstatedir@
221
 
srcdir = @srcdir@
222
 
sysconfdir = @sysconfdir@
223
 
target_alias = @target_alias@
224
 
top_builddir = @top_builddir@
225
 
top_srcdir = @top_srcdir@
226
 
x_libraries = @x_libraries@
227
 
EXTRA_DIST = Manifest
228
 
AM_CPPFLAGS = -I$(top_srcdir)/assuan -I$(top_srcdir)/secmem \
229
 
              -I$(top_srcdir)/pinentry
230
 
 
231
 
pinentry_w32_SOURCES = main.c pinentry-w32.rc resource.h
232
 
 
233
 
# Note: For testing you should add -mconsole to LDFLAGS.
234
 
pinentry_w32_LDFLAGS = -mwindows
235
 
pinentry_w32_LDADD = pinentry-w32.o \
236
 
        ../pinentry/libpinentry.a ../assuan/libassuan.a ../secmem/libsecmem.a
237
 
 
238
 
all: all-am
239
 
 
240
 
.SUFFIXES:
241
 
.SUFFIXES: .c .o .obj
242
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
243
 
        @for dep in $?; do \
244
 
          case '$(am__configure_deps)' in \
245
 
            *$$dep*) \
246
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
247
 
                && exit 0; \
248
 
              exit 1;; \
249
 
          esac; \
250
 
        done; \
251
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  w32/Makefile'; \
252
 
        cd $(top_srcdir) && \
253
 
          $(AUTOMAKE) --gnu  w32/Makefile
254
 
.PRECIOUS: Makefile
255
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
256
 
        @case '$?' in \
257
 
          *config.status*) \
258
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
259
 
          *) \
260
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
261
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
262
 
        esac;
263
 
 
264
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
265
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
 
 
267
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
268
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
270
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271
 
install-binPROGRAMS: $(bin_PROGRAMS)
272
 
        @$(NORMAL_INSTALL)
273
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
274
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
275
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
276
 
          if test -f $$p \
277
 
          ; then \
278
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
279
 
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
280
 
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
281
 
          else :; fi; \
282
 
        done
283
 
 
284
 
uninstall-binPROGRAMS:
285
 
        @$(NORMAL_UNINSTALL)
286
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
287
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
288
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
289
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
290
 
        done
291
 
 
292
 
clean-binPROGRAMS:
293
 
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
294
 
pinentry-w32$(EXEEXT): $(pinentry_w32_OBJECTS) $(pinentry_w32_DEPENDENCIES) 
295
 
        @rm -f pinentry-w32$(EXEEXT)
296
 
        $(pinentry_w32_LINK) $(pinentry_w32_OBJECTS) $(pinentry_w32_LDADD) $(LIBS)
297
 
 
298
 
mostlyclean-compile:
299
 
        -rm -f *.$(OBJEXT)
300
 
 
301
 
distclean-compile:
302
 
        -rm -f *.tab.c
303
 
 
304
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
305
 
 
306
 
.c.o:
307
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
308
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
309
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
310
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
312
 
 
313
 
.c.obj:
314
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
315
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
316
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
319
 
 
320
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
321
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
322
 
        unique=`for i in $$list; do \
323
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324
 
          done | \
325
 
          $(AWK) '    { files[$$0] = 1; } \
326
 
               END { for (i in files) print i; }'`; \
327
 
        mkid -fID $$unique
328
 
tags: TAGS
329
 
 
330
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
331
 
                $(TAGS_FILES) $(LISP)
332
 
        tags=; \
333
 
        here=`pwd`; \
334
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
335
 
        unique=`for i in $$list; do \
336
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337
 
          done | \
338
 
          $(AWK) '    { files[$$0] = 1; } \
339
 
               END { for (i in files) print i; }'`; \
340
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
341
 
          test -n "$$unique" || unique=$$empty_fix; \
342
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
343
 
            $$tags $$unique; \
344
 
        fi
345
 
ctags: CTAGS
346
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
347
 
                $(TAGS_FILES) $(LISP)
348
 
        tags=; \
349
 
        here=`pwd`; \
350
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
351
 
        unique=`for i in $$list; do \
352
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353
 
          done | \
354
 
          $(AWK) '    { files[$$0] = 1; } \
355
 
               END { for (i in files) print i; }'`; \
356
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
357
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
358
 
             $$tags $$unique
359
 
 
360
 
GTAGS:
361
 
        here=`$(am__cd) $(top_builddir) && pwd` \
362
 
          && cd $(top_srcdir) \
363
 
          && gtags -i $(GTAGS_ARGS) $$here
364
 
 
365
 
distclean-tags:
366
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
367
 
 
368
 
distdir: $(DISTFILES)
369
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
370
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
371
 
        list='$(DISTFILES)'; \
372
 
          dist_files=`for file in $$list; do echo $$file; done | \
373
 
          sed -e "s|^$$srcdirstrip/||;t" \
374
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
375
 
        case $$dist_files in \
376
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
377
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
378
 
                           sort -u` ;; \
379
 
        esac; \
380
 
        for file in $$dist_files; do \
381
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
382
 
          if test -d $$d/$$file; then \
383
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
384
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
385
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
386
 
            fi; \
387
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
388
 
          else \
389
 
            test -f $(distdir)/$$file \
390
 
            || cp -p $$d/$$file $(distdir)/$$file \
391
 
            || exit 1; \
392
 
          fi; \
393
 
        done
394
 
check-am: all-am
395
 
check: check-am
396
 
all-am: Makefile $(PROGRAMS)
397
 
installdirs:
398
 
        for dir in "$(DESTDIR)$(bindir)"; do \
399
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
400
 
        done
401
 
install: install-am
402
 
install-exec: install-exec-am
403
 
install-data: install-data-am
404
 
uninstall: uninstall-am
405
 
 
406
 
install-am: all-am
407
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
408
 
 
409
 
installcheck: installcheck-am
410
 
install-strip:
411
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
412
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
413
 
          `test -z '$(STRIP)' || \
414
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
415
 
mostlyclean-generic:
416
 
 
417
 
clean-generic:
418
 
 
419
 
distclean-generic:
420
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
421
 
 
422
 
maintainer-clean-generic:
423
 
        @echo "This command is intended for maintainers to use"
424
 
        @echo "it deletes files that may require special tools to rebuild."
425
 
clean: clean-am
426
 
 
427
 
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
428
 
 
429
 
distclean: distclean-am
430
 
        -rm -rf ./$(DEPDIR)
431
 
        -rm -f Makefile
432
 
distclean-am: clean-am distclean-compile distclean-generic \
433
 
        distclean-tags
434
 
 
435
 
dvi: dvi-am
436
 
 
437
 
dvi-am:
438
 
 
439
 
html: html-am
440
 
 
441
 
info: info-am
442
 
 
443
 
info-am:
444
 
 
445
 
install-data-am:
446
 
 
447
 
install-dvi: install-dvi-am
448
 
 
449
 
install-exec-am: install-binPROGRAMS
450
 
 
451
 
install-html: install-html-am
452
 
 
453
 
install-info: install-info-am
454
 
 
455
 
install-man:
456
 
 
457
 
install-pdf: install-pdf-am
458
 
 
459
 
install-ps: install-ps-am
460
 
 
461
 
installcheck-am:
462
 
 
463
 
maintainer-clean: maintainer-clean-am
464
 
        -rm -rf ./$(DEPDIR)
465
 
        -rm -f Makefile
466
 
maintainer-clean-am: distclean-am maintainer-clean-generic
467
 
 
468
 
mostlyclean: mostlyclean-am
469
 
 
470
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
471
 
 
472
 
pdf: pdf-am
473
 
 
474
 
pdf-am:
475
 
 
476
 
ps: ps-am
477
 
 
478
 
ps-am:
479
 
 
480
 
uninstall-am: uninstall-binPROGRAMS
481
 
 
482
 
.MAKE: install-am install-strip
483
 
 
484
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
485
 
        clean-generic ctags distclean distclean-compile \
486
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
487
 
        html-am info info-am install install-am install-binPROGRAMS \
488
 
        install-data install-data-am install-dvi install-dvi-am \
489
 
        install-exec install-exec-am install-html install-html-am \
490
 
        install-info install-info-am install-man install-pdf \
491
 
        install-pdf-am install-ps install-ps-am install-strip \
492
 
        installcheck installcheck-am installdirs maintainer-clean \
493
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
494
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
495
 
        uninstall-am uninstall-binPROGRAMS
496
 
 
497
 
 
498
 
pinentry-w32.o: pinentry-w32.rc resource.h
499
 
        $(WINDRES) -v -o $@ $< 
500
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
501
 
# Otherwise a system limit (for SysV at least) may be exceeded.
502
 
.NOEXPORT: