1# Makefile.in generated by automake 1.14 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81subdir = Share
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83	$(top_srcdir)/mkinstalldirs
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/configure.in
86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87	$(ACLOCAL_M4)
88mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
89CONFIG_HEADER = $(top_builddir)/config.h
90CONFIG_CLEAN_FILES =
91CONFIG_CLEAN_VPATH_FILES =
92AM_V_P = $(am__v_P_@AM_V@)
93am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
94am__v_P_0 = false
95am__v_P_1 = :
96AM_V_GEN = $(am__v_GEN_@AM_V@)
97am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
98am__v_GEN_0 = @echo "  GEN     " $@;
99am__v_GEN_1 =
100AM_V_at = $(am__v_at_@AM_V@)
101am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
102am__v_at_0 = @
103am__v_at_1 =
104SOURCES =
105DIST_SOURCES =
106am__can_run_installinfo = \
107  case $$AM_UPDATE_INFO_DIR in \
108    n|no|NO) false;; \
109    *) (install-info --version) >/dev/null 2>&1;; \
110  esac
111am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
112am__vpath_adj = case $$p in \
113    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
114    *) f=$$p;; \
115  esac;
116am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
117am__install_max = 40
118am__nobase_strip_setup = \
119  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
120am__nobase_strip = \
121  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
122am__nobase_list = $(am__nobase_strip_setup); \
123  for p in $$list; do echo "$$p $$p"; done | \
124  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
125  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
126    if (++n[$$2] == $(am__install_max)) \
127      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
128    END { for (dir in files) print dir, files[dir] }'
129am__base_list = \
130  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
131  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
132am__uninstall_files_from_dir = { \
133  test -z "$$files" \
134    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
135    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
136         $(am__cd) "$$dir" && rm -f $$files; }; \
137  }
138am__installdirs = "$(DESTDIR)$(pkgdatadir)"
139DATA = $(pkgdata_DATA)
140am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
141DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
142ACLOCAL = @ACLOCAL@
143AMTAR = @AMTAR@
144AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
145AR = @AR@
146AUTOCONF = @AUTOCONF@
147AUTOHEADER = @AUTOHEADER@
148AUTOMAKE = @AUTOMAKE@
149AWK = @AWK@
150BUILD_AUTOMATED = @BUILD_AUTOMATED@
151BUILD_BASIC = @BUILD_BASIC@
152BUILD_CONSOLE = @BUILD_CONSOLE@
153BUILD_CURSES = @BUILD_CURSES@
154BUILD_EXAMPLES = @BUILD_EXAMPLES@
155BUILD_TEST = @BUILD_TEST@
156CC = @CC@
157CCDEPMODE = @CCDEPMODE@
158CFLAGS = @CFLAGS@
159CPP = @CPP@
160CPPFLAGS = @CPPFLAGS@
161CURSES_LIB = @CURSES_LIB@
162CYGPATH_W = @CYGPATH_W@
163DEFS = @DEFS@
164DEPDIR = @DEPDIR@
165DLLTOOL = @DLLTOOL@
166DSYMUTIL = @DSYMUTIL@
167DUMPBIN = @DUMPBIN@
168ECHO_C = @ECHO_C@
169ECHO_N = @ECHO_N@
170ECHO_T = @ECHO_T@
171EGREP = @EGREP@
172ENABLE_DEBUG = @ENABLE_DEBUG@
173ENABLE_DEPRECATED = @ENABLE_DEPRECATED@
174ENABLE_MEMTRACE = @ENABLE_MEMTRACE@
175EXEEXT = @EXEEXT@
176FGREP = @FGREP@
177GREP = @GREP@
178INSTALL = @INSTALL@
179INSTALL_DATA = @INSTALL_DATA@
180INSTALL_PROGRAM = @INSTALL_PROGRAM@
181INSTALL_SCRIPT = @INSTALL_SCRIPT@
182INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
183LD = @LD@
184LDFLAGS = @LDFLAGS@
185LIBOBJS = @LIBOBJS@
186LIBS = @LIBS@
187LIBTOOL = @LIBTOOL@
188LIBTOOL_AGE = @LIBTOOL_AGE@
189LIBTOOL_CURRENT = @LIBTOOL_CURRENT@
190LIBTOOL_REVISION = @LIBTOOL_REVISION@
191LIBTOOL_SUFFIX = @LIBTOOL_SUFFIX@
192LIBTOOL_SUFFIX1 = @LIBTOOL_SUFFIX1@
193LIPO = @LIPO@
194LN_S = @LN_S@
195LTLIBOBJS = @LTLIBOBJS@
196MAKEINFO = @MAKEINFO@
197MANIFEST_TOOL = @MANIFEST_TOOL@
198MKDIR_P = @MKDIR_P@
199NM = @NM@
200NMEDIT = @NMEDIT@
201OBJDUMP = @OBJDUMP@
202OBJEXT = @OBJEXT@
203OTOOL = @OTOOL@
204OTOOL64 = @OTOOL64@
205PACKAGE = @PACKAGE@
206PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207PACKAGE_NAME = @PACKAGE_NAME@
208PACKAGE_STRING = @PACKAGE_STRING@
209PACKAGE_TARNAME = @PACKAGE_TARNAME@
210PACKAGE_URL = @PACKAGE_URL@
211PACKAGE_VERSION = @PACKAGE_VERSION@
212PATH_SEPARATOR = @PATH_SEPARATOR@
213RANLIB = @RANLIB@
214RELEASE = @RELEASE@
215SED = @SED@
216SET_MAKE = @SET_MAKE@
217SHELL = @SHELL@
218STRIP = @STRIP@
219VERSION = @VERSION@
220VERSION_MAJOR = @VERSION_MAJOR@
221VERSION_MINOR = @VERSION_MINOR@
222abs_builddir = @abs_builddir@
223abs_srcdir = @abs_srcdir@
224abs_top_builddir = @abs_top_builddir@
225abs_top_srcdir = @abs_top_srcdir@
226ac_ct_AR = @ac_ct_AR@
227ac_ct_CC = @ac_ct_CC@
228ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
229am__include = @am__include@
230am__leading_dot = @am__leading_dot@
231am__quote = @am__quote@
232am__tar = @am__tar@
233am__untar = @am__untar@
234bindir = @bindir@
235build = @build@
236build_alias = @build_alias@
237build_cpu = @build_cpu@
238build_os = @build_os@
239build_vendor = @build_vendor@
240builddir = @builddir@
241datadir = @datadir@
242datarootdir = @datarootdir@
243docdir = @docdir@
244dvidir = @dvidir@
245exec_prefix = @exec_prefix@
246host = @host@
247host_alias = @host_alias@
248host_cpu = @host_cpu@
249host_os = @host_os@
250host_vendor = @host_vendor@
251htmldir = @htmldir@
252includedir = @includedir@
253infodir = @infodir@
254install_sh = @install_sh@
255libdir = @libdir@
256libexecdir = @libexecdir@
257localedir = @localedir@
258localstatedir = @localstatedir@
259mandir = @mandir@
260mkdir_p = @mkdir_p@
261oldincludedir = @oldincludedir@
262pdfdir = @pdfdir@
263prefix = @prefix@
264program_transform_name = @program_transform_name@
265psdir = @psdir@
266sbindir = @sbindir@
267sharedstatedir = @sharedstatedir@
268srcdir = @srcdir@
269sysconfdir = @sysconfdir@
270target_alias = @target_alias@
271top_build_prefix = @top_build_prefix@
272top_builddir = @top_builddir@
273top_srcdir = @top_srcdir@
274pkgdata_DATA = \
275	CUnit-List.dtd \
276	CUnit-List.xsl \
277	CUnit-Run.dtd \
278	CUnit-Run.xsl \
279	Memory-Dump.dtd \
280	Memory-Dump.xsl
281
282all: all-am
283
284.SUFFIXES:
285$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
286	@for dep in $?; do \
287	  case '$(am__configure_deps)' in \
288	    *$$dep*) \
289	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
290	        && { if test -f $@; then exit 0; else break; fi; }; \
291	      exit 1;; \
292	  esac; \
293	done; \
294	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Share/Makefile'; \
295	$(am__cd) $(top_srcdir) && \
296	  $(AUTOMAKE) --gnu Share/Makefile
297.PRECIOUS: Makefile
298Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
299	@case '$?' in \
300	  *config.status*) \
301	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
302	  *) \
303	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
304	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
305	esac;
306
307$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
308	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309
310$(top_srcdir)/configure:  $(am__configure_deps)
311	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
313	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314$(am__aclocal_m4_deps):
315
316mostlyclean-libtool:
317	-rm -f *.lo
318
319clean-libtool:
320	-rm -rf .libs _libs
321install-pkgdataDATA: $(pkgdata_DATA)
322	@$(NORMAL_INSTALL)
323	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
324	if test -n "$$list"; then \
325	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
326	  $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
327	fi; \
328	for p in $$list; do \
329	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
330	  echo "$$d$$p"; \
331	done | $(am__base_list) | \
332	while read files; do \
333	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
334	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
335	done
336
337uninstall-pkgdataDATA:
338	@$(NORMAL_UNINSTALL)
339	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
340	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
341	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
342tags TAGS:
343
344ctags CTAGS:
345
346cscope cscopelist:
347
348
349distdir: $(DISTFILES)
350	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
351	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
352	list='$(DISTFILES)'; \
353	  dist_files=`for file in $$list; do echo $$file; done | \
354	  sed -e "s|^$$srcdirstrip/||;t" \
355	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
356	case $$dist_files in \
357	  */*) $(MKDIR_P) `echo "$$dist_files" | \
358			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
359			   sort -u` ;; \
360	esac; \
361	for file in $$dist_files; do \
362	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
363	  if test -d $$d/$$file; then \
364	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
365	    if test -d "$(distdir)/$$file"; then \
366	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
367	    fi; \
368	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
369	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
370	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
371	    fi; \
372	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
373	  else \
374	    test -f "$(distdir)/$$file" \
375	    || cp -p $$d/$$file "$(distdir)/$$file" \
376	    || exit 1; \
377	  fi; \
378	done
379check-am: all-am
380check: check-am
381all-am: Makefile $(DATA)
382installdirs:
383	for dir in "$(DESTDIR)$(pkgdatadir)"; do \
384	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
385	done
386install: install-am
387install-exec: install-exec-am
388install-data: install-data-am
389uninstall: uninstall-am
390
391install-am: all-am
392	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
393
394installcheck: installcheck-am
395install-strip:
396	if test -z '$(STRIP)'; then \
397	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
398	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
399	      install; \
400	else \
401	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
402	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
403	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
404	fi
405mostlyclean-generic:
406
407clean-generic:
408
409distclean-generic:
410	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
411	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
412
413maintainer-clean-generic:
414	@echo "This command is intended for maintainers to use"
415	@echo "it deletes files that may require special tools to rebuild."
416clean: clean-am
417
418clean-am: clean-generic clean-libtool mostlyclean-am
419
420distclean: distclean-am
421	-rm -f Makefile
422distclean-am: clean-am distclean-generic
423
424dvi: dvi-am
425
426dvi-am:
427
428html: html-am
429
430html-am:
431
432info: info-am
433
434info-am:
435
436install-data-am: install-pkgdataDATA
437
438install-dvi: install-dvi-am
439
440install-dvi-am:
441
442install-exec-am:
443
444install-html: install-html-am
445
446install-html-am:
447
448install-info: install-info-am
449
450install-info-am:
451
452install-man:
453
454install-pdf: install-pdf-am
455
456install-pdf-am:
457
458install-ps: install-ps-am
459
460install-ps-am:
461
462installcheck-am:
463
464maintainer-clean: maintainer-clean-am
465	-rm -f Makefile
466maintainer-clean-am: distclean-am maintainer-clean-generic
467
468mostlyclean: mostlyclean-am
469
470mostlyclean-am: mostlyclean-generic mostlyclean-libtool
471
472pdf: pdf-am
473
474pdf-am:
475
476ps: ps-am
477
478ps-am:
479
480uninstall-am: uninstall-pkgdataDATA
481
482.MAKE: install-am install-strip
483
484.PHONY: all all-am check check-am clean clean-generic clean-libtool \
485	cscopelist-am ctags-am distclean distclean-generic \
486	distclean-libtool distdir dvi dvi-am html html-am info info-am \
487	install install-am install-data install-data-am install-dvi \
488	install-dvi-am install-exec install-exec-am install-html \
489	install-html-am install-info install-info-am install-man \
490	install-pdf install-pdf-am install-pkgdataDATA install-ps \
491	install-ps-am install-strip installcheck installcheck-am \
492	installdirs maintainer-clean maintainer-clean-generic \
493	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
494	ps ps-am tags-am uninstall uninstall-am uninstall-pkgdataDATA
495
496
497# Tell versions [3.59,3.63) of GNU make to not export all variables.
498# Otherwise a system limit (for SysV at least) may be exceeded.
499.NOEXPORT:
500