1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18# Copyright 2001-2014 Double Precision, Inc.  See COPYING for
19# distribution information.
20#
21
22
23
24VPATH = @srcdir@
25am__is_gnu_make = { \
26  if test -z '$(MAKELEVEL)'; then \
27    false; \
28  elif test -n '$(MAKE_HOST)'; then \
29    true; \
30  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31    true; \
32  else \
33    false; \
34  fi; \
35}
36am__make_running_with_option = \
37  case $${target_option-} in \
38      ?) ;; \
39      *) echo "am__make_running_with_option: internal error: invalid" \
40              "target option '$${target_option-}' specified" >&2; \
41         exit 1;; \
42  esac; \
43  has_opt=no; \
44  sane_makeflags=$$MAKEFLAGS; \
45  if $(am__is_gnu_make); then \
46    sane_makeflags=$$MFLAGS; \
47  else \
48    case $$MAKEFLAGS in \
49      *\\[\ \	]*) \
50        bs=\\; \
51        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
52          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
53    esac; \
54  fi; \
55  skip_next=no; \
56  strip_trailopt () \
57  { \
58    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
59  }; \
60  for flg in $$sane_makeflags; do \
61    test $$skip_next = yes && { skip_next=no; continue; }; \
62    case $$flg in \
63      *=*|--*) continue;; \
64        -*I) strip_trailopt 'I'; skip_next=yes;; \
65      -*I?*) strip_trailopt 'I';; \
66        -*O) strip_trailopt 'O'; skip_next=yes;; \
67      -*O?*) strip_trailopt 'O';; \
68        -*l) strip_trailopt 'l'; skip_next=yes;; \
69      -*l?*) strip_trailopt 'l';; \
70      -[dEDm]) skip_next=yes;; \
71      -[JT]) skip_next=yes;; \
72    esac; \
73    case $$flg in \
74      *$$target_option*) has_opt=yes; break;; \
75    esac; \
76  done; \
77  test $$has_opt = yes
78am__make_dryrun = (target_option=n; $(am__make_running_with_option))
79am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
80pkgdatadir = $(datadir)/@PACKAGE@
81pkgincludedir = $(includedir)/@PACKAGE@
82pkglibdir = $(libdir)/@PACKAGE@
83pkglibexecdir = $(libexecdir)/@PACKAGE@
84am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
85install_sh_DATA = $(install_sh) -c -m 644
86install_sh_PROGRAM = $(install_sh) -c
87install_sh_SCRIPT = $(install_sh) -c
88INSTALL_HEADER = $(INSTALL_DATA)
89transform = $(program_transform_name)
90NORMAL_INSTALL = :
91PRE_INSTALL = :
92POST_INSTALL = :
93NORMAL_UNINSTALL = :
94PRE_UNINSTALL = :
95POST_UNINSTALL = :
96build_triplet = @build@
97host_triplet = @host@
98noinst_PROGRAMS = testgpg$(EXEEXT) mimegpg$(EXEEXT)
99subdir = .
100ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101am__aclocal_m4_deps = $(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103	$(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
105	$(am__configure_deps) $(am__DIST_COMMON)
106am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
107 configure.lineno config.status.lineno
108mkinstalldirs = $(install_sh) -d
109CONFIG_HEADER = config.h
110CONFIG_CLEAN_FILES = webgpg
111CONFIG_CLEAN_VPATH_FILES =
112PROGRAMS = $(noinst_PROGRAMS)
113LTLIBRARIES = $(noinst_LTLIBRARIES)
114libgpg_la_LIBADD =
115am_libgpg_la_OBJECTS = checksign.lo delete.lo export.lo fork.lo \
116	genkey.lo gpg.lo import.lo libgpg.lo list.lo mimegpgfork.lo \
117	mimegpgheader.lo mimegpgstack.lo options.lo rfc2045.lo sign.lo \
118	tempname.lo
119libgpg_la_OBJECTS = $(am_libgpg_la_OBJECTS)
120AM_V_lt = $(am__v_lt_@AM_V@)
121am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
122am__v_lt_0 = --silent
123am__v_lt_1 =
124am_mimegpg_OBJECTS = mimegpg.$(OBJEXT)
125mimegpg_OBJECTS = $(am_mimegpg_OBJECTS)
126am_testgpg_OBJECTS = testgpg.$(OBJEXT)
127testgpg_OBJECTS = $(am_testgpg_OBJECTS)
128testgpg_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
129	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
130	$(testgpg_LDFLAGS) $(LDFLAGS) -o $@
131SCRIPTS = $(noinst_SCRIPTS)
132AM_V_P = $(am__v_P_@AM_V@)
133am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
134am__v_P_0 = false
135am__v_P_1 = :
136AM_V_GEN = $(am__v_GEN_@AM_V@)
137am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
138am__v_GEN_0 = @echo "  GEN     " $@;
139am__v_GEN_1 =
140AM_V_at = $(am__v_at_@AM_V@)
141am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
142am__v_at_0 = @
143am__v_at_1 =
144DEFAULT_INCLUDES = -I.@am__isrc@
145depcomp = $(SHELL) $(top_srcdir)/../../depcomp
146am__maybe_remake_depfiles = depfiles
147am__depfiles_remade = ./$(DEPDIR)/checksign.Plo ./$(DEPDIR)/delete.Plo \
148	./$(DEPDIR)/export.Plo ./$(DEPDIR)/fork.Plo \
149	./$(DEPDIR)/genkey.Plo ./$(DEPDIR)/gpg.Plo \
150	./$(DEPDIR)/import.Plo ./$(DEPDIR)/libgpg.Plo \
151	./$(DEPDIR)/list.Plo ./$(DEPDIR)/mimegpg.Po \
152	./$(DEPDIR)/mimegpgfork.Plo ./$(DEPDIR)/mimegpgheader.Plo \
153	./$(DEPDIR)/mimegpgstack.Plo ./$(DEPDIR)/options.Plo \
154	./$(DEPDIR)/rfc2045.Plo ./$(DEPDIR)/sign.Plo \
155	./$(DEPDIR)/tempname.Plo ./$(DEPDIR)/testgpg.Po
156am__mv = mv -f
157COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
158	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
159LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
161	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
162	$(AM_CFLAGS) $(CFLAGS)
163AM_V_CC = $(am__v_CC_@AM_V@)
164am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
165am__v_CC_0 = @echo "  CC      " $@;
166am__v_CC_1 =
167CCLD = $(CC)
168LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
169	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
170	$(AM_LDFLAGS) $(LDFLAGS) -o $@
171AM_V_CCLD = $(am__v_CCLD_@AM_V@)
172am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
173am__v_CCLD_0 = @echo "  CCLD    " $@;
174am__v_CCLD_1 =
175SOURCES = $(libgpg_la_SOURCES) $(mimegpg_SOURCES) $(testgpg_SOURCES)
176DIST_SOURCES = $(libgpg_la_SOURCES) $(mimegpg_SOURCES) \
177	$(testgpg_SOURCES)
178am__can_run_installinfo = \
179  case $$AM_UPDATE_INFO_DIR in \
180    n|no|NO) false;; \
181    *) (install-info --version) >/dev/null 2>&1;; \
182  esac
183am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
184	$(LISP)config.h.in
185# Read a list of newline-separated strings from the standard input,
186# and print each of them once, without duplicates.  Input order is
187# *not* preserved.
188am__uniquify_input = $(AWK) '\
189  BEGIN { nonempty = 0; } \
190  { items[$$0] = 1; nonempty = 1; } \
191  END { if (nonempty) { for (i in items) print i; }; } \
192'
193# Make sure the list of sources is unique.  This is necessary because,
194# e.g., the same source file might be shared among _SOURCES variables
195# for different programs/libraries.
196am__define_uniq_tagged_files = \
197  list='$(am__tagged_files)'; \
198  unique=`for i in $$list; do \
199    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200  done | $(am__uniquify_input)`
201ETAGS = etags
202CTAGS = ctags
203CSCOPE = cscope
204AM_RECURSIVE_TARGETS = cscope
205am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
206	$(srcdir)/webgpg.in $(top_srcdir)/../../compile \
207	$(top_srcdir)/../../config.guess \
208	$(top_srcdir)/../../config.sub $(top_srcdir)/../../depcomp \
209	$(top_srcdir)/../../install-sh $(top_srcdir)/../../ltmain.sh \
210	$(top_srcdir)/../../missing ../../AUTHORS ../../COPYING \
211	../../ChangeLog ../../compile ../../config.guess \
212	../../config.rpath ../../config.sub ../../depcomp \
213	../../install-sh ../../ltmain.sh ../../missing
214DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
215distdir = $(PACKAGE)-$(VERSION)
216top_distdir = $(distdir)
217am__remove_distdir = \
218  if test -d "$(distdir)"; then \
219    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
220      && rm -rf "$(distdir)" \
221      || { sleep 5 && rm -rf "$(distdir)"; }; \
222  else :; fi
223am__post_remove_distdir = $(am__remove_distdir)
224DIST_ARCHIVES = $(distdir).tar.gz
225GZIP_ENV = --best
226DIST_TARGETS = dist-gzip
227distuninstallcheck_listfiles = find . -type f -print
228am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
229  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
230distcleancheck_listfiles = find . -type f -print
231ACLOCAL = @ACLOCAL@
232AMTAR = @AMTAR@
233AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
234AR = @AR@
235AUTOCONF = @AUTOCONF@
236AUTOHEADER = @AUTOHEADER@
237AUTOMAKE = @AUTOMAKE@
238AWK = @AWK@
239CC = @CC@
240CCDEPMODE = @CCDEPMODE@
241CFLAGS = @CFLAGS@
242CPP = @CPP@
243CPPFLAGS = @CPPFLAGS@
244CYGPATH_W = @CYGPATH_W@
245DEFS = @DEFS@
246DEPDIR = @DEPDIR@
247DLLTOOL = @DLLTOOL@
248DSYMUTIL = @DSYMUTIL@
249DUMPBIN = @DUMPBIN@
250ECHO_C = @ECHO_C@
251ECHO_N = @ECHO_N@
252ECHO_T = @ECHO_T@
253EGREP = @EGREP@
254EXEEXT = @EXEEXT@
255FGREP = @FGREP@
256GPG = @GPG@
257GREP = @GREP@
258INSTALL = @INSTALL@
259INSTALL_DATA = @INSTALL_DATA@
260INSTALL_PROGRAM = @INSTALL_PROGRAM@
261INSTALL_SCRIPT = @INSTALL_SCRIPT@
262INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
263LD = @LD@
264LDFLAGS = @LDFLAGS@
265LIBOBJS = @LIBOBJS@
266LIBS = @LIBS@
267LIBTOOL = @LIBTOOL@
268LIPO = @LIPO@
269LN_S = @LN_S@
270LTLIBOBJS = @LTLIBOBJS@
271LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
272MAKEINFO = @MAKEINFO@
273MANIFEST_TOOL = @MANIFEST_TOOL@
274MKDIR_P = @MKDIR_P@
275NM = @NM@
276NMEDIT = @NMEDIT@
277OBJDUMP = @OBJDUMP@
278OBJEXT = @OBJEXT@
279OTOOL = @OTOOL@
280OTOOL64 = @OTOOL64@
281PACKAGE = @PACKAGE@
282PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
283PACKAGE_NAME = @PACKAGE_NAME@
284PACKAGE_STRING = @PACKAGE_STRING@
285PACKAGE_TARNAME = @PACKAGE_TARNAME@
286PACKAGE_URL = @PACKAGE_URL@
287PACKAGE_VERSION = @PACKAGE_VERSION@
288PATH_SEPARATOR = @PATH_SEPARATOR@
289PERL = @PERL@
290RANLIB = @RANLIB@
291SED = @SED@
292SET_MAKE = @SET_MAKE@
293SHELL = @SHELL@
294STRIP = @STRIP@
295VERSION = @VERSION@
296abs_builddir = @abs_builddir@
297abs_srcdir = @abs_srcdir@
298abs_top_builddir = @abs_top_builddir@
299abs_top_srcdir = @abs_top_srcdir@
300ac_ct_AR = @ac_ct_AR@
301ac_ct_CC = @ac_ct_CC@
302ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
303am__include = @am__include@
304am__leading_dot = @am__leading_dot@
305am__quote = @am__quote@
306am__tar = @am__tar@
307am__untar = @am__untar@
308bindir = @bindir@
309build = @build@
310build_alias = @build_alias@
311build_cpu = @build_cpu@
312build_os = @build_os@
313build_vendor = @build_vendor@
314builddir = @builddir@
315datadir = @datadir@
316datarootdir = @datarootdir@
317docdir = @docdir@
318dvidir = @dvidir@
319exec_prefix = @exec_prefix@
320host = @host@
321host_alias = @host_alias@
322host_cpu = @host_cpu@
323host_os = @host_os@
324host_vendor = @host_vendor@
325htmldir = @htmldir@
326includedir = @includedir@
327infodir = @infodir@
328install_sh = @install_sh@
329libdir = @libdir@
330libexecdir = @libexecdir@
331localedir = @localedir@
332localstatedir = @localstatedir@
333mandir = @mandir@
334mkdir_p = @mkdir_p@
335oldincludedir = @oldincludedir@
336pdfdir = @pdfdir@
337prefix = @prefix@
338program_transform_name = @program_transform_name@
339psdir = @psdir@
340sbindir = @sbindir@
341sharedstatedir = @sharedstatedir@
342srcdir = @srcdir@
343sysconfdir = @sysconfdir@
344target_alias = @target_alias@
345top_build_prefix = @top_build_prefix@
346top_builddir = @top_builddir@
347top_srcdir = @top_srcdir@
348CLEANFILES = gpg.h
349noinst_SCRIPTS = webgpg
350noinst_LTLIBRARIES = libgpg.la
351libgpg_la_SOURCES = checksign.c delete.c export.c fork.c genkey.c gpg.c gpglib.h\
352	import.c libgpg.c list.c mimegpgfork.c mimegpgfork.h mimegpgheader.c \
353	mimegpgheader.h mimegpgstack.c mimegpgstack.h options.c rfc2045.c \
354	sign.c tempname.c tempname.h
355
356testgpg_SOURCES = testgpg.c
357testgpg_DEPENDENCIES = libgpg.la ../numlib/libnumlib.la
358testgpg_LDADD = $(testgpg_DEPENDENCIES) -lcourier-unicode
359testgpg_LDFLAGS = -static
360mimegpg_SOURCES = mimegpg.c
361mimegpg_LDADD = libgpg.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la \
362		../rfc822/libencode.la ../numlib/libnumlib.la \
363		-lcourier-unicode
364
365mimegpg_DEPENDENCIES = libgpg.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la\
366		../rfc822/libencode.la ../numlib/libnumlib.la
367
368BUILT_SOURCES = gpg.h mimegpg.html mimegpg.1
369EXTRA_DIST = mimegpg.html mimegpg.1 README.html
370all: $(BUILT_SOURCES) config.h
371	$(MAKE) $(AM_MAKEFLAGS) all-am
372
373.SUFFIXES:
374.SUFFIXES: .c .lo .o .obj
375am--refresh: Makefile
376	@:
377$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
378	@for dep in $?; do \
379	  case '$(am__configure_deps)' in \
380	    *$$dep*) \
381	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
382	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
383		&& exit 0; \
384	      exit 1;; \
385	  esac; \
386	done; \
387	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
388	$(am__cd) $(top_srcdir) && \
389	  $(AUTOMAKE) --foreign Makefile
390Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
391	@case '$?' in \
392	  *config.status*) \
393	    echo ' $(SHELL) ./config.status'; \
394	    $(SHELL) ./config.status;; \
395	  *) \
396	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
397	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
398	esac;
399
400$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
401	$(SHELL) ./config.status --recheck
402
403$(top_srcdir)/configure:  $(am__configure_deps)
404	$(am__cd) $(srcdir) && $(AUTOCONF)
405$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
406	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
407$(am__aclocal_m4_deps):
408
409config.h: stamp-h1
410	@test -f $@ || rm -f stamp-h1
411	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
412
413stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
414	@rm -f stamp-h1
415	cd $(top_builddir) && $(SHELL) ./config.status config.h
416$(srcdir)/config.h.in:  $(am__configure_deps)
417	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
418	rm -f stamp-h1
419	touch $@
420
421distclean-hdr:
422	-rm -f config.h stamp-h1
423webgpg: $(top_builddir)/config.status $(srcdir)/webgpg.in
424	cd $(top_builddir) && $(SHELL) ./config.status $@
425
426clean-noinstPROGRAMS:
427	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
428	echo " rm -f" $$list; \
429	rm -f $$list || exit $$?; \
430	test -n "$(EXEEXT)" || exit 0; \
431	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
432	echo " rm -f" $$list; \
433	rm -f $$list
434
435clean-noinstLTLIBRARIES:
436	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
437	@list='$(noinst_LTLIBRARIES)'; \
438	locs=`for p in $$list; do echo $$p; done | \
439	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
440	      sort -u`; \
441	test -z "$$locs" || { \
442	  echo rm -f $${locs}; \
443	  rm -f $${locs}; \
444	}
445
446libgpg.la: $(libgpg_la_OBJECTS) $(libgpg_la_DEPENDENCIES) $(EXTRA_libgpg_la_DEPENDENCIES)
447	$(AM_V_CCLD)$(LINK)  $(libgpg_la_OBJECTS) $(libgpg_la_LIBADD) $(LIBS)
448
449mimegpg$(EXEEXT): $(mimegpg_OBJECTS) $(mimegpg_DEPENDENCIES) $(EXTRA_mimegpg_DEPENDENCIES)
450	@rm -f mimegpg$(EXEEXT)
451	$(AM_V_CCLD)$(LINK) $(mimegpg_OBJECTS) $(mimegpg_LDADD) $(LIBS)
452
453testgpg$(EXEEXT): $(testgpg_OBJECTS) $(testgpg_DEPENDENCIES) $(EXTRA_testgpg_DEPENDENCIES)
454	@rm -f testgpg$(EXEEXT)
455	$(AM_V_CCLD)$(testgpg_LINK) $(testgpg_OBJECTS) $(testgpg_LDADD) $(LIBS)
456
457mostlyclean-compile:
458	-rm -f *.$(OBJEXT)
459
460distclean-compile:
461	-rm -f *.tab.c
462
463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checksign.Plo@am__quote@ # am--include-marker
464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delete.Plo@am__quote@ # am--include-marker
465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/export.Plo@am__quote@ # am--include-marker
466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fork.Plo@am__quote@ # am--include-marker
467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genkey.Plo@am__quote@ # am--include-marker
468@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg.Plo@am__quote@ # am--include-marker
469@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/import.Plo@am__quote@ # am--include-marker
470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg.Plo@am__quote@ # am--include-marker
471@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Plo@am__quote@ # am--include-marker
472@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mimegpg.Po@am__quote@ # am--include-marker
473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mimegpgfork.Plo@am__quote@ # am--include-marker
474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mimegpgheader.Plo@am__quote@ # am--include-marker
475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mimegpgstack.Plo@am__quote@ # am--include-marker
476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Plo@am__quote@ # am--include-marker
477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rfc2045.Plo@am__quote@ # am--include-marker
478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sign.Plo@am__quote@ # am--include-marker
479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tempname.Plo@am__quote@ # am--include-marker
480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testgpg.Po@am__quote@ # am--include-marker
481
482$(am__depfiles_remade):
483	@$(MKDIR_P) $(@D)
484	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
485
486am--depfiles: $(am__depfiles_remade)
487
488.c.o:
489@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
490@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
491@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
492@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
493@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
494
495.c.obj:
496@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
497@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
498@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
499@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
500@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
501
502.c.lo:
503@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
504@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
505@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
506@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
508
509mostlyclean-libtool:
510	-rm -f *.lo
511
512clean-libtool:
513	-rm -rf .libs _libs
514
515distclean-libtool:
516	-rm -f libtool config.lt
517
518ID: $(am__tagged_files)
519	$(am__define_uniq_tagged_files); mkid -fID $$unique
520tags: tags-am
521TAGS: tags
522
523tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
524	set x; \
525	here=`pwd`; \
526	$(am__define_uniq_tagged_files); \
527	shift; \
528	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
529	  test -n "$$unique" || unique=$$empty_fix; \
530	  if test $$# -gt 0; then \
531	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
532	      "$$@" $$unique; \
533	  else \
534	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
535	      $$unique; \
536	  fi; \
537	fi
538ctags: ctags-am
539
540CTAGS: ctags
541ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
542	$(am__define_uniq_tagged_files); \
543	test -z "$(CTAGS_ARGS)$$unique" \
544	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
545	     $$unique
546
547GTAGS:
548	here=`$(am__cd) $(top_builddir) && pwd` \
549	  && $(am__cd) $(top_srcdir) \
550	  && gtags -i $(GTAGS_ARGS) "$$here"
551cscope: cscope.files
552	test ! -s cscope.files \
553	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
554clean-cscope:
555	-rm -f cscope.files
556cscope.files: clean-cscope cscopelist
557cscopelist: cscopelist-am
558
559cscopelist-am: $(am__tagged_files)
560	list='$(am__tagged_files)'; \
561	case "$(srcdir)" in \
562	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
563	  *) sdir=$(subdir)/$(srcdir) ;; \
564	esac; \
565	for i in $$list; do \
566	  if test -f "$$i"; then \
567	    echo "$(subdir)/$$i"; \
568	  else \
569	    echo "$$sdir/$$i"; \
570	  fi; \
571	done >> $(top_builddir)/cscope.files
572
573distclean-tags:
574	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
575	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
576
577distdir: $(BUILT_SOURCES)
578	$(MAKE) $(AM_MAKEFLAGS) distdir-am
579
580distdir-am: $(DISTFILES)
581	$(am__remove_distdir)
582	test -d "$(distdir)" || mkdir "$(distdir)"
583	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
584	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
585	list='$(DISTFILES)'; \
586	  dist_files=`for file in $$list; do echo $$file; done | \
587	  sed -e "s|^$$srcdirstrip/||;t" \
588	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
589	case $$dist_files in \
590	  */*) $(MKDIR_P) `echo "$$dist_files" | \
591			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
592			   sort -u` ;; \
593	esac; \
594	for file in $$dist_files; do \
595	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
596	  if test -d $$d/$$file; then \
597	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
598	    if test -d "$(distdir)/$$file"; then \
599	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
600	    fi; \
601	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
602	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
603	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
604	    fi; \
605	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
606	  else \
607	    test -f "$(distdir)/$$file" \
608	    || cp -p $$d/$$file "$(distdir)/$$file" \
609	    || exit 1; \
610	  fi; \
611	done
612	-test -n "$(am__skip_mode_fix)" \
613	|| find "$(distdir)" -type d ! -perm -755 \
614		-exec chmod u+rwx,go+rx {} \; -o \
615	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
616	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
617	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
618	|| chmod -R a+r "$(distdir)"
619dist-gzip: distdir
620	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
621	$(am__post_remove_distdir)
622
623dist-bzip2: distdir
624	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
625	$(am__post_remove_distdir)
626
627dist-lzip: distdir
628	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
629	$(am__post_remove_distdir)
630
631dist-xz: distdir
632	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
633	$(am__post_remove_distdir)
634
635dist-tarZ: distdir
636	@echo WARNING: "Support for distribution archives compressed with" \
637		       "legacy program 'compress' is deprecated." >&2
638	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
639	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
640	$(am__post_remove_distdir)
641
642dist-shar: distdir
643	@echo WARNING: "Support for shar distribution archives is" \
644	               "deprecated." >&2
645	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
646	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
647	$(am__post_remove_distdir)
648
649dist-zip: distdir
650	-rm -f $(distdir).zip
651	zip -rq $(distdir).zip $(distdir)
652	$(am__post_remove_distdir)
653
654dist dist-all:
655	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
656	$(am__post_remove_distdir)
657
658# This target untars the dist file and tries a VPATH configuration.  Then
659# it guarantees that the distribution is self-contained by making another
660# tarfile.
661distcheck: dist
662	case '$(DIST_ARCHIVES)' in \
663	*.tar.gz*) \
664	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
665	*.tar.bz2*) \
666	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
667	*.tar.lz*) \
668	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
669	*.tar.xz*) \
670	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
671	*.tar.Z*) \
672	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
673	*.shar.gz*) \
674	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
675	*.zip*) \
676	  unzip $(distdir).zip ;;\
677	esac
678	chmod -R a-w $(distdir)
679	chmod u+w $(distdir)
680	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
681	chmod a-w $(distdir)
682	test -d $(distdir)/_build || exit 0; \
683	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
684	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
685	  && am__cwd=`pwd` \
686	  && $(am__cd) $(distdir)/_build/sub \
687	  && ../../configure \
688	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
689	    $(DISTCHECK_CONFIGURE_FLAGS) \
690	    --srcdir=../.. --prefix="$$dc_install_base" \
691	  && $(MAKE) $(AM_MAKEFLAGS) \
692	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
693	  && $(MAKE) $(AM_MAKEFLAGS) check \
694	  && $(MAKE) $(AM_MAKEFLAGS) install \
695	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
696	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
697	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
698	        distuninstallcheck \
699	  && chmod -R a-w "$$dc_install_base" \
700	  && ({ \
701	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
702	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
703	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
704	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
705	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
706	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
707	  && rm -rf "$$dc_destdir" \
708	  && $(MAKE) $(AM_MAKEFLAGS) dist \
709	  && rm -rf $(DIST_ARCHIVES) \
710	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
711	  && cd "$$am__cwd" \
712	  || exit 1
713	$(am__post_remove_distdir)
714	@(echo "$(distdir) archives ready for distribution: "; \
715	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
716	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
717distuninstallcheck:
718	@test -n '$(distuninstallcheck_dir)' || { \
719	  echo 'ERROR: trying to run $@ with an empty' \
720	       '$$(distuninstallcheck_dir)' >&2; \
721	  exit 1; \
722	}; \
723	$(am__cd) '$(distuninstallcheck_dir)' || { \
724	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
725	  exit 1; \
726	}; \
727	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
728	   || { echo "ERROR: files left after uninstall:" ; \
729	        if test -n "$(DESTDIR)"; then \
730	          echo "  (check DESTDIR support)"; \
731	        fi ; \
732	        $(distuninstallcheck_listfiles) ; \
733	        exit 1; } >&2
734distcleancheck: distclean
735	@if test '$(srcdir)' = . ; then \
736	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
737	  exit 1 ; \
738	fi
739	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
740	  || { echo "ERROR: files left in build directory after distclean:" ; \
741	       $(distcleancheck_listfiles) ; \
742	       exit 1; } >&2
743check-am: all-am
744check: $(BUILT_SOURCES)
745	$(MAKE) $(AM_MAKEFLAGS) check-am
746all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(SCRIPTS) config.h
747installdirs:
748install: $(BUILT_SOURCES)
749	$(MAKE) $(AM_MAKEFLAGS) install-am
750install-exec: install-exec-am
751install-data: install-data-am
752uninstall: uninstall-am
753
754install-am: all-am
755	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
756
757installcheck: installcheck-am
758install-strip:
759	if test -z '$(STRIP)'; then \
760	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
761	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
762	      install; \
763	else \
764	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
765	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
766	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
767	fi
768mostlyclean-generic:
769
770clean-generic:
771	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
772
773distclean-generic:
774	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
775	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
776
777maintainer-clean-generic:
778	@echo "This command is intended for maintainers to use"
779	@echo "it deletes files that may require special tools to rebuild."
780	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
781clean: clean-am
782
783clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
784	clean-noinstPROGRAMS mostlyclean-am
785
786distclean: distclean-am
787	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
788		-rm -f ./$(DEPDIR)/checksign.Plo
789	-rm -f ./$(DEPDIR)/delete.Plo
790	-rm -f ./$(DEPDIR)/export.Plo
791	-rm -f ./$(DEPDIR)/fork.Plo
792	-rm -f ./$(DEPDIR)/genkey.Plo
793	-rm -f ./$(DEPDIR)/gpg.Plo
794	-rm -f ./$(DEPDIR)/import.Plo
795	-rm -f ./$(DEPDIR)/libgpg.Plo
796	-rm -f ./$(DEPDIR)/list.Plo
797	-rm -f ./$(DEPDIR)/mimegpg.Po
798	-rm -f ./$(DEPDIR)/mimegpgfork.Plo
799	-rm -f ./$(DEPDIR)/mimegpgheader.Plo
800	-rm -f ./$(DEPDIR)/mimegpgstack.Plo
801	-rm -f ./$(DEPDIR)/options.Plo
802	-rm -f ./$(DEPDIR)/rfc2045.Plo
803	-rm -f ./$(DEPDIR)/sign.Plo
804	-rm -f ./$(DEPDIR)/tempname.Plo
805	-rm -f ./$(DEPDIR)/testgpg.Po
806	-rm -f Makefile
807distclean-am: clean-am distclean-compile distclean-generic \
808	distclean-hdr distclean-libtool distclean-tags
809
810dvi: dvi-am
811
812dvi-am:
813
814html: html-am
815
816html-am:
817
818info: info-am
819
820info-am:
821
822install-data-am:
823
824install-dvi: install-dvi-am
825
826install-dvi-am:
827
828install-exec-am:
829
830install-html: install-html-am
831
832install-html-am:
833
834install-info: install-info-am
835
836install-info-am:
837
838install-man:
839
840install-pdf: install-pdf-am
841
842install-pdf-am:
843
844install-ps: install-ps-am
845
846install-ps-am:
847
848installcheck-am:
849
850maintainer-clean: maintainer-clean-am
851	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
852	-rm -rf $(top_srcdir)/autom4te.cache
853		-rm -f ./$(DEPDIR)/checksign.Plo
854	-rm -f ./$(DEPDIR)/delete.Plo
855	-rm -f ./$(DEPDIR)/export.Plo
856	-rm -f ./$(DEPDIR)/fork.Plo
857	-rm -f ./$(DEPDIR)/genkey.Plo
858	-rm -f ./$(DEPDIR)/gpg.Plo
859	-rm -f ./$(DEPDIR)/import.Plo
860	-rm -f ./$(DEPDIR)/libgpg.Plo
861	-rm -f ./$(DEPDIR)/list.Plo
862	-rm -f ./$(DEPDIR)/mimegpg.Po
863	-rm -f ./$(DEPDIR)/mimegpgfork.Plo
864	-rm -f ./$(DEPDIR)/mimegpgheader.Plo
865	-rm -f ./$(DEPDIR)/mimegpgstack.Plo
866	-rm -f ./$(DEPDIR)/options.Plo
867	-rm -f ./$(DEPDIR)/rfc2045.Plo
868	-rm -f ./$(DEPDIR)/sign.Plo
869	-rm -f ./$(DEPDIR)/tempname.Plo
870	-rm -f ./$(DEPDIR)/testgpg.Po
871	-rm -f Makefile
872maintainer-clean-am: distclean-am maintainer-clean-generic
873
874mostlyclean: mostlyclean-am
875
876mostlyclean-am: mostlyclean-compile mostlyclean-generic \
877	mostlyclean-libtool
878
879pdf: pdf-am
880
881pdf-am:
882
883ps: ps-am
884
885ps-am:
886
887uninstall-am:
888
889.MAKE: all check install install-am install-strip
890
891.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \
892	check-am clean clean-cscope clean-generic clean-libtool \
893	clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
894	cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
895	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
896	distcheck distclean distclean-compile distclean-generic \
897	distclean-hdr distclean-libtool distclean-tags distcleancheck \
898	distdir distuninstallcheck dvi dvi-am html html-am info \
899	info-am install install-am install-data install-data-am \
900	install-dvi install-dvi-am install-exec install-exec-am \
901	install-html install-html-am install-info install-info-am \
902	install-man install-pdf install-pdf-am install-ps \
903	install-ps-am install-strip installcheck installcheck-am \
904	installdirs maintainer-clean maintainer-clean-generic \
905	mostlyclean mostlyclean-compile mostlyclean-generic \
906	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
907	uninstall-am
908
909.PRECIOUS: Makefile
910
911
912@HAVE_SGML_TRUE@mimegpg.html: mimegpg.sgml ../docbook/sgml2html
913@HAVE_SGML_TRUE@	../docbook/sgml2html mimegpg.sgml mimegpg.html
914
915@HAVE_SGML_TRUE@mimegpg.1: mimegpg.sgml ../docbook/sgml2man
916@HAVE_SGML_TRUE@	../docbook/sgml2man mimegpg.sgml mimegpg.1 "--stringparam man.base.url.for.relative.links http://www.courier-mta.org/"
917
918gpg.h: config.status
919	echo '#define GPG "@GPG@"' >gpg.h
920
921# Tell versions [3.59,3.63) of GNU make to not export all variables.
922# Otherwise a system limit (for SysV at least) may be exceeded.
923.NOEXPORT:
924