1# Makefile.in generated by automake 1.10.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008  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# $Id: Makefile.am 4310 2009-07-06 15:03:37Z rousseau $
18
19DRIVER_DEST="$(DSTROOT)"
20
21VPATH = @srcdir@
22pkgdatadir = $(datadir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39@WITH_LIBUSB_TRUE@am__append_1 = libccid.la
40@WITH_LIBUSB_TRUE@am__append_2 = install_ccid
41@WITH_LIBUSB_TRUE@bin_PROGRAMS = parse$(EXEEXT)
42@WITH_TWIN_SERIAL_TRUE@am__append_3 = libccidtwin.la
43@WITH_TWIN_SERIAL_TRUE@am__append_4 = install_ccidtwin
44subdir = src
45DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
46	tokenparser.c
47ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
49	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
50	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
51	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.in
52am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53	$(ACLOCAL_M4)
54mkinstalldirs = $(install_sh) -d
55CONFIG_HEADER = $(top_builddir)/config.h
56CONFIG_CLEAN_FILES =
57am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
58am__vpath_adj = case $$p in \
59    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
60    *) f=$$p;; \
61  esac;
62am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
63am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
64libLTLIBRARIES_INSTALL = $(INSTALL)
65LTLIBRARIES = $(lib_LTLIBRARIES)
66am__DEPENDENCIES_1 =
67libccid_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
68	$(am__DEPENDENCIES_1)
69am__libccid_la_SOURCES_DIST = ccid.c ccid.h ccid_ifdhandler.h \
70	commands.c commands.h debug.h defs.h ifdhandler.c utils.c \
71	utils.h ccid_usb.c ccid_usb.h tokenparser.l parser.h strlcpy.c \
72	misc.h strlcpycat.h debug.c towitoko/atr.c towitoko/atr.h \
73	towitoko/defines.h towitoko/pps.c towitoko/pps.h \
74	openct/buffer.c openct/buffer.h openct/checksum.c \
75	openct/checksum.h openct/proto-t1.c openct/proto-t1.h
76am__objects_1 = libccid_la-ccid.lo libccid_la-commands.lo \
77	libccid_la-ifdhandler.lo libccid_la-utils.lo
78am__objects_2 = libccid_la-ccid_usb.lo
79am__objects_3 = libccid_la-tokenparser.lo libccid_la-strlcpy.lo
80@WITHOUT_PCSC_TRUE@am__objects_4 = libccid_la-debug.lo
81am__objects_5 = libccid_la-atr.lo libccid_la-pps.lo \
82	libccid_la-buffer.lo libccid_la-checksum.lo \
83	libccid_la-proto-t1.lo
84am_libccid_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
85	$(am__objects_3) $(am__objects_4) $(am__objects_5)
86libccid_la_OBJECTS = $(am_libccid_la_OBJECTS)
87libccid_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
88	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libccid_la_CFLAGS) \
89	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
90@WITH_LIBUSB_TRUE@am_libccid_la_rpath = -rpath $(libdir)
91libccidtwin_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
92am__libccidtwin_la_SOURCES_DIST = ccid.c ccid.h ccid_ifdhandler.h \
93	commands.c commands.h debug.h defs.h ifdhandler.c utils.c \
94	utils.h ccid_serial.c ccid_serial.h tokenparser.l parser.h \
95	strlcpy.c misc.h strlcpycat.h debug.c towitoko/atr.c \
96	towitoko/atr.h towitoko/defines.h towitoko/pps.c \
97	towitoko/pps.h openct/buffer.c openct/buffer.h \
98	openct/checksum.c openct/checksum.h openct/proto-t1.c \
99	openct/proto-t1.h
100am__objects_6 = libccidtwin_la-ccid.lo libccidtwin_la-commands.lo \
101	libccidtwin_la-ifdhandler.lo libccidtwin_la-utils.lo
102am__objects_7 = libccidtwin_la-ccid_serial.lo
103am__objects_8 = libccidtwin_la-tokenparser.lo \
104	libccidtwin_la-strlcpy.lo
105@WITHOUT_PCSC_TRUE@am__objects_9 = libccidtwin_la-debug.lo
106am__objects_10 = libccidtwin_la-atr.lo libccidtwin_la-pps.lo \
107	libccidtwin_la-buffer.lo libccidtwin_la-checksum.lo \
108	libccidtwin_la-proto-t1.lo
109am_libccidtwin_la_OBJECTS = $(am__objects_6) $(am__objects_7) \
110	$(am__objects_8) $(am__objects_9) $(am__objects_10)
111libccidtwin_la_OBJECTS = $(am_libccidtwin_la_OBJECTS)
112libccidtwin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
113	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libccidtwin_la_CFLAGS) \
114	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
115@WITH_TWIN_SERIAL_TRUE@am_libccidtwin_la_rpath = -rpath $(libdir)
116binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
117PROGRAMS = $(bin_PROGRAMS)
118am_parse_OBJECTS = parse-parse.$(OBJEXT) parse-debug.$(OBJEXT)
119parse_OBJECTS = $(am_parse_OBJECTS)
120parse_DEPENDENCIES = libccid.la $(am__DEPENDENCIES_1)
121parse_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
122	--mode=link $(CCLD) $(parse_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
123	$(LDFLAGS) -o $@
124DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
125depcomp = $(SHELL) $(top_srcdir)/depcomp
126am__depfiles_maybe = depfiles
127COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
128	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
130	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
131	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132CCLD = $(CC)
133LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
134	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
135	$(LDFLAGS) -o $@
136@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
137LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
138LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
139	--mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
140YLWRAP = $(top_srcdir)/ylwrap
141SOURCES = $(libccid_la_SOURCES) $(libccidtwin_la_SOURCES) \
142	$(parse_SOURCES)
143DIST_SOURCES = $(am__libccid_la_SOURCES_DIST) \
144	$(am__libccidtwin_la_SOURCES_DIST) $(parse_SOURCES)
145ETAGS = etags
146CTAGS = ctags
147DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
148ACLOCAL = @ACLOCAL@
149AMTAR = @AMTAR@
150AR = @AR@
151AUTOCONF = @AUTOCONF@
152AUTOHEADER = @AUTOHEADER@
153AUTOMAKE = @AUTOMAKE@
154AWK = @AWK@
155BUNDLE_HOST = @BUNDLE_HOST@
156CC = @CC@
157CCDEPMODE = @CCDEPMODE@
158CFLAGS = @CFLAGS@
159CPP = @CPP@
160CPPFLAGS = @CPPFLAGS@
161CYGPATH_W = @CYGPATH_W@
162DEFS = @DEFS@
163DEPDIR = @DEPDIR@
164DSYMUTIL = @DSYMUTIL@
165DUMPBIN = @DUMPBIN@
166DYN_LIB_EXT = @DYN_LIB_EXT@
167ECHO_C = @ECHO_C@
168ECHO_N = @ECHO_N@
169ECHO_T = @ECHO_T@
170EGREP = @EGREP@
171EXEEXT = @EXEEXT@
172FGREP = @FGREP@
173GREP = @GREP@
174INSTALL = @INSTALL@
175INSTALL_DATA = @INSTALL_DATA@
176INSTALL_PROGRAM = @INSTALL_PROGRAM@
177INSTALL_SCRIPT = @INSTALL_SCRIPT@
178INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
179LD = @LD@
180LDFLAGS = @LDFLAGS@
181LEX = @LEX@
182LEXLIB = @LEXLIB@
183LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
184LIBOBJS = @LIBOBJS@
185LIBS = @LIBS@
186LIBTOOL = @LIBTOOL@
187LIBTOOL_DEPS = @LIBTOOL_DEPS@
188LIBUSBCONFIG = @LIBUSBCONFIG@
189LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
190LIBUSB_LIBS = @LIBUSB_LIBS@
191LIPO = @LIPO@
192LN_S = @LN_S@
193LTLIBOBJS = @LTLIBOBJS@
194MAINT = @MAINT@
195MAKEINFO = @MAKEINFO@
196MKDIR_P = @MKDIR_P@
197NM = @NM@
198NMEDIT = @NMEDIT@
199NOCLASS = @NOCLASS@
200OBJDUMP = @OBJDUMP@
201OBJEXT = @OBJEXT@
202OTOOL = @OTOOL@
203OTOOL64 = @OTOOL64@
204PACKAGE = @PACKAGE@
205PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
206PACKAGE_NAME = @PACKAGE_NAME@
207PACKAGE_STRING = @PACKAGE_STRING@
208PACKAGE_TARNAME = @PACKAGE_TARNAME@
209PACKAGE_VERSION = @PACKAGE_VERSION@
210PATH_SEPARATOR = @PATH_SEPARATOR@
211PCSC_CFLAGS = @PCSC_CFLAGS@
212PCSC_LIBS = @PCSC_LIBS@
213PKG_CONFIG = @PKG_CONFIG@
214PTHREAD_CC = @PTHREAD_CC@
215PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
216PTHREAD_LIBS = @PTHREAD_LIBS@
217RANLIB = @RANLIB@
218SED = @SED@
219SET_MAKE = @SET_MAKE@
220SHELL = @SHELL@
221STRIP = @STRIP@
222SYMBOL_VISIBILITY = @SYMBOL_VISIBILITY@
223VERSION = @VERSION@
224abs_builddir = @abs_builddir@
225abs_srcdir = @abs_srcdir@
226abs_top_builddir = @abs_top_builddir@
227abs_top_srcdir = @abs_top_srcdir@
228ac_aux_dir = @ac_aux_dir@
229ac_ct_CC = @ac_ct_CC@
230ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
231acx_pthread_config = @acx_pthread_config@
232am__include = @am__include@
233am__leading_dot = @am__leading_dot@
234am__quote = @am__quote@
235am__tar = @am__tar@
236am__untar = @am__untar@
237bindir = @bindir@
238build = @build@
239build_alias = @build_alias@
240build_cpu = @build_cpu@
241build_os = @build_os@
242build_vendor = @build_vendor@
243builddir = @builddir@
244bundle = @bundle@
245ccidtwindir = @ccidtwindir@
246datadir = @datadir@
247datarootdir = @datarootdir@
248docdir = @docdir@
249dvidir = @dvidir@
250exec_prefix = @exec_prefix@
251host = @host@
252host_alias = @host_alias@
253host_cpu = @host_cpu@
254host_os = @host_os@
255host_vendor = @host_vendor@
256htmldir = @htmldir@
257includedir = @includedir@
258infodir = @infodir@
259install_sh = @install_sh@
260libdir = @libdir@
261libexecdir = @libexecdir@
262localedir = @localedir@
263localstatedir = @localstatedir@
264lt_ECHO = @lt_ECHO@
265mandir = @mandir@
266mkdir_p = @mkdir_p@
267oldincludedir = @oldincludedir@
268pdfdir = @pdfdir@
269prefix = @prefix@
270program_transform_name = @program_transform_name@
271psdir = @psdir@
272sbindir = @sbindir@
273sharedstatedir = @sharedstatedir@
274srcdir = @srcdir@
275sysconfdir = @sysconfdir@
276target_alias = @target_alias@
277top_build_prefix = @top_build_prefix@
278top_builddir = @top_builddir@
279top_srcdir = @top_srcdir@
280usbdropdir = @usbdropdir@
281CCID_BUNDLE = $(bundle)
282CCID_LIB = libccid.$(DYN_LIB_EXT)
283CCIDTWIN_LIB = libccidtwin.$(DYN_LIB_EXT)
284CCID_VERSION = CCID_VERSION=`$(srcdir)/convert_version.pl $(PACKAGE_VERSION)`
285lib_LTLIBRARIES = $(am__append_1) $(am__append_3)
286LIBS_TO_INSTALL = $(am__append_2) $(am__append_4)
287COMMON = ccid.c \
288	ccid.h \
289	ccid_ifdhandler.h \
290	commands.c \
291	commands.h \
292	debug.h \
293	defs.h \
294	ifdhandler.c \
295	utils.c \
296	utils.h
297
298USB = ccid_usb.c ccid_usb.h
299SERIAL = ccid_serial.c ccid_serial.h
300T1 = towitoko/atr.c \
301	towitoko/atr.h \
302	towitoko/defines.h \
303	towitoko/pps.c \
304	towitoko/pps.h \
305	openct/buffer.c \
306	openct/buffer.h \
307	openct/checksum.c \
308	openct/checksum.h \
309	openct/proto-t1.c \
310	openct/proto-t1.h
311
312TOKEN_PARSER = tokenparser.l parser.h \
313	strlcpy.c \
314	misc.h \
315	strlcpycat.h
316
317@WITHOUT_PCSC_TRUE@PROVIDED_BY_PCSC = debug.c
318libccid_la_SOURCES = $(COMMON) $(USB) $(TOKEN_PARSER) $(PROVIDED_BY_PCSC) $(T1)
319libccid_la_LIBADD = $(LEXLIB) $(LIBUSB_LIBS) $(PTHREAD_LIBS)
320libccid_la_CFLAGS = $(PCSC_CFLAGS) $(LIBUSB_CFLAGS) $(PTHREAD_CFLAGS) \
321	$(SYMBOL_VISIBILITY) -D$(CCID_VERSION)
322
323libccidtwin_la_SOURCES = $(COMMON) $(SERIAL) $(TOKEN_PARSER) \
324	$(PROVIDED_BY_PCSC) $(T1)
325
326libccidtwin_la_CFLAGS = $(PCSC_CFLAGS) $(PTHREAD_CFLAGS) $(SYMBOL_VISIBILITY) \
327	-DTWIN_SERIAL -D$(CCID_VERSION)
328
329libccidtwin_la_LIBADD = $(PTHREAD_LIBS)
330parse_SOURCES = parse.c debug.c
331parse_LDADD = libccid.la $(LIBUSB_LIBS)
332parse_CFLAGS = $(PCSC_CFLAGS) $(LIBUSB_CFLAGS)
333EXTRA_DIST = Info.plist.src create_Info_plist.pl reader.conf.in \
334	towitoko/COPYING towitoko/README openct/LICENSE \
335	convert_version.pl pcscd_ccid.rules
336
337@UDEV_FALSE@ifdCapabilities = 0x00000000
338@UDEV_TRUE@ifdCapabilities = 0x00000001
339@UDEV_TRUE@INSTALL_UDEV_RULE_FILE = @echo -e "\n\33[01;31m***************\n" ; echo "copy the src/pcscd_ccid.rules file in udev directory (/etc/udev/rules.d/)" ; echo -e "\n***************\n\33[0m"
340DISTCLEANFILES = tokenparser.c Info.plist
341all: all-am
342
343.SUFFIXES:
344.SUFFIXES: .c .l .lo .o .obj
345$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
346	@for dep in $?; do \
347	  case '$(am__configure_deps)' in \
348	    *$$dep*) \
349	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
350	        && { if test -f $@; then exit 0; else break; fi; }; \
351	      exit 1;; \
352	  esac; \
353	done; \
354	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
355	cd $(top_srcdir) && \
356	  $(AUTOMAKE) --foreign  src/Makefile
357.PRECIOUS: Makefile
358Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
359	@case '$?' in \
360	  *config.status*) \
361	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
362	  *) \
363	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
364	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
365	esac;
366
367$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
368	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369
370$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
371	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
373	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374install-libLTLIBRARIES: $(lib_LTLIBRARIES)
375	@$(NORMAL_INSTALL)
376	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
377	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
378	  if test -f $$p; then \
379	    f=$(am__strip_dir) \
380	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
381	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
382	  else :; fi; \
383	done
384
385uninstall-libLTLIBRARIES:
386	@$(NORMAL_UNINSTALL)
387	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
388	  p=$(am__strip_dir) \
389	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
390	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
391	done
392
393clean-libLTLIBRARIES:
394	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
395	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
396	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
397	  test "$$dir" != "$$p" || dir=.; \
398	  echo "rm -f \"$${dir}/so_locations\""; \
399	  rm -f "$${dir}/so_locations"; \
400	done
401libccid.la: $(libccid_la_OBJECTS) $(libccid_la_DEPENDENCIES) 
402	$(libccid_la_LINK) $(am_libccid_la_rpath) $(libccid_la_OBJECTS) $(libccid_la_LIBADD) $(LIBS)
403libccidtwin.la: $(libccidtwin_la_OBJECTS) $(libccidtwin_la_DEPENDENCIES) 
404	$(libccidtwin_la_LINK) $(am_libccidtwin_la_rpath) $(libccidtwin_la_OBJECTS) $(libccidtwin_la_LIBADD) $(LIBS)
405install-binPROGRAMS: $(bin_PROGRAMS)
406	@$(NORMAL_INSTALL)
407	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
408	@list='$(bin_PROGRAMS)'; for p in $$list; do \
409	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
410	  if test -f $$p \
411	     || test -f $$p1 \
412	  ; then \
413	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
414	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
415	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
416	  else :; fi; \
417	done
418
419uninstall-binPROGRAMS:
420	@$(NORMAL_UNINSTALL)
421	@list='$(bin_PROGRAMS)'; for p in $$list; do \
422	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
423	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
424	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
425	done
426
427clean-binPROGRAMS:
428	@list='$(bin_PROGRAMS)'; for p in $$list; do \
429	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
430	  echo " rm -f $$p $$f"; \
431	  rm -f $$p $$f ; \
432	done
433parse$(EXEEXT): $(parse_OBJECTS) $(parse_DEPENDENCIES) 
434	@rm -f parse$(EXEEXT)
435	$(parse_LINK) $(parse_OBJECTS) $(parse_LDADD) $(LIBS)
436
437mostlyclean-compile:
438	-rm -f *.$(OBJEXT)
439
440distclean-compile:
441	-rm -f *.tab.c
442
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccid_la-atr.Plo@am__quote@
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccid_la-buffer.Plo@am__quote@
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccid_la-ccid.Plo@am__quote@
446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccid_la-ccid_usb.Plo@am__quote@
447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccid_la-checksum.Plo@am__quote@
448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccid_la-commands.Plo@am__quote@
449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccid_la-debug.Plo@am__quote@
450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccid_la-ifdhandler.Plo@am__quote@
451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccid_la-pps.Plo@am__quote@
452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccid_la-proto-t1.Plo@am__quote@
453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccid_la-strlcpy.Plo@am__quote@
454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccid_la-tokenparser.Plo@am__quote@
455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccid_la-utils.Plo@am__quote@
456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccidtwin_la-atr.Plo@am__quote@
457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccidtwin_la-buffer.Plo@am__quote@
458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccidtwin_la-ccid.Plo@am__quote@
459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccidtwin_la-ccid_serial.Plo@am__quote@
460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccidtwin_la-checksum.Plo@am__quote@
461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccidtwin_la-commands.Plo@am__quote@
462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccidtwin_la-debug.Plo@am__quote@
463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccidtwin_la-ifdhandler.Plo@am__quote@
464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccidtwin_la-pps.Plo@am__quote@
465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccidtwin_la-proto-t1.Plo@am__quote@
466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccidtwin_la-strlcpy.Plo@am__quote@
467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccidtwin_la-tokenparser.Plo@am__quote@
468@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libccidtwin_la-utils.Plo@am__quote@
469@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse-debug.Po@am__quote@
470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse-parse.Po@am__quote@
471
472.c.o:
473@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
474@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
475@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
476@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
477@am__fastdepCC_FALSE@	$(COMPILE) -c $<
478
479.c.obj:
480@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
481@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
482@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
483@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
484@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
485
486.c.lo:
487@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
488@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
489@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
490@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
492
493libccid_la-ccid.lo: ccid.c
494@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -MT libccid_la-ccid.lo -MD -MP -MF $(DEPDIR)/libccid_la-ccid.Tpo -c -o libccid_la-ccid.lo `test -f 'ccid.c' || echo '$(srcdir)/'`ccid.c
495@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccid_la-ccid.Tpo $(DEPDIR)/libccid_la-ccid.Plo
496@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ccid.c' object='libccid_la-ccid.lo' libtool=yes @AMDEPBACKSLASH@
497@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -c -o libccid_la-ccid.lo `test -f 'ccid.c' || echo '$(srcdir)/'`ccid.c
499
500libccid_la-commands.lo: commands.c
501@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -MT libccid_la-commands.lo -MD -MP -MF $(DEPDIR)/libccid_la-commands.Tpo -c -o libccid_la-commands.lo `test -f 'commands.c' || echo '$(srcdir)/'`commands.c
502@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccid_la-commands.Tpo $(DEPDIR)/libccid_la-commands.Plo
503@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='commands.c' object='libccid_la-commands.lo' libtool=yes @AMDEPBACKSLASH@
504@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -c -o libccid_la-commands.lo `test -f 'commands.c' || echo '$(srcdir)/'`commands.c
506
507libccid_la-ifdhandler.lo: ifdhandler.c
508@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -MT libccid_la-ifdhandler.lo -MD -MP -MF $(DEPDIR)/libccid_la-ifdhandler.Tpo -c -o libccid_la-ifdhandler.lo `test -f 'ifdhandler.c' || echo '$(srcdir)/'`ifdhandler.c
509@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccid_la-ifdhandler.Tpo $(DEPDIR)/libccid_la-ifdhandler.Plo
510@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ifdhandler.c' object='libccid_la-ifdhandler.lo' libtool=yes @AMDEPBACKSLASH@
511@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -c -o libccid_la-ifdhandler.lo `test -f 'ifdhandler.c' || echo '$(srcdir)/'`ifdhandler.c
513
514libccid_la-utils.lo: utils.c
515@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -MT libccid_la-utils.lo -MD -MP -MF $(DEPDIR)/libccid_la-utils.Tpo -c -o libccid_la-utils.lo `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
516@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccid_la-utils.Tpo $(DEPDIR)/libccid_la-utils.Plo
517@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='utils.c' object='libccid_la-utils.lo' libtool=yes @AMDEPBACKSLASH@
518@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -c -o libccid_la-utils.lo `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
520
521libccid_la-ccid_usb.lo: ccid_usb.c
522@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -MT libccid_la-ccid_usb.lo -MD -MP -MF $(DEPDIR)/libccid_la-ccid_usb.Tpo -c -o libccid_la-ccid_usb.lo `test -f 'ccid_usb.c' || echo '$(srcdir)/'`ccid_usb.c
523@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccid_la-ccid_usb.Tpo $(DEPDIR)/libccid_la-ccid_usb.Plo
524@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ccid_usb.c' object='libccid_la-ccid_usb.lo' libtool=yes @AMDEPBACKSLASH@
525@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
526@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -c -o libccid_la-ccid_usb.lo `test -f 'ccid_usb.c' || echo '$(srcdir)/'`ccid_usb.c
527
528libccid_la-tokenparser.lo: tokenparser.c
529@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -MT libccid_la-tokenparser.lo -MD -MP -MF $(DEPDIR)/libccid_la-tokenparser.Tpo -c -o libccid_la-tokenparser.lo `test -f 'tokenparser.c' || echo '$(srcdir)/'`tokenparser.c
530@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccid_la-tokenparser.Tpo $(DEPDIR)/libccid_la-tokenparser.Plo
531@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tokenparser.c' object='libccid_la-tokenparser.lo' libtool=yes @AMDEPBACKSLASH@
532@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
533@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -c -o libccid_la-tokenparser.lo `test -f 'tokenparser.c' || echo '$(srcdir)/'`tokenparser.c
534
535libccid_la-strlcpy.lo: strlcpy.c
536@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -MT libccid_la-strlcpy.lo -MD -MP -MF $(DEPDIR)/libccid_la-strlcpy.Tpo -c -o libccid_la-strlcpy.lo `test -f 'strlcpy.c' || echo '$(srcdir)/'`strlcpy.c
537@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccid_la-strlcpy.Tpo $(DEPDIR)/libccid_la-strlcpy.Plo
538@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='strlcpy.c' object='libccid_la-strlcpy.lo' libtool=yes @AMDEPBACKSLASH@
539@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -c -o libccid_la-strlcpy.lo `test -f 'strlcpy.c' || echo '$(srcdir)/'`strlcpy.c
541
542libccid_la-debug.lo: debug.c
543@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -MT libccid_la-debug.lo -MD -MP -MF $(DEPDIR)/libccid_la-debug.Tpo -c -o libccid_la-debug.lo `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
544@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccid_la-debug.Tpo $(DEPDIR)/libccid_la-debug.Plo
545@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='debug.c' object='libccid_la-debug.lo' libtool=yes @AMDEPBACKSLASH@
546@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
547@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -c -o libccid_la-debug.lo `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
548
549libccid_la-atr.lo: towitoko/atr.c
550@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -MT libccid_la-atr.lo -MD -MP -MF $(DEPDIR)/libccid_la-atr.Tpo -c -o libccid_la-atr.lo `test -f 'towitoko/atr.c' || echo '$(srcdir)/'`towitoko/atr.c
551@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccid_la-atr.Tpo $(DEPDIR)/libccid_la-atr.Plo
552@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='towitoko/atr.c' object='libccid_la-atr.lo' libtool=yes @AMDEPBACKSLASH@
553@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
554@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -c -o libccid_la-atr.lo `test -f 'towitoko/atr.c' || echo '$(srcdir)/'`towitoko/atr.c
555
556libccid_la-pps.lo: towitoko/pps.c
557@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -MT libccid_la-pps.lo -MD -MP -MF $(DEPDIR)/libccid_la-pps.Tpo -c -o libccid_la-pps.lo `test -f 'towitoko/pps.c' || echo '$(srcdir)/'`towitoko/pps.c
558@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccid_la-pps.Tpo $(DEPDIR)/libccid_la-pps.Plo
559@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='towitoko/pps.c' object='libccid_la-pps.lo' libtool=yes @AMDEPBACKSLASH@
560@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -c -o libccid_la-pps.lo `test -f 'towitoko/pps.c' || echo '$(srcdir)/'`towitoko/pps.c
562
563libccid_la-buffer.lo: openct/buffer.c
564@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -MT libccid_la-buffer.lo -MD -MP -MF $(DEPDIR)/libccid_la-buffer.Tpo -c -o libccid_la-buffer.lo `test -f 'openct/buffer.c' || echo '$(srcdir)/'`openct/buffer.c
565@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccid_la-buffer.Tpo $(DEPDIR)/libccid_la-buffer.Plo
566@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='openct/buffer.c' object='libccid_la-buffer.lo' libtool=yes @AMDEPBACKSLASH@
567@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -c -o libccid_la-buffer.lo `test -f 'openct/buffer.c' || echo '$(srcdir)/'`openct/buffer.c
569
570libccid_la-checksum.lo: openct/checksum.c
571@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -MT libccid_la-checksum.lo -MD -MP -MF $(DEPDIR)/libccid_la-checksum.Tpo -c -o libccid_la-checksum.lo `test -f 'openct/checksum.c' || echo '$(srcdir)/'`openct/checksum.c
572@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccid_la-checksum.Tpo $(DEPDIR)/libccid_la-checksum.Plo
573@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='openct/checksum.c' object='libccid_la-checksum.lo' libtool=yes @AMDEPBACKSLASH@
574@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -c -o libccid_la-checksum.lo `test -f 'openct/checksum.c' || echo '$(srcdir)/'`openct/checksum.c
576
577libccid_la-proto-t1.lo: openct/proto-t1.c
578@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -MT libccid_la-proto-t1.lo -MD -MP -MF $(DEPDIR)/libccid_la-proto-t1.Tpo -c -o libccid_la-proto-t1.lo `test -f 'openct/proto-t1.c' || echo '$(srcdir)/'`openct/proto-t1.c
579@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccid_la-proto-t1.Tpo $(DEPDIR)/libccid_la-proto-t1.Plo
580@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='openct/proto-t1.c' object='libccid_la-proto-t1.lo' libtool=yes @AMDEPBACKSLASH@
581@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
582@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccid_la_CFLAGS) $(CFLAGS) -c -o libccid_la-proto-t1.lo `test -f 'openct/proto-t1.c' || echo '$(srcdir)/'`openct/proto-t1.c
583
584libccidtwin_la-ccid.lo: ccid.c
585@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -MT libccidtwin_la-ccid.lo -MD -MP -MF $(DEPDIR)/libccidtwin_la-ccid.Tpo -c -o libccidtwin_la-ccid.lo `test -f 'ccid.c' || echo '$(srcdir)/'`ccid.c
586@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccidtwin_la-ccid.Tpo $(DEPDIR)/libccidtwin_la-ccid.Plo
587@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ccid.c' object='libccidtwin_la-ccid.lo' libtool=yes @AMDEPBACKSLASH@
588@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -c -o libccidtwin_la-ccid.lo `test -f 'ccid.c' || echo '$(srcdir)/'`ccid.c
590
591libccidtwin_la-commands.lo: commands.c
592@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -MT libccidtwin_la-commands.lo -MD -MP -MF $(DEPDIR)/libccidtwin_la-commands.Tpo -c -o libccidtwin_la-commands.lo `test -f 'commands.c' || echo '$(srcdir)/'`commands.c
593@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccidtwin_la-commands.Tpo $(DEPDIR)/libccidtwin_la-commands.Plo
594@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='commands.c' object='libccidtwin_la-commands.lo' libtool=yes @AMDEPBACKSLASH@
595@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -c -o libccidtwin_la-commands.lo `test -f 'commands.c' || echo '$(srcdir)/'`commands.c
597
598libccidtwin_la-ifdhandler.lo: ifdhandler.c
599@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -MT libccidtwin_la-ifdhandler.lo -MD -MP -MF $(DEPDIR)/libccidtwin_la-ifdhandler.Tpo -c -o libccidtwin_la-ifdhandler.lo `test -f 'ifdhandler.c' || echo '$(srcdir)/'`ifdhandler.c
600@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccidtwin_la-ifdhandler.Tpo $(DEPDIR)/libccidtwin_la-ifdhandler.Plo
601@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ifdhandler.c' object='libccidtwin_la-ifdhandler.lo' libtool=yes @AMDEPBACKSLASH@
602@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -c -o libccidtwin_la-ifdhandler.lo `test -f 'ifdhandler.c' || echo '$(srcdir)/'`ifdhandler.c
604
605libccidtwin_la-utils.lo: utils.c
606@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -MT libccidtwin_la-utils.lo -MD -MP -MF $(DEPDIR)/libccidtwin_la-utils.Tpo -c -o libccidtwin_la-utils.lo `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
607@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccidtwin_la-utils.Tpo $(DEPDIR)/libccidtwin_la-utils.Plo
608@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='utils.c' object='libccidtwin_la-utils.lo' libtool=yes @AMDEPBACKSLASH@
609@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
610@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -c -o libccidtwin_la-utils.lo `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
611
612libccidtwin_la-ccid_serial.lo: ccid_serial.c
613@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -MT libccidtwin_la-ccid_serial.lo -MD -MP -MF $(DEPDIR)/libccidtwin_la-ccid_serial.Tpo -c -o libccidtwin_la-ccid_serial.lo `test -f 'ccid_serial.c' || echo '$(srcdir)/'`ccid_serial.c
614@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccidtwin_la-ccid_serial.Tpo $(DEPDIR)/libccidtwin_la-ccid_serial.Plo
615@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ccid_serial.c' object='libccidtwin_la-ccid_serial.lo' libtool=yes @AMDEPBACKSLASH@
616@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
617@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -c -o libccidtwin_la-ccid_serial.lo `test -f 'ccid_serial.c' || echo '$(srcdir)/'`ccid_serial.c
618
619libccidtwin_la-tokenparser.lo: tokenparser.c
620@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -MT libccidtwin_la-tokenparser.lo -MD -MP -MF $(DEPDIR)/libccidtwin_la-tokenparser.Tpo -c -o libccidtwin_la-tokenparser.lo `test -f 'tokenparser.c' || echo '$(srcdir)/'`tokenparser.c
621@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccidtwin_la-tokenparser.Tpo $(DEPDIR)/libccidtwin_la-tokenparser.Plo
622@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='tokenparser.c' object='libccidtwin_la-tokenparser.lo' libtool=yes @AMDEPBACKSLASH@
623@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
624@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -c -o libccidtwin_la-tokenparser.lo `test -f 'tokenparser.c' || echo '$(srcdir)/'`tokenparser.c
625
626libccidtwin_la-strlcpy.lo: strlcpy.c
627@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -MT libccidtwin_la-strlcpy.lo -MD -MP -MF $(DEPDIR)/libccidtwin_la-strlcpy.Tpo -c -o libccidtwin_la-strlcpy.lo `test -f 'strlcpy.c' || echo '$(srcdir)/'`strlcpy.c
628@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccidtwin_la-strlcpy.Tpo $(DEPDIR)/libccidtwin_la-strlcpy.Plo
629@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='strlcpy.c' object='libccidtwin_la-strlcpy.lo' libtool=yes @AMDEPBACKSLASH@
630@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
631@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -c -o libccidtwin_la-strlcpy.lo `test -f 'strlcpy.c' || echo '$(srcdir)/'`strlcpy.c
632
633libccidtwin_la-debug.lo: debug.c
634@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -MT libccidtwin_la-debug.lo -MD -MP -MF $(DEPDIR)/libccidtwin_la-debug.Tpo -c -o libccidtwin_la-debug.lo `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
635@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccidtwin_la-debug.Tpo $(DEPDIR)/libccidtwin_la-debug.Plo
636@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='debug.c' object='libccidtwin_la-debug.lo' libtool=yes @AMDEPBACKSLASH@
637@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
638@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -c -o libccidtwin_la-debug.lo `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
639
640libccidtwin_la-atr.lo: towitoko/atr.c
641@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -MT libccidtwin_la-atr.lo -MD -MP -MF $(DEPDIR)/libccidtwin_la-atr.Tpo -c -o libccidtwin_la-atr.lo `test -f 'towitoko/atr.c' || echo '$(srcdir)/'`towitoko/atr.c
642@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccidtwin_la-atr.Tpo $(DEPDIR)/libccidtwin_la-atr.Plo
643@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='towitoko/atr.c' object='libccidtwin_la-atr.lo' libtool=yes @AMDEPBACKSLASH@
644@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
645@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -c -o libccidtwin_la-atr.lo `test -f 'towitoko/atr.c' || echo '$(srcdir)/'`towitoko/atr.c
646
647libccidtwin_la-pps.lo: towitoko/pps.c
648@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -MT libccidtwin_la-pps.lo -MD -MP -MF $(DEPDIR)/libccidtwin_la-pps.Tpo -c -o libccidtwin_la-pps.lo `test -f 'towitoko/pps.c' || echo '$(srcdir)/'`towitoko/pps.c
649@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccidtwin_la-pps.Tpo $(DEPDIR)/libccidtwin_la-pps.Plo
650@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='towitoko/pps.c' object='libccidtwin_la-pps.lo' libtool=yes @AMDEPBACKSLASH@
651@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
652@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -c -o libccidtwin_la-pps.lo `test -f 'towitoko/pps.c' || echo '$(srcdir)/'`towitoko/pps.c
653
654libccidtwin_la-buffer.lo: openct/buffer.c
655@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -MT libccidtwin_la-buffer.lo -MD -MP -MF $(DEPDIR)/libccidtwin_la-buffer.Tpo -c -o libccidtwin_la-buffer.lo `test -f 'openct/buffer.c' || echo '$(srcdir)/'`openct/buffer.c
656@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccidtwin_la-buffer.Tpo $(DEPDIR)/libccidtwin_la-buffer.Plo
657@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='openct/buffer.c' object='libccidtwin_la-buffer.lo' libtool=yes @AMDEPBACKSLASH@
658@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
659@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -c -o libccidtwin_la-buffer.lo `test -f 'openct/buffer.c' || echo '$(srcdir)/'`openct/buffer.c
660
661libccidtwin_la-checksum.lo: openct/checksum.c
662@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -MT libccidtwin_la-checksum.lo -MD -MP -MF $(DEPDIR)/libccidtwin_la-checksum.Tpo -c -o libccidtwin_la-checksum.lo `test -f 'openct/checksum.c' || echo '$(srcdir)/'`openct/checksum.c
663@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccidtwin_la-checksum.Tpo $(DEPDIR)/libccidtwin_la-checksum.Plo
664@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='openct/checksum.c' object='libccidtwin_la-checksum.lo' libtool=yes @AMDEPBACKSLASH@
665@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
666@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -c -o libccidtwin_la-checksum.lo `test -f 'openct/checksum.c' || echo '$(srcdir)/'`openct/checksum.c
667
668libccidtwin_la-proto-t1.lo: openct/proto-t1.c
669@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -MT libccidtwin_la-proto-t1.lo -MD -MP -MF $(DEPDIR)/libccidtwin_la-proto-t1.Tpo -c -o libccidtwin_la-proto-t1.lo `test -f 'openct/proto-t1.c' || echo '$(srcdir)/'`openct/proto-t1.c
670@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libccidtwin_la-proto-t1.Tpo $(DEPDIR)/libccidtwin_la-proto-t1.Plo
671@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='openct/proto-t1.c' object='libccidtwin_la-proto-t1.lo' libtool=yes @AMDEPBACKSLASH@
672@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
673@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libccidtwin_la_CFLAGS) $(CFLAGS) -c -o libccidtwin_la-proto-t1.lo `test -f 'openct/proto-t1.c' || echo '$(srcdir)/'`openct/proto-t1.c
674
675parse-parse.o: parse.c
676@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parse_CFLAGS) $(CFLAGS) -MT parse-parse.o -MD -MP -MF $(DEPDIR)/parse-parse.Tpo -c -o parse-parse.o `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
677@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/parse-parse.Tpo $(DEPDIR)/parse-parse.Po
678@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='parse.c' object='parse-parse.o' libtool=no @AMDEPBACKSLASH@
679@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
680@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parse_CFLAGS) $(CFLAGS) -c -o parse-parse.o `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
681
682parse-parse.obj: parse.c
683@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parse_CFLAGS) $(CFLAGS) -MT parse-parse.obj -MD -MP -MF $(DEPDIR)/parse-parse.Tpo -c -o parse-parse.obj `if test -f 'parse.c'; then $(CYGPATH_W) 'parse.c'; else $(CYGPATH_W) '$(srcdir)/parse.c'; fi`
684@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/parse-parse.Tpo $(DEPDIR)/parse-parse.Po
685@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='parse.c' object='parse-parse.obj' libtool=no @AMDEPBACKSLASH@
686@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
687@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parse_CFLAGS) $(CFLAGS) -c -o parse-parse.obj `if test -f 'parse.c'; then $(CYGPATH_W) 'parse.c'; else $(CYGPATH_W) '$(srcdir)/parse.c'; fi`
688
689parse-debug.o: debug.c
690@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parse_CFLAGS) $(CFLAGS) -MT parse-debug.o -MD -MP -MF $(DEPDIR)/parse-debug.Tpo -c -o parse-debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
691@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/parse-debug.Tpo $(DEPDIR)/parse-debug.Po
692@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='debug.c' object='parse-debug.o' libtool=no @AMDEPBACKSLASH@
693@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
694@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parse_CFLAGS) $(CFLAGS) -c -o parse-debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
695
696parse-debug.obj: debug.c
697@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parse_CFLAGS) $(CFLAGS) -MT parse-debug.obj -MD -MP -MF $(DEPDIR)/parse-debug.Tpo -c -o parse-debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`
698@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/parse-debug.Tpo $(DEPDIR)/parse-debug.Po
699@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='debug.c' object='parse-debug.obj' libtool=no @AMDEPBACKSLASH@
700@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
701@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(parse_CFLAGS) $(CFLAGS) -c -o parse-debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`
702
703.l.c:
704	$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
705
706mostlyclean-libtool:
707	-rm -f *.lo
708
709clean-libtool:
710	-rm -rf .libs _libs
711
712ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
713	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
714	unique=`for i in $$list; do \
715	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
716	  done | \
717	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
718	      END { if (nonempty) { for (i in files) print i; }; }'`; \
719	mkid -fID $$unique
720tags: TAGS
721
722TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
723		$(TAGS_FILES) $(LISP)
724	tags=; \
725	here=`pwd`; \
726	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
727	unique=`for i in $$list; do \
728	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
729	  done | \
730	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
731	      END { if (nonempty) { for (i in files) print i; }; }'`; \
732	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
733	  test -n "$$unique" || unique=$$empty_fix; \
734	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
735	    $$tags $$unique; \
736	fi
737ctags: CTAGS
738CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
739		$(TAGS_FILES) $(LISP)
740	tags=; \
741	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
742	unique=`for i in $$list; do \
743	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
744	  done | \
745	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
746	      END { if (nonempty) { for (i in files) print i; }; }'`; \
747	test -z "$(CTAGS_ARGS)$$tags$$unique" \
748	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
749	     $$tags $$unique
750
751GTAGS:
752	here=`$(am__cd) $(top_builddir) && pwd` \
753	  && cd $(top_srcdir) \
754	  && gtags -i $(GTAGS_ARGS) $$here
755
756distclean-tags:
757	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
758
759distdir: $(DISTFILES)
760	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
761	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
762	list='$(DISTFILES)'; \
763	  dist_files=`for file in $$list; do echo $$file; done | \
764	  sed -e "s|^$$srcdirstrip/||;t" \
765	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
766	case $$dist_files in \
767	  */*) $(MKDIR_P) `echo "$$dist_files" | \
768			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
769			   sort -u` ;; \
770	esac; \
771	for file in $$dist_files; do \
772	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
773	  if test -d $$d/$$file; then \
774	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
775	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
776	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
777	    fi; \
778	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
779	  else \
780	    test -f $(distdir)/$$file \
781	    || cp -p $$d/$$file $(distdir)/$$file \
782	    || exit 1; \
783	  fi; \
784	done
785check-am: all-am
786check: check-am
787all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
788install-binPROGRAMS: install-libLTLIBRARIES
789
790installdirs:
791	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \
792	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
793	done
794install-exec: install-exec-am
795install-data: install-data-am
796
797install-am: all-am
798	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
799
800installcheck: installcheck-am
801install-strip:
802	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
803	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
804	  `test -z '$(STRIP)' || \
805	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
806mostlyclean-generic:
807
808clean-generic:
809
810distclean-generic:
811	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
812	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
813
814maintainer-clean-generic:
815	@echo "This command is intended for maintainers to use"
816	@echo "it deletes files that may require special tools to rebuild."
817	-rm -f tokenparser.c
818clean: clean-am
819
820clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
821	clean-libtool mostlyclean-am
822
823distclean: distclean-am
824	-rm -rf ./$(DEPDIR)
825	-rm -f Makefile
826distclean-am: clean-am distclean-compile distclean-generic \
827	distclean-tags
828
829dvi: dvi-am
830
831dvi-am:
832
833html: html-am
834
835info: info-am
836
837info-am:
838
839install-data-am:
840
841install-dvi: install-dvi-am
842
843install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
844
845install-html: install-html-am
846
847install-info: install-info-am
848
849install-man:
850
851install-pdf: install-pdf-am
852
853install-ps: install-ps-am
854
855installcheck-am:
856
857maintainer-clean: maintainer-clean-am
858	-rm -rf ./$(DEPDIR)
859	-rm -f Makefile
860maintainer-clean-am: distclean-am maintainer-clean-generic
861
862mostlyclean: mostlyclean-am
863
864mostlyclean-am: mostlyclean-compile mostlyclean-generic \
865	mostlyclean-libtool
866
867pdf: pdf-am
868
869pdf-am:
870
871ps: ps-am
872
873ps-am:
874
875uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES
876
877.MAKE: install-am install-strip
878
879.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
880	clean-generic clean-libLTLIBRARIES clean-libtool ctags \
881	distclean distclean-compile distclean-generic \
882	distclean-libtool distclean-tags distdir dvi dvi-am html \
883	html-am info info-am install install-am install-binPROGRAMS \
884	install-data install-data-am install-dvi install-dvi-am \
885	install-exec install-exec-am install-html install-html-am \
886	install-info install-info-am install-libLTLIBRARIES \
887	install-man install-pdf install-pdf-am install-ps \
888	install-ps-am install-strip installcheck installcheck-am \
889	installdirs maintainer-clean maintainer-clean-generic \
890	mostlyclean mostlyclean-compile mostlyclean-generic \
891	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
892	uninstall-am uninstall-binPROGRAMS uninstall-libLTLIBRARIES
893
894
895install: $(LIBS_TO_INSTALL)
896
897Info.plist: Info.plist.src $(srcdir)/../readers/supported_readers.txt
898	$(srcdir)/create_Info_plist.pl $(srcdir)/../readers/supported_readers.txt $(srcdir)/Info.plist.src --ifdCapabilities=$(ifdCapabilities) --target=$(CCID_LIB) --version=$(VERSION) --bundle=$(CCID_BUNDLE) $(NOCLASS) > Info.plist
899
900install_ccid: libccid.la Info.plist
901	$(mkinstalldirs) $(DRIVER_DEST)$(usbdropdir)/$(CCID_BUNDLE)/Contents/$(BUNDLE_HOST)/
902	cp Info.plist $(DRIVER_DEST)$(usbdropdir)/$(CCID_BUNDLE)/Contents/
903	cp .libs/$(CCID_LIB) $(DRIVER_DEST)$(usbdropdir)/$(CCID_BUNDLE)/Contents/$(BUNDLE_HOST)/$(CCID_LIB).$(VERSION)
904	ln -fs $(CCID_LIB).$(VERSION) $(DRIVER_DEST)$(usbdropdir)/$(CCID_BUNDLE)/Contents/$(BUNDLE_HOST)/$(CCID_LIB)
905	$(INSTALL_UDEV_RULE_FILE)
906
907install_ccidtwin: libccidtwin.la
908	$(mkinstalldirs) $(DESTDIR)$(ccidtwindir)
909	cp .libs/$(CCIDTWIN_LIB) $(DESTDIR)$(ccidtwindir)/$(CCIDTWIN_LIB).$(VERSION)
910	ln -fs $(CCIDTWIN_LIB).$(VERSION) $(DESTDIR)$(ccidtwindir)/$(CCIDTWIN_LIB)
911	if [ -e $(DESTDIR)/etc/reader.conf ] ; \
912	then \
913		echo "Edit existing /etc/reader.conf" ; \
914	else \
915		$(mkinstalldirs) $(DESTDIR)/etc ; \
916		perl -ne "s|TARGET|$(ccidtwindir)/$(CCIDTWIN_LIB)| ; print" $(srcdir)/reader.conf.in > $(DESTDIR)/etc/reader.conf ; \
917	fi
918
919# do not uninstall the serial driver by default
920# use explicitely 'make uninstall_ccidtwin'
921uninstall: uninstall_ccid
922
923uninstall_ccid:
924	rm -rf $(DESTDIR)$(usbdropdir)/$(CCID_BUNDLE)
925
926uninstall_ccidtwin:
927	rm -f $(DESTDIR)$(ccidtwindir)/$(CCIDTWIN_LIB).$(VERSION)
928# Tell versions [3.59,3.63) of GNU make to not export all variables.
929# Otherwise a system limit (for SysV at least) may be exceeded.
930.NOEXPORT:
931