1# Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
6# Foundation, 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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = .
38DIST_COMMON = README $(am__configure_deps) $(srcdir)/GeoIP.spec.in \
39	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40	$(srcdir)/geoip.pc.in $(top_srcdir)/configure AUTHORS COPYING \
41	ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
42	install-sh ltmain.sh missing
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48 configure.lineno config.status.lineno
49mkinstalldirs = $(install_sh) -d
50CONFIG_CLEAN_FILES = GeoIP.spec geoip.pc
51CONFIG_CLEAN_VPATH_FILES =
52SOURCES =
53DIST_SOURCES =
54RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55	html-recursive info-recursive install-data-recursive \
56	install-dvi-recursive install-exec-recursive \
57	install-html-recursive install-info-recursive \
58	install-pdf-recursive install-ps-recursive install-recursive \
59	installcheck-recursive installdirs-recursive pdf-recursive \
60	ps-recursive uninstall-recursive
61am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
62am__vpath_adj = case $$p in \
63    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
64    *) f=$$p;; \
65  esac;
66am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
67am__install_max = 40
68am__nobase_strip_setup = \
69  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
70am__nobase_strip = \
71  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
72am__nobase_list = $(am__nobase_strip_setup); \
73  for p in $$list; do echo "$$p $$p"; done | \
74  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
75  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
76    if (++n[$$2] == $(am__install_max)) \
77      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
78    END { for (dir in files) print dir, files[dir] }'
79am__base_list = \
80  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
81  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
82am__uninstall_files_from_dir = { \
83  test -z "$$files" \
84    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
85    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
86         $(am__cd) "$$dir" && rm -f $$files; }; \
87  }
88am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
89DATA = $(nodist_pkgconfig_DATA)
90RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
91  distclean-recursive maintainer-clean-recursive
92AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
93	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
94	distdir dist dist-all distcheck
95ETAGS = etags
96CTAGS = ctags
97DIST_SUBDIRS = $(SUBDIRS)
98DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99distdir = $(PACKAGE)-$(VERSION)
100top_distdir = $(distdir)
101am__remove_distdir = \
102  if test -d "$(distdir)"; then \
103    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
104      && rm -rf "$(distdir)" \
105      || { sleep 5 && rm -rf "$(distdir)"; }; \
106  else :; fi
107am__relativize = \
108  dir0=`pwd`; \
109  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
110  sed_rest='s,^[^/]*/*,,'; \
111  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
112  sed_butlast='s,/*[^/]*$$,,'; \
113  while test -n "$$dir1"; do \
114    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
115    if test "$$first" != "."; then \
116      if test "$$first" = ".."; then \
117        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
118        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
119      else \
120        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
121        if test "$$first2" = "$$first"; then \
122          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
123        else \
124          dir2="../$$dir2"; \
125        fi; \
126        dir0="$$dir0"/"$$first"; \
127      fi; \
128    fi; \
129    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
130  done; \
131  reldir="$$dir2"
132DIST_ARCHIVES = $(distdir).tar.gz
133GZIP_ENV = --best
134distuninstallcheck_listfiles = find . -type f -print
135am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
136  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
137distcleancheck_listfiles = find . -type f -print
138ACLOCAL = @ACLOCAL@
139AMTAR = @AMTAR@
140AR = @AR@
141AUTOCONF = @AUTOCONF@
142AUTOHEADER = @AUTOHEADER@
143AUTOMAKE = @AUTOMAKE@
144AWK = @AWK@
145CC = @CC@
146CCDEPMODE = @CCDEPMODE@
147CFLAGS = @CFLAGS@
148CPP = @CPP@
149CPPFLAGS = @CPPFLAGS@
150CYGPATH_W = @CYGPATH_W@
151DEFS = @DEFS@
152DEPDIR = @DEPDIR@
153DLLTOOL = @DLLTOOL@
154DSYMUTIL = @DSYMUTIL@
155DUMPBIN = @DUMPBIN@
156ECHO_C = @ECHO_C@
157ECHO_N = @ECHO_N@
158ECHO_T = @ECHO_T@
159EGREP = @EGREP@
160EXEEXT = @EXEEXT@
161FGREP = @FGREP@
162GEOIP_DB_FILE = @GEOIP_DB_FILE@
163GEOIP_VERSION_INFO = @GEOIP_VERSION_INFO@
164GREP = @GREP@
165INSTALL = @INSTALL@
166INSTALL_DATA = @INSTALL_DATA@
167INSTALL_PROGRAM = @INSTALL_PROGRAM@
168INSTALL_SCRIPT = @INSTALL_SCRIPT@
169INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170LD = @LD@
171LDFLAGS = @LDFLAGS@
172LIBOBJS = @LIBOBJS@
173LIBS = @LIBS@
174LIBTOOL = @LIBTOOL@
175LIPO = @LIPO@
176LN_S = @LN_S@
177LTLIBOBJS = @LTLIBOBJS@
178MAKEINFO = @MAKEINFO@
179MANIFEST_TOOL = @MANIFEST_TOOL@
180MKDIR_P = @MKDIR_P@
181NM = @NM@
182NMEDIT = @NMEDIT@
183OBJDUMP = @OBJDUMP@
184OBJEXT = @OBJEXT@
185OTOOL = @OTOOL@
186OTOOL64 = @OTOOL64@
187PACKAGE = @PACKAGE@
188PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
189PACKAGE_NAME = @PACKAGE_NAME@
190PACKAGE_STRING = @PACKAGE_STRING@
191PACKAGE_TARNAME = @PACKAGE_TARNAME@
192PACKAGE_URL = @PACKAGE_URL@
193PACKAGE_VERSION = @PACKAGE_VERSION@
194PATH_SEPARATOR = @PATH_SEPARATOR@
195RANLIB = @RANLIB@
196SED = @SED@
197SET_MAKE = @SET_MAKE@
198SHELL = @SHELL@
199STRIP = @STRIP@
200VERSION = @VERSION@
201abs_builddir = @abs_builddir@
202abs_srcdir = @abs_srcdir@
203abs_top_builddir = @abs_top_builddir@
204abs_top_srcdir = @abs_top_srcdir@
205ac_ct_AR = @ac_ct_AR@
206ac_ct_CC = @ac_ct_CC@
207ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
208am__include = @am__include@
209am__leading_dot = @am__leading_dot@
210am__quote = @am__quote@
211am__tar = @am__tar@
212am__untar = @am__untar@
213bindir = @bindir@
214build = @build@
215build_alias = @build_alias@
216build_cpu = @build_cpu@
217build_os = @build_os@
218build_vendor = @build_vendor@
219builddir = @builddir@
220datadir = @datadir@
221datarootdir = @datarootdir@
222docdir = @docdir@
223dvidir = @dvidir@
224exec_prefix = @exec_prefix@
225host = @host@
226host_alias = @host_alias@
227host_cpu = @host_cpu@
228host_os = @host_os@
229host_vendor = @host_vendor@
230htmldir = @htmldir@
231includedir = @includedir@
232infodir = @infodir@
233install_sh = @install_sh@
234libdir = @libdir@
235libexecdir = @libexecdir@
236localedir = @localedir@
237localstatedir = @localstatedir@
238mandir = @mandir@
239mkdir_p = @mkdir_p@
240oldincludedir = @oldincludedir@
241pdfdir = @pdfdir@
242prefix = @prefix@
243program_transform_name = @program_transform_name@
244psdir = @psdir@
245sbindir = @sbindir@
246sharedstatedir = @sharedstatedir@
247srcdir = @srcdir@
248sysconfdir = @sysconfdir@
249target_alias = @target_alias@
250top_build_prefix = @top_build_prefix@
251top_builddir = @top_builddir@
252top_srcdir = @top_srcdir@
253AM_CPPFLAGS = -Wall -ansi
254SUBDIRS = \
255	libGeoIP	\
256	apps		\
257	conf		\
258	data		\
259	test		\
260	man
261
262pkgconfigdir = $(libdir)/pkgconfig/
263nodist_pkgconfig_DATA = geoip.pc
264EXTRA_DIST = README.OSX READMEwin32static.txt README.MinGW READMEwin32.txt GeoIPWinDLL.patch TODO bootstrap GeoIP.spec GeoIP.spec.in Makefile.netware Makefile.vc Makefile.win32 get_ver.awk geoip.ico geoip.pc.in
265all: all-recursive
266
267.SUFFIXES:
268am--refresh: Makefile
269	@:
270$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
271	@for dep in $?; do \
272	  case '$(am__configure_deps)' in \
273	    *$$dep*) \
274	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
275	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
276		&& exit 0; \
277	      exit 1;; \
278	  esac; \
279	done; \
280	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
281	$(am__cd) $(top_srcdir) && \
282	  $(AUTOMAKE) --gnu Makefile
283.PRECIOUS: Makefile
284Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285	@case '$?' in \
286	  *config.status*) \
287	    echo ' $(SHELL) ./config.status'; \
288	    $(SHELL) ./config.status;; \
289	  *) \
290	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
291	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
292	esac;
293
294$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
295	$(SHELL) ./config.status --recheck
296
297$(top_srcdir)/configure:  $(am__configure_deps)
298	$(am__cd) $(srcdir) && $(AUTOCONF)
299$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
300	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
301$(am__aclocal_m4_deps):
302GeoIP.spec: $(top_builddir)/config.status $(srcdir)/GeoIP.spec.in
303	cd $(top_builddir) && $(SHELL) ./config.status $@
304geoip.pc: $(top_builddir)/config.status $(srcdir)/geoip.pc.in
305	cd $(top_builddir) && $(SHELL) ./config.status $@
306
307mostlyclean-libtool:
308	-rm -f *.lo
309
310clean-libtool:
311	-rm -rf .libs _libs
312
313distclean-libtool:
314	-rm -f libtool config.lt
315install-nodist_pkgconfigDATA: $(nodist_pkgconfig_DATA)
316	@$(NORMAL_INSTALL)
317	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
318	@list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
319	for p in $$list; do \
320	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
321	  echo "$$d$$p"; \
322	done | $(am__base_list) | \
323	while read files; do \
324	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
325	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
326	done
327
328uninstall-nodist_pkgconfigDATA:
329	@$(NORMAL_UNINSTALL)
330	@list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
331	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
332	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
333
334# This directory's subdirectories are mostly independent; you can cd
335# into them and run `make' without going through this Makefile.
336# To change the values of `make' variables: instead of editing Makefiles,
337# (1) if the variable is set in `config.status', edit `config.status'
338#     (which will cause the Makefiles to be regenerated when you run `make');
339# (2) otherwise, pass the desired values on the `make' command line.
340$(RECURSIVE_TARGETS):
341	@fail= failcom='exit 1'; \
342	for f in x $$MAKEFLAGS; do \
343	  case $$f in \
344	    *=* | --[!k]*);; \
345	    *k*) failcom='fail=yes';; \
346	  esac; \
347	done; \
348	dot_seen=no; \
349	target=`echo $@ | sed s/-recursive//`; \
350	list='$(SUBDIRS)'; for subdir in $$list; do \
351	  echo "Making $$target in $$subdir"; \
352	  if test "$$subdir" = "."; then \
353	    dot_seen=yes; \
354	    local_target="$$target-am"; \
355	  else \
356	    local_target="$$target"; \
357	  fi; \
358	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
359	  || eval $$failcom; \
360	done; \
361	if test "$$dot_seen" = "no"; then \
362	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
363	fi; test -z "$$fail"
364
365$(RECURSIVE_CLEAN_TARGETS):
366	@fail= failcom='exit 1'; \
367	for f in x $$MAKEFLAGS; do \
368	  case $$f in \
369	    *=* | --[!k]*);; \
370	    *k*) failcom='fail=yes';; \
371	  esac; \
372	done; \
373	dot_seen=no; \
374	case "$@" in \
375	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
376	  *) list='$(SUBDIRS)' ;; \
377	esac; \
378	rev=''; for subdir in $$list; do \
379	  if test "$$subdir" = "."; then :; else \
380	    rev="$$subdir $$rev"; \
381	  fi; \
382	done; \
383	rev="$$rev ."; \
384	target=`echo $@ | sed s/-recursive//`; \
385	for subdir in $$rev; do \
386	  echo "Making $$target in $$subdir"; \
387	  if test "$$subdir" = "."; then \
388	    local_target="$$target-am"; \
389	  else \
390	    local_target="$$target"; \
391	  fi; \
392	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
393	  || eval $$failcom; \
394	done && test -z "$$fail"
395tags-recursive:
396	list='$(SUBDIRS)'; for subdir in $$list; do \
397	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
398	done
399ctags-recursive:
400	list='$(SUBDIRS)'; for subdir in $$list; do \
401	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
402	done
403
404ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
405	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
406	unique=`for i in $$list; do \
407	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408	  done | \
409	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410	      END { if (nonempty) { for (i in files) print i; }; }'`; \
411	mkid -fID $$unique
412tags: TAGS
413
414TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
415		$(TAGS_FILES) $(LISP)
416	set x; \
417	here=`pwd`; \
418	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
419	  include_option=--etags-include; \
420	  empty_fix=.; \
421	else \
422	  include_option=--include; \
423	  empty_fix=; \
424	fi; \
425	list='$(SUBDIRS)'; for subdir in $$list; do \
426	  if test "$$subdir" = .; then :; else \
427	    test ! -f $$subdir/TAGS || \
428	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
429	  fi; \
430	done; \
431	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
432	unique=`for i in $$list; do \
433	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
434	  done | \
435	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
436	      END { if (nonempty) { for (i in files) print i; }; }'`; \
437	shift; \
438	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
439	  test -n "$$unique" || unique=$$empty_fix; \
440	  if test $$# -gt 0; then \
441	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442	      "$$@" $$unique; \
443	  else \
444	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445	      $$unique; \
446	  fi; \
447	fi
448ctags: CTAGS
449CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
450		$(TAGS_FILES) $(LISP)
451	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
452	unique=`for i in $$list; do \
453	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454	  done | \
455	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456	      END { if (nonempty) { for (i in files) print i; }; }'`; \
457	test -z "$(CTAGS_ARGS)$$unique" \
458	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
459	     $$unique
460
461GTAGS:
462	here=`$(am__cd) $(top_builddir) && pwd` \
463	  && $(am__cd) $(top_srcdir) \
464	  && gtags -i $(GTAGS_ARGS) "$$here"
465
466distclean-tags:
467	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
468
469distdir: $(DISTFILES)
470	$(am__remove_distdir)
471	test -d "$(distdir)" || mkdir "$(distdir)"
472	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474	list='$(DISTFILES)'; \
475	  dist_files=`for file in $$list; do echo $$file; done | \
476	  sed -e "s|^$$srcdirstrip/||;t" \
477	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
478	case $$dist_files in \
479	  */*) $(MKDIR_P) `echo "$$dist_files" | \
480			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
481			   sort -u` ;; \
482	esac; \
483	for file in $$dist_files; do \
484	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
485	  if test -d $$d/$$file; then \
486	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
487	    if test -d "$(distdir)/$$file"; then \
488	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489	    fi; \
490	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
491	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
492	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493	    fi; \
494	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
495	  else \
496	    test -f "$(distdir)/$$file" \
497	    || cp -p $$d/$$file "$(distdir)/$$file" \
498	    || exit 1; \
499	  fi; \
500	done
501	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
502	  if test "$$subdir" = .; then :; else \
503	    test -d "$(distdir)/$$subdir" \
504	    || $(MKDIR_P) "$(distdir)/$$subdir" \
505	    || exit 1; \
506	  fi; \
507	done
508	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
509	  if test "$$subdir" = .; then :; else \
510	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
511	    $(am__relativize); \
512	    new_distdir=$$reldir; \
513	    dir1=$$subdir; dir2="$(top_distdir)"; \
514	    $(am__relativize); \
515	    new_top_distdir=$$reldir; \
516	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
517	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
518	    ($(am__cd) $$subdir && \
519	      $(MAKE) $(AM_MAKEFLAGS) \
520	        top_distdir="$$new_top_distdir" \
521	        distdir="$$new_distdir" \
522		am__remove_distdir=: \
523		am__skip_length_check=: \
524		am__skip_mode_fix=: \
525	        distdir) \
526	      || exit 1; \
527	  fi; \
528	done
529	-test -n "$(am__skip_mode_fix)" \
530	|| find "$(distdir)" -type d ! -perm -755 \
531		-exec chmod u+rwx,go+rx {} \; -o \
532	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
533	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
534	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
535	|| chmod -R a+r "$(distdir)"
536dist-gzip: distdir
537	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
538	$(am__remove_distdir)
539
540dist-bzip2: distdir
541	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
542	$(am__remove_distdir)
543
544dist-lzip: distdir
545	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
546	$(am__remove_distdir)
547
548dist-lzma: distdir
549	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
550	$(am__remove_distdir)
551
552dist-xz: distdir
553	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
554	$(am__remove_distdir)
555
556dist-tarZ: distdir
557	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
558	$(am__remove_distdir)
559
560dist-shar: distdir
561	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
562	$(am__remove_distdir)
563
564dist-zip: distdir
565	-rm -f $(distdir).zip
566	zip -rq $(distdir).zip $(distdir)
567	$(am__remove_distdir)
568
569dist dist-all: distdir
570	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
571	$(am__remove_distdir)
572
573# This target untars the dist file and tries a VPATH configuration.  Then
574# it guarantees that the distribution is self-contained by making another
575# tarfile.
576distcheck: dist
577	case '$(DIST_ARCHIVES)' in \
578	*.tar.gz*) \
579	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
580	*.tar.bz2*) \
581	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
582	*.tar.lzma*) \
583	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
584	*.tar.lz*) \
585	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
586	*.tar.xz*) \
587	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
588	*.tar.Z*) \
589	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
590	*.shar.gz*) \
591	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
592	*.zip*) \
593	  unzip $(distdir).zip ;;\
594	esac
595	chmod -R a-w $(distdir); chmod a+w $(distdir)
596	mkdir $(distdir)/_build
597	mkdir $(distdir)/_inst
598	chmod a-w $(distdir)
599	test -d $(distdir)/_build || exit 0; \
600	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
601	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
602	  && am__cwd=`pwd` \
603	  && $(am__cd) $(distdir)/_build \
604	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
605	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
606	    $(DISTCHECK_CONFIGURE_FLAGS) \
607	  && $(MAKE) $(AM_MAKEFLAGS) \
608	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
609	  && $(MAKE) $(AM_MAKEFLAGS) check \
610	  && $(MAKE) $(AM_MAKEFLAGS) install \
611	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
612	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
613	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
614	        distuninstallcheck \
615	  && chmod -R a-w "$$dc_install_base" \
616	  && ({ \
617	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
618	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
619	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
620	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
621	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
622	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
623	  && rm -rf "$$dc_destdir" \
624	  && $(MAKE) $(AM_MAKEFLAGS) dist \
625	  && rm -rf $(DIST_ARCHIVES) \
626	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
627	  && cd "$$am__cwd" \
628	  || exit 1
629	$(am__remove_distdir)
630	@(echo "$(distdir) archives ready for distribution: "; \
631	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
632	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
633distuninstallcheck:
634	@test -n '$(distuninstallcheck_dir)' || { \
635	  echo 'ERROR: trying to run $@ with an empty' \
636	       '$$(distuninstallcheck_dir)' >&2; \
637	  exit 1; \
638	}; \
639	$(am__cd) '$(distuninstallcheck_dir)' || { \
640	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
641	  exit 1; \
642	}; \
643	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
644	   || { echo "ERROR: files left after uninstall:" ; \
645	        if test -n "$(DESTDIR)"; then \
646	          echo "  (check DESTDIR support)"; \
647	        fi ; \
648	        $(distuninstallcheck_listfiles) ; \
649	        exit 1; } >&2
650distcleancheck: distclean
651	@if test '$(srcdir)' = . ; then \
652	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
653	  exit 1 ; \
654	fi
655	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
656	  || { echo "ERROR: files left in build directory after distclean:" ; \
657	       $(distcleancheck_listfiles) ; \
658	       exit 1; } >&2
659check-am: all-am
660check: check-recursive
661all-am: Makefile $(DATA)
662installdirs: installdirs-recursive
663installdirs-am:
664	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
665	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
666	done
667install: install-recursive
668install-exec: install-exec-recursive
669install-data: install-data-recursive
670uninstall: uninstall-recursive
671
672install-am: all-am
673	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
674
675installcheck: installcheck-recursive
676install-strip:
677	if test -z '$(STRIP)'; then \
678	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
679	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
680	      install; \
681	else \
682	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
683	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
684	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
685	fi
686mostlyclean-generic:
687
688clean-generic:
689
690distclean-generic:
691	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
692	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
693
694maintainer-clean-generic:
695	@echo "This command is intended for maintainers to use"
696	@echo "it deletes files that may require special tools to rebuild."
697clean: clean-recursive
698
699clean-am: clean-generic clean-libtool mostlyclean-am
700
701distclean: distclean-recursive
702	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
703	-rm -f Makefile
704distclean-am: clean-am distclean-generic distclean-libtool \
705	distclean-tags
706
707dvi: dvi-recursive
708
709dvi-am:
710
711html: html-recursive
712
713html-am:
714
715info: info-recursive
716
717info-am:
718
719install-data-am: install-nodist_pkgconfigDATA
720
721install-dvi: install-dvi-recursive
722
723install-dvi-am:
724
725install-exec-am:
726
727install-html: install-html-recursive
728
729install-html-am:
730
731install-info: install-info-recursive
732
733install-info-am:
734
735install-man:
736
737install-pdf: install-pdf-recursive
738
739install-pdf-am:
740
741install-ps: install-ps-recursive
742
743install-ps-am:
744
745installcheck-am:
746
747maintainer-clean: maintainer-clean-recursive
748	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
749	-rm -rf $(top_srcdir)/autom4te.cache
750	-rm -f Makefile
751maintainer-clean-am: distclean-am maintainer-clean-generic
752
753mostlyclean: mostlyclean-recursive
754
755mostlyclean-am: mostlyclean-generic mostlyclean-libtool
756
757pdf: pdf-recursive
758
759pdf-am:
760
761ps: ps-recursive
762
763ps-am:
764
765uninstall-am: uninstall-nodist_pkgconfigDATA
766
767.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
768	install-am install-strip tags-recursive
769
770.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
771	all all-am am--refresh check check-am clean clean-generic \
772	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
773	dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
774	dist-zip distcheck distclean distclean-generic \
775	distclean-libtool distclean-tags distcleancheck distdir \
776	distuninstallcheck dvi dvi-am html html-am info info-am \
777	install install-am install-data install-data-am install-dvi \
778	install-dvi-am install-exec install-exec-am install-html \
779	install-html-am install-info install-info-am install-man \
780	install-nodist_pkgconfigDATA install-pdf install-pdf-am \
781	install-ps install-ps-am install-strip installcheck \
782	installcheck-am installdirs installdirs-am maintainer-clean \
783	maintainer-clean-generic mostlyclean mostlyclean-generic \
784	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
785	uninstall uninstall-am uninstall-nodist_pkgconfigDATA
786
787
788# Tell versions [3.59,3.63) of GNU make to not export all variables.
789# Otherwise a system limit (for SysV at least) may be exceeded.
790.NOEXPORT:
791