1# Makefile.in generated by automake 1.11 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, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkglibexecdir = $(libexecdir)/@PACKAGE@
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36build_triplet = @build@
37host_triplet = @host@
38target_triplet = @target@
39subdir = .
40DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
41	$(srcdir)/Makefile.in $(srcdir)/pre-config.h.in \
42	$(top_srcdir)/configure $(top_srcdir)/intl/Makefile.in \
43	ABOUT-NLS COPYING INSTALL TODO config.guess config.sub depcomp \
44	install-sh ltmain.sh missing mkinstalldirs
45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
47	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
48	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \
49	$(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/libtool.m4 \
50	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
51	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
52	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
53am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54	$(ACLOCAL_M4)
55am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56 configure.lineno config.status.lineno
57mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
58CONFIG_HEADER = pre-config.h
59CONFIG_CLEAN_FILES = intl/Makefile
60CONFIG_CLEAN_VPATH_FILES =
61LIBRARIES = $(noinst_LIBRARIES)
62am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63am__vpath_adj = case $$p in \
64    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
65    *) f=$$p;; \
66  esac;
67am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
68am__install_max = 40
69am__nobase_strip_setup = \
70  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
71am__nobase_strip = \
72  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
73am__nobase_list = $(am__nobase_strip_setup); \
74  for p in $$list; do echo "$$p $$p"; done | \
75  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
76  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
77    if (++n[$$2] == $(am__install_max)) \
78      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
79    END { for (dir in files) print dir, files[dir] }'
80am__base_list = \
81  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
82  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
83am__installdirs = "$(DESTDIR)$(encryptdir)"
84LTLIBRARIES = $(encrypt_LTLIBRARIES)
85am__DEPENDENCIES_1 =
86encrypt_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
87am_encrypt_la_OBJECTS = pe_blist.lo config_ui.lo cryptproto.lo \
88	cryptutil.lo encrypt.lo gpg.lo keys.lo keys_ui.lo nonce.lo \
89	nss_mgf1.lo nss_oaep.lo nss_pss.lo prefs.lo rsa_nss.lo \
90	state.lo state_ui.lo pe_ui.lo
91encrypt_la_OBJECTS = $(am_encrypt_la_OBJECTS)
92encrypt_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
93	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
94	$(encrypt_la_LDFLAGS) $(LDFLAGS) -o $@
95DEFAULT_INCLUDES = -I.@am__isrc@
96depcomp = $(SHELL) $(top_srcdir)/depcomp
97am__depfiles_maybe = depfiles
98am__mv = mv -f
99COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
100	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
102	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
103	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104CCLD = $(CC)
105LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
106	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
107	$(LDFLAGS) -o $@
108SOURCES = $(encrypt_la_SOURCES)
109DIST_SOURCES = $(encrypt_la_SOURCES)
110RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
111	html-recursive info-recursive install-data-recursive \
112	install-dvi-recursive install-exec-recursive \
113	install-html-recursive install-info-recursive \
114	install-pdf-recursive install-ps-recursive install-recursive \
115	installcheck-recursive installdirs-recursive pdf-recursive \
116	ps-recursive uninstall-recursive
117RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
118  distclean-recursive maintainer-clean-recursive
119AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
120	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
121	distdir dist dist-all distcheck
122ETAGS = etags
123CTAGS = ctags
124DIST_SUBDIRS = $(SUBDIRS)
125DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126distdir = $(PACKAGE)-$(VERSION)
127top_distdir = $(distdir)
128am__remove_distdir = \
129  { test ! -d "$(distdir)" \
130    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
131         && rm -fr "$(distdir)"; }; }
132am__relativize = \
133  dir0=`pwd`; \
134  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
135  sed_rest='s,^[^/]*/*,,'; \
136  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
137  sed_butlast='s,/*[^/]*$$,,'; \
138  while test -n "$$dir1"; do \
139    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
140    if test "$$first" != "."; then \
141      if test "$$first" = ".."; then \
142        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
143        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
144      else \
145        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
146        if test "$$first2" = "$$first"; then \
147          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
148        else \
149          dir2="../$$dir2"; \
150        fi; \
151        dir0="$$dir0"/"$$first"; \
152      fi; \
153    fi; \
154    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
155  done; \
156  reldir="$$dir2"
157DIST_ARCHIVES = $(distdir).tar.gz
158GZIP_ENV = --best
159distuninstallcheck_listfiles = find . -type f -print
160distcleancheck_listfiles = find . -type f -print
161ACLOCAL = @ACLOCAL@
162ALLOCA = @ALLOCA@
163AMTAR = @AMTAR@
164AR = @AR@
165AUTOCONF = @AUTOCONF@
166AUTOHEADER = @AUTOHEADER@
167AUTOMAKE = @AUTOMAKE@
168AWK = @AWK@
169BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
170CATALOGS = @CATALOGS@
171CATOBJEXT = @CATOBJEXT@
172CC = @CC@
173CCDEPMODE = @CCDEPMODE@
174CFLAGS = @CFLAGS@
175CPP = @CPP@
176CPPFLAGS = @CPPFLAGS@
177CYGPATH_W = @CYGPATH_W@
178DATADIRNAME = @DATADIRNAME@
179DEFS = @DEFS@
180DEPDIR = @DEPDIR@
181DSYMUTIL = @DSYMUTIL@
182DUMPBIN = @DUMPBIN@
183ECHO_C = @ECHO_C@
184ECHO_N = @ECHO_N@
185ECHO_T = @ECHO_T@
186EGREP = @EGREP@
187EXEEXT = @EXEEXT@
188FGREP = @FGREP@
189GENCAT = @GENCAT@
190GLIBC21 = @GLIBC21@
191GMOFILES = @GMOFILES@
192GMSGFMT = @GMSGFMT@
193GREP = @GREP@
194GTK_CFLAGS = @GTK_CFLAGS@
195GTK_LIBS = @GTK_LIBS@
196INSTALL = @INSTALL@
197INSTALL_DATA = @INSTALL_DATA@
198INSTALL_PROGRAM = @INSTALL_PROGRAM@
199INSTALL_SCRIPT = @INSTALL_SCRIPT@
200INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
201INSTOBJEXT = @INSTOBJEXT@
202INTLBISON = @INTLBISON@
203INTLLIBS = @INTLLIBS@
204INTLOBJS = @INTLOBJS@
205INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
206LD = @LD@
207LDFLAGS = @LDFLAGS@
208LIBICONV = @LIBICONV@
209LIBOBJS = @LIBOBJS@
210LIBS = @LIBS@
211LIBTOOL = @LIBTOOL@
212LIPO = @LIPO@
213LN_S = @LN_S@
214LTLIBOBJS = @LTLIBOBJS@
215MAKEINFO = @MAKEINFO@
216MKDIR_P = @MKDIR_P@
217MKINSTALLDIRS = @MKINSTALLDIRS@
218MSGFMT = @MSGFMT@
219NM = @NM@
220NMEDIT = @NMEDIT@
221NSS_CFLAGS = @NSS_CFLAGS@
222NSS_LIBS = @NSS_LIBS@
223OBJDUMP = @OBJDUMP@
224OBJEXT = @OBJEXT@
225OTOOL = @OTOOL@
226OTOOL64 = @OTOOL64@
227PACKAGE = @PACKAGE@
228PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
229PACKAGE_NAME = @PACKAGE_NAME@
230PACKAGE_STRING = @PACKAGE_STRING@
231PACKAGE_TARNAME = @PACKAGE_TARNAME@
232PACKAGE_URL = @PACKAGE_URL@
233PACKAGE_VERSION = @PACKAGE_VERSION@
234PATH_SEPARATOR = @PATH_SEPARATOR@
235PIDGIN_CFLAGS = @PIDGIN_CFLAGS@
236PIDGIN_DATADIR = @PIDGIN_DATADIR@
237PIDGIN_LIBS = @PIDGIN_LIBS@
238PKG_CONFIG = @PKG_CONFIG@
239POFILES = @POFILES@
240POSUB = @POSUB@
241PURPLE_CFLAGS = @PURPLE_CFLAGS@
242PURPLE_DATADIR = @PURPLE_DATADIR@
243PURPLE_LIBS = @PURPLE_LIBS@
244RANLIB = @RANLIB@
245SED = @SED@
246SET_MAKE = @SET_MAKE@
247SHELL = @SHELL@
248STRIP = @STRIP@
249USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
250USE_NLS = @USE_NLS@
251VERSION = @VERSION@
252XGETTEXT = @XGETTEXT@
253abs_builddir = @abs_builddir@
254abs_srcdir = @abs_srcdir@
255abs_top_builddir = @abs_top_builddir@
256abs_top_srcdir = @abs_top_srcdir@
257ac_ct_CC = @ac_ct_CC@
258ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
259am__include = @am__include@
260am__leading_dot = @am__leading_dot@
261am__quote = @am__quote@
262am__tar = @am__tar@
263am__untar = @am__untar@
264bindir = @bindir@
265build = @build@
266build_alias = @build_alias@
267build_cpu = @build_cpu@
268build_os = @build_os@
269build_vendor = @build_vendor@
270builddir = @builddir@
271datadir = @datadir@
272datarootdir = @datarootdir@
273docdir = @docdir@
274dvidir = @dvidir@
275exec_prefix = @exec_prefix@
276host = @host@
277host_alias = @host_alias@
278host_cpu = @host_cpu@
279host_os = @host_os@
280host_vendor = @host_vendor@
281htmldir = @htmldir@
282includedir = @includedir@
283infodir = @infodir@
284install_sh = @install_sh@
285libdir = @libdir@
286libexecdir = @libexecdir@
287localedir = @localedir@
288localstatedir = @localstatedir@
289lt_ECHO = @lt_ECHO@
290mandir = @mandir@
291mkdir_p = @mkdir_p@
292oldincludedir = @oldincludedir@
293pdfdir = @pdfdir@
294prefix = @prefix@
295program_transform_name = @program_transform_name@
296psdir = @psdir@
297sbindir = @sbindir@
298sharedstatedir = @sharedstatedir@
299srcdir = @srcdir@
300sysconfdir = @sysconfdir@
301target = @target@
302target_alias = @target_alias@
303target_cpu = @target_cpu@
304target_os = @target_os@
305target_vendor = @target_vendor@
306top_build_prefix = @top_build_prefix@
307top_builddir = @top_builddir@
308top_srcdir = @top_srcdir@
309AUTOMAKE_OPTIONS = foreign
310encryptdir = $(libdir)/pidgin
311encrypt_la_LDFLAGS = -module -avoid-version
312encrypt_la_LIBADD = $(NSS_LIBS)
313encrypt_LTLIBRARIES = encrypt.la
314noinst_LIBRARIES =
315EXTRA_DIST = \
316	Makefile.mingw \
317	po/Makefile.mingw \
318	po/mkinstalldirs \
319	pixmaps/mkinstalldirs \
320	m4           \
321	COPYING      \
322	CHANGELOG    \
323	INSTALL      \
324	NOTES        \
325	README       \
326	VERSION      \
327	WISHLIST     \
328	pidgin-encryption-installer.nsi \
329	nsis/header.bmp  \
330	nsis/install.ico \
331	$(wildcard nsis/translations/*.nsh)
332
333encrypt_la_SOURCES = \
334	nls.h                    \
335	pe_blist.c               \
336	pe_blist.h               \
337	config_ui.c              \
338	config_ui.h              \
339	cryptproto.c             \
340	cryptproto.h             \
341	cryptutil.c              \
342	cryptutil.h              \
343	encrypt.c                \
344	encrypt.h                \
345	gpg.c                    \
346	gpg.h                    \
347	icon_capable.xpm         \
348	icon_in_lock.xpm         \
349	icon_in_unlock.xpm       \
350	icon_lock.xpm            \
351	icon_out_capable.xpm     \
352	icon_out_lock.xpm        \
353	icon_out_unlock.xpm      \
354	icon_unlock.xpm          \
355	internal.h               \
356	keys.c                   \
357	keys.h                   \
358	keys_ui.c                \
359	keys_ui.h                \
360	nonce.c                  \
361	nonce.h                  \
362	nss_mgf1.c               \
363	nss_mgf1.h               \
364	nss_oaep.c               \
365	nss_oaep.h               \
366	nss_pss.c                \
367	nss_pss.h                \
368	prefs.c                  \
369	prefs.h                  \
370	rsa_nss.c                \
371	rsa_nss.h                \
372	state.c                  \
373	state.h                  \
374	state_ui.c               \
375   state_ui.h               \
376   pe_ui.c                  \
377   pe_ui.h
378
379AM_CFLAGS = \
380	-Wall -fno-strict-aliasing
381
382AM_CPPFLAGS = \
383	-DLOCALEDIR=\"$(datadir)/locale\"  \
384	-DLIBDIR=\"$(libdir)/pidgin/\"     \
385	-DDATADIR=\"$(datadir)\"           \
386	$(GLIB_CFLAGS)                     \
387	$(PIDGIN_CFLAGS)                   \
388	$(PURPLE_CFLAGS)                   \
389	$(NSS_CFLAGS)
390
391BUILT_SOURCES = pidgin-encryption-config.h
392SUBDIRS = pixmaps po intl
393ACLOCAL_AMFLAGS = -I m4
394all: $(BUILT_SOURCES) pre-config.h
395	$(MAKE) $(AM_MAKEFLAGS) all-recursive
396
397.SUFFIXES:
398.SUFFIXES: .c .lo .o .obj
399am--refresh:
400	@:
401$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
402	@for dep in $?; do \
403	  case '$(am__configure_deps)' in \
404	    *$$dep*) \
405	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
406	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
407		&& exit 0; \
408	      exit 1;; \
409	  esac; \
410	done; \
411	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
412	$(am__cd) $(top_srcdir) && \
413	  $(AUTOMAKE) --foreign Makefile
414.PRECIOUS: Makefile
415Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
416	@case '$?' in \
417	  *config.status*) \
418	    echo ' $(SHELL) ./config.status'; \
419	    $(SHELL) ./config.status;; \
420	  *) \
421	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
422	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
423	esac;
424
425$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
426	$(SHELL) ./config.status --recheck
427
428$(top_srcdir)/configure:  $(am__configure_deps)
429	$(am__cd) $(srcdir) && $(AUTOCONF)
430$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
431	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
432$(am__aclocal_m4_deps):
433
434pre-config.h: stamp-h1
435	@if test ! -f $@; then \
436	  rm -f stamp-h1; \
437	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
438	else :; fi
439
440stamp-h1: $(srcdir)/pre-config.h.in $(top_builddir)/config.status
441	@rm -f stamp-h1
442	cd $(top_builddir) && $(SHELL) ./config.status pre-config.h
443$(srcdir)/pre-config.h.in:  $(am__configure_deps)
444	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
445	rm -f stamp-h1
446	touch $@
447
448distclean-hdr:
449	-rm -f pre-config.h stamp-h1
450intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
451	cd $(top_builddir) && $(SHELL) ./config.status $@
452
453clean-noinstLIBRARIES:
454	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
455install-encryptLTLIBRARIES: $(encrypt_LTLIBRARIES)
456	@$(NORMAL_INSTALL)
457	test -z "$(encryptdir)" || $(MKDIR_P) "$(DESTDIR)$(encryptdir)"
458	@list='$(encrypt_LTLIBRARIES)'; test -n "$(encryptdir)" || list=; \
459	list2=; for p in $$list; do \
460	  if test -f $$p; then \
461	    list2="$$list2 $$p"; \
462	  else :; fi; \
463	done; \
464	test -z "$$list2" || { \
465	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(encryptdir)'"; \
466	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(encryptdir)"; \
467	}
468
469uninstall-encryptLTLIBRARIES:
470	@$(NORMAL_UNINSTALL)
471	@list='$(encrypt_LTLIBRARIES)'; test -n "$(encryptdir)" || list=; \
472	for p in $$list; do \
473	  $(am__strip_dir) \
474	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(encryptdir)/$$f'"; \
475	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(encryptdir)/$$f"; \
476	done
477
478clean-encryptLTLIBRARIES:
479	-test -z "$(encrypt_LTLIBRARIES)" || rm -f $(encrypt_LTLIBRARIES)
480	@list='$(encrypt_LTLIBRARIES)'; for p in $$list; do \
481	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
482	  test "$$dir" != "$$p" || dir=.; \
483	  echo "rm -f \"$${dir}/so_locations\""; \
484	  rm -f "$${dir}/so_locations"; \
485	done
486encrypt.la: $(encrypt_la_OBJECTS) $(encrypt_la_DEPENDENCIES)
487	$(encrypt_la_LINK) -rpath $(encryptdir) $(encrypt_la_OBJECTS) $(encrypt_la_LIBADD) $(LIBS)
488
489mostlyclean-compile:
490	-rm -f *.$(OBJEXT)
491
492distclean-compile:
493	-rm -f *.tab.c
494
495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config_ui.Plo@am__quote@
496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cryptproto.Plo@am__quote@
497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cryptutil.Plo@am__quote@
498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encrypt.Plo@am__quote@
499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg.Plo@am__quote@
500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keys.Plo@am__quote@
501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keys_ui.Plo@am__quote@
502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nonce.Plo@am__quote@
503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nss_mgf1.Plo@am__quote@
504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nss_oaep.Plo@am__quote@
505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nss_pss.Plo@am__quote@
506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe_blist.Plo@am__quote@
507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe_ui.Plo@am__quote@
508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs.Plo@am__quote@
509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsa_nss.Plo@am__quote@
510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state.Plo@am__quote@
511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state_ui.Plo@am__quote@
512
513.c.o:
514@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
515@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
516@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
517@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518@am__fastdepCC_FALSE@	$(COMPILE) -c $<
519
520.c.obj:
521@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
522@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
523@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
524@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
525@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
526
527.c.lo:
528@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
529@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
530@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
531@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
532@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
533
534mostlyclean-libtool:
535	-rm -f *.lo
536
537clean-libtool:
538	-rm -rf .libs _libs
539
540distclean-libtool:
541	-rm -f libtool config.lt
542
543# This directory's subdirectories are mostly independent; you can cd
544# into them and run `make' without going through this Makefile.
545# To change the values of `make' variables: instead of editing Makefiles,
546# (1) if the variable is set in `config.status', edit `config.status'
547#     (which will cause the Makefiles to be regenerated when you run `make');
548# (2) otherwise, pass the desired values on the `make' command line.
549$(RECURSIVE_TARGETS):
550	@failcom='exit 1'; \
551	for f in x $$MAKEFLAGS; do \
552	  case $$f in \
553	    *=* | --[!k]*);; \
554	    *k*) failcom='fail=yes';; \
555	  esac; \
556	done; \
557	dot_seen=no; \
558	target=`echo $@ | sed s/-recursive//`; \
559	list='$(SUBDIRS)'; for subdir in $$list; do \
560	  echo "Making $$target in $$subdir"; \
561	  if test "$$subdir" = "."; then \
562	    dot_seen=yes; \
563	    local_target="$$target-am"; \
564	  else \
565	    local_target="$$target"; \
566	  fi; \
567	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
568	  || eval $$failcom; \
569	done; \
570	if test "$$dot_seen" = "no"; then \
571	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
572	fi; test -z "$$fail"
573
574$(RECURSIVE_CLEAN_TARGETS):
575	@failcom='exit 1'; \
576	for f in x $$MAKEFLAGS; do \
577	  case $$f in \
578	    *=* | --[!k]*);; \
579	    *k*) failcom='fail=yes';; \
580	  esac; \
581	done; \
582	dot_seen=no; \
583	case "$@" in \
584	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
585	  *) list='$(SUBDIRS)' ;; \
586	esac; \
587	rev=''; for subdir in $$list; do \
588	  if test "$$subdir" = "."; then :; else \
589	    rev="$$subdir $$rev"; \
590	  fi; \
591	done; \
592	rev="$$rev ."; \
593	target=`echo $@ | sed s/-recursive//`; \
594	for subdir in $$rev; do \
595	  echo "Making $$target in $$subdir"; \
596	  if test "$$subdir" = "."; then \
597	    local_target="$$target-am"; \
598	  else \
599	    local_target="$$target"; \
600	  fi; \
601	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
602	  || eval $$failcom; \
603	done && test -z "$$fail"
604tags-recursive:
605	list='$(SUBDIRS)'; for subdir in $$list; do \
606	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
607	done
608ctags-recursive:
609	list='$(SUBDIRS)'; for subdir in $$list; do \
610	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
611	done
612
613ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
614	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
615	unique=`for i in $$list; do \
616	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
617	  done | \
618	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
619	      END { if (nonempty) { for (i in files) print i; }; }'`; \
620	mkid -fID $$unique
621tags: TAGS
622
623TAGS: tags-recursive $(HEADERS) $(SOURCES) pre-config.h.in $(TAGS_DEPENDENCIES) \
624		$(TAGS_FILES) $(LISP)
625	set x; \
626	here=`pwd`; \
627	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
628	  include_option=--etags-include; \
629	  empty_fix=.; \
630	else \
631	  include_option=--include; \
632	  empty_fix=; \
633	fi; \
634	list='$(SUBDIRS)'; for subdir in $$list; do \
635	  if test "$$subdir" = .; then :; else \
636	    test ! -f $$subdir/TAGS || \
637	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
638	  fi; \
639	done; \
640	list='$(SOURCES) $(HEADERS) pre-config.h.in $(LISP) $(TAGS_FILES)'; \
641	unique=`for i in $$list; do \
642	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
643	  done | \
644	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
645	      END { if (nonempty) { for (i in files) print i; }; }'`; \
646	shift; \
647	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
648	  test -n "$$unique" || unique=$$empty_fix; \
649	  if test $$# -gt 0; then \
650	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
651	      "$$@" $$unique; \
652	  else \
653	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
654	      $$unique; \
655	  fi; \
656	fi
657ctags: CTAGS
658CTAGS: ctags-recursive $(HEADERS) $(SOURCES) pre-config.h.in $(TAGS_DEPENDENCIES) \
659		$(TAGS_FILES) $(LISP)
660	list='$(SOURCES) $(HEADERS) pre-config.h.in $(LISP) $(TAGS_FILES)'; \
661	unique=`for i in $$list; do \
662	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
663	  done | \
664	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
665	      END { if (nonempty) { for (i in files) print i; }; }'`; \
666	test -z "$(CTAGS_ARGS)$$unique" \
667	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
668	     $$unique
669
670GTAGS:
671	here=`$(am__cd) $(top_builddir) && pwd` \
672	  && $(am__cd) $(top_srcdir) \
673	  && gtags -i $(GTAGS_ARGS) "$$here"
674
675distclean-tags:
676	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
677
678distdir: $(DISTFILES)
679	$(am__remove_distdir)
680	test -d "$(distdir)" || mkdir "$(distdir)"
681	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
682	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
683	list='$(DISTFILES)'; \
684	  dist_files=`for file in $$list; do echo $$file; done | \
685	  sed -e "s|^$$srcdirstrip/||;t" \
686	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
687	case $$dist_files in \
688	  */*) $(MKDIR_P) `echo "$$dist_files" | \
689			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
690			   sort -u` ;; \
691	esac; \
692	for file in $$dist_files; do \
693	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
694	  if test -d $$d/$$file; then \
695	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
696	    if test -d "$(distdir)/$$file"; then \
697	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
698	    fi; \
699	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
700	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
701	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
702	    fi; \
703	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
704	  else \
705	    test -f "$(distdir)/$$file" \
706	    || cp -p $$d/$$file "$(distdir)/$$file" \
707	    || exit 1; \
708	  fi; \
709	done
710	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
711	  if test "$$subdir" = .; then :; else \
712	    test -d "$(distdir)/$$subdir" \
713	    || $(MKDIR_P) "$(distdir)/$$subdir" \
714	    || exit 1; \
715	  fi; \
716	done
717	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
718	  if test "$$subdir" = .; then :; else \
719	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
720	    $(am__relativize); \
721	    new_distdir=$$reldir; \
722	    dir1=$$subdir; dir2="$(top_distdir)"; \
723	    $(am__relativize); \
724	    new_top_distdir=$$reldir; \
725	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
726	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
727	    ($(am__cd) $$subdir && \
728	      $(MAKE) $(AM_MAKEFLAGS) \
729	        top_distdir="$$new_top_distdir" \
730	        distdir="$$new_distdir" \
731		am__remove_distdir=: \
732		am__skip_length_check=: \
733		am__skip_mode_fix=: \
734	        distdir) \
735	      || exit 1; \
736	  fi; \
737	done
738	-test -n "$(am__skip_mode_fix)" \
739	|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
740	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
741	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
742	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
743	|| chmod -R a+r "$(distdir)"
744dist-gzip: distdir
745	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
746	$(am__remove_distdir)
747
748dist-bzip2: distdir
749	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
750	$(am__remove_distdir)
751
752dist-lzma: distdir
753	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
754	$(am__remove_distdir)
755
756dist-xz: distdir
757	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
758	$(am__remove_distdir)
759
760dist-tarZ: distdir
761	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
762	$(am__remove_distdir)
763
764dist-shar: distdir
765	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
766	$(am__remove_distdir)
767
768dist-zip: distdir
769	-rm -f $(distdir).zip
770	zip -rq $(distdir).zip $(distdir)
771	$(am__remove_distdir)
772
773dist dist-all: distdir
774	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
775	$(am__remove_distdir)
776
777# This target untars the dist file and tries a VPATH configuration.  Then
778# it guarantees that the distribution is self-contained by making another
779# tarfile.
780distcheck: dist
781	case '$(DIST_ARCHIVES)' in \
782	*.tar.gz*) \
783	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
784	*.tar.bz2*) \
785	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
786	*.tar.lzma*) \
787	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
788	*.tar.xz*) \
789	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
790	*.tar.Z*) \
791	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
792	*.shar.gz*) \
793	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
794	*.zip*) \
795	  unzip $(distdir).zip ;;\
796	esac
797	chmod -R a-w $(distdir); chmod a+w $(distdir)
798	mkdir $(distdir)/_build
799	mkdir $(distdir)/_inst
800	chmod a-w $(distdir)
801	test -d $(distdir)/_build || exit 0; \
802	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
803	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
804	  && am__cwd=`pwd` \
805	  && $(am__cd) $(distdir)/_build \
806	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
807	    --with-included-gettext \
808	    $(DISTCHECK_CONFIGURE_FLAGS) \
809	  && $(MAKE) $(AM_MAKEFLAGS) \
810	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
811	  && $(MAKE) $(AM_MAKEFLAGS) check \
812	  && $(MAKE) $(AM_MAKEFLAGS) install \
813	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
814	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
815	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
816	        distuninstallcheck \
817	  && chmod -R a-w "$$dc_install_base" \
818	  && ({ \
819	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
820	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
821	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
822	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
823	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
824	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
825	  && rm -rf "$$dc_destdir" \
826	  && $(MAKE) $(AM_MAKEFLAGS) dist \
827	  && rm -rf $(DIST_ARCHIVES) \
828	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
829	  && cd "$$am__cwd" \
830	  || exit 1
831	$(am__remove_distdir)
832	@(echo "$(distdir) archives ready for distribution: "; \
833	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
834	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
835distuninstallcheck:
836	@$(am__cd) '$(distuninstallcheck_dir)' \
837	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
838	   || { echo "ERROR: files left after uninstall:" ; \
839	        if test -n "$(DESTDIR)"; then \
840	          echo "  (check DESTDIR support)"; \
841	        fi ; \
842	        $(distuninstallcheck_listfiles) ; \
843	        exit 1; } >&2
844distcleancheck: distclean
845	@if test '$(srcdir)' = . ; then \
846	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
847	  exit 1 ; \
848	fi
849	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
850	  || { echo "ERROR: files left in build directory after distclean:" ; \
851	       $(distcleancheck_listfiles) ; \
852	       exit 1; } >&2
853check-am: all-am
854check: $(BUILT_SOURCES)
855	$(MAKE) $(AM_MAKEFLAGS) check-recursive
856all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) pre-config.h
857installdirs: installdirs-recursive
858installdirs-am:
859	for dir in "$(DESTDIR)$(encryptdir)"; do \
860	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
861	done
862install: $(BUILT_SOURCES)
863	$(MAKE) $(AM_MAKEFLAGS) install-recursive
864install-exec: install-exec-recursive
865install-data: install-data-recursive
866uninstall: uninstall-recursive
867
868install-am: all-am
869	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
870
871installcheck: installcheck-recursive
872install-strip:
873	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
874	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
875	  `test -z '$(STRIP)' || \
876	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
877mostlyclean-generic:
878
879clean-generic:
880
881distclean-generic:
882	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
883	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
884
885maintainer-clean-generic:
886	@echo "This command is intended for maintainers to use"
887	@echo "it deletes files that may require special tools to rebuild."
888	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
889clean: clean-recursive
890
891clean-am: clean-encryptLTLIBRARIES clean-generic clean-libtool \
892	clean-noinstLIBRARIES mostlyclean-am
893
894distclean: distclean-recursive
895	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
896	-rm -rf ./$(DEPDIR)
897	-rm -f Makefile
898distclean-am: clean-am distclean-compile distclean-generic \
899	distclean-hdr distclean-libtool distclean-tags
900
901dvi: dvi-recursive
902
903dvi-am:
904
905html: html-recursive
906
907html-am:
908
909info: info-recursive
910
911info-am:
912
913install-data-am: install-encryptLTLIBRARIES
914
915install-dvi: install-dvi-recursive
916
917install-dvi-am:
918
919install-exec-am:
920
921install-html: install-html-recursive
922
923install-html-am:
924
925install-info: install-info-recursive
926
927install-info-am:
928
929install-man:
930
931install-pdf: install-pdf-recursive
932
933install-pdf-am:
934
935install-ps: install-ps-recursive
936
937install-ps-am:
938
939installcheck-am:
940
941maintainer-clean: maintainer-clean-recursive
942	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
943	-rm -rf $(top_srcdir)/autom4te.cache
944	-rm -rf ./$(DEPDIR)
945	-rm -f Makefile
946maintainer-clean-am: distclean-am maintainer-clean-generic
947
948mostlyclean: mostlyclean-recursive
949
950mostlyclean-am: mostlyclean-compile mostlyclean-generic \
951	mostlyclean-libtool
952
953pdf: pdf-recursive
954
955pdf-am:
956
957ps: ps-recursive
958
959ps-am:
960
961uninstall-am: uninstall-encryptLTLIBRARIES
962
963.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
964	ctags-recursive install install-am install-strip \
965	tags-recursive
966
967.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
968	all all-am am--refresh check check-am clean \
969	clean-encryptLTLIBRARIES clean-generic clean-libtool \
970	clean-noinstLIBRARIES ctags ctags-recursive dist dist-all \
971	dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
972	dist-zip distcheck distclean distclean-compile \
973	distclean-generic distclean-hdr distclean-libtool \
974	distclean-tags distcleancheck distdir distuninstallcheck dvi \
975	dvi-am html html-am info info-am install install-am \
976	install-data install-data-am install-dvi install-dvi-am \
977	install-encryptLTLIBRARIES install-exec install-exec-am \
978	install-html install-html-am install-info install-info-am \
979	install-man install-pdf install-pdf-am install-ps \
980	install-ps-am install-strip installcheck installcheck-am \
981	installdirs installdirs-am maintainer-clean \
982	maintainer-clean-generic mostlyclean mostlyclean-compile \
983	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
984	tags tags-recursive uninstall uninstall-am \
985	uninstall-encryptLTLIBRARIES
986
987
988$(OBJECTS): $(BUILT_SOURCES)
989
990pidgin-encryption-config.h: pre-config.h
991	sed 's/#define PACKAGE/#define PE_PACKAGE/g' pre-config.h > $@
992
993testprog: $(encrypt_la_SOURCES) testmain.c
994	$(CC) -g -Wall -lgdk -lgtk $(AM_CPPFLAGS) $(CPPFLAGS) $(NSS_INCLUDES) $(NSS_CFLAGS) -o testprog testmain.c  $(NSS_LIBS)
995
996# Tell versions [3.59,3.63) of GNU make to not export all variables.
997# Otherwise a system limit (for SysV at least) may be exceeded.
998.NOEXPORT:
999