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