1# Makefile.in generated by automake 1.14 from Makefile.am.
2# CUnit/Sources/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
17
18
19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20am__make_running_with_option = \
21  case $${target_option-} in \
22      ?) ;; \
23      *) echo "am__make_running_with_option: internal error: invalid" \
24              "target option '$${target_option-}' specified" >&2; \
25         exit 1;; \
26  esac; \
27  has_opt=no; \
28  sane_makeflags=$$MAKEFLAGS; \
29  if $(am__is_gnu_make); then \
30    sane_makeflags=$$MFLAGS; \
31  else \
32    case $$MAKEFLAGS in \
33      *\\[\ \	]*) \
34        bs=\\; \
35        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
37    esac; \
38  fi; \
39  skip_next=no; \
40  strip_trailopt () \
41  { \
42    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43  }; \
44  for flg in $$sane_makeflags; do \
45    test $$skip_next = yes && { skip_next=no; continue; }; \
46    case $$flg in \
47      *=*|--*) continue;; \
48        -*I) strip_trailopt 'I'; skip_next=yes;; \
49      -*I?*) strip_trailopt 'I';; \
50        -*O) strip_trailopt 'O'; skip_next=yes;; \
51      -*O?*) strip_trailopt 'O';; \
52        -*l) strip_trailopt 'l'; skip_next=yes;; \
53      -*l?*) strip_trailopt 'l';; \
54      -[dEDm]) skip_next=yes;; \
55      -[JT]) skip_next=yes;; \
56    esac; \
57    case $$flg in \
58      *$$target_option*) has_opt=yes; break;; \
59    esac; \
60  done; \
61  test $$has_opt = yes
62am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64pkgdatadir = $(datadir)/CUnit
65pkgincludedir = $(includedir)/CUnit
66pkglibdir = $(libdir)/CUnit
67pkglibexecdir = $(libexecdir)/CUnit
68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69install_sh_DATA = $(install_sh) -c -m 644
70install_sh_PROGRAM = $(install_sh) -c
71install_sh_SCRIPT = $(install_sh) -c
72INSTALL_HEADER = $(INSTALL_DATA)
73transform = $(program_transform_name)
74NORMAL_INSTALL = :
75PRE_INSTALL = :
76POST_INSTALL = :
77NORMAL_UNINSTALL = :
78PRE_UNINSTALL = :
79POST_UNINSTALL = :
80build_triplet = x86_64-apple-darwin13.1.0
81host_triplet = x86_64-apple-darwin13.1.0
82subdir = CUnit/Sources
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84	$(top_srcdir)/mkinstalldirs
85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86am__aclocal_m4_deps = $(top_srcdir)/configure.in
87am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88	$(ACLOCAL_M4)
89mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
90CONFIG_HEADER = $(top_builddir)/config.h
91CONFIG_CLEAN_FILES =
92CONFIG_CLEAN_VPATH_FILES =
93LIBRARIES = $(noinst_LIBRARIES)
94ARFLAGS = cru
95AM_V_AR = $(am__v_AR_$(V))
96am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
97am__v_AR_0 = @echo "  AR      " $@;
98am__v_AR_1 =
99libcunit_test_a_AR = $(AR) $(ARFLAGS)
100libcunit_test_a_DEPENDENCIES = $(TEST_OBJECTS)
101am_libcunit_test_a_OBJECTS =
102libcunit_test_a_OBJECTS = $(am_libcunit_test_a_OBJECTS)
103am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
104am__vpath_adj = case $$p in \
105    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
106    *) f=$$p;; \
107  esac;
108am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
109am__install_max = 40
110am__nobase_strip_setup = \
111  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
112am__nobase_strip = \
113  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
114am__nobase_list = $(am__nobase_strip_setup); \
115  for p in $$list; do echo "$$p $$p"; done | \
116  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
117  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
118    if (++n[$$2] == $(am__install_max)) \
119      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
120    END { for (dir in files) print dir, files[dir] }'
121am__base_list = \
122  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
123  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
124am__uninstall_files_from_dir = { \
125  test -z "$$files" \
126    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
127    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
128         $(am__cd) "$$dir" && rm -f $$files; }; \
129  }
130am__installdirs = "$(DESTDIR)$(libdir)"
131LTLIBRARIES = $(lib_LTLIBRARIES)
132libcunit_la_DEPENDENCIES = $(OBJECT_FILES_SHARED)
133am_libcunit_la_OBJECTS =
134libcunit_la_OBJECTS = $(am_libcunit_la_OBJECTS)
135AM_V_lt = $(am__v_lt_$(V))
136am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
137am__v_lt_0 = --silent
138am__v_lt_1 =
139libcunit_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
140	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
141	$(libcunit_la_LDFLAGS) $(LDFLAGS) -o $@
142AM_V_P = $(am__v_P_$(V))
143am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
144am__v_P_0 = false
145am__v_P_1 = :
146AM_V_GEN = $(am__v_GEN_$(V))
147am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
148am__v_GEN_0 = @echo "  GEN     " $@;
149am__v_GEN_1 =
150AM_V_at = $(am__v_at_$(V))
151am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
152am__v_at_0 = @
153am__v_at_1 =
154DEFAULT_INCLUDES = -I. -I$(top_builddir)
155COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
156	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
157LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
158	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
159	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
160	$(AM_CFLAGS) $(CFLAGS)
161AM_V_CC = $(am__v_CC_$(V))
162am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
163am__v_CC_0 = @echo "  CC      " $@;
164am__v_CC_1 =
165CCLD = $(CC)
166LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
167	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
168	$(AM_LDFLAGS) $(LDFLAGS) -o $@
169AM_V_CCLD = $(am__v_CCLD_$(V))
170am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
171am__v_CCLD_0 = @echo "  CCLD    " $@;
172am__v_CCLD_1 =
173SOURCES = $(libcunit_test_a_SOURCES) $(libcunit_la_SOURCES)
174DIST_SOURCES = $(libcunit_test_a_SOURCES) $(libcunit_la_SOURCES)
175RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
176	ctags-recursive dvi-recursive html-recursive info-recursive \
177	install-data-recursive install-dvi-recursive \
178	install-exec-recursive install-html-recursive \
179	install-info-recursive install-pdf-recursive \
180	install-ps-recursive install-recursive installcheck-recursive \
181	installdirs-recursive pdf-recursive ps-recursive \
182	tags-recursive uninstall-recursive
183am__can_run_installinfo = \
184  case $$AM_UPDATE_INFO_DIR in \
185    n|no|NO) false;; \
186    *) (install-info --version) >/dev/null 2>&1;; \
187  esac
188RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
189  distclean-recursive maintainer-clean-recursive
190am__recursive_targets = \
191  $(RECURSIVE_TARGETS) \
192  $(RECURSIVE_CLEAN_TARGETS) \
193  $(am__extra_recursive_targets)
194AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
195	distdir
196am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
197# Read a list of newline-separated strings from the standard input,
198# and print each of them once, without duplicates.  Input order is
199# *not* preserved.
200am__uniquify_input = $(AWK) '\
201  BEGIN { nonempty = 0; } \
202  { items[$$0] = 1; nonempty = 1; } \
203  END { if (nonempty) { for (i in items) print i; }; } \
204'
205# Make sure the list of sources is unique.  This is necessary because,
206# e.g., the same source file might be shared among _SOURCES variables
207# for different programs/libraries.
208am__define_uniq_tagged_files = \
209  list='$(am__tagged_files)'; \
210  unique=`for i in $$list; do \
211    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
212  done | $(am__uniquify_input)`
213ETAGS = etags
214CTAGS = ctags
215DIST_SUBDIRS = Framework Automated Basic Console Curses . Test
216DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
217am__relativize = \
218  dir0=`pwd`; \
219  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
220  sed_rest='s,^[^/]*/*,,'; \
221  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
222  sed_butlast='s,/*[^/]*$$,,'; \
223  while test -n "$$dir1"; do \
224    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
225    if test "$$first" != "."; then \
226      if test "$$first" = ".."; then \
227        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
228        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
229      else \
230        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
231        if test "$$first2" = "$$first"; then \
232          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
233        else \
234          dir2="../$$dir2"; \
235        fi; \
236        dir0="$$dir0"/"$$first"; \
237      fi; \
238    fi; \
239    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
240  done; \
241  reldir="$$dir2"
242ACLOCAL = ${SHELL} /Users/aks/code/os/cunit/cunit/missing aclocal-1.14
243AMTAR = $${TAR-tar}
244AM_DEFAULT_VERBOSITY = 1
245AR = ar
246AUTOCONF = ${SHELL} /Users/aks/code/os/cunit/cunit/missing autoconf
247AUTOHEADER = ${SHELL} /Users/aks/code/os/cunit/cunit/missing autoheader
248AUTOMAKE = ${SHELL} /Users/aks/code/os/cunit/cunit/missing automake-1.14
249AWK = awk
250BUILD_AUTOMATED = TRUE
251BUILD_BASIC = TRUE
252BUILD_CONSOLE = TRUE
253BUILD_CURSES = FALSE
254BUILD_EXAMPLES = TRUE
255BUILD_TEST = TRUE
256CC = gcc
257CCDEPMODE = depmode=gcc3
258CFLAGS =  -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE
259CPP = gcc -E
260CPPFLAGS =
261CURSES_LIB =
262CYGPATH_W = echo
263DEFS = -DHAVE_CONFIG_H
264DEPDIR = .deps
265DLLTOOL = false
266DSYMUTIL = dsymutil
267DUMPBIN =
268ECHO_C = \c
269ECHO_N =
270ECHO_T =
271EGREP = /usr/bin/grep -E
272ENABLE_DEBUG = TRUE
273ENABLE_DEPRECATED = FALSE
274ENABLE_MEMTRACE = TRUE
275EXEEXT =
276FGREP = /usr/bin/grep -F
277GREP = /usr/bin/grep
278INSTALL = /usr/bin/install -c
279INSTALL_DATA = ${INSTALL} -m 644
280INSTALL_PROGRAM = ${INSTALL}
281INSTALL_SCRIPT = ${INSTALL}
282INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
283LD = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
284LDFLAGS =  -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g
285LIBOBJS =
286LIBS = -lc
287LIBTOOL = $(SHELL) $(top_builddir)/libtool
288LIBTOOL_AGE = 0
289LIBTOOL_CURRENT = 1
290LIBTOOL_REVISION = 1
291LIBTOOL_SUFFIX = 1.0.1
292LIBTOOL_SUFFIX1 = 1
293LIPO = lipo
294LN_S = ln -s
295LTLIBOBJS =
296MAKEINFO = ${SHELL} /Users/aks/code/os/cunit/cunit/missing makeinfo
297MANIFEST_TOOL = :
298MKDIR_P = ../.././install-sh -c -d
299NM = /usr/bin/nm
300NMEDIT = nmedit
301OBJDUMP = false
302OBJEXT = o
303OTOOL = otool
304OTOOL64 = :
305PACKAGE = CUnit
306PACKAGE_BUGREPORT =
307PACKAGE_NAME = CUnit
308PACKAGE_STRING = CUnit 2.1-3
309PACKAGE_TARNAME = cunit
310PACKAGE_URL =
311PACKAGE_VERSION = 2.1-3
312PATH_SEPARATOR = :
313RANLIB = ranlib
314RELEASE = 3
315SED = /usr/bin/sed
316SET_MAKE =
317SHELL = /bin/sh
318STRIP = strip
319VERSION = 2.1
320VERSION_MAJOR = 2
321VERSION_MINOR = 1
322abs_builddir = /Users/aks/code/os/cunit/cunit/CUnit/Sources
323abs_srcdir = /Users/aks/code/os/cunit/cunit/CUnit/Sources
324abs_top_builddir = /Users/aks/code/os/cunit/cunit
325abs_top_srcdir = /Users/aks/code/os/cunit/cunit
326ac_ct_AR = ar
327ac_ct_CC = gcc
328ac_ct_DUMPBIN =
329am__include = include
330am__leading_dot = .
331am__quote =
332am__tar = $${TAR-tar} chof - "$$tardir"
333am__untar = $${TAR-tar} xf -
334bindir = ${exec_prefix}/bin
335build = x86_64-apple-darwin13.1.0
336build_alias =
337build_cpu = x86_64
338build_os = darwin13.1.0
339build_vendor = apple
340builddir = .
341datadir = ${datarootdir}
342datarootdir = ${prefix}/share
343docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
344dvidir = ${docdir}
345exec_prefix = ${prefix}
346host = x86_64-apple-darwin13.1.0
347host_alias =
348host_cpu = x86_64
349host_os = darwin13.1.0
350host_vendor = apple
351htmldir = ${docdir}
352includedir = ${prefix}/include
353infodir = ${datarootdir}/info
354install_sh = ${SHELL} /Users/aks/code/os/cunit/cunit/install-sh
355libdir = ${exec_prefix}/lib
356libexecdir = ${exec_prefix}/libexec
357localedir = ${datarootdir}/locale
358localstatedir = ${prefix}/var
359mandir = ${datarootdir}/man
360mkdir_p = $(MKDIR_P)
361oldincludedir = /usr/include
362pdfdir = ${docdir}
363prefix = /Users/aks/CUnitHome
364program_transform_name = s,x,x,
365psdir = ${docdir}
366sbindir = ${exec_prefix}/sbin
367sharedstatedir = ${prefix}/com
368srcdir = .
369sysconfdir = ${prefix}/etc
370target_alias =
371top_build_prefix = ../../
372top_builddir = ../..
373top_srcdir = ../..
374BASIC_OBJECTS_SHARED = Basic/Basic.lo
375AUTOMATED_OBJECTS_SHARED = Automated/Automated.lo
376CONSOLE_OBJECTS_SHARED = Console/Console.lo
377CURSES_OBJECTS_SHARED = Curses/Curses.lo
378FRAMEWORK_OBJECTS_SHARED = \
379	Framework/CUError.lo \
380	Framework/MyMem.lo \
381	Framework/TestDB.lo \
382	Framework/TestRun.lo \
383	Framework/Util.lo
384
385FRAMEWORK_OBJECT_FILES_SHARED = $(FRAMEWORK_OBJECTS_SHARED)
386FRAMEWORK_COMPILE_DIRS = Framework
387AUTOMATED_OBJECT_FILES_SHARED = $(AUTOMATED_OBJECTS_SHARED)
388AUTOMATED_COMPILE_DIRS = Automated
389BASIC_OBJECT_FILES_SHARED = $(BASIC_OBJECTS_SHARED)
390BASIC_COMPILE_DIRS = Basic
391CONSOLE_OBJECT_FILES_SHARED = $(CONSOLE_OBJECTS_SHARED)
392CONSOLE_COMPILE_DIRS = Console
393#CURSES_OBJECT_FILES_SHARED = $(CURSES_OBJECTS_SHARED)
394#CURSES_COMPILE_DIRS = Curses
395TEST_OBJECT_FILES = \
396	Framework/CUError_test.o \
397	Framework/MyMem_test.o \
398	Framework/TestDB_test.o \
399	Framework/TestRun_test.o \
400	Framework/Util_test.o
401
402TEST_COMPILE_DIRS = Test
403COMPILE_DIRS = \
404	$(FRAMEWORK_COMPILE_DIRS) \
405	$(AUTOMATED_COMPILE_DIRS) \
406	$(BASIC_COMPILE_DIRS) \
407	$(CONSOLE_COMPILE_DIRS) \
408	$(CURSES_COMPILE_DIRS) \
409	. \
410	$(TEST_COMPILE_DIRS)
411
412OBJECT_FILES_SHARED = \
413	$(FRAMEWORK_OBJECT_FILES_SHARED) \
414	$(AUTOMATED_OBJECT_FILES_SHARED) \
415	$(BASIC_OBJECT_FILES_SHARED) \
416	$(CONSOLE_OBJECT_FILES_SHARED) \
417	$(CURSES_OBJECT_FILES_SHARED)
418
419TEST_OBJECTS = $(TEST_OBJECT_FILES)
420SUBDIRS = $(COMPILE_DIRS)
421lib_LTLIBRARIES = libcunit.la
422libcunit_la_SOURCES =
423libcunit_la_LIBADD = $(OBJECT_FILES_SHARED)
424libcunit_la_LDFLAGS = -version-info 1:1:0
425noinst_LIBRARIES = libcunit_test.a
426libcunit_test_a_SOURCES =
427libcunit_test_a_LIBADD = $(TEST_OBJECTS)
428all: all-recursive
429
430.SUFFIXES:
431$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
432	@for dep in $?; do \
433	  case '$(am__configure_deps)' in \
434	    *$$dep*) \
435	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
436	        && { if test -f $@; then exit 0; else break; fi; }; \
437	      exit 1;; \
438	  esac; \
439	done; \
440	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu CUnit/Sources/Makefile'; \
441	$(am__cd) $(top_srcdir) && \
442	  $(AUTOMAKE) --gnu CUnit/Sources/Makefile
443.PRECIOUS: Makefile
444Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
445	@case '$?' in \
446	  *config.status*) \
447	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
448	  *) \
449	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
450	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
451	esac;
452
453$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
454	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
455
456$(top_srcdir)/configure:  $(am__configure_deps)
457	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
458$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
459	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
460$(am__aclocal_m4_deps):
461
462clean-noinstLIBRARIES:
463	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
464
465libcunit_test.a: $(libcunit_test_a_OBJECTS) $(libcunit_test_a_DEPENDENCIES) $(EXTRA_libcunit_test_a_DEPENDENCIES)
466	$(AM_V_at)-rm -f libcunit_test.a
467	$(AM_V_AR)$(libcunit_test_a_AR) libcunit_test.a $(libcunit_test_a_OBJECTS) $(libcunit_test_a_LIBADD)
468	$(AM_V_at)$(RANLIB) libcunit_test.a
469
470install-libLTLIBRARIES: $(lib_LTLIBRARIES)
471	@$(NORMAL_INSTALL)
472	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
473	list2=; for p in $$list; do \
474	  if test -f $$p; then \
475	    list2="$$list2 $$p"; \
476	  else :; fi; \
477	done; \
478	test -z "$$list2" || { \
479	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
480	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
481	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
482	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
483	}
484
485uninstall-libLTLIBRARIES:
486	@$(NORMAL_UNINSTALL)
487	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
488	for p in $$list; do \
489	  $(am__strip_dir) \
490	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
491	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
492	done
493
494clean-libLTLIBRARIES:
495	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
496	@list='$(lib_LTLIBRARIES)'; \
497	locs=`for p in $$list; do echo $$p; done | \
498	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
499	      sort -u`; \
500	test -z "$$locs" || { \
501	  echo rm -f $${locs}; \
502	  rm -f $${locs}; \
503	}
504
505libcunit.la: $(libcunit_la_OBJECTS) $(libcunit_la_DEPENDENCIES) $(EXTRA_libcunit_la_DEPENDENCIES)
506	$(AM_V_CCLD)$(libcunit_la_LINK) -rpath $(libdir) $(libcunit_la_OBJECTS) $(libcunit_la_LIBADD) $(LIBS)
507
508mostlyclean-compile:
509	-rm -f *.$(OBJEXT)
510
511distclean-compile:
512	-rm -f *.tab.c
513
514mostlyclean-libtool:
515	-rm -f *.lo
516
517clean-libtool:
518	-rm -rf .libs _libs
519
520# This directory's subdirectories are mostly independent; you can cd
521# into them and run 'make' without going through this Makefile.
522# To change the values of 'make' variables: instead of editing Makefiles,
523# (1) if the variable is set in 'config.status', edit 'config.status'
524#     (which will cause the Makefiles to be regenerated when you run 'make');
525# (2) otherwise, pass the desired values on the 'make' command line.
526$(am__recursive_targets):
527	@fail=; \
528	if $(am__make_keepgoing); then \
529	  failcom='fail=yes'; \
530	else \
531	  failcom='exit 1'; \
532	fi; \
533	dot_seen=no; \
534	target=`echo $@ | sed s/-recursive//`; \
535	case "$@" in \
536	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
537	  *) list='$(SUBDIRS)' ;; \
538	esac; \
539	for subdir in $$list; do \
540	  echo "Making $$target in $$subdir"; \
541	  if test "$$subdir" = "."; then \
542	    dot_seen=yes; \
543	    local_target="$$target-am"; \
544	  else \
545	    local_target="$$target"; \
546	  fi; \
547	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
548	  || eval $$failcom; \
549	done; \
550	if test "$$dot_seen" = "no"; then \
551	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
552	fi; test -z "$$fail"
553
554ID: $(am__tagged_files)
555	$(am__define_uniq_tagged_files); mkid -fID $$unique
556tags: tags-recursive
557TAGS: tags
558
559tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
560	set x; \
561	here=`pwd`; \
562	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
563	  include_option=--etags-include; \
564	  empty_fix=.; \
565	else \
566	  include_option=--include; \
567	  empty_fix=; \
568	fi; \
569	list='$(SUBDIRS)'; for subdir in $$list; do \
570	  if test "$$subdir" = .; then :; else \
571	    test ! -f $$subdir/TAGS || \
572	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
573	  fi; \
574	done; \
575	$(am__define_uniq_tagged_files); \
576	shift; \
577	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
578	  test -n "$$unique" || unique=$$empty_fix; \
579	  if test $$# -gt 0; then \
580	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
581	      "$$@" $$unique; \
582	  else \
583	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
584	      $$unique; \
585	  fi; \
586	fi
587ctags: ctags-recursive
588
589CTAGS: ctags
590ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
591	$(am__define_uniq_tagged_files); \
592	test -z "$(CTAGS_ARGS)$$unique" \
593	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
594	     $$unique
595
596GTAGS:
597	here=`$(am__cd) $(top_builddir) && pwd` \
598	  && $(am__cd) $(top_srcdir) \
599	  && gtags -i $(GTAGS_ARGS) "$$here"
600cscopelist: cscopelist-recursive
601
602cscopelist-am: $(am__tagged_files)
603	list='$(am__tagged_files)'; \
604	case "$(srcdir)" in \
605	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
606	  *) sdir=$(subdir)/$(srcdir) ;; \
607	esac; \
608	for i in $$list; do \
609	  if test -f "$$i"; then \
610	    echo "$(subdir)/$$i"; \
611	  else \
612	    echo "$$sdir/$$i"; \
613	  fi; \
614	done >> $(top_builddir)/cscope.files
615
616distclean-tags:
617	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
618
619distdir: $(DISTFILES)
620	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
621	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
622	list='$(DISTFILES)'; \
623	  dist_files=`for file in $$list; do echo $$file; done | \
624	  sed -e "s|^$$srcdirstrip/||;t" \
625	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
626	case $$dist_files in \
627	  */*) $(MKDIR_P) `echo "$$dist_files" | \
628			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
629			   sort -u` ;; \
630	esac; \
631	for file in $$dist_files; do \
632	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
633	  if test -d $$d/$$file; then \
634	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
635	    if test -d "$(distdir)/$$file"; then \
636	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
637	    fi; \
638	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
639	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
640	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
641	    fi; \
642	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
643	  else \
644	    test -f "$(distdir)/$$file" \
645	    || cp -p $$d/$$file "$(distdir)/$$file" \
646	    || exit 1; \
647	  fi; \
648	done
649	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
650	  if test "$$subdir" = .; then :; else \
651	    $(am__make_dryrun) \
652	      || test -d "$(distdir)/$$subdir" \
653	      || $(MKDIR_P) "$(distdir)/$$subdir" \
654	      || exit 1; \
655	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
656	    $(am__relativize); \
657	    new_distdir=$$reldir; \
658	    dir1=$$subdir; dir2="$(top_distdir)"; \
659	    $(am__relativize); \
660	    new_top_distdir=$$reldir; \
661	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
662	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
663	    ($(am__cd) $$subdir && \
664	      $(MAKE) $(AM_MAKEFLAGS) \
665	        top_distdir="$$new_top_distdir" \
666	        distdir="$$new_distdir" \
667		am__remove_distdir=: \
668		am__skip_length_check=: \
669		am__skip_mode_fix=: \
670	        distdir) \
671	      || exit 1; \
672	  fi; \
673	done
674check-am: all-am
675check: check-recursive
676all-am: Makefile $(LIBRARIES) $(LTLIBRARIES)
677installdirs: installdirs-recursive
678installdirs-am:
679	for dir in "$(DESTDIR)$(libdir)"; do \
680	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
681	done
682install: install-recursive
683install-exec: install-exec-recursive
684install-data: install-data-recursive
685uninstall: uninstall-recursive
686
687install-am: all-am
688	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
689
690installcheck: installcheck-recursive
691install-strip:
692	if test -z '$(STRIP)'; then \
693	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
694	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
695	      install; \
696	else \
697	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
698	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
699	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
700	fi
701mostlyclean-generic:
702
703clean-generic:
704
705distclean-generic:
706	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
707	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
708
709maintainer-clean-generic:
710	@echo "This command is intended for maintainers to use"
711	@echo "it deletes files that may require special tools to rebuild."
712clean: clean-recursive
713
714clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
715	clean-noinstLIBRARIES mostlyclean-am
716
717distclean: distclean-recursive
718	-rm -f Makefile
719distclean-am: clean-am distclean-compile distclean-generic \
720	distclean-tags
721
722dvi: dvi-recursive
723
724dvi-am:
725
726html: html-recursive
727
728html-am:
729
730info: info-recursive
731
732info-am:
733
734install-data-am:
735
736install-dvi: install-dvi-recursive
737
738install-dvi-am:
739
740install-exec-am: install-libLTLIBRARIES
741
742install-html: install-html-recursive
743
744install-html-am:
745
746install-info: install-info-recursive
747
748install-info-am:
749
750install-man:
751
752install-pdf: install-pdf-recursive
753
754install-pdf-am:
755
756install-ps: install-ps-recursive
757
758install-ps-am:
759
760installcheck-am:
761
762maintainer-clean: maintainer-clean-recursive
763	-rm -f Makefile
764maintainer-clean-am: distclean-am maintainer-clean-generic
765
766mostlyclean: mostlyclean-recursive
767
768mostlyclean-am: mostlyclean-compile mostlyclean-generic \
769	mostlyclean-libtool
770
771pdf: pdf-recursive
772
773pdf-am:
774
775ps: ps-recursive
776
777ps-am:
778
779uninstall-am: uninstall-libLTLIBRARIES
780
781.MAKE: $(am__recursive_targets) install-am install-strip
782
783.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
784	check-am clean clean-generic clean-libLTLIBRARIES \
785	clean-libtool clean-noinstLIBRARIES cscopelist-am ctags \
786	ctags-am distclean distclean-compile distclean-generic \
787	distclean-libtool distclean-tags distdir dvi dvi-am html \
788	html-am info info-am install install-am install-data \
789	install-data-am install-dvi install-dvi-am install-exec \
790	install-exec-am install-html install-html-am install-info \
791	install-info-am install-libLTLIBRARIES install-man install-pdf \
792	install-pdf-am install-ps install-ps-am install-strip \
793	installcheck installcheck-am installdirs installdirs-am \
794	maintainer-clean maintainer-clean-generic mostlyclean \
795	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
796	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
797	uninstall-libLTLIBRARIES
798
799
800# Tell versions [3.59,3.63) of GNU make to not export all variables.
801# Otherwise a system limit (for SysV at least) may be exceeded.
802.NOEXPORT:
803