1# Makefile.in generated by automake 1.14 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@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = .
81DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
82	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83	$(top_srcdir)/configure $(am__configure_deps) \
84	$(srcdir)/config.h.in COPYING ar-lib compile config.guess \
85	config.sub depcomp install-sh missing ylwrap ltmain.sh
86ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87am__aclocal_m4_deps = $(top_srcdir)/m4/as-ac-expand.m4 \
88	$(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
89	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
90	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
91	$(top_srcdir)/configure.ac
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93	$(ACLOCAL_M4)
94am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
95 configure.lineno config.status.lineno
96mkinstalldirs = $(install_sh) -d
97CONFIG_HEADER = config.h
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
100AM_V_P = $(am__v_P_@AM_V@)
101am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
102am__v_P_0 = false
103am__v_P_1 = :
104AM_V_GEN = $(am__v_GEN_@AM_V@)
105am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
106am__v_GEN_0 = @echo "  GEN     " $@;
107am__v_GEN_1 = 
108AM_V_at = $(am__v_at_@AM_V@)
109am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
110am__v_at_0 = @
111am__v_at_1 = 
112SOURCES =
113DIST_SOURCES =
114RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
115	ctags-recursive dvi-recursive html-recursive info-recursive \
116	install-data-recursive install-dvi-recursive \
117	install-exec-recursive install-html-recursive \
118	install-info-recursive install-pdf-recursive \
119	install-ps-recursive install-recursive installcheck-recursive \
120	installdirs-recursive pdf-recursive ps-recursive \
121	tags-recursive uninstall-recursive
122am__can_run_installinfo = \
123  case $$AM_UPDATE_INFO_DIR in \
124    n|no|NO) false;; \
125    *) (install-info --version) >/dev/null 2>&1;; \
126  esac
127RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
128  distclean-recursive maintainer-clean-recursive
129am__recursive_targets = \
130  $(RECURSIVE_TARGETS) \
131  $(RECURSIVE_CLEAN_TARGETS) \
132  $(am__extra_recursive_targets)
133AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
134	cscope distdir dist dist-all distcheck
135am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
136	$(LISP)config.h.in
137# Read a list of newline-separated strings from the standard input,
138# and print each of them once, without duplicates.  Input order is
139# *not* preserved.
140am__uniquify_input = $(AWK) '\
141  BEGIN { nonempty = 0; } \
142  { items[$$0] = 1; nonempty = 1; } \
143  END { if (nonempty) { for (i in items) print i; }; } \
144'
145# Make sure the list of sources is unique.  This is necessary because,
146# e.g., the same source file might be shared among _SOURCES variables
147# for different programs/libraries.
148am__define_uniq_tagged_files = \
149  list='$(am__tagged_files)'; \
150  unique=`for i in $$list; do \
151    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
152  done | $(am__uniquify_input)`
153ETAGS = etags
154CTAGS = ctags
155CSCOPE = cscope
156DIST_SUBDIRS = $(SUBDIRS)
157DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
158distdir = $(PACKAGE)-$(VERSION)
159top_distdir = $(distdir)
160am__remove_distdir = \
161  if test -d "$(distdir)"; then \
162    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
163      && rm -rf "$(distdir)" \
164      || { sleep 5 && rm -rf "$(distdir)"; }; \
165  else :; fi
166am__post_remove_distdir = $(am__remove_distdir)
167am__relativize = \
168  dir0=`pwd`; \
169  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
170  sed_rest='s,^[^/]*/*,,'; \
171  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
172  sed_butlast='s,/*[^/]*$$,,'; \
173  while test -n "$$dir1"; do \
174    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
175    if test "$$first" != "."; then \
176      if test "$$first" = ".."; then \
177        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
178        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
179      else \
180        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
181        if test "$$first2" = "$$first"; then \
182          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
183        else \
184          dir2="../$$dir2"; \
185        fi; \
186        dir0="$$dir0"/"$$first"; \
187      fi; \
188    fi; \
189    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
190  done; \
191  reldir="$$dir2"
192GZIP_ENV = --best
193DIST_ARCHIVES = $(distdir).tar.bz2
194DIST_TARGETS = dist-bzip2
195distuninstallcheck_listfiles = find . -type f -print
196am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
197  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
198distcleancheck_listfiles = find . -type f -print
199ACLOCAL = @ACLOCAL@
200AMTAR = @AMTAR@
201AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
202AR = @AR@
203AUTOCONF = @AUTOCONF@
204AUTOHEADER = @AUTOHEADER@
205AUTOMAKE = @AUTOMAKE@
206AWK = @AWK@
207BUNDLE_HOST = @BUNDLE_HOST@
208CC = @CC@
209CCDEPMODE = @CCDEPMODE@
210CFLAGS = @CFLAGS@
211CPP = @CPP@
212CPPFLAGS = @CPPFLAGS@
213CYGPATH_W = @CYGPATH_W@
214DEFS = @DEFS@
215DEPDIR = @DEPDIR@
216DLLTOOL = @DLLTOOL@
217DSYMUTIL = @DSYMUTIL@
218DUMPBIN = @DUMPBIN@
219DYN_LIB_EXT = @DYN_LIB_EXT@
220ECHO_C = @ECHO_C@
221ECHO_N = @ECHO_N@
222ECHO_T = @ECHO_T@
223EGREP = @EGREP@
224EXEEXT = @EXEEXT@
225FGREP = @FGREP@
226GREP = @GREP@
227INSTALL = @INSTALL@
228INSTALL_DATA = @INSTALL_DATA@
229INSTALL_PROGRAM = @INSTALL_PROGRAM@
230INSTALL_SCRIPT = @INSTALL_SCRIPT@
231INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
232LD = @LD@
233LDFLAGS = @LDFLAGS@
234LEX = @LEX@
235LEXLIB = @LEXLIB@
236LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
237LIBOBJS = @LIBOBJS@
238LIBS = @LIBS@
239LIBTOOL = @LIBTOOL@
240
241# Automatically update the libtool script if it becomes out-of-date.
242LIBTOOL_DEPS = @LIBTOOL_DEPS@
243LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
244LIBUSB_LIBS = @LIBUSB_LIBS@
245LIPO = @LIPO@
246LN_S = @LN_S@
247LTLIBOBJS = @LTLIBOBJS@
248MAINT = @MAINT@
249MAKEINFO = @MAKEINFO@
250MANIFEST_TOOL = @MANIFEST_TOOL@
251MKDIR_P = @MKDIR_P@
252NM = @NM@
253NMEDIT = @NMEDIT@
254NOCLASS = @NOCLASS@
255OBJDUMP = @OBJDUMP@
256OBJEXT = @OBJEXT@
257OTOOL = @OTOOL@
258OTOOL64 = @OTOOL64@
259PACKAGE = @PACKAGE@
260PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
261PACKAGE_NAME = @PACKAGE_NAME@
262PACKAGE_STRING = @PACKAGE_STRING@
263PACKAGE_TARNAME = @PACKAGE_TARNAME@
264PACKAGE_URL = @PACKAGE_URL@
265PACKAGE_VERSION = @PACKAGE_VERSION@
266PATH_SEPARATOR = @PATH_SEPARATOR@
267PCSC_CFLAGS = @PCSC_CFLAGS@
268PCSC_LIBS = @PCSC_LIBS@
269PKG_CONFIG = @PKG_CONFIG@
270PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
271PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
272PTHREAD_CC = @PTHREAD_CC@
273PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
274PTHREAD_LIBS = @PTHREAD_LIBS@
275RANLIB = @RANLIB@
276SED = @SED@
277SET_MAKE = @SET_MAKE@
278SHELL = @SHELL@
279STRIP = @STRIP@
280SYMBOL_VISIBILITY = @SYMBOL_VISIBILITY@
281VERSION = @VERSION@
282abs_builddir = @abs_builddir@
283abs_srcdir = @abs_srcdir@
284abs_top_builddir = @abs_top_builddir@
285abs_top_srcdir = @abs_top_srcdir@
286ac_aux_dir = @ac_aux_dir@
287ac_ct_AR = @ac_ct_AR@
288ac_ct_CC = @ac_ct_CC@
289ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
290am__include = @am__include@
291am__leading_dot = @am__leading_dot@
292am__quote = @am__quote@
293am__tar = @am__tar@
294am__untar = @am__untar@
295ax_pthread_config = @ax_pthread_config@
296bindir = @bindir@
297bindir_exp = @bindir_exp@
298build = @build@
299build_alias = @build_alias@
300build_cpu = @build_cpu@
301build_os = @build_os@
302build_vendor = @build_vendor@
303builddir = @builddir@
304bundle = @bundle@
305ccidtwindir = @ccidtwindir@
306datadir = @datadir@
307datarootdir = @datarootdir@
308docdir = @docdir@
309dvidir = @dvidir@
310exec_prefix = @exec_prefix@
311host = @host@
312host_alias = @host_alias@
313host_cpu = @host_cpu@
314host_os = @host_os@
315host_vendor = @host_vendor@
316htmldir = @htmldir@
317includedir = @includedir@
318infodir = @infodir@
319install_sh = @install_sh@
320libdir = @libdir@
321libexecdir = @libexecdir@
322localedir = @localedir@
323localstatedir = @localstatedir@
324mandir = @mandir@
325mkdir_p = @mkdir_p@
326oldincludedir = @oldincludedir@
327pdfdir = @pdfdir@
328prefix = @prefix@
329program_transform_name = @program_transform_name@
330psdir = @psdir@
331sbindir = @sbindir@
332serialconfdir = @serialconfdir@
333sharedstatedir = @sharedstatedir@
334srcdir = @srcdir@
335sysconfdir = @sysconfdir@
336sysconfdir_exp = @sysconfdir_exp@
337target_alias = @target_alias@
338top_build_prefix = @top_build_prefix@
339top_builddir = @top_builddir@
340top_srcdir = @top_srcdir@
341usbdropdir = @usbdropdir@
342ACLOCAL_AMFLAGS = -I m4
343SUBDIRS = readers examples contrib src
344EXTRA_DIST = bootstrap ChangeLog SCARDGETATTRIB.txt \
345	$(AUX_DIST) \
346	m4/ax_pthread.m4 \
347	MacOSX/configure \
348	MacOSX/convert_reader_h.pl \
349	MacOSX/debuglog.h \
350	MacOSX/ifdhandler.h \
351	MacOSX/pcsclite.h \
352	MacOSX/reader.h \
353	MacOSX/winscard.h \
354	MacOSX/wintypes.h
355
356MAINTAINERCLEANFILES = $(AUX_DIST)
357DISTCLEANFILES = ChangeLog
358all: config.h
359	$(MAKE) $(AM_MAKEFLAGS) all-recursive
360
361.SUFFIXES:
362am--refresh: Makefile
363	@:
364$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
365	@for dep in $?; do \
366	  case '$(am__configure_deps)' in \
367	    *$$dep*) \
368	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
369	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
370		&& exit 0; \
371	      exit 1;; \
372	  esac; \
373	done; \
374	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
375	$(am__cd) $(top_srcdir) && \
376	  $(AUTOMAKE) --gnu Makefile
377.PRECIOUS: Makefile
378Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
379	@case '$?' in \
380	  *config.status*) \
381	    echo ' $(SHELL) ./config.status'; \
382	    $(SHELL) ./config.status;; \
383	  *) \
384	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
385	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
386	esac;
387
388$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
389	$(SHELL) ./config.status --recheck
390
391$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
392	$(am__cd) $(srcdir) && $(AUTOCONF)
393$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
394	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
395$(am__aclocal_m4_deps):
396
397config.h: stamp-h1
398	@test -f $@ || rm -f stamp-h1
399	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
400
401stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
402	@rm -f stamp-h1
403	cd $(top_builddir) && $(SHELL) ./config.status config.h
404$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
405	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
406	rm -f stamp-h1
407	touch $@
408
409distclean-hdr:
410	-rm -f config.h stamp-h1
411
412mostlyclean-libtool:
413	-rm -f *.lo
414
415clean-libtool:
416	-rm -rf .libs _libs
417
418distclean-libtool:
419	-rm -f libtool config.lt
420
421# This directory's subdirectories are mostly independent; you can cd
422# into them and run 'make' without going through this Makefile.
423# To change the values of 'make' variables: instead of editing Makefiles,
424# (1) if the variable is set in 'config.status', edit 'config.status'
425#     (which will cause the Makefiles to be regenerated when you run 'make');
426# (2) otherwise, pass the desired values on the 'make' command line.
427$(am__recursive_targets):
428	@fail=; \
429	if $(am__make_keepgoing); then \
430	  failcom='fail=yes'; \
431	else \
432	  failcom='exit 1'; \
433	fi; \
434	dot_seen=no; \
435	target=`echo $@ | sed s/-recursive//`; \
436	case "$@" in \
437	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
438	  *) list='$(SUBDIRS)' ;; \
439	esac; \
440	for subdir in $$list; do \
441	  echo "Making $$target in $$subdir"; \
442	  if test "$$subdir" = "."; then \
443	    dot_seen=yes; \
444	    local_target="$$target-am"; \
445	  else \
446	    local_target="$$target"; \
447	  fi; \
448	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
449	  || eval $$failcom; \
450	done; \
451	if test "$$dot_seen" = "no"; then \
452	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
453	fi; test -z "$$fail"
454
455ID: $(am__tagged_files)
456	$(am__define_uniq_tagged_files); mkid -fID $$unique
457tags: tags-recursive
458TAGS: tags
459
460tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
461	set x; \
462	here=`pwd`; \
463	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
464	  include_option=--etags-include; \
465	  empty_fix=.; \
466	else \
467	  include_option=--include; \
468	  empty_fix=; \
469	fi; \
470	list='$(SUBDIRS)'; for subdir in $$list; do \
471	  if test "$$subdir" = .; then :; else \
472	    test ! -f $$subdir/TAGS || \
473	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
474	  fi; \
475	done; \
476	$(am__define_uniq_tagged_files); \
477	shift; \
478	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
479	  test -n "$$unique" || unique=$$empty_fix; \
480	  if test $$# -gt 0; then \
481	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
482	      "$$@" $$unique; \
483	  else \
484	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
485	      $$unique; \
486	  fi; \
487	fi
488ctags: ctags-recursive
489
490CTAGS: ctags
491ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
492	$(am__define_uniq_tagged_files); \
493	test -z "$(CTAGS_ARGS)$$unique" \
494	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
495	     $$unique
496
497GTAGS:
498	here=`$(am__cd) $(top_builddir) && pwd` \
499	  && $(am__cd) $(top_srcdir) \
500	  && gtags -i $(GTAGS_ARGS) "$$here"
501cscope: cscope.files
502	test ! -s cscope.files \
503	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
504clean-cscope:
505	-rm -f cscope.files
506cscope.files: clean-cscope cscopelist
507cscopelist: cscopelist-recursive
508
509cscopelist-am: $(am__tagged_files)
510	list='$(am__tagged_files)'; \
511	case "$(srcdir)" in \
512	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
513	  *) sdir=$(subdir)/$(srcdir) ;; \
514	esac; \
515	for i in $$list; do \
516	  if test -f "$$i"; then \
517	    echo "$(subdir)/$$i"; \
518	  else \
519	    echo "$$sdir/$$i"; \
520	  fi; \
521	done >> $(top_builddir)/cscope.files
522
523distclean-tags:
524	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
525	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
526
527distdir: $(DISTFILES)
528	$(am__remove_distdir)
529	test -d "$(distdir)" || mkdir "$(distdir)"
530	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
531	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
532	list='$(DISTFILES)'; \
533	  dist_files=`for file in $$list; do echo $$file; done | \
534	  sed -e "s|^$$srcdirstrip/||;t" \
535	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
536	case $$dist_files in \
537	  */*) $(MKDIR_P) `echo "$$dist_files" | \
538			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
539			   sort -u` ;; \
540	esac; \
541	for file in $$dist_files; do \
542	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
543	  if test -d $$d/$$file; then \
544	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
545	    if test -d "$(distdir)/$$file"; then \
546	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547	    fi; \
548	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
549	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
550	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
551	    fi; \
552	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
553	  else \
554	    test -f "$(distdir)/$$file" \
555	    || cp -p $$d/$$file "$(distdir)/$$file" \
556	    || exit 1; \
557	  fi; \
558	done
559	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
560	  if test "$$subdir" = .; then :; else \
561	    $(am__make_dryrun) \
562	      || test -d "$(distdir)/$$subdir" \
563	      || $(MKDIR_P) "$(distdir)/$$subdir" \
564	      || exit 1; \
565	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
566	    $(am__relativize); \
567	    new_distdir=$$reldir; \
568	    dir1=$$subdir; dir2="$(top_distdir)"; \
569	    $(am__relativize); \
570	    new_top_distdir=$$reldir; \
571	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
572	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
573	    ($(am__cd) $$subdir && \
574	      $(MAKE) $(AM_MAKEFLAGS) \
575	        top_distdir="$$new_top_distdir" \
576	        distdir="$$new_distdir" \
577		am__remove_distdir=: \
578		am__skip_length_check=: \
579		am__skip_mode_fix=: \
580	        distdir) \
581	      || exit 1; \
582	  fi; \
583	done
584	-test -n "$(am__skip_mode_fix)" \
585	|| find "$(distdir)" -type d ! -perm -755 \
586		-exec chmod u+rwx,go+rx {} \; -o \
587	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
588	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
589	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
590	|| chmod -R a+r "$(distdir)"
591dist-gzip: distdir
592	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
593	$(am__post_remove_distdir)
594dist-bzip2: distdir
595	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
596	$(am__post_remove_distdir)
597
598dist-lzip: distdir
599	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
600	$(am__post_remove_distdir)
601
602dist-xz: distdir
603	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
604	$(am__post_remove_distdir)
605
606dist-tarZ: distdir
607	@echo WARNING: "Support for shar distribution archives is" \
608	               "deprecated." >&2
609	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
610	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
611	$(am__post_remove_distdir)
612
613dist-shar: distdir
614	@echo WARNING: "Support for distribution archives compressed with" \
615		       "legacy program 'compress' is deprecated." >&2
616	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
617	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
618	$(am__post_remove_distdir)
619
620dist-zip: distdir
621	-rm -f $(distdir).zip
622	zip -rq $(distdir).zip $(distdir)
623	$(am__post_remove_distdir)
624
625dist dist-all:
626	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
627	$(am__post_remove_distdir)
628
629# This target untars the dist file and tries a VPATH configuration.  Then
630# it guarantees that the distribution is self-contained by making another
631# tarfile.
632distcheck: dist
633	case '$(DIST_ARCHIVES)' in \
634	*.tar.gz*) \
635	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
636	*.tar.bz2*) \
637	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
638	*.tar.lz*) \
639	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
640	*.tar.xz*) \
641	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
642	*.tar.Z*) \
643	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
644	*.shar.gz*) \
645	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
646	*.zip*) \
647	  unzip $(distdir).zip ;;\
648	esac
649	chmod -R a-w $(distdir)
650	chmod u+w $(distdir)
651	mkdir $(distdir)/_build $(distdir)/_inst
652	chmod a-w $(distdir)
653	test -d $(distdir)/_build || exit 0; \
654	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
655	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
656	  && am__cwd=`pwd` \
657	  && $(am__cd) $(distdir)/_build \
658	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
659	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
660	    $(DISTCHECK_CONFIGURE_FLAGS) \
661	  && $(MAKE) $(AM_MAKEFLAGS) \
662	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
663	  && $(MAKE) $(AM_MAKEFLAGS) check \
664	  && $(MAKE) $(AM_MAKEFLAGS) install \
665	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
666	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
667	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
668	        distuninstallcheck \
669	  && chmod -R a-w "$$dc_install_base" \
670	  && ({ \
671	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
672	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
673	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
674	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
675	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
676	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
677	  && rm -rf "$$dc_destdir" \
678	  && $(MAKE) $(AM_MAKEFLAGS) dist \
679	  && rm -rf $(DIST_ARCHIVES) \
680	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
681	  && cd "$$am__cwd" \
682	  || exit 1
683	$(am__post_remove_distdir)
684	@(echo "$(distdir) archives ready for distribution: "; \
685	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
686	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
687distuninstallcheck:
688	@test -n '$(distuninstallcheck_dir)' || { \
689	  echo 'ERROR: trying to run $@ with an empty' \
690	       '$$(distuninstallcheck_dir)' >&2; \
691	  exit 1; \
692	}; \
693	$(am__cd) '$(distuninstallcheck_dir)' || { \
694	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
695	  exit 1; \
696	}; \
697	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
698	   || { echo "ERROR: files left after uninstall:" ; \
699	        if test -n "$(DESTDIR)"; then \
700	          echo "  (check DESTDIR support)"; \
701	        fi ; \
702	        $(distuninstallcheck_listfiles) ; \
703	        exit 1; } >&2
704distcleancheck: distclean
705	@if test '$(srcdir)' = . ; then \
706	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
707	  exit 1 ; \
708	fi
709	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
710	  || { echo "ERROR: files left in build directory after distclean:" ; \
711	       $(distcleancheck_listfiles) ; \
712	       exit 1; } >&2
713check-am: all-am
714check: check-recursive
715all-am: Makefile config.h
716installdirs: installdirs-recursive
717installdirs-am:
718install: install-recursive
719install-exec: install-exec-recursive
720install-data: install-data-recursive
721uninstall: uninstall-recursive
722
723install-am: all-am
724	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
725
726installcheck: installcheck-recursive
727install-strip:
728	if test -z '$(STRIP)'; then \
729	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
730	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
731	      install; \
732	else \
733	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
734	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
735	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
736	fi
737mostlyclean-generic:
738
739clean-generic:
740
741distclean-generic:
742	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
743	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
744	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
745
746maintainer-clean-generic:
747	@echo "This command is intended for maintainers to use"
748	@echo "it deletes files that may require special tools to rebuild."
749	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
750clean: clean-recursive
751
752clean-am: clean-generic clean-libtool mostlyclean-am
753
754distclean: distclean-recursive
755	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
756	-rm -f Makefile
757distclean-am: clean-am distclean-generic distclean-hdr \
758	distclean-libtool distclean-tags
759
760dvi: dvi-recursive
761
762dvi-am:
763
764html: html-recursive
765
766html-am:
767
768info: info-recursive
769
770info-am:
771
772install-data-am:
773
774install-dvi: install-dvi-recursive
775
776install-dvi-am:
777
778install-exec-am:
779
780install-html: install-html-recursive
781
782install-html-am:
783
784install-info: install-info-recursive
785
786install-info-am:
787
788install-man:
789
790install-pdf: install-pdf-recursive
791
792install-pdf-am:
793
794install-ps: install-ps-recursive
795
796install-ps-am:
797
798installcheck-am:
799
800maintainer-clean: maintainer-clean-recursive
801	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
802	-rm -rf $(top_srcdir)/autom4te.cache
803	-rm -f Makefile
804maintainer-clean-am: distclean-am maintainer-clean-generic
805
806mostlyclean: mostlyclean-recursive
807
808mostlyclean-am: mostlyclean-generic mostlyclean-libtool
809
810pdf: pdf-recursive
811
812pdf-am:
813
814ps: ps-recursive
815
816ps-am:
817
818uninstall-am:
819
820.MAKE: $(am__recursive_targets) all install-am install-strip
821
822.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
823	am--refresh check check-am clean clean-cscope clean-generic \
824	clean-libtool cscope cscopelist-am ctags ctags-am dist \
825	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
826	dist-xz dist-zip distcheck distclean distclean-generic \
827	distclean-hdr distclean-libtool distclean-tags distcleancheck \
828	distdir distuninstallcheck dvi dvi-am html html-am info \
829	info-am install install-am install-data install-data-am \
830	install-dvi install-dvi-am install-exec install-exec-am \
831	install-html install-html-am install-info install-info-am \
832	install-man install-pdf install-pdf-am install-ps \
833	install-ps-am install-strip installcheck installcheck-am \
834	installdirs installdirs-am maintainer-clean \
835	maintainer-clean-generic mostlyclean mostlyclean-generic \
836	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
837	uninstall-am
838
839libtool: $(LIBTOOL_DEPS)
840	$(SHELL) ./config.status --recheck
841
842ChangeLog:
843	svn2cl --group-by-day --stdout --include-rev --reparagraph \
844	| perl -pe 's/  rousseau/  Ludovic Rousseau/; \
845	s+trunk/Drivers/ccid/++g;' > $@
846
847# Tell versions [3.59,3.63) of GNU make to not export all variables.
848# Otherwise a system limit (for SysV at least) may be exceeded.
849.NOEXPORT:
850