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