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