Makefile.in revision 1.9
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_LIBADD =
56am_libnetpgp_la_OBJECTS = libnetpgp_la-bufgap.lo \
57	libnetpgp_la-compress.lo libnetpgp_la-create.lo \
58	libnetpgp_la-crypto.lo libnetpgp_la-fastctype.lo \
59	libnetpgp_la-keyring.lo libnetpgp_la-misc.lo \
60	libnetpgp_la-mj.lo libnetpgp_la-netpgp.lo \
61	libnetpgp_la-openssl_crypto.lo libnetpgp_la-packet-parse.lo \
62	libnetpgp_la-packet-print.lo libnetpgp_la-packet-show.lo \
63	libnetpgp_la-reader.lo libnetpgp_la-signature.lo \
64	libnetpgp_la-ssh2pgp.lo libnetpgp_la-symmetric.lo \
65	libnetpgp_la-validate.lo 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) $(man3_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
208libnetpgp_la_SOURCES = \
209	bufgap.c \
210	compress.c \
211	create.c \
212	crypto.c \
213	fastctype.c \
214	keyring.c \
215	misc.c \
216	mj.c \
217	netpgp.c \
218	openssl_crypto.c \
219	packet-parse.c \
220	packet-print.c \
221	packet-show.c \
222	reader.c \
223	signature.c \
224	ssh2pgp.c \
225	symmetric.c \
226	validate.c \
227	writer.c
228
229man3_MANS = libnetpgp.3
230dist_man_MANS = libnetpgp.3
231all: config.h
232	$(MAKE) $(AM_MAKEFLAGS) all-am
233
234.SUFFIXES:
235.SUFFIXES: .c .lo .o .obj
236$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
237	@for dep in $?; do \
238	  case '$(am__configure_deps)' in \
239	    *$$dep*) \
240	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
241		&& exit 0; \
242	      exit 1;; \
243	  esac; \
244	done; \
245	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
246	cd $(top_srcdir) && \
247	  $(AUTOMAKE) --foreign  src/lib/Makefile
248.PRECIOUS: Makefile
249Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
250	@case '$?' in \
251	  *config.status*) \
252	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
253	  *) \
254	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
255	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
256	esac;
257
258$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
259	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
261$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
262	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
264	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
266config.h: stamp-h1
267	@if test ! -f $@; then \
268	  rm -f stamp-h1; \
269	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
270	else :; fi
271
272stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
273	@rm -f stamp-h1
274	cd $(top_builddir) && $(SHELL) ./config.status src/lib/config.h
275$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
276	cd $(top_srcdir) && $(AUTOHEADER)
277	rm -f stamp-h1
278	touch $@
279
280distclean-hdr:
281	-rm -f config.h stamp-h1
282install-libLTLIBRARIES: $(lib_LTLIBRARIES)
283	@$(NORMAL_INSTALL)
284	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
285	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
286	  if test -f $$p; then \
287	    f=$(am__strip_dir) \
288	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
289	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
290	  else :; fi; \
291	done
292
293uninstall-libLTLIBRARIES:
294	@$(NORMAL_UNINSTALL)
295	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
296	  p=$(am__strip_dir) \
297	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
298	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
299	done
300
301clean-libLTLIBRARIES:
302	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
303	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
304	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
305	  test "$$dir" != "$$p" || dir=.; \
306	  echo "rm -f \"$${dir}/so_locations\""; \
307	  rm -f "$${dir}/so_locations"; \
308	done
309libnetpgp.la: $(libnetpgp_la_OBJECTS) $(libnetpgp_la_DEPENDENCIES) 
310	$(LINK) -rpath $(libdir) $(libnetpgp_la_OBJECTS) $(libnetpgp_la_LIBADD) $(LIBS)
311
312mostlyclean-compile:
313	-rm -f *.$(OBJEXT)
314
315distclean-compile:
316	-rm -f *.tab.c
317
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-bufgap.Plo@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-compress.Plo@am__quote@
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-create.Plo@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-crypto.Plo@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-fastctype.Plo@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-keyring.Plo@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-misc.Plo@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-mj.Plo@am__quote@
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-netpgp.Plo@am__quote@
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-openssl_crypto.Plo@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-packet-parse.Plo@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-packet-print.Plo@am__quote@
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-packet-show.Plo@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-reader.Plo@am__quote@
332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-signature.Plo@am__quote@
333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-ssh2pgp.Plo@am__quote@
334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-symmetric.Plo@am__quote@
335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-validate.Plo@am__quote@
336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnetpgp_la-writer.Plo@am__quote@
337
338.c.o:
339@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
340@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
341@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
342@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343@am__fastdepCC_FALSE@	$(COMPILE) -c $<
344
345.c.obj:
346@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
347@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
348@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
349@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
351
352.c.lo:
353@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
354@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
355@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
356@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
358
359libnetpgp_la-bufgap.lo: bufgap.c
360@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
361@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-bufgap.Tpo $(DEPDIR)/libnetpgp_la-bufgap.Plo
362@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='bufgap.c' object='libnetpgp_la-bufgap.lo' libtool=yes @AMDEPBACKSLASH@
363@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
364@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
365
366libnetpgp_la-compress.lo: compress.c
367@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
368@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-compress.Tpo $(DEPDIR)/libnetpgp_la-compress.Plo
369@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='compress.c' object='libnetpgp_la-compress.lo' libtool=yes @AMDEPBACKSLASH@
370@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371@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
372
373libnetpgp_la-create.lo: create.c
374@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
375@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-create.Tpo $(DEPDIR)/libnetpgp_la-create.Plo
376@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='create.c' object='libnetpgp_la-create.lo' libtool=yes @AMDEPBACKSLASH@
377@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
378@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
379
380libnetpgp_la-crypto.lo: crypto.c
381@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
382@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-crypto.Tpo $(DEPDIR)/libnetpgp_la-crypto.Plo
383@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='crypto.c' object='libnetpgp_la-crypto.lo' libtool=yes @AMDEPBACKSLASH@
384@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385@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
386
387libnetpgp_la-fastctype.lo: fastctype.c
388@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-fastctype.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-fastctype.Tpo -c -o libnetpgp_la-fastctype.lo `test -f 'fastctype.c' || echo '$(srcdir)/'`fastctype.c
389@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-fastctype.Tpo $(DEPDIR)/libnetpgp_la-fastctype.Plo
390@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='fastctype.c' object='libnetpgp_la-fastctype.lo' libtool=yes @AMDEPBACKSLASH@
391@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392@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-fastctype.lo `test -f 'fastctype.c' || echo '$(srcdir)/'`fastctype.c
393
394libnetpgp_la-keyring.lo: keyring.c
395@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
396@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-keyring.Tpo $(DEPDIR)/libnetpgp_la-keyring.Plo
397@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='keyring.c' object='libnetpgp_la-keyring.lo' libtool=yes @AMDEPBACKSLASH@
398@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399@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
400
401libnetpgp_la-misc.lo: misc.c
402@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
403@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-misc.Tpo $(DEPDIR)/libnetpgp_la-misc.Plo
404@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='misc.c' object='libnetpgp_la-misc.lo' libtool=yes @AMDEPBACKSLASH@
405@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406@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
407
408libnetpgp_la-mj.lo: mj.c
409@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-mj.lo -MD -MP -MF $(DEPDIR)/libnetpgp_la-mj.Tpo -c -o libnetpgp_la-mj.lo `test -f 'mj.c' || echo '$(srcdir)/'`mj.c
410@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-mj.Tpo $(DEPDIR)/libnetpgp_la-mj.Plo
411@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='mj.c' object='libnetpgp_la-mj.lo' libtool=yes @AMDEPBACKSLASH@
412@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413@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-mj.lo `test -f 'mj.c' || echo '$(srcdir)/'`mj.c
414
415libnetpgp_la-netpgp.lo: netpgp.c
416@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
417@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-netpgp.Tpo $(DEPDIR)/libnetpgp_la-netpgp.Plo
418@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='netpgp.c' object='libnetpgp_la-netpgp.lo' libtool=yes @AMDEPBACKSLASH@
419@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420@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
421
422libnetpgp_la-openssl_crypto.lo: openssl_crypto.c
423@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
424@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-openssl_crypto.Tpo $(DEPDIR)/libnetpgp_la-openssl_crypto.Plo
425@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='openssl_crypto.c' object='libnetpgp_la-openssl_crypto.lo' libtool=yes @AMDEPBACKSLASH@
426@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427@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
428
429libnetpgp_la-packet-parse.lo: packet-parse.c
430@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
431@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-packet-parse.Tpo $(DEPDIR)/libnetpgp_la-packet-parse.Plo
432@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='packet-parse.c' object='libnetpgp_la-packet-parse.lo' libtool=yes @AMDEPBACKSLASH@
433@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434@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
435
436libnetpgp_la-packet-print.lo: packet-print.c
437@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
438@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-packet-print.Tpo $(DEPDIR)/libnetpgp_la-packet-print.Plo
439@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='packet-print.c' object='libnetpgp_la-packet-print.lo' libtool=yes @AMDEPBACKSLASH@
440@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441@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
442
443libnetpgp_la-packet-show.lo: packet-show.c
444@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
445@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-packet-show.Tpo $(DEPDIR)/libnetpgp_la-packet-show.Plo
446@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='packet-show.c' object='libnetpgp_la-packet-show.lo' libtool=yes @AMDEPBACKSLASH@
447@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448@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
449
450libnetpgp_la-reader.lo: reader.c
451@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
452@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-reader.Tpo $(DEPDIR)/libnetpgp_la-reader.Plo
453@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='reader.c' object='libnetpgp_la-reader.lo' libtool=yes @AMDEPBACKSLASH@
454@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455@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
456
457libnetpgp_la-signature.lo: signature.c
458@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
459@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-signature.Tpo $(DEPDIR)/libnetpgp_la-signature.Plo
460@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='signature.c' object='libnetpgp_la-signature.lo' libtool=yes @AMDEPBACKSLASH@
461@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462@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
463
464libnetpgp_la-ssh2pgp.lo: ssh2pgp.c
465@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
466@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-ssh2pgp.Tpo $(DEPDIR)/libnetpgp_la-ssh2pgp.Plo
467@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ssh2pgp.c' object='libnetpgp_la-ssh2pgp.lo' libtool=yes @AMDEPBACKSLASH@
468@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469@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
470
471libnetpgp_la-symmetric.lo: symmetric.c
472@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
473@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-symmetric.Tpo $(DEPDIR)/libnetpgp_la-symmetric.Plo
474@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='symmetric.c' object='libnetpgp_la-symmetric.lo' libtool=yes @AMDEPBACKSLASH@
475@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476@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
477
478libnetpgp_la-validate.lo: validate.c
479@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
480@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-validate.Tpo $(DEPDIR)/libnetpgp_la-validate.Plo
481@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='validate.c' object='libnetpgp_la-validate.lo' libtool=yes @AMDEPBACKSLASH@
482@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483@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
484
485libnetpgp_la-writer.lo: writer.c
486@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
487@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnetpgp_la-writer.Tpo $(DEPDIR)/libnetpgp_la-writer.Plo
488@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='writer.c' object='libnetpgp_la-writer.lo' libtool=yes @AMDEPBACKSLASH@
489@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490@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
491
492mostlyclean-libtool:
493	-rm -f *.lo
494
495clean-libtool:
496	-rm -rf .libs _libs
497install-man3: $(man3_MANS) $(man_MANS)
498	@$(NORMAL_INSTALL)
499	test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
500	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
501	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
502	for i in $$l2; do \
503	  case "$$i" in \
504	    *.3*) list="$$list $$i" ;; \
505	  esac; \
506	done; \
507	for i in $$list; do \
508	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
509	  else file=$$i; fi; \
510	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
511	  case "$$ext" in \
512	    3*) ;; \
513	    *) ext='3' ;; \
514	  esac; \
515	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
516	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
517	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
518	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
519	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \
520	done
521uninstall-man3:
522	@$(NORMAL_UNINSTALL)
523	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
524	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
525	for i in $$l2; do \
526	  case "$$i" in \
527	    *.3*) list="$$list $$i" ;; \
528	  esac; \
529	done; \
530	for i in $$list; do \
531	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
532	  case "$$ext" in \
533	    3*) ;; \
534	    *) ext='3' ;; \
535	  esac; \
536	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
537	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
538	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
539	  echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \
540	  rm -f "$(DESTDIR)$(man3dir)/$$inst"; \
541	done
542
543ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
544	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
545	unique=`for i in $$list; do \
546	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
547	  done | \
548	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
549	      END { if (nonempty) { for (i in files) print i; }; }'`; \
550	mkid -fID $$unique
551tags: TAGS
552
553TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
554		$(TAGS_FILES) $(LISP)
555	tags=; \
556	here=`pwd`; \
557	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
558	unique=`for i in $$list; do \
559	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
560	  done | \
561	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
562	      END { if (nonempty) { for (i in files) print i; }; }'`; \
563	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
564	  test -n "$$unique" || unique=$$empty_fix; \
565	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
566	    $$tags $$unique; \
567	fi
568ctags: CTAGS
569CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
570		$(TAGS_FILES) $(LISP)
571	tags=; \
572	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
573	unique=`for i in $$list; do \
574	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
575	  done | \
576	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
577	      END { if (nonempty) { for (i in files) print i; }; }'`; \
578	test -z "$(CTAGS_ARGS)$$tags$$unique" \
579	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
580	     $$tags $$unique
581
582GTAGS:
583	here=`$(am__cd) $(top_builddir) && pwd` \
584	  && cd $(top_srcdir) \
585	  && gtags -i $(GTAGS_ARGS) $$here
586
587distclean-tags:
588	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
589
590distdir: $(DISTFILES)
591	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
592	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
593	list='$(DISTFILES)'; \
594	  dist_files=`for file in $$list; do echo $$file; done | \
595	  sed -e "s|^$$srcdirstrip/||;t" \
596	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
597	case $$dist_files in \
598	  */*) $(MKDIR_P) `echo "$$dist_files" | \
599			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
600			   sort -u` ;; \
601	esac; \
602	for file in $$dist_files; do \
603	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
604	  if test -d $$d/$$file; then \
605	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
606	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
607	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
608	    fi; \
609	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
610	  else \
611	    test -f $(distdir)/$$file \
612	    || cp -p $$d/$$file $(distdir)/$$file \
613	    || exit 1; \
614	  fi; \
615	done
616check-am: all-am
617check: check-am
618all-am: Makefile $(LTLIBRARIES) $(MANS) config.h
619installdirs:
620	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)"; do \
621	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
622	done
623install: install-am
624install-exec: install-exec-am
625install-data: install-data-am
626uninstall: uninstall-am
627
628install-am: all-am
629	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
630
631installcheck: installcheck-am
632install-strip:
633	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
634	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
635	  `test -z '$(STRIP)' || \
636	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
637mostlyclean-generic:
638
639clean-generic:
640
641distclean-generic:
642	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
643
644maintainer-clean-generic:
645	@echo "This command is intended for maintainers to use"
646	@echo "it deletes files that may require special tools to rebuild."
647clean: clean-am
648
649clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
650	mostlyclean-am
651
652distclean: distclean-am
653	-rm -rf ./$(DEPDIR)
654	-rm -f Makefile
655distclean-am: clean-am distclean-compile distclean-generic \
656	distclean-hdr distclean-tags
657
658dvi: dvi-am
659
660dvi-am:
661
662html: html-am
663
664info: info-am
665
666info-am:
667
668install-data-am: install-man
669
670install-dvi: install-dvi-am
671
672install-exec-am: install-libLTLIBRARIES
673
674install-html: install-html-am
675
676install-info: install-info-am
677
678install-man: install-man3
679
680install-pdf: install-pdf-am
681
682install-ps: install-ps-am
683
684installcheck-am:
685
686maintainer-clean: maintainer-clean-am
687	-rm -rf ./$(DEPDIR)
688	-rm -f Makefile
689maintainer-clean-am: distclean-am maintainer-clean-generic
690
691mostlyclean: mostlyclean-am
692
693mostlyclean-am: mostlyclean-compile mostlyclean-generic \
694	mostlyclean-libtool
695
696pdf: pdf-am
697
698pdf-am:
699
700ps: ps-am
701
702ps-am:
703
704uninstall-am: uninstall-libLTLIBRARIES uninstall-man
705
706uninstall-man: uninstall-man3
707
708.MAKE: install-am install-strip
709
710.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
711	clean-libLTLIBRARIES clean-libtool ctags distclean \
712	distclean-compile distclean-generic distclean-hdr \
713	distclean-libtool distclean-tags distdir dvi dvi-am html \
714	html-am info info-am install install-am install-data \
715	install-data-am install-dvi install-dvi-am install-exec \
716	install-exec-am install-html install-html-am install-info \
717	install-info-am install-libLTLIBRARIES install-man \
718	install-man3 install-pdf install-pdf-am install-ps \
719	install-ps-am install-strip installcheck installcheck-am \
720	installdirs maintainer-clean maintainer-clean-generic \
721	mostlyclean mostlyclean-compile mostlyclean-generic \
722	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
723	uninstall-am uninstall-libLTLIBRARIES uninstall-man \
724	uninstall-man3
725
726# Tell versions [3.59,3.63) of GNU make to not export all variables.
727# Otherwise a system limit (for SysV at least) may be exceeded.
728.NOEXPORT:
729