~ubuntu-branches/ubuntu/vivid/libu2f-server/vivid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alessio Di Mauro
  • Date: 2015-01-22 22:41:48 UTC
  • Revision ID: package-import@ubuntu.com-20150122224148-wbg8eu2ykxbat244
Tags: upstream-0.0.0
ImportĀ upstreamĀ versionĀ 0.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
# Copyright (c) 2014 Yubico AB
 
18
# All rights reserved.
 
19
#
 
20
# Redistribution and use in source and binary forms, with or without
 
21
# modification, are permitted provided that the following conditions are
 
22
# met:
 
23
#
 
24
# # Redistributions of source code must retain the above copyright
 
25
# notice, this list of conditions and the following disclaimer.
 
26
#
 
27
# # Redistributions in binary form must reproduce the above
 
28
# copyright notice, this list of conditions and the following
 
29
# disclaimer in the documentation and/or other materials provided
 
30
# with the distribution.
 
31
#
 
32
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 
33
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
34
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 
35
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 
36
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 
37
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 
38
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 
39
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 
40
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
41
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 
42
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
43
 
 
44
VPATH = @srcdir@
 
45
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
46
am__make_running_with_option = \
 
47
  case $${target_option-} in \
 
48
      ?) ;; \
 
49
      *) echo "am__make_running_with_option: internal error: invalid" \
 
50
              "target option '$${target_option-}' specified" >&2; \
 
51
         exit 1;; \
 
52
  esac; \
 
53
  has_opt=no; \
 
54
  sane_makeflags=$$MAKEFLAGS; \
 
55
  if $(am__is_gnu_make); then \
 
56
    sane_makeflags=$$MFLAGS; \
 
57
  else \
 
58
    case $$MAKEFLAGS in \
 
59
      *\\[\ \   ]*) \
 
60
        bs=\\; \
 
61
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
62
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
63
    esac; \
 
64
  fi; \
 
65
  skip_next=no; \
 
66
  strip_trailopt () \
 
67
  { \
 
68
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
69
  }; \
 
70
  for flg in $$sane_makeflags; do \
 
71
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
72
    case $$flg in \
 
73
      *=*|--*) continue;; \
 
74
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
75
      -*I?*) strip_trailopt 'I';; \
 
76
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
77
      -*O?*) strip_trailopt 'O';; \
 
78
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
79
      -*l?*) strip_trailopt 'l';; \
 
80
      -[dEDm]) skip_next=yes;; \
 
81
      -[JT]) skip_next=yes;; \
 
82
    esac; \
 
83
    case $$flg in \
 
84
      *$$target_option*) has_opt=yes; break;; \
 
85
    esac; \
 
86
  done; \
 
87
  test $$has_opt = yes
 
88
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
89
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
90
pkgdatadir = $(datadir)/@PACKAGE@
 
91
pkgincludedir = $(includedir)/@PACKAGE@
 
92
pkglibdir = $(libdir)/@PACKAGE@
 
93
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
94
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
95
install_sh_DATA = $(install_sh) -c -m 644
 
96
install_sh_PROGRAM = $(install_sh) -c
 
97
install_sh_SCRIPT = $(install_sh) -c
 
98
INSTALL_HEADER = $(INSTALL_DATA)
 
99
transform = $(program_transform_name)
 
100
NORMAL_INSTALL = :
 
101
PRE_INSTALL = :
 
102
POST_INSTALL = :
 
103
NORMAL_UNINSTALL = :
 
104
PRE_UNINSTALL = :
 
105
POST_UNINSTALL = :
 
106
build_triplet = @build@
 
107
host_triplet = @host@
 
108
bin_PROGRAMS = u2f-server$(EXEEXT)
 
109
subdir = src
 
110
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
111
        $(top_srcdir)/build-aux/depcomp $(dist_man_MANS)
 
112
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
113
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
 
114
        $(top_srcdir)/m4/ld-version-script.m4 \
 
115
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
116
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
117
        $(top_srcdir)/m4/lt~obsolete.m4 \
 
118
        $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/warnings.m4 \
 
119
        $(top_srcdir)/configure.ac
 
120
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
121
        $(ACLOCAL_M4)
 
122
mkinstalldirs = $(install_sh) -d
 
123
CONFIG_CLEAN_FILES =
 
124
CONFIG_CLEAN_VPATH_FILES =
 
125
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
 
126
PROGRAMS = $(bin_PROGRAMS)
 
127
am_u2f_server_OBJECTS = u2f-server.$(OBJEXT) cmdline.$(OBJEXT)
 
128
u2f_server_OBJECTS = $(am_u2f_server_OBJECTS)
 
129
am__DEPENDENCIES_1 =
 
130
u2f_server_DEPENDENCIES = ../u2f-server/libu2f-server.la \
 
131
        $(am__DEPENDENCIES_1)
 
132
AM_V_lt = $(am__v_lt_@AM_V@)
 
133
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
134
am__v_lt_0 = --silent
 
135
am__v_lt_1 = 
 
136
AM_V_P = $(am__v_P_@AM_V@)
 
137
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
138
am__v_P_0 = false
 
139
am__v_P_1 = :
 
140
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
141
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
142
am__v_GEN_0 = @echo "  GEN     " $@;
 
143
am__v_GEN_1 = 
 
144
AM_V_at = $(am__v_at_@AM_V@)
 
145
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
146
am__v_at_0 = @
 
147
am__v_at_1 = 
 
148
DEFAULT_INCLUDES = -I.@am__isrc@
 
149
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 
150
am__depfiles_maybe = depfiles
 
151
am__mv = mv -f
 
152
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
153
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
154
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
155
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
156
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
157
        $(AM_CFLAGS) $(CFLAGS)
 
158
AM_V_CC = $(am__v_CC_@AM_V@)
 
159
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
160
am__v_CC_0 = @echo "  CC      " $@;
 
161
am__v_CC_1 = 
 
162
CCLD = $(CC)
 
163
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
164
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
165
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
166
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
167
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
168
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
169
am__v_CCLD_1 = 
 
170
SOURCES = $(u2f_server_SOURCES)
 
171
DIST_SOURCES = $(u2f_server_SOURCES)
 
172
am__can_run_installinfo = \
 
173
  case $$AM_UPDATE_INFO_DIR in \
 
174
    n|no|NO) false;; \
 
175
    *) (install-info --version) >/dev/null 2>&1;; \
 
176
  esac
 
177
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
178
am__vpath_adj = case $$p in \
 
179
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
180
    *) f=$$p;; \
 
181
  esac;
 
182
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
183
am__install_max = 40
 
184
am__nobase_strip_setup = \
 
185
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
186
am__nobase_strip = \
 
187
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
188
am__nobase_list = $(am__nobase_strip_setup); \
 
189
  for p in $$list; do echo "$$p $$p"; done | \
 
190
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
191
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
192
    if (++n[$$2] == $(am__install_max)) \
 
193
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
194
    END { for (dir in files) print dir, files[dir] }'
 
195
am__base_list = \
 
196
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
197
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
198
am__uninstall_files_from_dir = { \
 
199
  test -z "$$files" \
 
200
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
201
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
202
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
203
  }
 
204
man1dir = $(mandir)/man1
 
205
NROFF = nroff
 
206
MANS = $(dist_man_MANS)
 
207
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
208
# Read a list of newline-separated strings from the standard input,
 
209
# and print each of them once, without duplicates.  Input order is
 
210
# *not* preserved.
 
211
am__uniquify_input = $(AWK) '\
 
212
  BEGIN { nonempty = 0; } \
 
213
  { items[$$0] = 1; nonempty = 1; } \
 
214
  END { if (nonempty) { for (i in items) print i; }; } \
 
215
'
 
216
# Make sure the list of sources is unique.  This is necessary because,
 
217
# e.g., the same source file might be shared among _SOURCES variables
 
218
# for different programs/libraries.
 
219
am__define_uniq_tagged_files = \
 
220
  list='$(am__tagged_files)'; \
 
221
  unique=`for i in $$list; do \
 
222
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
223
  done | $(am__uniquify_input)`
 
224
ETAGS = etags
 
225
CTAGS = ctags
 
226
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
227
ACLOCAL = @ACLOCAL@
 
228
AMTAR = @AMTAR@
 
229
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
230
AR = @AR@
 
231
AS = @AS@
 
232
AUTOCONF = @AUTOCONF@
 
233
AUTOHEADER = @AUTOHEADER@
 
234
AUTOMAKE = @AUTOMAKE@
 
235
AWK = @AWK@
 
236
CC = @CC@
 
237
CCDEPMODE = @CCDEPMODE@
 
238
CFLAGS = @CFLAGS@
 
239
CHECK_CFLAGS = @CHECK_CFLAGS@
 
240
CHECK_LIBS = @CHECK_LIBS@
 
241
CPP = @CPP@
 
242
CPPFLAGS = @CPPFLAGS@
 
243
CYGPATH_W = @CYGPATH_W@
 
244
DEFS = @DEFS@
 
245
DEPDIR = @DEPDIR@
 
246
DLLTOOL = @DLLTOOL@
 
247
DSYMUTIL = @DSYMUTIL@
 
248
DUMPBIN = @DUMPBIN@
 
249
ECHO_C = @ECHO_C@
 
250
ECHO_N = @ECHO_N@
 
251
ECHO_T = @ECHO_T@
 
252
EGREP = @EGREP@
 
253
EXEEXT = @EXEEXT@
 
254
FGREP = @FGREP@
 
255
GREP = @GREP@
 
256
GTKDOC_CHECK = @GTKDOC_CHECK@
 
257
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
258
GTKDOC_REBASE = @GTKDOC_REBASE@
 
259
HELP2MAN = @HELP2MAN@
 
260
HTML_DIR = @HTML_DIR@
 
261
INSTALL = @INSTALL@
 
262
INSTALL_DATA = @INSTALL_DATA@
 
263
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
264
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
265
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
266
LD = @LD@
 
267
LDFLAGS = @LDFLAGS@
 
268
LIBJSON_CFLAGS = @LIBJSON_CFLAGS@
 
269
LIBJSON_LIBS = @LIBJSON_LIBS@
 
270
LIBOBJS = @LIBOBJS@
 
271
LIBS = @LIBS@
 
272
LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
 
273
LIBSSL_LIBS = @LIBSSL_LIBS@
 
274
LIBTOOL = @LIBTOOL@
 
275
LIPO = @LIPO@
 
276
LN_S = @LN_S@
 
277
LTLIBOBJS = @LTLIBOBJS@
 
278
LT_AGE = @LT_AGE@
 
279
LT_CURRENT = @LT_CURRENT@
 
280
LT_REVISION = @LT_REVISION@
 
281
MAKEINFO = @MAKEINFO@
 
282
MANIFEST_TOOL = @MANIFEST_TOOL@
 
283
MKDIR_P = @MKDIR_P@
 
284
NM = @NM@
 
285
NMEDIT = @NMEDIT@
 
286
OBJDUMP = @OBJDUMP@
 
287
OBJEXT = @OBJEXT@
 
288
OTOOL = @OTOOL@
 
289
OTOOL64 = @OTOOL64@
 
290
PACKAGE = @PACKAGE@
 
291
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
292
PACKAGE_NAME = @PACKAGE_NAME@
 
293
PACKAGE_STRING = @PACKAGE_STRING@
 
294
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
295
PACKAGE_URL = @PACKAGE_URL@
 
296
PACKAGE_VERSION = @PACKAGE_VERSION@
 
297
PATH_SEPARATOR = @PATH_SEPARATOR@
 
298
PKG_CONFIG = @PKG_CONFIG@
 
299
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
300
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
301
RANLIB = @RANLIB@
 
302
SED = @SED@
 
303
SET_MAKE = @SET_MAKE@
 
304
SHELL = @SHELL@
 
305
STRIP = @STRIP@
 
306
U2FS_VERSION_MAJOR = @U2FS_VERSION_MAJOR@
 
307
U2FS_VERSION_MINOR = @U2FS_VERSION_MINOR@
 
308
U2FS_VERSION_NUMBER = @U2FS_VERSION_NUMBER@
 
309
U2FS_VERSION_PATCH = @U2FS_VERSION_PATCH@
 
310
VERSION = @VERSION@
 
311
WARN_CFLAGS = @WARN_CFLAGS@
 
312
abs_builddir = @abs_builddir@
 
313
abs_srcdir = @abs_srcdir@
 
314
abs_top_builddir = @abs_top_builddir@
 
315
abs_top_srcdir = @abs_top_srcdir@
 
316
ac_ct_AR = @ac_ct_AR@
 
317
ac_ct_CC = @ac_ct_CC@
 
318
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
319
am__include = @am__include@
 
320
am__leading_dot = @am__leading_dot@
 
321
am__quote = @am__quote@
 
322
am__tar = @am__tar@
 
323
am__untar = @am__untar@
 
324
bindir = @bindir@
 
325
build = @build@
 
326
build_alias = @build_alias@
 
327
build_cpu = @build_cpu@
 
328
build_os = @build_os@
 
329
build_vendor = @build_vendor@
 
330
builddir = @builddir@
 
331
datadir = @datadir@
 
332
datarootdir = @datarootdir@
 
333
docdir = @docdir@
 
334
dvidir = @dvidir@
 
335
exec_prefix = @exec_prefix@
 
336
host = @host@
 
337
host_alias = @host_alias@
 
338
host_cpu = @host_cpu@
 
339
host_os = @host_os@
 
340
host_vendor = @host_vendor@
 
341
htmldir = @htmldir@
 
342
includedir = @includedir@
 
343
infodir = @infodir@
 
344
install_sh = @install_sh@
 
345
libdir = @libdir@
 
346
libexecdir = @libexecdir@
 
347
localedir = @localedir@
 
348
localstatedir = @localstatedir@
 
349
mandir = @mandir@
 
350
mkdir_p = @mkdir_p@
 
351
oldincludedir = @oldincludedir@
 
352
pdfdir = @pdfdir@
 
353
prefix = @prefix@
 
354
program_transform_name = @program_transform_name@
 
355
psdir = @psdir@
 
356
sbindir = @sbindir@
 
357
sharedstatedir = @sharedstatedir@
 
358
srcdir = @srcdir@
 
359
sysconfdir = @sysconfdir@
 
360
target_alias = @target_alias@
 
361
top_build_prefix = @top_build_prefix@
 
362
top_builddir = @top_builddir@
 
363
top_srcdir = @top_srcdir@
 
364
AM_CFLAGS = $(WARN_CFLAGS)
 
365
AM_CPPFLAGS = -I$(srcdir)/.. -I$(builddir)/.. -I$(builddir)/../u2f-server $(LIBSSL_CFLAGS)
 
366
u2f_server_SOURCES = u2f-server.c cmdline.ggo cmdline.c cmdline.h
 
367
u2f_server_LDADD = ../u2f-server/libu2f-server.la $(LIBSSL_LIBS)
 
368
BUILT_SOURCES = cmdline.c cmdline.h
 
369
MAINTAINERCLEANFILES = $(BUILT_SOURCES)
 
370
dist_man_MANS = u2f-server.1
 
371
DISTCLEANFILES = $(dist_man_MANS)
 
372
all: $(BUILT_SOURCES)
 
373
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
374
 
 
375
.SUFFIXES:
 
376
.SUFFIXES: .c .lo .o .obj
 
377
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
378
        @for dep in $?; do \
 
379
          case '$(am__configure_deps)' in \
 
380
            *$$dep*) \
 
381
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
382
                && { if test -f $@; then exit 0; else break; fi; }; \
 
383
              exit 1;; \
 
384
          esac; \
 
385
        done; \
 
386
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits src/Makefile'; \
 
387
        $(am__cd) $(top_srcdir) && \
 
388
          $(AUTOMAKE) --gnits src/Makefile
 
389
.PRECIOUS: Makefile
 
390
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
391
        @case '$?' in \
 
392
          *config.status*) \
 
393
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
394
          *) \
 
395
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
396
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
397
        esac;
 
398
 
 
399
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
400
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
401
 
 
402
$(top_srcdir)/configure:  $(am__configure_deps)
 
403
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
404
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
405
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
406
$(am__aclocal_m4_deps):
 
407
install-binPROGRAMS: $(bin_PROGRAMS)
 
408
        @$(NORMAL_INSTALL)
 
409
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
410
        if test -n "$$list"; then \
 
411
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
412
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
413
        fi; \
 
414
        for p in $$list; do echo "$$p $$p"; done | \
 
415
        sed 's/$(EXEEXT)$$//' | \
 
416
        while read p p1; do if test -f $$p \
 
417
         || test -f $$p1 \
 
418
          ; then echo "$$p"; echo "$$p"; else :; fi; \
 
419
        done | \
 
420
        sed -e 'p;s,.*/,,;n;h' \
 
421
            -e 's|.*|.|' \
 
422
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
423
        sed 'N;N;N;s,\n, ,g' | \
 
424
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
425
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
426
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
427
            else { print "f", $$3 "/" $$4, $$1; } } \
 
428
          END { for (d in files) print "f", d, files[d] }' | \
 
429
        while read type dir files; do \
 
430
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
431
            test -z "$$files" || { \
 
432
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
433
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
434
            } \
 
435
        ; done
 
436
 
 
437
uninstall-binPROGRAMS:
 
438
        @$(NORMAL_UNINSTALL)
 
439
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
440
        files=`for p in $$list; do echo "$$p"; done | \
 
441
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
442
              -e 's/$$/$(EXEEXT)/' \
 
443
        `; \
 
444
        test -n "$$list" || exit 0; \
 
445
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
446
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
447
 
 
448
clean-binPROGRAMS:
 
449
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
450
        echo " rm -f" $$list; \
 
451
        rm -f $$list || exit $$?; \
 
452
        test -n "$(EXEEXT)" || exit 0; \
 
453
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
454
        echo " rm -f" $$list; \
 
455
        rm -f $$list
 
456
 
 
457
installcheck-binPROGRAMS: $(bin_PROGRAMS)
 
458
        bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
 
459
          case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
 
460
           *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
 
461
          esac; \
 
462
          f=`echo "$$p" | \
 
463
             sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
464
          for opt in --help --version; do \
 
465
            if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
 
466
                 2>c$${pid}_.err </dev/null \
 
467
                 && test -n "`cat c$${pid}_.out`" \
 
468
                 && test -z "`cat c$${pid}_.err`"; then :; \
 
469
            else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
 
470
          done; \
 
471
        done; rm -f c$${pid}_.???; exit $$bad
 
472
 
 
473
u2f-server$(EXEEXT): $(u2f_server_OBJECTS) $(u2f_server_DEPENDENCIES) $(EXTRA_u2f_server_DEPENDENCIES) 
 
474
        @rm -f u2f-server$(EXEEXT)
 
475
        $(AM_V_CCLD)$(LINK) $(u2f_server_OBJECTS) $(u2f_server_LDADD) $(LIBS)
 
476
 
 
477
mostlyclean-compile:
 
478
        -rm -f *.$(OBJEXT)
 
479
 
 
480
distclean-compile:
 
481
        -rm -f *.tab.c
 
482
 
 
483
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmdline.Po@am__quote@
 
484
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/u2f-server.Po@am__quote@
 
485
 
 
486
.c.o:
 
487
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
488
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
489
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
490
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
491
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
492
 
 
493
.c.obj:
 
494
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
495
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
496
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
497
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
498
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
499
 
 
500
.c.lo:
 
501
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
502
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
503
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
504
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
505
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
506
 
 
507
mostlyclean-libtool:
 
508
        -rm -f *.lo
 
509
 
 
510
clean-libtool:
 
511
        -rm -rf .libs _libs
 
512
install-man1: $(dist_man_MANS)
 
513
        @$(NORMAL_INSTALL)
 
514
        @list1=''; \
 
515
        list2='$(dist_man_MANS)'; \
 
516
        test -n "$(man1dir)" \
 
517
          && test -n "`echo $$list1$$list2`" \
 
518
          || exit 0; \
 
519
        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
 
520
        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
 
521
        { for i in $$list1; do echo "$$i"; done;  \
 
522
        if test -n "$$list2"; then \
 
523
          for i in $$list2; do echo "$$i"; done \
 
524
            | sed -n '/\.1[a-z]*$$/p'; \
 
525
        fi; \
 
526
        } | while read p; do \
 
527
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
528
          echo "$$d$$p"; echo "$$p"; \
 
529
        done | \
 
530
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
531
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
532
        sed 'N;N;s,\n, ,g' | { \
 
533
        list=; while read file base inst; do \
 
534
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
535
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
536
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
 
537
          fi; \
 
538
        done; \
 
539
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
540
        while read files; do \
 
541
          test -z "$$files" || { \
 
542
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
 
543
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
 
544
        done; }
 
545
 
 
546
uninstall-man1:
 
547
        @$(NORMAL_UNINSTALL)
 
548
        @list=''; test -n "$(man1dir)" || exit 0; \
 
549
        files=`{ for i in $$list; do echo "$$i"; done; \
 
550
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
551
          sed -n '/\.1[a-z]*$$/p'; \
 
552
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
553
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
554
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
 
555
 
 
556
ID: $(am__tagged_files)
 
557
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
558
tags: tags-am
 
559
TAGS: tags
 
560
 
 
561
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
562
        set x; \
 
563
        here=`pwd`; \
 
564
        $(am__define_uniq_tagged_files); \
 
565
        shift; \
 
566
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
567
          test -n "$$unique" || unique=$$empty_fix; \
 
568
          if test $$# -gt 0; then \
 
569
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
570
              "$$@" $$unique; \
 
571
          else \
 
572
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
573
              $$unique; \
 
574
          fi; \
 
575
        fi
 
576
ctags: ctags-am
 
577
 
 
578
CTAGS: ctags
 
579
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
580
        $(am__define_uniq_tagged_files); \
 
581
        test -z "$(CTAGS_ARGS)$$unique" \
 
582
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
583
             $$unique
 
584
 
 
585
GTAGS:
 
586
        here=`$(am__cd) $(top_builddir) && pwd` \
 
587
          && $(am__cd) $(top_srcdir) \
 
588
          && gtags -i $(GTAGS_ARGS) "$$here"
 
589
cscopelist: cscopelist-am
 
590
 
 
591
cscopelist-am: $(am__tagged_files)
 
592
        list='$(am__tagged_files)'; \
 
593
        case "$(srcdir)" in \
 
594
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
595
          *) sdir=$(subdir)/$(srcdir) ;; \
 
596
        esac; \
 
597
        for i in $$list; do \
 
598
          if test -f "$$i"; then \
 
599
            echo "$(subdir)/$$i"; \
 
600
          else \
 
601
            echo "$$sdir/$$i"; \
 
602
          fi; \
 
603
        done >> $(top_builddir)/cscope.files
 
604
 
 
605
distclean-tags:
 
606
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
607
 
 
608
distdir: $(DISTFILES)
 
609
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
610
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
611
        list='$(DISTFILES)'; \
 
612
          dist_files=`for file in $$list; do echo $$file; done | \
 
613
          sed -e "s|^$$srcdirstrip/||;t" \
 
614
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
615
        case $$dist_files in \
 
616
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
617
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
618
                           sort -u` ;; \
 
619
        esac; \
 
620
        for file in $$dist_files; do \
 
621
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
622
          if test -d $$d/$$file; then \
 
623
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
624
            if test -d "$(distdir)/$$file"; then \
 
625
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
626
            fi; \
 
627
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
628
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
629
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
630
            fi; \
 
631
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
632
          else \
 
633
            test -f "$(distdir)/$$file" \
 
634
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
635
            || exit 1; \
 
636
          fi; \
 
637
        done
 
638
check-am: all-am
 
639
check: $(BUILT_SOURCES)
 
640
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
641
all-am: Makefile $(PROGRAMS) $(MANS)
 
642
installdirs:
 
643
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
 
644
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
645
        done
 
646
install: $(BUILT_SOURCES)
 
647
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
648
install-exec: install-exec-am
 
649
install-data: install-data-am
 
650
uninstall: uninstall-am
 
651
 
 
652
install-am: all-am
 
653
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
654
 
 
655
installcheck: installcheck-am
 
656
install-strip:
 
657
        if test -z '$(STRIP)'; then \
 
658
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
659
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
660
              install; \
 
661
        else \
 
662
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
663
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
664
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
665
        fi
 
666
mostlyclean-generic:
 
667
 
 
668
clean-generic:
 
669
 
 
670
distclean-generic:
 
671
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
672
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
673
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
674
 
 
675
maintainer-clean-generic:
 
676
        @echo "This command is intended for maintainers to use"
 
677
        @echo "it deletes files that may require special tools to rebuild."
 
678
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
679
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
680
clean: clean-am
 
681
 
 
682
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
683
 
 
684
distclean: distclean-am
 
685
        -rm -rf ./$(DEPDIR)
 
686
        -rm -f Makefile
 
687
distclean-am: clean-am distclean-compile distclean-generic \
 
688
        distclean-tags
 
689
 
 
690
dvi: dvi-am
 
691
 
 
692
dvi-am:
 
693
 
 
694
html: html-am
 
695
 
 
696
html-am:
 
697
 
 
698
info: info-am
 
699
 
 
700
info-am:
 
701
 
 
702
install-data-am: install-man
 
703
 
 
704
install-dvi: install-dvi-am
 
705
 
 
706
install-dvi-am:
 
707
 
 
708
install-exec-am: install-binPROGRAMS
 
709
 
 
710
install-html: install-html-am
 
711
 
 
712
install-html-am:
 
713
 
 
714
install-info: install-info-am
 
715
 
 
716
install-info-am:
 
717
 
 
718
install-man: install-man1
 
719
 
 
720
install-pdf: install-pdf-am
 
721
 
 
722
install-pdf-am:
 
723
 
 
724
install-ps: install-ps-am
 
725
 
 
726
install-ps-am:
 
727
 
 
728
installcheck-am: installcheck-binPROGRAMS
 
729
 
 
730
maintainer-clean: maintainer-clean-am
 
731
        -rm -rf ./$(DEPDIR)
 
732
        -rm -f Makefile
 
733
maintainer-clean-am: distclean-am maintainer-clean-generic
 
734
 
 
735
mostlyclean: mostlyclean-am
 
736
 
 
737
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
738
        mostlyclean-libtool
 
739
 
 
740
pdf: pdf-am
 
741
 
 
742
pdf-am:
 
743
 
 
744
ps: ps-am
 
745
 
 
746
ps-am:
 
747
 
 
748
uninstall-am: uninstall-binPROGRAMS uninstall-man
 
749
 
 
750
uninstall-man: uninstall-man1
 
751
 
 
752
.MAKE: all check install install-am install-strip
 
753
 
 
754
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
 
755
        clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
 
756
        ctags ctags-am distclean distclean-compile distclean-generic \
 
757
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
758
        html-am info info-am install install-am install-binPROGRAMS \
 
759
        install-data install-data-am install-dvi install-dvi-am \
 
760
        install-exec install-exec-am install-html install-html-am \
 
761
        install-info install-info-am install-man install-man1 \
 
762
        install-pdf install-pdf-am install-ps install-ps-am \
 
763
        install-strip installcheck installcheck-am \
 
764
        installcheck-binPROGRAMS installdirs maintainer-clean \
 
765
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
766
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
767
        tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
 
768
        uninstall-man uninstall-man1
 
769
 
 
770
 
 
771
cmdline.c cmdline.h: cmdline.ggo Makefile.am
 
772
        gengetopt --no-handle-help --input $^
 
773
 
 
774
u2f-server.1: $(srcdir)/u2f-server.c $(srcdir)/cmdline.ggo $(top_srcdir)/configure.ac
 
775
        $(HELP2MAN) \
 
776
                --output=$@ $(builddir)/u2f-server$(EXEEXT) \
 
777
                --name="Yubico Universal 2nd Factor (U2F) Server Tool" \
 
778
                --no-info
 
779
 
 
780
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
781
# Otherwise a system limit (for SysV at least) may be exceeded.
 
782
.NOEXPORT: