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