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