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#
18# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev@gmail.com>
19# All rights reserved.
20#
21# This program is free software; you can redistribute it and/or modify
22# it under the terms of the GNU General Public License version 2
23# as published by the Free Software Foundation.
24#
25# This program is distributed in the hope that it will be useful,
26# but WITHOUT ANY WARRANTY; without even the implied warranty of
27# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28# GNU General Public License for more details.
29#
30# You should have received a copy of the GNU General Public License
31# along with this program (see the file COPYING.GPL included with this
32# distribution); if not, write to the Free Software Foundation, Inc.,
33# 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
34#
35
36
37VPATH = @srcdir@
38pkgdatadir = $(datadir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42install_sh_DATA = $(install_sh) -c -m 644
43install_sh_PROGRAM = $(install_sh) -c
44install_sh_SCRIPT = $(install_sh) -c
45INSTALL_HEADER = $(INSTALL_DATA)
46transform = $(program_transform_name)
47NORMAL_INSTALL = :
48PRE_INSTALL = :
49POST_INSTALL = :
50NORMAL_UNINSTALL = :
51PRE_UNINSTALL = :
52POST_UNINSTALL = :
53build_triplet = @build@
54host_triplet = @host@
55bin_PROGRAMS = pkcs11-dump$(EXEEXT)
56subdir = .
57DIST_COMMON = README $(am__configure_deps) \
58	$(am__dist_noinst_DATA_DIST) $(dist_doc_DATA) $(dist_man_MANS) \
59	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
60	$(srcdir)/config.h.in $(srcdir)/versioninfo.rc.in \
61	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL \
62	THANKS config.guess config.sub depcomp install-sh ltmain.sh \
63	missing
64ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
66	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
67	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
68	$(top_srcdir)/configure.ac
69am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70	$(ACLOCAL_M4)
71am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
72 configure.lineno config.status.lineno
73mkinstalldirs = $(install_sh) -d
74CONFIG_HEADER = config.h
75CONFIG_CLEAN_FILES = versioninfo.rc
76am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
77binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
78PROGRAMS = $(bin_PROGRAMS)
79am_pkcs11_dump_OBJECTS = pkcs11-dump.$(OBJEXT)
80@WIN32_TRUE@nodist_pkcs11_dump_OBJECTS = versioninfo.$(OBJEXT)
81pkcs11_dump_OBJECTS = $(am_pkcs11_dump_OBJECTS) \
82	$(nodist_pkcs11_dump_OBJECTS)
83pkcs11_dump_LDADD = $(LDADD)
84DEFAULT_INCLUDES = -I.@am__isrc@
85depcomp = $(SHELL) $(top_srcdir)/depcomp
86am__depfiles_maybe = depfiles
87CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
89LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
91	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
92CXXLD = $(CXX)
93CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
95	$(LDFLAGS) -o $@
96COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
97	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
99	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
100	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101CCLD = $(CC)
102LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
103	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
104	$(LDFLAGS) -o $@
105SOURCES = $(pkcs11_dump_SOURCES) $(nodist_pkcs11_dump_SOURCES)
106DIST_SOURCES = $(pkcs11_dump_SOURCES)
107man1dir = $(mandir)/man1
108NROFF = nroff
109MANS = $(dist_man_MANS)
110am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
111am__vpath_adj = case $$p in \
112    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
113    *) f=$$p;; \
114  esac;
115am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
116dist_docDATA_INSTALL = $(INSTALL_DATA)
117am__dist_noinst_DATA_DIST = pkcs11-dump.1
118nodist_htmlDATA_INSTALL = $(INSTALL_DATA)
119DATA = $(dist_doc_DATA) $(dist_noinst_DATA) $(nodist_html_DATA)
120ETAGS = etags
121CTAGS = ctags
122DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123distdir = $(PACKAGE)-$(VERSION)
124top_distdir = $(distdir)
125am__remove_distdir = \
126  { test ! -d $(distdir) \
127    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
128         && rm -fr $(distdir); }; }
129DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
130GZIP_ENV = --best
131distuninstallcheck_listfiles = find . -type f -print
132distcleancheck_listfiles = find . -type f -print
133ACLOCAL = @ACLOCAL@
134AMTAR = @AMTAR@
135AR = @AR@
136AUTOCONF = @AUTOCONF@
137AUTOHEADER = @AUTOHEADER@
138AUTOMAKE = @AUTOMAKE@
139AWK = @AWK@
140CC = @CC@
141CCDEPMODE = @CCDEPMODE@
142CFLAGS = @CFLAGS@
143CPP = @CPP@
144CPPFLAGS = @CPPFLAGS@
145CXX = @CXX@
146CXXCPP = @CXXCPP@
147CXXDEPMODE = @CXXDEPMODE@
148CXXFLAGS = @CXXFLAGS@
149CYGPATH_W = @CYGPATH_W@
150DEFS = @DEFS@
151DEPDIR = @DEPDIR@
152DSYMUTIL = @DSYMUTIL@
153DUMPBIN = @DUMPBIN@
154ECHO_C = @ECHO_C@
155ECHO_N = @ECHO_N@
156ECHO_T = @ECHO_T@
157EGREP = @EGREP@
158EXEEXT = @EXEEXT@
159FGREP = @FGREP@
160GREP = @GREP@
161INSTALL = @INSTALL@
162INSTALL_DATA = @INSTALL_DATA@
163INSTALL_PROGRAM = @INSTALL_PROGRAM@
164INSTALL_SCRIPT = @INSTALL_SCRIPT@
165INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
166LD = @LD@
167LDFLAGS = @LDFLAGS@
168LIBOBJS = @LIBOBJS@
169LIBS = @LIBS@
170LIBTOOL = @LIBTOOL@
171LIPO = @LIPO@
172LN_S = @LN_S@
173LTLIBOBJS = @LTLIBOBJS@
174MAKEINFO = @MAKEINFO@
175MAN2HTML = @MAN2HTML@
176MKDIR_P = @MKDIR_P@
177NM = @NM@
178NMEDIT = @NMEDIT@
179OBJDUMP = @OBJDUMP@
180OBJEXT = @OBJEXT@
181OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
182OPENSSL_LIBS = @OPENSSL_LIBS@
183OTOOL = @OTOOL@
184OTOOL64 = @OTOOL64@
185PACKAGE = @PACKAGE@
186PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
187PACKAGE_NAME = @PACKAGE_NAME@
188PACKAGE_STRING = @PACKAGE_STRING@
189PACKAGE_TARNAME = @PACKAGE_TARNAME@
190PACKAGE_VERSION = @PACKAGE_VERSION@
191PATH_SEPARATOR = @PATH_SEPARATOR@
192PKCS11_DUMP_VERSION_FIX = @PKCS11_DUMP_VERSION_FIX@
193PKCS11_DUMP_VERSION_MAJOR = @PKCS11_DUMP_VERSION_MAJOR@
194PKCS11_DUMP_VERSION_MINOR = @PKCS11_DUMP_VERSION_MINOR@
195PKG_CONFIG = @PKG_CONFIG@
196RANLIB = @RANLIB@
197SED = @SED@
198SET_MAKE = @SET_MAKE@
199SHELL = @SHELL@
200STRIP = @STRIP@
201VERSION = @VERSION@
202abs_builddir = @abs_builddir@
203abs_srcdir = @abs_srcdir@
204abs_top_builddir = @abs_top_builddir@
205abs_top_srcdir = @abs_top_srcdir@
206ac_ct_CC = @ac_ct_CC@
207ac_ct_CXX = @ac_ct_CXX@
208ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
209am__include = @am__include@
210am__leading_dot = @am__leading_dot@
211am__quote = @am__quote@
212am__tar = @am__tar@
213am__untar = @am__untar@
214bindir = @bindir@
215build = @build@
216build_alias = @build_alias@
217build_cpu = @build_cpu@
218build_os = @build_os@
219build_vendor = @build_vendor@
220builddir = @builddir@
221datadir = @datadir@
222datarootdir = @datarootdir@
223docdir = @docdir@
224dvidir = @dvidir@
225exec_prefix = @exec_prefix@
226host = @host@
227host_alias = @host_alias@
228host_cpu = @host_cpu@
229host_os = @host_os@
230host_vendor = @host_vendor@
231htmldir = @htmldir@
232includedir = @includedir@
233infodir = @infodir@
234install_sh = @install_sh@
235libdir = @libdir@
236libexecdir = @libexecdir@
237localedir = @localedir@
238localstatedir = @localstatedir@
239lt_ECHO = @lt_ECHO@
240mandir = @mandir@
241mkdir_p = @mkdir_p@
242oldincludedir = @oldincludedir@
243pdfdir = @pdfdir@
244prefix = @prefix@
245program_transform_name = @program_transform_name@
246psdir = @psdir@
247sbindir = @sbindir@
248sharedstatedir = @sharedstatedir@
249srcdir = @srcdir@
250sysconfdir = @sysconfdir@
251target_alias = @target_alias@
252top_build_prefix = @top_build_prefix@
253top_builddir = @top_builddir@
254top_srcdir = @top_srcdir@
255AUTOMAKE_OPTIONS = foreign dist-bzip2 1.10
256ACLOCAL_AMFLAGS = -I m4
257MAINTAINERCLEANFILES = \
258	config.log config.status \
259	$(srcdir)/Makefile.in \
260	$(srcdir)/config.h.in $(srcdir)/config.h.in~ $(srcdir)/configure \
261	$(srcdir)/install-sh $(srcdir)/ltmain.sh $(srcdir)/missing \
262	$(srcdir)/depcomp $(srcdir)/aclocal.m4 \
263	$(srcdir)/config.guess $(srcdir)/config.sub
264
265CLEANFILES = pkcs11-dump.1.html
266dist_doc_DATA = README COPYING COPYING.GPL
267pkcs11_dump_SOURCES = \
268	pkcs11.h \
269	pkcs11-dump.cpp
270
271@WIN32_TRUE@nodist_pkcs11_dump_SOURCES = versioninfo.rc
272@WIN32_TRUE@nodist_html_DATA = pkcs11-dump.1.html
273@WIN32_TRUE@dist_noinst_DATA = pkcs11-dump.1
274@WIN32_FALSE@dist_man_MANS = pkcs11-dump.1
275RCCOMPILE = $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
276	$(AM_CPPFLAGS) $(CPPFLAGS)
277
278LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE)
279all: config.h
280	$(MAKE) $(AM_MAKEFLAGS) all-am
281
282.SUFFIXES:
283.SUFFIXES: .cpp .lo .o .obj .rc
284am--refresh:
285	@:
286$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
287	@for dep in $?; do \
288	  case '$(am__configure_deps)' in \
289	    *$$dep*) \
290	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
291	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
292		&& exit 0; \
293	      exit 1;; \
294	  esac; \
295	done; \
296	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
297	cd $(top_srcdir) && \
298	  $(AUTOMAKE) --foreign  Makefile
299.PRECIOUS: Makefile
300Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
301	@case '$?' in \
302	  *config.status*) \
303	    echo ' $(SHELL) ./config.status'; \
304	    $(SHELL) ./config.status;; \
305	  *) \
306	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
307	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
308	esac;
309
310$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
311	$(SHELL) ./config.status --recheck
312
313$(top_srcdir)/configure:  $(am__configure_deps)
314	cd $(srcdir) && $(AUTOCONF)
315$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
316	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
317
318config.h: stamp-h1
319	@if test ! -f $@; then \
320	  rm -f stamp-h1; \
321	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
322	else :; fi
323
324stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
325	@rm -f stamp-h1
326	cd $(top_builddir) && $(SHELL) ./config.status config.h
327$(srcdir)/config.h.in:  $(am__configure_deps)
328	cd $(top_srcdir) && $(AUTOHEADER)
329	rm -f stamp-h1
330	touch $@
331
332distclean-hdr:
333	-rm -f config.h stamp-h1
334versioninfo.rc: $(top_builddir)/config.status $(srcdir)/versioninfo.rc.in
335	cd $(top_builddir) && $(SHELL) ./config.status $@
336install-binPROGRAMS: $(bin_PROGRAMS)
337	@$(NORMAL_INSTALL)
338	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
339	@list='$(bin_PROGRAMS)'; for p in $$list; do \
340	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
341	  if test -f $$p \
342	     || test -f $$p1 \
343	  ; then \
344	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
345	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
346	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
347	  else :; fi; \
348	done
349
350uninstall-binPROGRAMS:
351	@$(NORMAL_UNINSTALL)
352	@list='$(bin_PROGRAMS)'; for p in $$list; do \
353	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
354	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
355	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
356	done
357
358clean-binPROGRAMS:
359	@list='$(bin_PROGRAMS)'; for p in $$list; do \
360	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
361	  echo " rm -f $$p $$f"; \
362	  rm -f $$p $$f ; \
363	done
364pkcs11-dump$(EXEEXT): $(pkcs11_dump_OBJECTS) $(pkcs11_dump_DEPENDENCIES)
365	@rm -f pkcs11-dump$(EXEEXT)
366	$(CXXLINK) $(pkcs11_dump_OBJECTS) $(pkcs11_dump_LDADD) $(LIBS)
367
368mostlyclean-compile:
369	-rm -f *.$(OBJEXT)
370
371distclean-compile:
372	-rm -f *.tab.c
373
374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkcs11-dump.Po@am__quote@
375
376.cpp.o:
377@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
378@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
379@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
380@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
382
383.cpp.obj:
384@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
385@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
386@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
387@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
389
390.cpp.lo:
391@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
392@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
393@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
394@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
396
397mostlyclean-libtool:
398	-rm -f *.lo
399
400clean-libtool:
401	-rm -rf .libs _libs
402
403distclean-libtool:
404	-rm -f libtool config.lt
405install-man1: $(man1_MANS) $(man_MANS)
406	@$(NORMAL_INSTALL)
407	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
408	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
409	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
410	for i in $$l2; do \
411	  case "$$i" in \
412	    *.1*) list="$$list $$i" ;; \
413	  esac; \
414	done; \
415	for i in $$list; do \
416	  if test -f $$i; then file=$$i; \
417	  else file=$(srcdir)/$$i; fi; \
418	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
419	  case "$$ext" in \
420	    1*) ;; \
421	    *) ext='1' ;; \
422	  esac; \
423	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
424	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
425	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
426	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
427	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
428	done
429uninstall-man1:
430	@$(NORMAL_UNINSTALL)
431	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
432	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
433	for i in $$l2; do \
434	  case "$$i" in \
435	    *.1*) list="$$list $$i" ;; \
436	  esac; \
437	done; \
438	for i in $$list; do \
439	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
440	  case "$$ext" in \
441	    1*) ;; \
442	    *) ext='1' ;; \
443	  esac; \
444	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
445	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
446	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
447	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
448	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
449	done
450install-dist_docDATA: $(dist_doc_DATA)
451	@$(NORMAL_INSTALL)
452	test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
453	@list='$(dist_doc_DATA)'; for p in $$list; do \
454	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
455	  f=$(am__strip_dir) \
456	  echo " $(dist_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
457	  $(dist_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
458	done
459
460uninstall-dist_docDATA:
461	@$(NORMAL_UNINSTALL)
462	@list='$(dist_doc_DATA)'; for p in $$list; do \
463	  f=$(am__strip_dir) \
464	  echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
465	  rm -f "$(DESTDIR)$(docdir)/$$f"; \
466	done
467install-nodist_htmlDATA: $(nodist_html_DATA)
468	@$(NORMAL_INSTALL)
469	test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
470	@list='$(nodist_html_DATA)'; for p in $$list; do \
471	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
472	  f=$(am__strip_dir) \
473	  echo " $(nodist_htmlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
474	  $(nodist_htmlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
475	done
476
477uninstall-nodist_htmlDATA:
478	@$(NORMAL_UNINSTALL)
479	@list='$(nodist_html_DATA)'; for p in $$list; do \
480	  f=$(am__strip_dir) \
481	  echo " rm -f '$(DESTDIR)$(htmldir)/$$f'"; \
482	  rm -f "$(DESTDIR)$(htmldir)/$$f"; \
483	done
484
485ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
486	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
487	unique=`for i in $$list; do \
488	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
489	  done | \
490	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
491	      END { if (nonempty) { for (i in files) print i; }; }'`; \
492	mkid -fID $$unique
493tags: TAGS
494
495TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
496		$(TAGS_FILES) $(LISP)
497	tags=; \
498	here=`pwd`; \
499	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
500	unique=`for i in $$list; do \
501	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
502	  done | \
503	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
504	      END { if (nonempty) { for (i in files) print i; }; }'`; \
505	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
506	  test -n "$$unique" || unique=$$empty_fix; \
507	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
508	    $$tags $$unique; \
509	fi
510ctags: CTAGS
511CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
512		$(TAGS_FILES) $(LISP)
513	tags=; \
514	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
515	unique=`for i in $$list; do \
516	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
517	  done | \
518	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
519	      END { if (nonempty) { for (i in files) print i; }; }'`; \
520	test -z "$(CTAGS_ARGS)$$tags$$unique" \
521	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
522	     $$tags $$unique
523
524GTAGS:
525	here=`$(am__cd) $(top_builddir) && pwd` \
526	  && cd $(top_srcdir) \
527	  && gtags -i $(GTAGS_ARGS) $$here
528
529distclean-tags:
530	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
531
532distdir: $(DISTFILES)
533	$(am__remove_distdir)
534	test -d $(distdir) || mkdir $(distdir)
535	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
536	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
537	list='$(DISTFILES)'; \
538	  dist_files=`for file in $$list; do echo $$file; done | \
539	  sed -e "s|^$$srcdirstrip/||;t" \
540	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
541	case $$dist_files in \
542	  */*) $(MKDIR_P) `echo "$$dist_files" | \
543			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
544			   sort -u` ;; \
545	esac; \
546	for file in $$dist_files; do \
547	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
548	  if test -d $$d/$$file; then \
549	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
550	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
551	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
552	    fi; \
553	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
554	  else \
555	    test -f $(distdir)/$$file \
556	    || cp -p $$d/$$file $(distdir)/$$file \
557	    || exit 1; \
558	  fi; \
559	done
560	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
561	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
562	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
563	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
564	|| chmod -R a+r $(distdir)
565dist-gzip: distdir
566	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
567	$(am__remove_distdir)
568dist-bzip2: distdir
569	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
570	$(am__remove_distdir)
571
572dist-lzma: distdir
573	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
574	$(am__remove_distdir)
575
576dist-tarZ: distdir
577	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
578	$(am__remove_distdir)
579
580dist-shar: distdir
581	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
582	$(am__remove_distdir)
583
584dist-zip: distdir
585	-rm -f $(distdir).zip
586	zip -rq $(distdir).zip $(distdir)
587	$(am__remove_distdir)
588
589dist dist-all: distdir
590	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
591	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
592	$(am__remove_distdir)
593
594# This target untars the dist file and tries a VPATH configuration.  Then
595# it guarantees that the distribution is self-contained by making another
596# tarfile.
597distcheck: dist
598	case '$(DIST_ARCHIVES)' in \
599	*.tar.gz*) \
600	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
601	*.tar.bz2*) \
602	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
603	*.tar.lzma*) \
604	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
605	*.tar.Z*) \
606	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
607	*.shar.gz*) \
608	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
609	*.zip*) \
610	  unzip $(distdir).zip ;;\
611	esac
612	chmod -R a-w $(distdir); chmod a+w $(distdir)
613	mkdir $(distdir)/_build
614	mkdir $(distdir)/_inst
615	chmod a-w $(distdir)
616	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
617	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
618	  && cd $(distdir)/_build \
619	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
620	    $(DISTCHECK_CONFIGURE_FLAGS) \
621	  && $(MAKE) $(AM_MAKEFLAGS) \
622	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
623	  && $(MAKE) $(AM_MAKEFLAGS) check \
624	  && $(MAKE) $(AM_MAKEFLAGS) install \
625	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
626	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
627	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
628	        distuninstallcheck \
629	  && chmod -R a-w "$$dc_install_base" \
630	  && ({ \
631	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
632	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
633	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
634	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
635	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
636	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
637	  && rm -rf "$$dc_destdir" \
638	  && $(MAKE) $(AM_MAKEFLAGS) dist \
639	  && rm -rf $(DIST_ARCHIVES) \
640	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
641	$(am__remove_distdir)
642	@(echo "$(distdir) archives ready for distribution: "; \
643	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
644	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
645distuninstallcheck:
646	@cd $(distuninstallcheck_dir) \
647	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
648	   || { echo "ERROR: files left after uninstall:" ; \
649	        if test -n "$(DESTDIR)"; then \
650	          echo "  (check DESTDIR support)"; \
651	        fi ; \
652	        $(distuninstallcheck_listfiles) ; \
653	        exit 1; } >&2
654distcleancheck: distclean
655	@if test '$(srcdir)' = . ; then \
656	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
657	  exit 1 ; \
658	fi
659	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
660	  || { echo "ERROR: files left in build directory after distclean:" ; \
661	       $(distcleancheck_listfiles) ; \
662	       exit 1; } >&2
663check-am: all-am
664check: check-am
665all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
666installdirs:
667	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
668	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
669	done
670install: install-am
671install-exec: install-exec-am
672install-data: install-data-am
673uninstall: uninstall-am
674
675install-am: all-am
676	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
677
678installcheck: installcheck-am
679install-strip:
680	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
681	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
682	  `test -z '$(STRIP)' || \
683	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
684mostlyclean-generic:
685
686clean-generic:
687	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
688
689distclean-generic:
690	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
691
692maintainer-clean-generic:
693	@echo "This command is intended for maintainers to use"
694	@echo "it deletes files that may require special tools to rebuild."
695	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
696clean: clean-am
697
698clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
699
700distclean: distclean-am
701	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
702	-rm -rf ./$(DEPDIR)
703	-rm -f Makefile
704distclean-am: clean-am distclean-compile distclean-generic \
705	distclean-hdr distclean-libtool distclean-tags
706
707dvi: dvi-am
708
709dvi-am:
710
711html: html-am
712
713info: info-am
714
715info-am:
716
717install-data-am: install-man
718
719install-dvi: install-dvi-am
720
721install-exec-am: install-binPROGRAMS
722
723install-html: install-html-am
724
725install-info: install-info-am
726
727install-man: install-man1
728
729install-pdf: install-pdf-am
730
731install-ps: install-ps-am
732
733installcheck-am:
734
735maintainer-clean: maintainer-clean-am
736	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
737	-rm -rf $(top_srcdir)/autom4te.cache
738	-rm -rf ./$(DEPDIR)
739	-rm -f Makefile
740maintainer-clean-am: distclean-am maintainer-clean-generic
741
742mostlyclean: mostlyclean-am
743
744mostlyclean-am: mostlyclean-compile mostlyclean-generic \
745	mostlyclean-libtool
746
747pdf: pdf-am
748
749pdf-am:
750
751ps: ps-am
752
753ps-am:
754
755uninstall-am: uninstall-binPROGRAMS uninstall-dist_docDATA \
756	uninstall-man uninstall-nodist_htmlDATA
757
758uninstall-man: uninstall-man1
759
760.MAKE: install-am install-strip
761
762.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
763	clean-binPROGRAMS clean-generic clean-libtool ctags dist \
764	dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
765	dist-zip distcheck distclean distclean-compile \
766	distclean-generic distclean-hdr distclean-libtool \
767	distclean-tags distcleancheck distdir distuninstallcheck dvi \
768	dvi-am html html-am info info-am install install-am \
769	install-binPROGRAMS install-data install-data-am \
770	install-dist_docDATA install-dvi install-dvi-am install-exec \
771	install-exec-am install-html install-html-am install-info \
772	install-info-am install-man install-man1 \
773	install-nodist_htmlDATA install-pdf install-pdf-am install-ps \
774	install-ps-am install-strip installcheck installcheck-am \
775	installdirs maintainer-clean maintainer-clean-generic \
776	mostlyclean mostlyclean-compile mostlyclean-generic \
777	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
778	uninstall-am uninstall-binPROGRAMS uninstall-dist_docDATA \
779	uninstall-man uninstall-man1 uninstall-nodist_htmlDATA
780
781@WIN32_TRUE@pkcs11-dump.1.html:	pkcs11-dump.1
782@WIN32_TRUE@	$(MAN2HTML) < "$^" > "$@"
783
784.rc.lo:
785	$(LTRCCOMPILE) -i $< -o $@
786
787.rc.o:
788	$(RCCOMPILE) -i $< -o $@
789# Tell versions [3.59,3.63) of GNU make to not export all variables.
790# Otherwise a system limit (for SysV at least) may be exceeded.
791.NOEXPORT:
792