1# Makefile.in generated by automake 1.10.1 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
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35subdir = src/lib
36DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
37	$(srcdir)/Makefile.in $(srcdir)/config.h.in mkinstalldirs
38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39am__aclocal_m4_deps = $(top_srcdir)/ax_check_openssl.m4 \
40	$(top_srcdir)/configure.ac
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42	$(ACLOCAL_M4)
43mkinstalldirs = $(install_sh) -d
44CONFIG_HEADER = config.h
45CONFIG_CLEAN_FILES =
46am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
47am__vpath_adj = case $$p in \
48    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49    *) f=$$p;; \
50  esac;
51am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
52am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)"
53libLTLIBRARIES_INSTALL = $(INSTALL)
54LTLIBRARIES = $(lib_LTLIBRARIES)
55libnetpgp_la_DEPENDENCIES = ../libmj/libmj.la
56am_libnetpgp_la_OBJECTS = libnetpgp_la-bufgap.lo \
57	libnetpgp_la-compress.lo libnetpgp_la-create.lo \
58	libnetpgp_la-crypto.lo \
59	libnetpgp_la-keyring.lo libnetpgp_la-misc.lo \
60	libnetpgp_la-netpgp.lo libnetpgp_la-openssl_crypto.lo \
61	libnetpgp_la-packet-parse.lo libnetpgp_la-packet-print.lo \
62	libnetpgp_la-packet-show.lo libnetpgp_la-reader.lo \
63	libnetpgp_la-signature.lo libnetpgp_la-ssh2pgp.lo \
64	libnetpgp_la-symmetric.lo libnetpgp_la-validate.lo \
65	libnetpgp_la-writer.lo
66libnetpgp_la_OBJECTS = $(am_libnetpgp_la_OBJECTS)
67DEFAULT_INCLUDES = -I.@am__isrc@
68depcomp = $(SHELL) $(top_srcdir)/buildaux/depcomp
69am__depfiles_maybe = depfiles
70COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
74	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75CCLD = $(CC)
76LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
78	$(LDFLAGS) -o $@
79SOURCES = $(libnetpgp_la_SOURCES)
80DIST_SOURCES = $(libnetpgp_la_SOURCES)
81man3dir = $(mandir)/man3
82NROFF = nroff
83MANS = $(dist_man_MANS)
84ETAGS = etags
85CTAGS = ctags
86DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87ACLOCAL = @ACLOCAL@
88AMTAR = @AMTAR@
89AR = @AR@
90AUTOCONF = @AUTOCONF@
91AUTOHEADER = @AUTOHEADER@
92AUTOM4TE = @AUTOM4TE@
93AUTOMAKE = @AUTOMAKE@
94AWK = @AWK@
95CANONICAL_HOST = @CANONICAL_HOST@
96CC = @CC@
97CCDEPMODE = @CCDEPMODE@
98CFLAGS = @CFLAGS@
99CPP = @CPP@
100CPPFLAGS = @CPPFLAGS@
101CYGPATH_W = @CYGPATH_W@
102DEFS = @DEFS@
103DEPDIR = @DEPDIR@
104DSYMUTIL = @DSYMUTIL@
105DUMPBIN = @DUMPBIN@
106ECHO_C = @ECHO_C@
107ECHO_N = @ECHO_N@
108ECHO_T = @ECHO_T@
109EGREP = @EGREP@
110EXEEXT = @EXEEXT@
111FGREP = @FGREP@
112GREP = @GREP@
113INSTALL = @INSTALL@
114INSTALL_DATA = @INSTALL_DATA@
115INSTALL_PROGRAM = @INSTALL_PROGRAM@
116INSTALL_SCRIPT = @INSTALL_SCRIPT@
117INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118LD = @LD@
119LDFLAGS = @LDFLAGS@
120LIBOBJS = @LIBOBJS@
121LIBS = @LIBS@
122LIBTOOL = @LIBTOOL@
123LIPO = @LIPO@
124LN_S = @LN_S@
125LTLIBOBJS = @LTLIBOBJS@
126MAINT = @MAINT@
127MAKEINFO = @MAKEINFO@
128MKDIR_P = @MKDIR_P@
129NM = @NM@
130NMEDIT = @NMEDIT@
131OBJDUMP = @OBJDUMP@
132OBJEXT = @OBJEXT@
133OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
134OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
135OPENSSL_LIBS = @OPENSSL_LIBS@
136OTOOL = @OTOOL@
137OTOOL64 = @OTOOL64@
138PACKAGE = @PACKAGE@
139PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140PACKAGE_NAME = @PACKAGE_NAME@
141PACKAGE_STRING = @PACKAGE_STRING@
142PACKAGE_TARNAME = @PACKAGE_TARNAME@
143PACKAGE_VERSION = @PACKAGE_VERSION@
144PATH_SEPARATOR = @PATH_SEPARATOR@
145PKG_CONFIG = @PKG_CONFIG@
146RANLIB = @RANLIB@
147SED = @SED@
148SET_MAKE = @SET_MAKE@
149SHELL = @SHELL@
150STRIP = @STRIP@
151VERSION = @VERSION@
152WARNCFLAGS = @WARNCFLAGS@
153abs_builddir = @abs_builddir@
154abs_srcdir = @abs_srcdir@
155abs_top_builddir = @abs_top_builddir@
156abs_top_srcdir = @abs_top_srcdir@
157ac_ct_CC = @ac_ct_CC@
158ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
159am__include = @am__include@
160am__leading_dot = @am__leading_dot@
161am__quote = @am__quote@
162am__tar = @am__tar@
163am__untar = @am__untar@
164bindir = @bindir@
165build = @build@
166build_alias = @build_alias@
167build_cpu = @build_cpu@
168build_os = @build_os@
169build_vendor = @build_vendor@
170builddir = @builddir@
171datadir = @datadir@
172datarootdir = @datarootdir@
173docdir = @docdir@
174dvidir = @dvidir@
175exec_prefix = @exec_prefix@
176host = @host@
177host_alias = @host_alias@
178host_cpu = @host_cpu@
179host_os = @host_os@
180host_vendor = @host_vendor@
181htmldir = @htmldir@
182includedir = @includedir@
183infodir = @infodir@
184install_sh = @install_sh@
185libdir = @libdir@
186libexecdir = @libexecdir@
187localedir = @localedir@
188localstatedir = @localstatedir@
189lt_ECHO = @lt_ECHO@
190mandir = @mandir@
191mkdir_p = @mkdir_p@
192oldincludedir = @oldincludedir@
193pdfdir = @pdfdir@
194prefix = @prefix@
195program_transform_name = @program_transform_name@
196psdir = @psdir@
197sbindir = @sbindir@
198sharedstatedir = @sharedstatedir@
199srcdir = @srcdir@
200sysconfdir = @sysconfdir@
201target_alias = @target_alias@
202top_build_prefix = @top_build_prefix@
203top_builddir = @top_builddir@
204top_srcdir = @top_srcdir@
205AM_CFLAGS = $(WARNCFLAGS)
206lib_LTLIBRARIES = libnetpgp.la
207libnetpgp_la_CPPFLAGS = -I$(top_srcdir)/include -I../libmj
208libnetpgp_la_SOURCES = \
209	bufgap.c \
210	compress.c \
211	create.c \
212	crypto.c \
213	keyring.c \
214	misc.c \
215	netpgp.c \
216	openssl_crypto.c \
217	packet-parse.c \
218	packet-print.c \
219	packet-show.c \
220	reader.c \
221	signature.c \
222	ssh2pgp.c \
223	symmetric.c \
224	validate.c \
225	writer.c
226
227libnetpgp_la_LIBADD = ../libmj/libmj.la
228dist_man_MANS = libnetpgp.3
229all: config.h
230	$(MAKE) $(AM_MAKEFLAGS) all-am
231
232.SUFFIXES:
233.SUFFIXES: .c .lo .o .obj
234$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
235	@for dep in $?; do \
236	  case '$(am__configure_deps)' in \
237	    *$$dep*) \
238	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
239		&& exit 0; \
240	      exit 1;; \
241	  esac; \
242	done; \
243	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
244	cd $(top_srcdir) && \
245	  $(AUTOMAKE) --foreign  src/lib/Makefile
246.PRECIOUS: Makefile
247Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
248	@case '$?' in \
249	  *config.status*) \
250	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
251	  *) \
252	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
253	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
254	esac;
255
256$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
257	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
259$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
260	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
262	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263
264config.h: stamp-h1
265	@if test ! -f $@; then \
266	  rm -f stamp-h1; \
267	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
268	else :; fi
269
270stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
271	@rm -f stamp-h1
272	cd $(top_builddir) && $(SHELL) ./config.status src/lib/config.h
273$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
274	cd $(top_srcdir) && $(AUTOHEADER)
275	rm -f stamp-h1
276	touch $@
277
278distclean-hdr:
279	-rm -f config.h stamp-h1
280install-libLTLIBRARIES: $(lib_LTLIBRARIES)
281	@$(NORMAL_INSTALL)
282	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
283	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
284	  if test -f $$p; then \
285	    f=$(am__strip_dir) \
286	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
287	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
288	  else :; fi; \
289	done
290
291uninstall-libLTLIBRARIES:
292	@$(NORMAL_UNINSTALL)
293	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
294	  p=$(am__strip_dir) \
295	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
296	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
297	done
298
299clean-libLTLIBRARIES:
300	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
301	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
302	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
303	  test "$$dir" != "$$p" || dir=.; \
304	  echo "rm -f \"$${dir}/so_locations\""; \
305	  rm -f "$${dir}/so_locations"; \
306	done
307libnetpgp.la: $(libnetpgp_la_OBJECTS) $(libnetpgp_la_DEPENDENCIES) 
308	$(LINK) -rpath $(libdir) $(libnetpgp_la_OBJECTS) $(libnetpgp_la_LIBADD) $(LIBS)
309
310mostlyclean-compile:
311	-rm -f *.$(OBJEXT)
312
313distclean-compile:
314	-rm -f *.tab.c
315
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-bufgap.Plo@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-compress.Plo@am__quote@
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-create.Plo@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-crypto.Plo@am__quote@
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-keyring.Plo@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-misc.Plo@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-netpgp.Plo@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-openssl_crypto.Plo@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-packet-parse.Plo@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-packet-print.Plo@am__quote@
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-packet-show.Plo@am__quote@
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-reader.Plo@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-signature.Plo@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-ssh2pgp.Plo@am__quote@
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-symmetric.Plo@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-validate.Plo@am__quote@
332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-writer.Plo@am__quote@
333
334.c.o:
335@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
337@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
338@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339@am__fastdepCC_FALSE@	$(COMPILE) -c $<
340
341.c.obj:
342@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
343@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
344@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
345@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
347
348.c.lo:
349@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
350@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
351@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
352@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
354
355libnetpgp_la-bufgap.lo: bufgap.c
356@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-bufgap.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-bufgap.Tpo -c -o libnetpgp_la-bufgap.lo `test -f 'bufgap.c' || echo '$(srcdir)/'`bufgap.c
357@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-bufgap.Tpo $(DEPDIR)/libnetpgp_la-bufgap.Plo
358@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='bufgap.c' object='libnetpgp_la-bufgap.lo' libtool=yes @AMDEPBACKSLASH@
359@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-bufgap.lo `test -f 'bufgap.c' || echo '$(srcdir)/'`bufgap.c
361
362libnetpgp_la-compress.lo: compress.c
363@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-compress.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-compress.Tpo -c -o libnetpgp_la-compress.lo `test -f 'compress.c' || echo '$(srcdir)/'`compress.c
364@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-compress.Tpo $(DEPDIR)/libnetpgp_la-compress.Plo
365@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='compress.c' object='libnetpgp_la-compress.lo' libtool=yes @AMDEPBACKSLASH@
366@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-compress.lo `test -f 'compress.c' || echo '$(srcdir)/'`compress.c
368
369libnetpgp_la-create.lo: create.c
370@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-create.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-create.Tpo -c -o libnetpgp_la-create.lo `test -f 'create.c' || echo '$(srcdir)/'`create.c
371@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-create.Tpo $(DEPDIR)/libnetpgp_la-create.Plo
372@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='create.c' object='libnetpgp_la-create.lo' libtool=yes @AMDEPBACKSLASH@
373@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-create.lo `test -f 'create.c' || echo '$(srcdir)/'`create.c
375
376libnetpgp_la-crypto.lo: crypto.c
377@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-crypto.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-crypto.Tpo -c -o libnetpgp_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
378@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-crypto.Tpo $(DEPDIR)/libnetpgp_la-crypto.Plo
379@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='crypto.c' object='libnetpgp_la-crypto.lo' libtool=yes @AMDEPBACKSLASH@
380@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-crypto.lo `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c
382
383libnetpgp_la-keyring.lo: keyring.c
384@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-keyring.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-keyring.Tpo -c -o libnetpgp_la-keyring.lo `test -f 'keyring.c' || echo '$(srcdir)/'`keyring.c
385@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-keyring.Tpo $(DEPDIR)/libnetpgp_la-keyring.Plo
386@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='keyring.c' object='libnetpgp_la-keyring.lo' libtool=yes @AMDEPBACKSLASH@
387@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-keyring.lo `test -f 'keyring.c' || echo '$(srcdir)/'`keyring.c
389
390libnetpgp_la-misc.lo: misc.c
391@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-misc.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-misc.Tpo -c -o libnetpgp_la-misc.lo `test -f 'misc.c' || echo '$(srcdir)/'`misc.c
392@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-misc.Tpo $(DEPDIR)/libnetpgp_la-misc.Plo
393@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='misc.c' object='libnetpgp_la-misc.lo' libtool=yes @AMDEPBACKSLASH@
394@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-misc.lo `test -f 'misc.c' || echo '$(srcdir)/'`misc.c
396
397libnetpgp_la-netpgp.lo: netpgp.c
398@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-netpgp.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-netpgp.Tpo -c -o libnetpgp_la-netpgp.lo `test -f 'netpgp.c' || echo '$(srcdir)/'`netpgp.c
399@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-netpgp.Tpo $(DEPDIR)/libnetpgp_la-netpgp.Plo
400@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='netpgp.c' object='libnetpgp_la-netpgp.lo' libtool=yes @AMDEPBACKSLASH@
401@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-netpgp.lo `test -f 'netpgp.c' || echo '$(srcdir)/'`netpgp.c
403
404libnetpgp_la-openssl_crypto.lo: openssl_crypto.c
405@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-openssl_crypto.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-openssl_crypto.Tpo -c -o libnetpgp_la-openssl_crypto.lo `test -f 'openssl_crypto.c' || echo '$(srcdir)/'`openssl_crypto.c
406@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-openssl_crypto.Tpo $(DEPDIR)/libnetpgp_la-openssl_crypto.Plo
407@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='openssl_crypto.c' object='libnetpgp_la-openssl_crypto.lo' libtool=yes @AMDEPBACKSLASH@
408@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-openssl_crypto.lo `test -f 'openssl_crypto.c' || echo '$(srcdir)/'`openssl_crypto.c
410
411libnetpgp_la-packet-parse.lo: packet-parse.c
412@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-packet-parse.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-packet-parse.Tpo -c -o libnetpgp_la-packet-parse.lo `test -f 'packet-parse.c' || echo '$(srcdir)/'`packet-parse.c
413@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-packet-parse.Tpo $(DEPDIR)/libnetpgp_la-packet-parse.Plo
414@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='packet-parse.c' object='libnetpgp_la-packet-parse.lo' libtool=yes @AMDEPBACKSLASH@
415@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-packet-parse.lo `test -f 'packet-parse.c' || echo '$(srcdir)/'`packet-parse.c
417
418libnetpgp_la-packet-print.lo: packet-print.c
419@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-packet-print.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-packet-print.Tpo -c -o libnetpgp_la-packet-print.lo `test -f 'packet-print.c' || echo '$(srcdir)/'`packet-print.c
420@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-packet-print.Tpo $(DEPDIR)/libnetpgp_la-packet-print.Plo
421@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='packet-print.c' object='libnetpgp_la-packet-print.lo' libtool=yes @AMDEPBACKSLASH@
422@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-packet-print.lo `test -f 'packet-print.c' || echo '$(srcdir)/'`packet-print.c
424
425libnetpgp_la-packet-show.lo: packet-show.c
426@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-packet-show.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-packet-show.Tpo -c -o libnetpgp_la-packet-show.lo `test -f 'packet-show.c' || echo '$(srcdir)/'`packet-show.c
427@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-packet-show.Tpo $(DEPDIR)/libnetpgp_la-packet-show.Plo
428@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='packet-show.c' object='libnetpgp_la-packet-show.lo' libtool=yes @AMDEPBACKSLASH@
429@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-packet-show.lo `test -f 'packet-show.c' || echo '$(srcdir)/'`packet-show.c
431
432libnetpgp_la-reader.lo: reader.c
433@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-reader.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-reader.Tpo -c -o libnetpgp_la-reader.lo `test -f 'reader.c' || echo '$(srcdir)/'`reader.c
434@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-reader.Tpo $(DEPDIR)/libnetpgp_la-reader.Plo
435@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='reader.c' object='libnetpgp_la-reader.lo' libtool=yes @AMDEPBACKSLASH@
436@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-reader.lo `test -f 'reader.c' || echo '$(srcdir)/'`reader.c
438
439libnetpgp_la-signature.lo: signature.c
440@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-signature.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-signature.Tpo -c -o libnetpgp_la-signature.lo `test -f 'signature.c' || echo '$(srcdir)/'`signature.c
441@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-signature.Tpo $(DEPDIR)/libnetpgp_la-signature.Plo
442@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='signature.c' object='libnetpgp_la-signature.lo' libtool=yes @AMDEPBACKSLASH@
443@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
444@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-signature.lo `test -f 'signature.c' || echo '$(srcdir)/'`signature.c
445
446libnetpgp_la-ssh2pgp.lo: ssh2pgp.c
447@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-ssh2pgp.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-ssh2pgp.Tpo -c -o libnetpgp_la-ssh2pgp.lo `test -f 'ssh2pgp.c' || echo '$(srcdir)/'`ssh2pgp.c
448@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-ssh2pgp.Tpo $(DEPDIR)/libnetpgp_la-ssh2pgp.Plo
449@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ssh2pgp.c' object='libnetpgp_la-ssh2pgp.lo' libtool=yes @AMDEPBACKSLASH@
450@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-ssh2pgp.lo `test -f 'ssh2pgp.c' || echo '$(srcdir)/'`ssh2pgp.c
452
453libnetpgp_la-symmetric.lo: symmetric.c
454@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-symmetric.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-symmetric.Tpo -c -o libnetpgp_la-symmetric.lo `test -f 'symmetric.c' || echo '$(srcdir)/'`symmetric.c
455@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-symmetric.Tpo $(DEPDIR)/libnetpgp_la-symmetric.Plo
456@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='symmetric.c' object='libnetpgp_la-symmetric.lo' libtool=yes @AMDEPBACKSLASH@
457@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-symmetric.lo `test -f 'symmetric.c' || echo '$(srcdir)/'`symmetric.c
459
460libnetpgp_la-validate.lo: validate.c
461@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-validate.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-validate.Tpo -c -o libnetpgp_la-validate.lo `test -f 'validate.c' || echo '$(srcdir)/'`validate.c
462@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-validate.Tpo $(DEPDIR)/libnetpgp_la-validate.Plo
463@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='validate.c' object='libnetpgp_la-validate.lo' libtool=yes @AMDEPBACKSLASH@
464@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-validate.lo `test -f 'validate.c' || echo '$(srcdir)/'`validate.c
466
467libnetpgp_la-writer.lo: writer.c
468@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libnetpgp_la-writer.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-writer.Tpo -c -o libnetpgp_la-writer.lo `test -f 'writer.c' || echo '$(srcdir)/'`writer.c
469@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-writer.Tpo $(DEPDIR)/libnetpgp_la-writer.Plo
470@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='writer.c' object='libnetpgp_la-writer.lo' libtool=yes @AMDEPBACKSLASH@
471@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
472@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnetpgp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libnetpgp_la-writer.lo `test -f 'writer.c' || echo '$(srcdir)/'`writer.c
473
474mostlyclean-libtool:
475	-rm -f *.lo
476
477clean-libtool:
478	-rm -rf .libs _libs
479install-man3: $(man3_MANS) $(man_MANS)
480	@$(NORMAL_INSTALL)
481	test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
482	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
483	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
484	for i in $$l2; do \
485	  case "$$i" in \
486	    *.3*) list="$$list $$i" ;; \
487	  esac; \
488	done; \
489	for i in $$list; do \
490	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
491	  else file=$$i; fi; \
492	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
493	  case "$$ext" in \
494	    3*) ;; \
495	    *) ext='3' ;; \
496	  esac; \
497	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
498	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
499	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
500	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
501	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \
502	done
503uninstall-man3:
504	@$(NORMAL_UNINSTALL)
505	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
506	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
507	for i in $$l2; do \
508	  case "$$i" in \
509	    *.3*) list="$$list $$i" ;; \
510	  esac; \
511	done; \
512	for i in $$list; do \
513	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
514	  case "$$ext" in \
515	    3*) ;; \
516	    *) ext='3' ;; \
517	  esac; \
518	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
519	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
520	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
521	  echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \
522	  rm -f "$(DESTDIR)$(man3dir)/$$inst"; \
523	done
524
525ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
526	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
527	unique=`for i in $$list; do \
528	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
529	  done | \
530	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
531	      END { if (nonempty) { for (i in files) print i; }; }'`; \
532	mkid -fID $$unique
533tags: TAGS
534
535TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
536		$(TAGS_FILES) $(LISP)
537	tags=; \
538	here=`pwd`; \
539	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
540	unique=`for i in $$list; do \
541	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
542	  done | \
543	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
544	      END { if (nonempty) { for (i in files) print i; }; }'`; \
545	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
546	  test -n "$$unique" || unique=$$empty_fix; \
547	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
548	    $$tags $$unique; \
549	fi
550ctags: CTAGS
551CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
552		$(TAGS_FILES) $(LISP)
553	tags=; \
554	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
555	unique=`for i in $$list; do \
556	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
557	  done | \
558	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
559	      END { if (nonempty) { for (i in files) print i; }; }'`; \
560	test -z "$(CTAGS_ARGS)$$tags$$unique" \
561	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
562	     $$tags $$unique
563
564GTAGS:
565	here=`$(am__cd) $(top_builddir) && pwd` \
566	  && cd $(top_srcdir) \
567	  && gtags -i $(GTAGS_ARGS) $$here
568
569distclean-tags:
570	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
571
572distdir: $(DISTFILES)
573	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
574	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
575	list='$(DISTFILES)'; \
576	  dist_files=`for file in $$list; do echo $$file; done | \
577	  sed -e "s|^$$srcdirstrip/||;t" \
578	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
579	case $$dist_files in \
580	  */*) $(MKDIR_P) `echo "$$dist_files" | \
581			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
582			   sort -u` ;; \
583	esac; \
584	for file in $$dist_files; do \
585	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
586	  if test -d $$d/$$file; then \
587	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
588	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
589	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
590	    fi; \
591	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
592	  else \
593	    test -f $(distdir)/$$file \
594	    || cp -p $$d/$$file $(distdir)/$$file \
595	    || exit 1; \
596	  fi; \
597	done
598check-am: all-am
599check: check-am
600all-am: Makefile $(LTLIBRARIES) $(MANS) config.h
601installdirs:
602	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)"; do \
603	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
604	done
605install: install-am
606install-exec: install-exec-am
607install-data: install-data-am
608uninstall: uninstall-am
609
610install-am: all-am
611	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
612
613installcheck: installcheck-am
614install-strip:
615	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
616	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
617	  `test -z '$(STRIP)' || \
618	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
619mostlyclean-generic:
620
621clean-generic:
622
623distclean-generic:
624	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
625
626maintainer-clean-generic:
627	@echo "This command is intended for maintainers to use"
628	@echo "it deletes files that may require special tools to rebuild."
629clean: clean-am
630
631clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
632	mostlyclean-am
633
634distclean: distclean-am
635	-rm -rf ./$(DEPDIR)
636	-rm -f Makefile
637distclean-am: clean-am distclean-compile distclean-generic \
638	distclean-hdr distclean-tags
639
640dvi: dvi-am
641
642dvi-am:
643
644html: html-am
645
646info: info-am
647
648info-am:
649
650install-data-am: install-man
651
652install-dvi: install-dvi-am
653
654install-exec-am: install-libLTLIBRARIES
655
656install-html: install-html-am
657
658install-info: install-info-am
659
660install-man: install-man3
661
662install-pdf: install-pdf-am
663
664install-ps: install-ps-am
665
666installcheck-am:
667
668maintainer-clean: maintainer-clean-am
669	-rm -rf ./$(DEPDIR)
670	-rm -f Makefile
671maintainer-clean-am: distclean-am maintainer-clean-generic
672
673mostlyclean: mostlyclean-am
674
675mostlyclean-am: mostlyclean-compile mostlyclean-generic \
676	mostlyclean-libtool
677
678pdf: pdf-am
679
680pdf-am:
681
682ps: ps-am
683
684ps-am:
685
686uninstall-am: uninstall-libLTLIBRARIES uninstall-man
687
688uninstall-man: uninstall-man3
689
690.MAKE: install-am install-strip
691
692.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
693	clean-libLTLIBRARIES clean-libtool ctags distclean \
694	distclean-compile distclean-generic distclean-hdr \
695	distclean-libtool distclean-tags distdir dvi dvi-am html \
696	html-am info info-am install install-am install-data \
697	install-data-am install-dvi install-dvi-am install-exec \
698	install-exec-am install-html install-html-am install-info \
699	install-info-am install-libLTLIBRARIES install-man \
700	install-man3 install-pdf install-pdf-am install-ps \
701	install-ps-am install-strip installcheck installcheck-am \
702	installdirs maintainer-clean maintainer-clean-generic \
703	mostlyclean mostlyclean-compile mostlyclean-generic \
704	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
705	uninstall-am uninstall-libLTLIBRARIES uninstall-man \
706	uninstall-man3
707
708# Tell versions [3.59,3.63) of GNU make to not export all variables.
709# Otherwise a system limit (for SysV at least) may be exceeded.
710.NOEXPORT:
711