Initial commit
[platform/upstream/ccid.git] / contrib / RSA_SecurID / Makefile.in
1 # Makefile.in generated by automake 1.16.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2020 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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 noinst_PROGRAMS = RSA_SecurID_getpasswd$(EXEEXT)
92 subdir = contrib/RSA_SecurID
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/as-ac-expand.m4 \
95         $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
96         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98         $(top_srcdir)/configure.ac
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100         $(ACLOCAL_M4)
101 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = $(top_builddir)/config.h
104 CONFIG_CLEAN_FILES =
105 CONFIG_CLEAN_VPATH_FILES =
106 PROGRAMS = $(noinst_PROGRAMS)
107 am_RSA_SecurID_getpasswd_OBJECTS =  \
108         RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.$(OBJEXT)
109 RSA_SecurID_getpasswd_OBJECTS = $(am_RSA_SecurID_getpasswd_OBJECTS)
110 am__DEPENDENCIES_1 =
111 RSA_SecurID_getpasswd_DEPENDENCIES = $(am__DEPENDENCIES_1)
112 AM_V_lt = $(am__v_lt_@AM_V@)
113 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
114 am__v_lt_0 = --silent
115 am__v_lt_1 = 
116 RSA_SecurID_getpasswd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
117         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
118         $(RSA_SecurID_getpasswd_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
119         $(LDFLAGS) -o $@
120 AM_V_P = $(am__v_P_@AM_V@)
121 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
122 am__v_P_0 = false
123 am__v_P_1 = :
124 AM_V_GEN = $(am__v_GEN_@AM_V@)
125 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
126 am__v_GEN_0 = @echo "  GEN     " $@;
127 am__v_GEN_1 = 
128 AM_V_at = $(am__v_at_@AM_V@)
129 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130 am__v_at_0 = @
131 am__v_at_1 = 
132 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
133 depcomp = $(SHELL) $(top_srcdir)/depcomp
134 am__maybe_remake_depfiles = depfiles
135 am__depfiles_remade =  \
136         ./$(DEPDIR)/RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.Po
137 am__mv = mv -f
138 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
139         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
140 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
141         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
142         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
143         $(AM_CFLAGS) $(CFLAGS)
144 AM_V_CC = $(am__v_CC_@AM_V@)
145 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
146 am__v_CC_0 = @echo "  CC      " $@;
147 am__v_CC_1 = 
148 CCLD = $(CC)
149 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
150         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
151         $(AM_LDFLAGS) $(LDFLAGS) -o $@
152 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
153 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
154 am__v_CCLD_0 = @echo "  CCLD    " $@;
155 am__v_CCLD_1 = 
156 SOURCES = $(RSA_SecurID_getpasswd_SOURCES)
157 DIST_SOURCES = $(RSA_SecurID_getpasswd_SOURCES)
158 am__can_run_installinfo = \
159   case $$AM_UPDATE_INFO_DIR in \
160     n|no|NO) false;; \
161     *) (install-info --version) >/dev/null 2>&1;; \
162   esac
163 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
164 # Read a list of newline-separated strings from the standard input,
165 # and print each of them once, without duplicates.  Input order is
166 # *not* preserved.
167 am__uniquify_input = $(AWK) '\
168   BEGIN { nonempty = 0; } \
169   { items[$$0] = 1; nonempty = 1; } \
170   END { if (nonempty) { for (i in items) print i; }; } \
171 '
172 # Make sure the list of sources is unique.  This is necessary because,
173 # e.g., the same source file might be shared among _SOURCES variables
174 # for different programs/libraries.
175 am__define_uniq_tagged_files = \
176   list='$(am__tagged_files)'; \
177   unique=`for i in $$list; do \
178     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
179   done | $(am__uniquify_input)`
180 ETAGS = etags
181 CTAGS = ctags
182 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
183 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
184 ACLOCAL = @ACLOCAL@
185 AMTAR = @AMTAR@
186 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
187 AR = @AR@
188 AUTOCONF = @AUTOCONF@
189 AUTOHEADER = @AUTOHEADER@
190 AUTOMAKE = @AUTOMAKE@
191 AWK = @AWK@
192 BUNDLE_HOST = @BUNDLE_HOST@
193 CC = @CC@
194 CCDEPMODE = @CCDEPMODE@
195 CFLAGS = @CFLAGS@
196 CPP = @CPP@
197 CPPFLAGS = @CPPFLAGS@
198 CYGPATH_W = @CYGPATH_W@
199 DEFS = @DEFS@
200 DEPDIR = @DEPDIR@
201 DLLTOOL = @DLLTOOL@
202 DSYMUTIL = @DSYMUTIL@
203 DUMPBIN = @DUMPBIN@
204 DYN_LIB_EXT = @DYN_LIB_EXT@
205 ECHO_C = @ECHO_C@
206 ECHO_N = @ECHO_N@
207 ECHO_T = @ECHO_T@
208 EGREP = @EGREP@
209 EXEEXT = @EXEEXT@
210 FGREP = @FGREP@
211 GREP = @GREP@
212 INSTALL = @INSTALL@
213 INSTALL_DATA = @INSTALL_DATA@
214 INSTALL_PROGRAM = @INSTALL_PROGRAM@
215 INSTALL_SCRIPT = @INSTALL_SCRIPT@
216 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
217 LD = @LD@
218 LDFLAGS = @LDFLAGS@
219 LEX = @LEX@
220 LEXLIB = @LEXLIB@
221 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
222 LIBOBJS = @LIBOBJS@
223 LIBS = @LIBS@
224 LIBTOOL = @LIBTOOL@
225 LIBTOOL_DEPS = @LIBTOOL_DEPS@
226 LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
227 LIBUSB_LIBS = @LIBUSB_LIBS@
228 LIPO = @LIPO@
229 LN_S = @LN_S@
230 LTLIBOBJS = @LTLIBOBJS@
231 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
232 MAINT = @MAINT@
233 MAKEINFO = @MAKEINFO@
234 MANIFEST_TOOL = @MANIFEST_TOOL@
235 MKDIR_P = @MKDIR_P@
236 NM = @NM@
237 NMEDIT = @NMEDIT@
238 NOCLASS = @NOCLASS@
239 OBJDUMP = @OBJDUMP@
240 OBJEXT = @OBJEXT@
241 OTOOL = @OTOOL@
242 OTOOL64 = @OTOOL64@
243 PACKAGE = @PACKAGE@
244 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
245 PACKAGE_NAME = @PACKAGE_NAME@
246 PACKAGE_STRING = @PACKAGE_STRING@
247 PACKAGE_TARNAME = @PACKAGE_TARNAME@
248 PACKAGE_URL = @PACKAGE_URL@
249 PACKAGE_VERSION = @PACKAGE_VERSION@
250 PATH_SEPARATOR = @PATH_SEPARATOR@
251 PCSC_CFLAGS = @PCSC_CFLAGS@
252 PCSC_LIBS = @PCSC_LIBS@
253 PKG_CONFIG = @PKG_CONFIG@
254 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
255 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
256 PTHREAD_CC = @PTHREAD_CC@
257 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
258 PTHREAD_LIBS = @PTHREAD_LIBS@
259 RANLIB = @RANLIB@
260 SED = @SED@
261 SET_MAKE = @SET_MAKE@
262 SHELL = @SHELL@
263 STRIP = @STRIP@
264 SYMBOL_VISIBILITY = @SYMBOL_VISIBILITY@
265 VERSION = @VERSION@
266 abs_builddir = @abs_builddir@
267 abs_srcdir = @abs_srcdir@
268 abs_top_builddir = @abs_top_builddir@
269 abs_top_srcdir = @abs_top_srcdir@
270 ac_aux_dir = @ac_aux_dir@
271 ac_ct_AR = @ac_ct_AR@
272 ac_ct_CC = @ac_ct_CC@
273 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
274 am__include = @am__include@
275 am__leading_dot = @am__leading_dot@
276 am__quote = @am__quote@
277 am__tar = @am__tar@
278 am__untar = @am__untar@
279 ax_pthread_config = @ax_pthread_config@
280 bindir = @bindir@
281 bindir_exp = @bindir_exp@
282 build = @build@
283 build_alias = @build_alias@
284 build_cpu = @build_cpu@
285 build_os = @build_os@
286 build_vendor = @build_vendor@
287 builddir = @builddir@
288 bundle = @bundle@
289 ccidtwindir = @ccidtwindir@
290 datadir = @datadir@
291 datarootdir = @datarootdir@
292 docdir = @docdir@
293 dvidir = @dvidir@
294 exec_prefix = @exec_prefix@
295 host = @host@
296 host_alias = @host_alias@
297 host_cpu = @host_cpu@
298 host_os = @host_os@
299 host_vendor = @host_vendor@
300 htmldir = @htmldir@
301 includedir = @includedir@
302 infodir = @infodir@
303 install_sh = @install_sh@
304 libdir = @libdir@
305 libexecdir = @libexecdir@
306 localedir = @localedir@
307 localstatedir = @localstatedir@
308 mandir = @mandir@
309 mkdir_p = @mkdir_p@
310 oldincludedir = @oldincludedir@
311 pdfdir = @pdfdir@
312 prefix = @prefix@
313 program_transform_name = @program_transform_name@
314 psdir = @psdir@
315 runstatedir = @runstatedir@
316 sbindir = @sbindir@
317 serialconfdir = @serialconfdir@
318 sharedstatedir = @sharedstatedir@
319 srcdir = @srcdir@
320 sysconfdir = @sysconfdir@
321 sysconfdir_exp = @sysconfdir_exp@
322 target_alias = @target_alias@
323 top_build_prefix = @top_build_prefix@
324 top_builddir = @top_builddir@
325 top_srcdir = @top_srcdir@
326 usbdropdir = @usbdropdir@
327 RSA_SecurID_getpasswd_SOURCES = RSA_SecurID_getpasswd.c
328 RSA_SecurID_getpasswd_CFLAGS = $(PCSC_CFLAGS)
329 RSA_SecurID_getpasswd_LDADD = $(PCSC_LIBS)
330 noinst_MANS = RSA_SecurID_getpasswd.1
331 EXTRA_DIST = $(noinst_MANS)
332 all: all-am
333
334 .SUFFIXES:
335 .SUFFIXES: .c .lo .o .obj
336 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
337         @for dep in $?; do \
338           case '$(am__configure_deps)' in \
339             *$$dep*) \
340               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
341                 && { if test -f $@; then exit 0; else break; fi; }; \
342               exit 1;; \
343           esac; \
344         done; \
345         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/RSA_SecurID/Makefile'; \
346         $(am__cd) $(top_srcdir) && \
347           $(AUTOMAKE) --foreign contrib/RSA_SecurID/Makefile
348 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
349         @case '$?' in \
350           *config.status*) \
351             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
352           *) \
353             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
354             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
355         esac;
356
357 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
358         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359
360 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
361         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
363         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364 $(am__aclocal_m4_deps):
365
366 clean-noinstPROGRAMS:
367         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
368         echo " rm -f" $$list; \
369         rm -f $$list || exit $$?; \
370         test -n "$(EXEEXT)" || exit 0; \
371         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
372         echo " rm -f" $$list; \
373         rm -f $$list
374
375 RSA_SecurID_getpasswd$(EXEEXT): $(RSA_SecurID_getpasswd_OBJECTS) $(RSA_SecurID_getpasswd_DEPENDENCIES) $(EXTRA_RSA_SecurID_getpasswd_DEPENDENCIES) 
376         @rm -f RSA_SecurID_getpasswd$(EXEEXT)
377         $(AM_V_CCLD)$(RSA_SecurID_getpasswd_LINK) $(RSA_SecurID_getpasswd_OBJECTS) $(RSA_SecurID_getpasswd_LDADD) $(LIBS)
378
379 mostlyclean-compile:
380         -rm -f *.$(OBJEXT)
381
382 distclean-compile:
383         -rm -f *.tab.c
384
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.Po@am__quote@ # am--include-marker
386
387 $(am__depfiles_remade):
388         @$(MKDIR_P) $(@D)
389         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
390
391 am--depfiles: $(am__depfiles_remade)
392
393 .c.o:
394 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
395 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
396 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
397 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
398 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
400
401 .c.obj:
402 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
403 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
404 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
405 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
408
409 .c.lo:
410 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
411 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
412 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
413 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
416
417 RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.o: RSA_SecurID_getpasswd.c
418 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(RSA_SecurID_getpasswd_CFLAGS) $(CFLAGS) -MT RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.o -MD -MP -MF $(DEPDIR)/RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.Tpo -c -o RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.o `test -f 'RSA_SecurID_getpasswd.c' || echo '$(srcdir)/'`RSA_SecurID_getpasswd.c
419 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.Tpo $(DEPDIR)/RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.Po
420 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='RSA_SecurID_getpasswd.c' object='RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.o' libtool=no @AMDEPBACKSLASH@
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(RSA_SecurID_getpasswd_CFLAGS) $(CFLAGS) -c -o RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.o `test -f 'RSA_SecurID_getpasswd.c' || echo '$(srcdir)/'`RSA_SecurID_getpasswd.c
423
424 RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.obj: RSA_SecurID_getpasswd.c
425 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(RSA_SecurID_getpasswd_CFLAGS) $(CFLAGS) -MT RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.obj -MD -MP -MF $(DEPDIR)/RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.Tpo -c -o RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.obj `if test -f 'RSA_SecurID_getpasswd.c'; then $(CYGPATH_W) 'RSA_SecurID_getpasswd.c'; else $(CYGPATH_W) '$(srcdir)/RSA_SecurID_getpasswd.c'; fi`
426 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.Tpo $(DEPDIR)/RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.Po
427 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='RSA_SecurID_getpasswd.c' object='RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.obj' libtool=no @AMDEPBACKSLASH@
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(RSA_SecurID_getpasswd_CFLAGS) $(CFLAGS) -c -o RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.obj `if test -f 'RSA_SecurID_getpasswd.c'; then $(CYGPATH_W) 'RSA_SecurID_getpasswd.c'; else $(CYGPATH_W) '$(srcdir)/RSA_SecurID_getpasswd.c'; fi`
430
431 mostlyclean-libtool:
432         -rm -f *.lo
433
434 clean-libtool:
435         -rm -rf .libs _libs
436
437 ID: $(am__tagged_files)
438         $(am__define_uniq_tagged_files); mkid -fID $$unique
439 tags: tags-am
440 TAGS: tags
441
442 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
443         set x; \
444         here=`pwd`; \
445         $(am__define_uniq_tagged_files); \
446         shift; \
447         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
448           test -n "$$unique" || unique=$$empty_fix; \
449           if test $$# -gt 0; then \
450             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451               "$$@" $$unique; \
452           else \
453             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454               $$unique; \
455           fi; \
456         fi
457 ctags: ctags-am
458
459 CTAGS: ctags
460 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
461         $(am__define_uniq_tagged_files); \
462         test -z "$(CTAGS_ARGS)$$unique" \
463           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
464              $$unique
465
466 GTAGS:
467         here=`$(am__cd) $(top_builddir) && pwd` \
468           && $(am__cd) $(top_srcdir) \
469           && gtags -i $(GTAGS_ARGS) "$$here"
470 cscopelist: cscopelist-am
471
472 cscopelist-am: $(am__tagged_files)
473         list='$(am__tagged_files)'; \
474         case "$(srcdir)" in \
475           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
476           *) sdir=$(subdir)/$(srcdir) ;; \
477         esac; \
478         for i in $$list; do \
479           if test -f "$$i"; then \
480             echo "$(subdir)/$$i"; \
481           else \
482             echo "$$sdir/$$i"; \
483           fi; \
484         done >> $(top_builddir)/cscope.files
485
486 distclean-tags:
487         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
488
489 distdir: $(BUILT_SOURCES)
490         $(MAKE) $(AM_MAKEFLAGS) distdir-am
491
492 distdir-am: $(DISTFILES)
493         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
494         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
495         list='$(DISTFILES)'; \
496           dist_files=`for file in $$list; do echo $$file; done | \
497           sed -e "s|^$$srcdirstrip/||;t" \
498               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
499         case $$dist_files in \
500           */*) $(MKDIR_P) `echo "$$dist_files" | \
501                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
502                            sort -u` ;; \
503         esac; \
504         for file in $$dist_files; do \
505           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
506           if test -d $$d/$$file; then \
507             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
508             if test -d "$(distdir)/$$file"; then \
509               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
510             fi; \
511             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
512               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
513               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
514             fi; \
515             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
516           else \
517             test -f "$(distdir)/$$file" \
518             || cp -p $$d/$$file "$(distdir)/$$file" \
519             || exit 1; \
520           fi; \
521         done
522 check-am: all-am
523 check: check-am
524 all-am: Makefile $(PROGRAMS)
525 installdirs:
526 install: install-am
527 install-exec: install-exec-am
528 install-data: install-data-am
529 uninstall: uninstall-am
530
531 install-am: all-am
532         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
533
534 installcheck: installcheck-am
535 install-strip:
536         if test -z '$(STRIP)'; then \
537           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
538             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
539               install; \
540         else \
541           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
542             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
543             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
544         fi
545 mostlyclean-generic:
546
547 clean-generic:
548
549 distclean-generic:
550         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
551         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
552
553 maintainer-clean-generic:
554         @echo "This command is intended for maintainers to use"
555         @echo "it deletes files that may require special tools to rebuild."
556 clean: clean-am
557
558 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
559         mostlyclean-am
560
561 distclean: distclean-am
562                 -rm -f ./$(DEPDIR)/RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.Po
563         -rm -f Makefile
564 distclean-am: clean-am distclean-compile distclean-generic \
565         distclean-tags
566
567 dvi: dvi-am
568
569 dvi-am:
570
571 html: html-am
572
573 html-am:
574
575 info: info-am
576
577 info-am:
578
579 install-data-am:
580
581 install-dvi: install-dvi-am
582
583 install-dvi-am:
584
585 install-exec-am:
586
587 install-html: install-html-am
588
589 install-html-am:
590
591 install-info: install-info-am
592
593 install-info-am:
594
595 install-man:
596
597 install-pdf: install-pdf-am
598
599 install-pdf-am:
600
601 install-ps: install-ps-am
602
603 install-ps-am:
604
605 installcheck-am:
606
607 maintainer-clean: maintainer-clean-am
608                 -rm -f ./$(DEPDIR)/RSA_SecurID_getpasswd-RSA_SecurID_getpasswd.Po
609         -rm -f Makefile
610 maintainer-clean-am: distclean-am maintainer-clean-generic
611
612 mostlyclean: mostlyclean-am
613
614 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
615         mostlyclean-libtool
616
617 pdf: pdf-am
618
619 pdf-am:
620
621 ps: ps-am
622
623 ps-am:
624
625 uninstall-am:
626
627 .MAKE: install-am install-strip
628
629 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
630         clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
631         ctags ctags-am distclean distclean-compile distclean-generic \
632         distclean-libtool distclean-tags distdir dvi dvi-am html \
633         html-am info info-am install install-am install-data \
634         install-data-am install-dvi install-dvi-am install-exec \
635         install-exec-am install-html install-html-am install-info \
636         install-info-am install-man install-pdf install-pdf-am \
637         install-ps install-ps-am install-strip installcheck \
638         installcheck-am installdirs maintainer-clean \
639         maintainer-clean-generic mostlyclean mostlyclean-compile \
640         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
641         tags tags-am uninstall uninstall-am
642
643 .PRECIOUS: Makefile
644
645
646 # Tell versions [3.59,3.63) of GNU make to not export all variables.
647 # Otherwise a system limit (for SysV at least) may be exceeded.
648 .NOEXPORT: