1# Makefile.in generated by automake 1.15 from Makefile.am.
2# examples/cppunittest/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15
16
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/cppunit
73pkgincludedir = $(includedir)/cppunit
74pkglibdir = $(libdir)/cppunit
75pkglibexecdir = $(libexecdir)/cppunit
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = x86_64-unknown-linux-gnu
89host_triplet = x86_64-unknown-linux-gnu
90TESTS = cppunittestmain$(EXEEXT)
91check_PROGRAMS = $(am__EXEEXT_1)
92subdir = examples/cppunittest
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_have_strstream.m4 \
95	$(top_srcdir)/m4/ac_cxx_string_compare_string_first.m4 \
96	$(top_srcdir)/m4/ac_dll.m4 \
97	$(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
98	$(top_srcdir)/m4/ax_cxx_gcc_abi_demangle.m4 \
99	$(top_srcdir)/m4/ax_cxx_have_isfinite.m4 \
100	$(top_srcdir)/m4/ax_cxx_have_sstream.m4 \
101	$(top_srcdir)/m4/ax_cxx_namespaces.m4 \
102	$(top_srcdir)/m4/ax_prefix_config_h.m4 \
103	$(top_srcdir)/m4/bb_enable_doxygen.m4 \
104	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
105	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
106	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
107am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108	$(ACLOCAL_M4)
109DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
110mkinstalldirs = $(install_sh) -d
111CONFIG_HEADER = $(top_builddir)/config.h
112CONFIG_CLEAN_FILES =
113CONFIG_CLEAN_VPATH_FILES =
114am__EXEEXT_1 = cppunittestmain$(EXEEXT)
115am_cppunittestmain_OBJECTS = assertion_traitsTest.$(OBJEXT) \
116	BaseTestCase.$(OBJEXT) CppUnitTestMain.$(OBJEXT) \
117	CppUnitTestSuite.$(OBJEXT) ExceptionTest.$(OBJEXT) \
118	ExceptionTestCaseDecoratorTest.$(OBJEXT) \
119	HelperMacrosTest.$(OBJEXT) MessageTest.$(OBJEXT) \
120	MockTestCase.$(OBJEXT) MockTestListener.$(OBJEXT) \
121	OrthodoxTest.$(OBJEXT) RepeatedTestTest.$(OBJEXT) \
122	StringToolsTest.$(OBJEXT) SubclassedTestCase.$(OBJEXT) \
123	TestAssertTest.$(OBJEXT) TestCallerTest.$(OBJEXT) \
124	TestCaseTest.$(OBJEXT) TestDecoratorTest.$(OBJEXT) \
125	TestFailureTest.$(OBJEXT) TestPathTest.$(OBJEXT) \
126	TestResultCollectorTest.$(OBJEXT) TestResultTest.$(OBJEXT) \
127	TestSetUpTest.$(OBJEXT) TestSuiteTest.$(OBJEXT) \
128	TestTest.$(OBJEXT) TrackedTestCase.$(OBJEXT) \
129	XmlElementTest.$(OBJEXT) XmlOutputterTest.$(OBJEXT) \
130	XmlUniformiser.$(OBJEXT) XmlUniformiserTest.$(OBJEXT)
131cppunittestmain_OBJECTS = $(am_cppunittestmain_OBJECTS)
132am__DEPENDENCIES_1 =
133cppunittestmain_DEPENDENCIES =  \
134	$(top_builddir)/src/cppunit/libcppunit.la \
135	$(am__DEPENDENCIES_1)
136AM_V_lt = $(am__v_lt_$(V))
137am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
138am__v_lt_0 = --silent
139am__v_lt_1 =
140AM_V_P = $(am__v_P_$(V))
141am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
142am__v_P_0 = false
143am__v_P_1 = :
144AM_V_GEN = $(am__v_GEN_$(V))
145am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
146am__v_GEN_0 = @echo "  GEN     " $@;
147am__v_GEN_1 =
148AM_V_at = $(am__v_at_$(V))
149am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
150am__v_at_0 = @
151am__v_at_1 =
152DEFAULT_INCLUDES = -I. -I$(top_builddir)
153depcomp = $(SHELL) $(top_srcdir)/depcomp
154am__depfiles_maybe = depfiles
155am__mv = mv -f
156CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
157	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
158LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
159	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
160	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
161	$(AM_CXXFLAGS) $(CXXFLAGS)
162AM_V_CXX = $(am__v_CXX_$(V))
163am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
164am__v_CXX_0 = @echo "  CXX     " $@;
165am__v_CXX_1 =
166CXXLD = $(CXX)
167CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
168	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
169	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
170AM_V_CXXLD = $(am__v_CXXLD_$(V))
171am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
172am__v_CXXLD_0 = @echo "  CXXLD   " $@;
173am__v_CXXLD_1 =
174COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
175	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
176LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
178	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
179	$(AM_CFLAGS) $(CFLAGS)
180AM_V_CC = $(am__v_CC_$(V))
181am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
182am__v_CC_0 = @echo "  CC      " $@;
183am__v_CC_1 =
184CCLD = $(CC)
185LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
187	$(AM_LDFLAGS) $(LDFLAGS) -o $@
188AM_V_CCLD = $(am__v_CCLD_$(V))
189am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
190am__v_CCLD_0 = @echo "  CCLD    " $@;
191am__v_CCLD_1 =
192SOURCES = $(cppunittestmain_SOURCES)
193DIST_SOURCES = $(cppunittestmain_SOURCES)
194am__can_run_installinfo = \
195  case $$AM_UPDATE_INFO_DIR in \
196    n|no|NO) false;; \
197    *) (install-info --version) >/dev/null 2>&1;; \
198  esac
199am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
200# Read a list of newline-separated strings from the standard input,
201# and print each of them once, without duplicates.  Input order is
202# *not* preserved.
203am__uniquify_input = $(AWK) '\
204  BEGIN { nonempty = 0; } \
205  { items[$$0] = 1; nonempty = 1; } \
206  END { if (nonempty) { for (i in items) print i; }; } \
207'
208# Make sure the list of sources is unique.  This is necessary because,
209# e.g., the same source file might be shared among _SOURCES variables
210# for different programs/libraries.
211am__define_uniq_tagged_files = \
212  list='$(am__tagged_files)'; \
213  unique=`for i in $$list; do \
214    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215  done | $(am__uniquify_input)`
216ETAGS = etags
217CTAGS = ctags
218am__tty_colors_dummy = \
219  mgn= red= grn= lgn= blu= brg= std=; \
220  am__color_tests=no
221am__tty_colors = { \
222  $(am__tty_colors_dummy); \
223  if test "X$(AM_COLOR_TESTS)" = Xno; then \
224    am__color_tests=no; \
225  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
226    am__color_tests=yes; \
227  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
228    am__color_tests=yes; \
229  fi; \
230  if test $$am__color_tests = yes; then \
231    red=''; \
232    grn=''; \
233    lgn=''; \
234    blu=''; \
235    mgn=''; \
236    brg=''; \
237    std=''; \
238  fi; \
239}
240am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
241am__vpath_adj = case $$p in \
242    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
243    *) f=$$p;; \
244  esac;
245am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
246am__install_max = 40
247am__nobase_strip_setup = \
248  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
249am__nobase_strip = \
250  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
251am__nobase_list = $(am__nobase_strip_setup); \
252  for p in $$list; do echo "$$p $$p"; done | \
253  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
254  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
255    if (++n[$$2] == $(am__install_max)) \
256      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
257    END { for (dir in files) print dir, files[dir] }'
258am__base_list = \
259  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
260  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
261am__uninstall_files_from_dir = { \
262  test -z "$$files" \
263    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
264    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
265         $(am__cd) "$$dir" && rm -f $$files; }; \
266  }
267am__recheck_rx = ^[ 	]*:recheck:[ 	]*
268am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
269am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
270# A command that, given a newline-separated list of test names on the
271# standard input, print the name of the tests that are to be re-run
272# upon "make recheck".
273am__list_recheck_tests = $(AWK) '{ \
274  recheck = 1; \
275  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
276    { \
277      if (rc < 0) \
278        { \
279          if ((getline line2 < ($$0 ".log")) < 0) \
280	    recheck = 0; \
281          break; \
282        } \
283      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
284        { \
285          recheck = 0; \
286          break; \
287        } \
288      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
289        { \
290          break; \
291        } \
292    }; \
293  if (recheck) \
294    print $$0; \
295  close ($$0 ".trs"); \
296  close ($$0 ".log"); \
297}'
298# A command that, given a newline-separated list of test names on the
299# standard input, create the global log from their .trs and .log files.
300am__create_global_log = $(AWK) ' \
301function fatal(msg) \
302{ \
303  print "fatal: making $@: " msg | "cat >&2"; \
304  exit 1; \
305} \
306function rst_section(header) \
307{ \
308  print header; \
309  len = length(header); \
310  for (i = 1; i <= len; i = i + 1) \
311    printf "="; \
312  printf "\n\n"; \
313} \
314{ \
315  copy_in_global_log = 1; \
316  global_test_result = "RUN"; \
317  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
318    { \
319      if (rc < 0) \
320         fatal("failed to read from " $$0 ".trs"); \
321      if (line ~ /$(am__global_test_result_rx)/) \
322        { \
323          sub("$(am__global_test_result_rx)", "", line); \
324          sub("[ 	]*$$", "", line); \
325          global_test_result = line; \
326        } \
327      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
328        copy_in_global_log = 0; \
329    }; \
330  if (copy_in_global_log) \
331    { \
332      rst_section(global_test_result ": " $$0); \
333      while ((rc = (getline line < ($$0 ".log"))) != 0) \
334      { \
335        if (rc < 0) \
336          fatal("failed to read from " $$0 ".log"); \
337        print line; \
338      }; \
339      printf "\n"; \
340    }; \
341  close ($$0 ".trs"); \
342  close ($$0 ".log"); \
343}'
344# Restructured Text title.
345am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
346# Solaris 10 'make', and several other traditional 'make' implementations,
347# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
348# by disabling -e (using the XSI extension "set +e") if it's set.
349am__sh_e_setup = case $$- in *e*) set +e;; esac
350# Default flags passed to test drivers.
351am__common_driver_flags = \
352  --color-tests "$$am__color_tests" \
353  --enable-hard-errors "$$am__enable_hard_errors" \
354  --expect-failure "$$am__expect_failure"
355# To be inserted before the command running the test.  Creates the
356# directory for the log if needed.  Stores in $dir the directory
357# containing $f, in $tst the test, in $log the log.  Executes the
358# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
359# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
360# will run the test scripts (or their associated LOG_COMPILER, if
361# thy have one).
362am__check_pre = \
363$(am__sh_e_setup);					\
364$(am__vpath_adj_setup) $(am__vpath_adj)			\
365$(am__tty_colors);					\
366srcdir=$(srcdir); export srcdir;			\
367case "$@" in						\
368  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
369    *) am__odir=.;; 					\
370esac;							\
371test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
372  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
373if test -f "./$$f"; then dir=./;			\
374elif test -f "$$f"; then dir=;				\
375else dir="$(srcdir)/"; fi;				\
376tst=$$dir$$f; log='$@'; 				\
377if test -n '$(DISABLE_HARD_ERRORS)'; then		\
378  am__enable_hard_errors=no; 				\
379else							\
380  am__enable_hard_errors=yes; 				\
381fi; 							\
382case " $(XFAIL_TESTS) " in				\
383  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
384    am__expect_failure=yes;;				\
385  *)							\
386    am__expect_failure=no;;				\
387esac; 							\
388$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
389# A shell command to get the names of the tests scripts with any registered
390# extension removed (i.e., equivalently, the names of the test logs, with
391# the '.log' extension removed).  The result is saved in the shell variable
392# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
393# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
394# since that might cause problem with VPATH rewrites for suffix-less tests.
395# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
396am__set_TESTS_bases = \
397  bases='$(TEST_LOGS)'; \
398  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
399  bases=`echo $$bases`
400RECHECK_LOGS = $(TEST_LOGS)
401AM_RECURSIVE_TARGETS = check recheck
402TEST_SUITE_LOG = test-suite.log
403TEST_EXTENSIONS =  .test
404LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
405LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
406am__set_b = \
407  case '$@' in \
408    */*) \
409      case '$*' in \
410        */*) b='$*';; \
411          *) b=`echo '$@' | sed 's/\.log$$//'`; \
412       esac;; \
413    *) \
414      b='$*';; \
415  esac
416am__test_logs1 = $(TESTS:=.log)
417am__test_logs2 = $(am__test_logs1:.log=.log)
418TEST_LOGS = $(am__test_logs2:.test.log=.log)
419TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
420TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
421	$(TEST_LOG_FLAGS)
422am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
423	$(top_srcdir)/test-driver
424DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
425ACLOCAL = ${SHELL} /home/moggi/devel/cppunit/missing aclocal-1.15
426AMTAR = $${TAR-tar}
427AM_DEFAULT_VERBOSITY = 0
428AR = ar
429AS = as
430AUTOCONF = ${SHELL} /home/moggi/devel/cppunit/missing autoconf
431AUTOHEADER = ${SHELL} /home/moggi/devel/cppunit/missing autoheader
432AUTOMAKE = ${SHELL} /home/moggi/devel/cppunit/missing automake-1.15
433AWK = gawk
434CC = gcc
435CCDEPMODE = depmode=gcc3
436CFLAGS = -g -O2 -Werror -Wall -Wextra -pedantic
437CPP = gcc -E
438CPPFLAGS =
439CPPUNIT_BINARY_AGE = 0
440CPPUNIT_CXXFLAGS =
441CPPUNIT_INTERFACE_AGE = 0
442CPPUNIT_MAJOR_VERSION = 1
443CPPUNIT_MICRO_VERSION = 0
444CPPUNIT_MINOR_VERSION = 14
445CXX = g++
446CXXCPP = g++ -E
447CXXDEPMODE = depmode=gcc3
448CXXFLAGS = -g -O2 -Werror -Wall -Wextra -pedantic
449CYGPATH_W = echo
450DEFS = -DHAVE_CONFIG_H
451DEPDIR = .deps
452DLLTOOL = false
453DOT = /usr/bin/dot
454DOXYGEN = /usr/bin/doxygen
455DSYMUTIL =
456DUMPBIN =
457ECHO_C =
458ECHO_N = -n
459ECHO_T =
460EGREP = /usr/bin/grep -E
461EXEEXT =
462FGREP = /usr/bin/grep -F
463GREP = /usr/bin/grep
464HAVE_CXX11 = 1
465INSTALL = /usr/bin/install -c
466INSTALL_DATA = ${INSTALL} -m 644
467INSTALL_PROGRAM = ${INSTALL}
468INSTALL_SCRIPT = ${INSTALL}
469INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
470LD = /usr/bin/ld -m elf_x86_64
471LDFLAGS =
472LIBADD_DL = -ldl
473LIBOBJS =
474LIBS =  -lm
475LIBTOOL = $(SHELL) $(top_builddir)/libtool
476LIPO =
477LN_S = ln -s
478LTLIBOBJS =
479LT_AGE = 0
480LT_CURRENT = 0
481LT_RELEASE = 1.14
482LT_REVISION = 0
483LT_SYS_LIBRARY_PATH =
484MAKEINFO = ${SHELL} /home/moggi/devel/cppunit/missing makeinfo
485MANIFEST_TOOL = :
486MKDIR_P = /usr/bin/mkdir -p
487NM = /usr/bin/nm -B
488NMEDIT =
489OBJDUMP = objdump
490OBJEXT = o
491OTOOL =
492OTOOL64 =
493PACKAGE = cppunit
494PACKAGE_BUGREPORT =
495PACKAGE_NAME = cppunit
496PACKAGE_STRING = cppunit 1.14.0
497PACKAGE_TARNAME = cppunit
498PACKAGE_URL =
499PACKAGE_VERSION = 1.14.0
500PATH_SEPARATOR = :
501RANLIB = ranlib
502SED = /usr/bin/sed
503SET_MAKE =
504SHELL = /bin/sh
505STRIP = strip
506VERSION = 1.14.0
507abs_builddir = /home/moggi/devel/cppunit/examples/cppunittest
508abs_srcdir = /home/moggi/devel/cppunit/examples/cppunittest
509abs_top_builddir = /home/moggi/devel/cppunit
510abs_top_srcdir = /home/moggi/devel/cppunit
511ac_ct_AR = ar
512ac_ct_CC = gcc
513ac_ct_CXX = g++
514ac_ct_DUMPBIN =
515am__include = include
516am__leading_dot = .
517am__quote =
518am__tar = $${TAR-tar} chof - "$$tardir"
519am__untar = $${TAR-tar} xf -
520bindir = ${exec_prefix}/bin
521build = x86_64-unknown-linux-gnu
522build_alias =
523build_cpu = x86_64
524build_os = linux-gnu
525build_vendor = unknown
526builddir = .
527datadir = ${datarootdir}
528datarootdir = ${prefix}/share
529docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
530dvidir = ${docdir}
531enable_dot = yes
532enable_html_docs = yes
533enable_latex_docs = no
534exec_prefix = ${prefix}
535host = x86_64-unknown-linux-gnu
536host_alias =
537host_cpu = x86_64
538host_os = linux-gnu
539host_vendor = unknown
540htmldir = ${docdir}
541includedir = ${prefix}/include
542infodir = ${datarootdir}/info
543install_sh = ${SHELL} /home/moggi/devel/cppunit/install-sh
544libdir = ${exec_prefix}/lib
545libexecdir = ${exec_prefix}/libexec
546localedir = ${datarootdir}/locale
547localstatedir = ${prefix}/var
548mandir = ${datarootdir}/man
549mkdir_p = $(MKDIR_P)
550oldincludedir = /usr/include
551pdfdir = ${docdir}
552prefix = /usr/local
553program_transform_name = s,x,x,
554psdir = ${docdir}
555sbindir = ${exec_prefix}/sbin
556sharedstatedir = ${prefix}/com
557srcdir = .
558sysconfdir = ${prefix}/etc
559target_alias =
560top_build_prefix = ../../
561top_builddir = ../..
562top_srcdir = ../..
563EXTRA_DIST = CppUnitTestMain.dsw CppUnitTestMain.dsp CppUnitTestPlugIn.dsp CppUnitTestPlugIn.cpp
564AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
565cppunittestmain_SOURCES = \
566	assertion_traitsTest.cpp \
567	assertion_traitsTest.h \
568	BaseTestCase.cpp \
569	BaseTestCase.h \
570	CoreSuite.h \
571	CppUnitTestMain.cpp \
572	CppUnitTestSuite.cpp \
573	ExceptionTest.cpp \
574	ExceptionTest.h \
575  ExceptionTestCaseDecoratorTest.h \
576  ExceptionTestCaseDecoratorTest.cpp \
577	ExtensionSuite.h \
578	FailureException.h \
579	HelperMacrosTest.cpp \
580	HelperMacrosTest.h \
581	HelperSuite.h \
582	MessageTest.h \
583	MessageTest.cpp \
584  MockFunctor.h \
585  MockProtector.h \
586	MockTestCase.h \
587	MockTestCase.cpp \
588	MockTestListener.cpp \
589	MockTestListener.h \
590	OrthodoxTest.cpp \
591	OrthodoxTest.h \
592	OutputSuite.h \
593	RepeatedTestTest.cpp \
594	RepeatedTestTest.h \
595  StringToolsTest.h \
596  StringToolsTest.cpp \
597	SubclassedTestCase.cpp \
598	SubclassedTestCase.h \
599	SynchronizedTestResult.h \
600	TestAssertTest.cpp \
601	TestAssertTest.h \
602	TestCallerTest.cpp \
603	TestCallerTest.h \
604	TestCaseTest.cpp \
605	TestCaseTest.h \
606	TestDecoratorTest.cpp \
607	TestDecoratorTest.h \
608	TestFailureTest.cpp \
609	TestFailureTest.h \
610	TestPathTest.h \
611	TestPathTest.cpp \
612	TestResultCollectorTest.cpp \
613	TestResultCollectorTest.h \
614	TestResultTest.cpp \
615	TestResultTest.h \
616	TestSetUpTest.cpp \
617	TestSetUpTest.h \
618	TestSuiteTest.cpp \
619	TestSuiteTest.h \
620	TestTest.cpp \
621	TestTest.h \
622  ToolsSuite.h \
623	TrackedTestCase.cpp \
624	TrackedTestCase.h \
625	UnitTestToolSuite.h \
626	XmlElementTest.h \
627	XmlElementTest.cpp \
628	XmlOutputterTest.h \
629	XmlOutputterTest.cpp \
630	XmlUniformiser.h \
631	XmlUniformiser.cpp \
632	XmlUniformiserTest.h \
633	XmlUniformiserTest.cpp
634
635cppunittestmain_LDADD = \
636  $(top_builddir)/src/cppunit/libcppunit.la \
637  $(LIBADD_DL)
638
639all: all-am
640
641.SUFFIXES:
642.SUFFIXES: .cpp .lo .log .o .obj .test .test$(EXEEXT) .trs
643$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
644	@for dep in $?; do \
645	  case '$(am__configure_deps)' in \
646	    *$$dep*) \
647	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
648	        && { if test -f $@; then exit 0; else break; fi; }; \
649	      exit 1;; \
650	  esac; \
651	done; \
652	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/cppunittest/Makefile'; \
653	$(am__cd) $(top_srcdir) && \
654	  $(AUTOMAKE) --foreign examples/cppunittest/Makefile
655Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
656	@case '$?' in \
657	  *config.status*) \
658	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
659	  *) \
660	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
661	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
662	esac;
663
664$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
665	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
666
667$(top_srcdir)/configure:  $(am__configure_deps)
668	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
669$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
670	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
671$(am__aclocal_m4_deps):
672
673clean-checkPROGRAMS:
674	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
675	echo " rm -f" $$list; \
676	rm -f $$list || exit $$?; \
677	test -n "$(EXEEXT)" || exit 0; \
678	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
679	echo " rm -f" $$list; \
680	rm -f $$list
681
682cppunittestmain$(EXEEXT): $(cppunittestmain_OBJECTS) $(cppunittestmain_DEPENDENCIES) $(EXTRA_cppunittestmain_DEPENDENCIES)
683	@rm -f cppunittestmain$(EXEEXT)
684	$(AM_V_CXXLD)$(CXXLINK) $(cppunittestmain_OBJECTS) $(cppunittestmain_LDADD) $(LIBS)
685
686mostlyclean-compile:
687	-rm -f *.$(OBJEXT)
688
689distclean-compile:
690	-rm -f *.tab.c
691
692include ./$(DEPDIR)/BaseTestCase.Po
693include ./$(DEPDIR)/CppUnitTestMain.Po
694include ./$(DEPDIR)/CppUnitTestSuite.Po
695include ./$(DEPDIR)/ExceptionTest.Po
696include ./$(DEPDIR)/ExceptionTestCaseDecoratorTest.Po
697include ./$(DEPDIR)/HelperMacrosTest.Po
698include ./$(DEPDIR)/MessageTest.Po
699include ./$(DEPDIR)/MockTestCase.Po
700include ./$(DEPDIR)/MockTestListener.Po
701include ./$(DEPDIR)/OrthodoxTest.Po
702include ./$(DEPDIR)/RepeatedTestTest.Po
703include ./$(DEPDIR)/StringToolsTest.Po
704include ./$(DEPDIR)/SubclassedTestCase.Po
705include ./$(DEPDIR)/TestAssertTest.Po
706include ./$(DEPDIR)/TestCallerTest.Po
707include ./$(DEPDIR)/TestCaseTest.Po
708include ./$(DEPDIR)/TestDecoratorTest.Po
709include ./$(DEPDIR)/TestFailureTest.Po
710include ./$(DEPDIR)/TestPathTest.Po
711include ./$(DEPDIR)/TestResultCollectorTest.Po
712include ./$(DEPDIR)/TestResultTest.Po
713include ./$(DEPDIR)/TestSetUpTest.Po
714include ./$(DEPDIR)/TestSuiteTest.Po
715include ./$(DEPDIR)/TestTest.Po
716include ./$(DEPDIR)/TrackedTestCase.Po
717include ./$(DEPDIR)/XmlElementTest.Po
718include ./$(DEPDIR)/XmlOutputterTest.Po
719include ./$(DEPDIR)/XmlUniformiser.Po
720include ./$(DEPDIR)/XmlUniformiserTest.Po
721include ./$(DEPDIR)/assertion_traitsTest.Po
722
723.cpp.o:
724	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
725	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
726#	$(AM_V_CXX)source='$<' object='$@' libtool=no \
727#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
728#	$(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ $<
729
730.cpp.obj:
731	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
732	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
733#	$(AM_V_CXX)source='$<' object='$@' libtool=no \
734#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
735#	$(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
736
737.cpp.lo:
738	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
739	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
740#	$(AM_V_CXX)source='$<' object='$@' libtool=yes \
741#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
742#	$(AM_V_CXX_no)$(LTCXXCOMPILE) -c -o $@ $<
743
744mostlyclean-libtool:
745	-rm -f *.lo
746
747clean-libtool:
748	-rm -rf .libs _libs
749
750ID: $(am__tagged_files)
751	$(am__define_uniq_tagged_files); mkid -fID $$unique
752tags: tags-am
753TAGS: tags
754
755tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
756	set x; \
757	here=`pwd`; \
758	$(am__define_uniq_tagged_files); \
759	shift; \
760	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
761	  test -n "$$unique" || unique=$$empty_fix; \
762	  if test $$# -gt 0; then \
763	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
764	      "$$@" $$unique; \
765	  else \
766	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
767	      $$unique; \
768	  fi; \
769	fi
770ctags: ctags-am
771
772CTAGS: ctags
773ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
774	$(am__define_uniq_tagged_files); \
775	test -z "$(CTAGS_ARGS)$$unique" \
776	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
777	     $$unique
778
779GTAGS:
780	here=`$(am__cd) $(top_builddir) && pwd` \
781	  && $(am__cd) $(top_srcdir) \
782	  && gtags -i $(GTAGS_ARGS) "$$here"
783cscopelist: cscopelist-am
784
785cscopelist-am: $(am__tagged_files)
786	list='$(am__tagged_files)'; \
787	case "$(srcdir)" in \
788	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
789	  *) sdir=$(subdir)/$(srcdir) ;; \
790	esac; \
791	for i in $$list; do \
792	  if test -f "$$i"; then \
793	    echo "$(subdir)/$$i"; \
794	  else \
795	    echo "$$sdir/$$i"; \
796	  fi; \
797	done >> $(top_builddir)/cscope.files
798
799distclean-tags:
800	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
801
802# Recover from deleted '.trs' file; this should ensure that
803# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
804# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
805# to avoid problems with "make -n".
806.log.trs:
807	rm -f $< $@
808	$(MAKE) $(AM_MAKEFLAGS) $<
809
810# Leading 'am--fnord' is there to ensure the list of targets does not
811# expand to empty, as could happen e.g. with make check TESTS=''.
812am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
813am--force-recheck:
814	@:
815
816$(TEST_SUITE_LOG): $(TEST_LOGS)
817	@$(am__set_TESTS_bases); \
818	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
819	redo_bases=`for i in $$bases; do \
820	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
821	            done`; \
822	if test -n "$$redo_bases"; then \
823	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
824	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
825	  if $(am__make_dryrun); then :; else \
826	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
827	  fi; \
828	fi; \
829	if test -n "$$am__remaking_logs"; then \
830	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
831	       "recursion detected" >&2; \
832	elif test -n "$$redo_logs"; then \
833	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
834	fi; \
835	if $(am__make_dryrun); then :; else \
836	  st=0;  \
837	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
838	  for i in $$redo_bases; do \
839	    test -f $$i.trs && test -r $$i.trs \
840	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
841	    test -f $$i.log && test -r $$i.log \
842	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
843	  done; \
844	  test $$st -eq 0 || exit 1; \
845	fi
846	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
847	ws='[ 	]'; \
848	results=`for b in $$bases; do echo $$b.trs; done`; \
849	test -n "$$results" || results=/dev/null; \
850	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
851	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
852	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
853	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
854	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
855	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
856	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
857	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
858	  success=true; \
859	else \
860	  success=false; \
861	fi; \
862	br='==================='; br=$$br$$br$$br$$br; \
863	result_count () \
864	{ \
865	    if test x"$$1" = x"--maybe-color"; then \
866	      maybe_colorize=yes; \
867	    elif test x"$$1" = x"--no-color"; then \
868	      maybe_colorize=no; \
869	    else \
870	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
871	    fi; \
872	    shift; \
873	    desc=$$1 count=$$2; \
874	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
875	      color_start=$$3 color_end=$$std; \
876	    else \
877	      color_start= color_end=; \
878	    fi; \
879	    echo "$${color_start}# $$desc $$count$${color_end}"; \
880	}; \
881	create_testsuite_report () \
882	{ \
883	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
884	  result_count $$1 "PASS: " $$pass  "$$grn"; \
885	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
886	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
887	  result_count $$1 "FAIL: " $$fail  "$$red"; \
888	  result_count $$1 "XPASS:" $$xpass "$$red"; \
889	  result_count $$1 "ERROR:" $$error "$$mgn"; \
890	}; \
891	{								\
892	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
893	    $(am__rst_title);						\
894	  create_testsuite_report --no-color;				\
895	  echo;								\
896	  echo ".. contents:: :depth: 2";				\
897	  echo;								\
898	  for b in $$bases; do echo $$b; done				\
899	    | $(am__create_global_log);					\
900	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
901	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
902	if $$success; then						\
903	  col="$$grn";							\
904	 else								\
905	  col="$$red";							\
906	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
907	fi;								\
908	echo "$${col}$$br$${std}"; 					\
909	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
910	echo "$${col}$$br$${std}"; 					\
911	create_testsuite_report --maybe-color;				\
912	echo "$$col$$br$$std";						\
913	if $$success; then :; else					\
914	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
915	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
916	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
917	  fi;								\
918	  echo "$$col$$br$$std";					\
919	fi;								\
920	$$success || exit 1
921
922check-TESTS:
923	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
924	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
925	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
926	@set +e; $(am__set_TESTS_bases); \
927	log_list=`for i in $$bases; do echo $$i.log; done`; \
928	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
929	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
930	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
931	exit $$?;
932recheck: all $(check_PROGRAMS)
933	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
934	@set +e; $(am__set_TESTS_bases); \
935	bases=`for i in $$bases; do echo $$i; done \
936	         | $(am__list_recheck_tests)` || exit 1; \
937	log_list=`for i in $$bases; do echo $$i.log; done`; \
938	log_list=`echo $$log_list`; \
939	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
940	        am__force_recheck=am--force-recheck \
941	        TEST_LOGS="$$log_list"; \
942	exit $$?
943cppunittestmain.log: cppunittestmain$(EXEEXT)
944	@p='cppunittestmain$(EXEEXT)'; \
945	b='cppunittestmain'; \
946	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
947	--log-file $$b.log --trs-file $$b.trs \
948	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
949	"$$tst" $(AM_TESTS_FD_REDIRECT)
950.test.log:
951	@p='$<'; \
952	$(am__set_b); \
953	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
954	--log-file $$b.log --trs-file $$b.trs \
955	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
956	"$$tst" $(AM_TESTS_FD_REDIRECT)
957#.test$(EXEEXT).log:
958#	@p='$<'; \
959#	$(am__set_b); \
960#	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
961#	--log-file $$b.log --trs-file $$b.trs \
962#	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
963#	"$$tst" $(AM_TESTS_FD_REDIRECT)
964
965distdir: $(DISTFILES)
966	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
967	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
968	list='$(DISTFILES)'; \
969	  dist_files=`for file in $$list; do echo $$file; done | \
970	  sed -e "s|^$$srcdirstrip/||;t" \
971	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
972	case $$dist_files in \
973	  */*) $(MKDIR_P) `echo "$$dist_files" | \
974			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
975			   sort -u` ;; \
976	esac; \
977	for file in $$dist_files; do \
978	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
979	  if test -d $$d/$$file; then \
980	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
981	    if test -d "$(distdir)/$$file"; then \
982	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
983	    fi; \
984	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
985	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
986	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
987	    fi; \
988	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
989	  else \
990	    test -f "$(distdir)/$$file" \
991	    || cp -p $$d/$$file "$(distdir)/$$file" \
992	    || exit 1; \
993	  fi; \
994	done
995check-am: all-am
996	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
997	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
998check: check-am
999all-am: Makefile
1000installdirs:
1001install: install-am
1002install-exec: install-exec-am
1003install-data: install-data-am
1004uninstall: uninstall-am
1005
1006install-am: all-am
1007	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1008
1009installcheck: installcheck-am
1010install-strip:
1011	if test -z '$(STRIP)'; then \
1012	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1013	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1014	      install; \
1015	else \
1016	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1017	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1018	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1019	fi
1020mostlyclean-generic:
1021	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1022	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1023	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1024
1025clean-generic:
1026
1027distclean-generic:
1028	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1029	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1030
1031maintainer-clean-generic:
1032	@echo "This command is intended for maintainers to use"
1033	@echo "it deletes files that may require special tools to rebuild."
1034clean: clean-am
1035
1036clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
1037	mostlyclean-am
1038
1039distclean: distclean-am
1040	-rm -rf ./$(DEPDIR)
1041	-rm -f Makefile
1042distclean-am: clean-am distclean-compile distclean-generic \
1043	distclean-tags
1044
1045dvi: dvi-am
1046
1047dvi-am:
1048
1049html: html-am
1050
1051html-am:
1052
1053info: info-am
1054
1055info-am:
1056
1057install-data-am:
1058
1059install-dvi: install-dvi-am
1060
1061install-dvi-am:
1062
1063install-exec-am:
1064
1065install-html: install-html-am
1066
1067install-html-am:
1068
1069install-info: install-info-am
1070
1071install-info-am:
1072
1073install-man:
1074
1075install-pdf: install-pdf-am
1076
1077install-pdf-am:
1078
1079install-ps: install-ps-am
1080
1081install-ps-am:
1082
1083installcheck-am:
1084
1085maintainer-clean: maintainer-clean-am
1086	-rm -rf ./$(DEPDIR)
1087	-rm -f Makefile
1088maintainer-clean-am: distclean-am maintainer-clean-generic
1089
1090mostlyclean: mostlyclean-am
1091
1092mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1093	mostlyclean-libtool
1094
1095pdf: pdf-am
1096
1097pdf-am:
1098
1099ps: ps-am
1100
1101ps-am:
1102
1103uninstall-am:
1104
1105.MAKE: check-am install-am install-strip
1106
1107.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1108	clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
1109	ctags ctags-am distclean distclean-compile distclean-generic \
1110	distclean-libtool distclean-tags distdir dvi dvi-am html \
1111	html-am info info-am install install-am install-data \
1112	install-data-am install-dvi install-dvi-am install-exec \
1113	install-exec-am install-html install-html-am install-info \
1114	install-info-am install-man install-pdf install-pdf-am \
1115	install-ps install-ps-am install-strip installcheck \
1116	installcheck-am installdirs maintainer-clean \
1117	maintainer-clean-generic mostlyclean mostlyclean-compile \
1118	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1119	recheck tags tags-am uninstall uninstall-am
1120
1121.PRECIOUS: Makefile
1122
1123
1124# Tell versions [3.59,3.63) of GNU make to not export all variables.
1125# Otherwise a system limit (for SysV at least) may be exceeded.
1126.NOEXPORT:
1127