1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  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@
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22top_builddir = .
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24INSTALL = @INSTALL@
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 = :
36subdir = .
37DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
38	$(srcdir)/Makefile.in $(top_srcdir)/configure \
39	$(top_srcdir)/lib/libgadu-config.h.in install-sh missing
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
42	$(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.in
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44	$(ACLOCAL_M4)
45am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
46 configure.lineno configure.status.lineno
47mkinstalldirs = $(install_sh) -d
48CONFIG_HEADER = $(top_builddir)/lib/libgadu-config.h
49CONFIG_CLEAN_FILES =
50SOURCES =
51DIST_SOURCES =
52DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
53distdir = $(PACKAGE)-$(VERSION)
54top_distdir = $(distdir)
55am__remove_distdir = \
56  { test ! -d $(distdir) \
57    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
58         && rm -fr $(distdir); }; }
59DIST_ARCHIVES = $(distdir).tar.gz
60GZIP_ENV = --best
61distuninstallcheck_listfiles = find . -type f -print
62distcleancheck_listfiles = find . -type f -print
63ACLOCAL = @ACLOCAL@
64AMDEP_FALSE = @AMDEP_FALSE@
65AMDEP_TRUE = @AMDEP_TRUE@
66AMTAR = @AMTAR@
67AUTOCONF = @AUTOCONF@
68AUTOHEADER = @AUTOHEADER@
69AUTOMAKE = @AUTOMAKE@
70AWK = @AWK@
71CC = @CC@
72CCDEPMODE = @CCDEPMODE@
73CFLAGS = @CFLAGS@
74CPP = @CPP@
75CPPFLAGS = @CPPFLAGS@
76CYGPATH_W = @CYGPATH_W@
77DEFS = @DEFS@
78DEPDIR = @DEPDIR@
79ECHO_C = @ECHO_C@
80ECHO_N = @ECHO_N@
81ECHO_T = @ECHO_T@
82EGREP = @EGREP@
83EXEEXT = @EXEEXT@
84GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
85GNUTLS_CONFIG_SCRIPT = @GNUTLS_CONFIG_SCRIPT@
86GNUTLS_LIBS = @GNUTLS_LIBS@
87GREP = @GREP@
88INSTALL_DATA = @INSTALL_DATA@
89INSTALL_PROGRAM = @INSTALL_PROGRAM@
90INSTALL_SCRIPT = @INSTALL_SCRIPT@
91INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
92LDFLAGS = @LDFLAGS@
93LIBS = @LIBS@
94MAKEINFO = @MAKEINFO@
95OBJEXT = @OBJEXT@
96PACKAGE = @PACKAGE@
97PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
98PACKAGE_NAME = @PACKAGE_NAME@
99PACKAGE_STRING = @PACKAGE_STRING@
100PACKAGE_TARNAME = @PACKAGE_TARNAME@
101PACKAGE_VERSION = @PACKAGE_VERSION@
102PATH_SEPARATOR = @PATH_SEPARATOR@
103PTHREAD_CC = @PTHREAD_CC@
104PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
105PTHREAD_LIBS = @PTHREAD_LIBS@
106SET_MAKE = @SET_MAKE@
107SHELL = @SHELL@
108STRIP = @STRIP@
109VERSION = @VERSION@
110ac_ct_CC = @ac_ct_CC@
111am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
112am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
113am__include = @am__include@
114am__leading_dot = @am__leading_dot@
115am__quote = @am__quote@
116am__tar = @am__tar@
117am__untar = @am__untar@
118bindir = @bindir@
119build_alias = @build_alias@
120datadir = @datadir@
121datarootdir = @datarootdir@
122docdir = @docdir@
123dvidir = @dvidir@
124exec_prefix = @exec_prefix@
125host_alias = @host_alias@
126htmldir = @htmldir@
127includedir = @includedir@
128infodir = @infodir@
129install_sh = @install_sh@
130libdir = @libdir@
131libexecdir = @libexecdir@
132localedir = @localedir@
133localstatedir = @localstatedir@
134mandir = @mandir@
135mkdir_p = @mkdir_p@
136oldincludedir = @oldincludedir@
137pdfdir = @pdfdir@
138prefix = @prefix@
139program_transform_name = @program_transform_name@
140psdir = @psdir@
141sbindir = @sbindir@
142sharedstatedir = @sharedstatedir@
143sysconfdir = @sysconfdir@
144target_alias = @target_alias@
145all: all-am
146
147.SUFFIXES:
148am--refresh:
149	@:
150$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
151	@for dep in $?; do \
152	  case '$(am__configure_deps)' in \
153	    *$$dep*) \
154	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
155	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
156		&& exit 0; \
157	      exit 1;; \
158	  esac; \
159	done; \
160	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
161	cd $(top_srcdir) && \
162	  $(AUTOMAKE) --foreign  Makefile
163.PRECIOUS: Makefile
164Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
165	@case '$?' in \
166	  *config.status*) \
167	    echo ' $(SHELL) ./config.status'; \
168	    $(SHELL) ./config.status;; \
169	  *) \
170	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
171	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
172	esac;
173
174$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
175	$(SHELL) ./config.status --recheck
176
177$(top_srcdir)/configure:  $(am__configure_deps)
178	cd $(srcdir) && $(AUTOCONF)
179$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
180	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
181
182lib/libgadu-config.h: lib/stamp-h1
183	@if test ! -f $@; then \
184	  rm -f lib/stamp-h1; \
185	  $(MAKE) lib/stamp-h1; \
186	else :; fi
187
188lib/stamp-h1: $(top_srcdir)/lib/libgadu-config.h.in $(top_builddir)/config.status
189	@rm -f lib/stamp-h1
190	cd $(top_builddir) && $(SHELL) ./config.status lib/libgadu-config.h
191$(top_srcdir)/lib/libgadu-config.h.in:  $(am__configure_deps)
192	cd $(top_srcdir) && $(AUTOHEADER)
193	rm -f lib/stamp-h1
194	touch $@
195
196distclean-hdr:
197	-rm -f lib/libgadu-config.h lib/stamp-h1
198uninstall-info-am:
199tags: TAGS
200TAGS:
201
202ctags: CTAGS
203CTAGS:
204
205
206distdir: $(DISTFILES)
207	$(am__remove_distdir)
208	mkdir $(distdir)
209	$(mkdir_p) $(distdir)/lib $(distdir)/m4
210	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
211	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
212	list='$(DISTFILES)'; for file in $$list; do \
213	  case $$file in \
214	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
215	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
216	  esac; \
217	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
218	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
219	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
220	    dir="/$$dir"; \
221	    $(mkdir_p) "$(distdir)$$dir"; \
222	  else \
223	    dir=''; \
224	  fi; \
225	  if test -d $$d/$$file; then \
226	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
227	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
228	    fi; \
229	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
230	  else \
231	    test -f $(distdir)/$$file \
232	    || cp -p $$d/$$file $(distdir)/$$file \
233	    || exit 1; \
234	  fi; \
235	done
236	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
237	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
238	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
239	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
240	|| chmod -R a+r $(distdir)
241dist-gzip: distdir
242	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
243	$(am__remove_distdir)
244
245dist-bzip2: distdir
246	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
247	$(am__remove_distdir)
248
249dist-tarZ: distdir
250	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
251	$(am__remove_distdir)
252
253dist-shar: distdir
254	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
255	$(am__remove_distdir)
256
257dist-zip: distdir
258	-rm -f $(distdir).zip
259	zip -rq $(distdir).zip $(distdir)
260	$(am__remove_distdir)
261
262dist dist-all: distdir
263	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
264	$(am__remove_distdir)
265
266# This target untars the dist file and tries a VPATH configuration.  Then
267# it guarantees that the distribution is self-contained by making another
268# tarfile.
269distcheck: dist
270	case '$(DIST_ARCHIVES)' in \
271	*.tar.gz*) \
272	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
273	*.tar.bz2*) \
274	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
275	*.tar.Z*) \
276	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
277	*.shar.gz*) \
278	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
279	*.zip*) \
280	  unzip $(distdir).zip ;;\
281	esac
282	chmod -R a-w $(distdir); chmod a+w $(distdir)
283	mkdir $(distdir)/_build
284	mkdir $(distdir)/_inst
285	chmod a-w $(distdir)
286	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
287	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
288	  && cd $(distdir)/_build \
289	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
290	    $(DISTCHECK_CONFIGURE_FLAGS) \
291	  && $(MAKE) $(AM_MAKEFLAGS) \
292	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
293	  && $(MAKE) $(AM_MAKEFLAGS) check \
294	  && $(MAKE) $(AM_MAKEFLAGS) install \
295	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
296	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
297	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
298	        distuninstallcheck \
299	  && chmod -R a-w "$$dc_install_base" \
300	  && ({ \
301	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
302	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
303	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
304	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
305	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
306	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
307	  && rm -rf "$$dc_destdir" \
308	  && $(MAKE) $(AM_MAKEFLAGS) dist \
309	  && rm -rf $(DIST_ARCHIVES) \
310	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
311	$(am__remove_distdir)
312	@(echo "$(distdir) archives ready for distribution: "; \
313	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
314	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
315distuninstallcheck:
316	@cd $(distuninstallcheck_dir) \
317	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
318	   || { echo "ERROR: files left after uninstall:" ; \
319	        if test -n "$(DESTDIR)"; then \
320	          echo "  (check DESTDIR support)"; \
321	        fi ; \
322	        $(distuninstallcheck_listfiles) ; \
323	        exit 1; } >&2
324distcleancheck: distclean
325	@if test '$(srcdir)' = . ; then \
326	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
327	  exit 1 ; \
328	fi
329	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
330	  || { echo "ERROR: files left in build directory after distclean:" ; \
331	       $(distcleancheck_listfiles) ; \
332	       exit 1; } >&2
333check-am: all-am
334check: check-am
335all-am: Makefile
336installdirs:
337install: install-am
338install-exec: install-exec-am
339install-data: install-data-am
340uninstall: uninstall-am
341
342install-am: all-am
343	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
344
345installcheck: installcheck-am
346install-strip:
347	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
348	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
349	  `test -z '$(STRIP)' || \
350	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
351mostlyclean-generic:
352
353clean-generic:
354
355distclean-generic:
356	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
357
358maintainer-clean-generic:
359	@echo "This command is intended for maintainers to use"
360	@echo "it deletes files that may require special tools to rebuild."
361clean: clean-am
362
363clean-am: clean-generic mostlyclean-am
364
365distclean: distclean-am
366	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
367	-rm -f Makefile
368distclean-am: clean-am distclean-generic distclean-hdr
369
370dvi: dvi-am
371
372dvi-am:
373
374html: html-am
375
376info: info-am
377
378info-am:
379
380install-data-am:
381
382install-exec-am:
383
384install-info: install-info-am
385
386install-man:
387
388installcheck-am:
389
390maintainer-clean: maintainer-clean-am
391	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
392	-rm -rf $(top_srcdir)/autom4te.cache
393	-rm -f Makefile
394maintainer-clean-am: distclean-am maintainer-clean-generic
395
396mostlyclean: mostlyclean-am
397
398mostlyclean-am: mostlyclean-generic
399
400pdf: pdf-am
401
402pdf-am:
403
404ps: ps-am
405
406ps-am:
407
408uninstall-am: uninstall-info-am
409
410.PHONY: all all-am am--refresh check check-am clean clean-generic dist \
411	dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
412	distcheck distclean distclean-generic distclean-hdr \
413	distcleancheck distdir distuninstallcheck dvi dvi-am html \
414	html-am info info-am install install-am install-data \
415	install-data-am install-exec install-exec-am install-info \
416	install-info-am install-man install-strip installcheck \
417	installcheck-am installdirs maintainer-clean \
418	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
419	pdf-am ps ps-am uninstall uninstall-am uninstall-info-am
420
421# Tell versions [3.59,3.63) of GNU make to not export all variables.
422# Otherwise a system limit (for SysV at least) may be exceeded.
423.NOEXPORT:
424