1# Makefile.in generated by automake 1.14 from Makefile.am.
2# Examples/ConsoleTest/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
82example_PROGRAMS = ConsoleTest$(EXEEXT)
83#am__append_1 = -l$(CURSES_LIB)
84subdir = Examples/ConsoleTest
85DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86	$(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp README
87ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88am__aclocal_m4_deps = $(top_srcdir)/configure.in
89am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90	$(ACLOCAL_M4)
91mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
92CONFIG_HEADER = $(top_builddir)/config.h
93CONFIG_CLEAN_FILES =
94CONFIG_CLEAN_VPATH_FILES =
95am__installdirs = "$(DESTDIR)$(exampledir)" "$(DESTDIR)$(exampledir)"
96PROGRAMS = $(example_PROGRAMS)
97am__ConsoleTest_SOURCES_DIST = ConsoleTest.c
98am_ConsoleTest_OBJECTS = ConsoleTest.$(OBJEXT)
99ConsoleTest_OBJECTS = $(am_ConsoleTest_OBJECTS)
100am__DEPENDENCIES_1 =
101ConsoleTest_DEPENDENCIES = $(am__DEPENDENCIES_1)
102AM_V_lt = $(am__v_lt_$(V))
103am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
104am__v_lt_0 = --silent
105am__v_lt_1 =
106ConsoleTest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
107	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
108	$(ConsoleTest_LDFLAGS) $(LDFLAGS) -o $@
109AM_V_P = $(am__v_P_$(V))
110am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
111am__v_P_0 = false
112am__v_P_1 = :
113AM_V_GEN = $(am__v_GEN_$(V))
114am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
115am__v_GEN_0 = @echo "  GEN     " $@;
116am__v_GEN_1 =
117AM_V_at = $(am__v_at_$(V))
118am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
119am__v_at_0 = @
120am__v_at_1 =
121DEFAULT_INCLUDES = -I. -I$(top_builddir)
122depcomp = $(SHELL) $(top_srcdir)/depcomp
123am__depfiles_maybe = depfiles
124am__mv = mv -f
125COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
126	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
128	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
129	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
130	$(AM_CFLAGS) $(CFLAGS)
131AM_V_CC = $(am__v_CC_$(V))
132am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
133am__v_CC_0 = @echo "  CC      " $@;
134am__v_CC_1 =
135CCLD = $(CC)
136LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
137	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
138	$(AM_LDFLAGS) $(LDFLAGS) -o $@
139AM_V_CCLD = $(am__v_CCLD_$(V))
140am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
141am__v_CCLD_0 = @echo "  CCLD    " $@;
142am__v_CCLD_1 =
143SOURCES = $(ConsoleTest_SOURCES)
144DIST_SOURCES = $(am__ConsoleTest_SOURCES_DIST)
145am__can_run_installinfo = \
146  case $$AM_UPDATE_INFO_DIR in \
147    n|no|NO) false;; \
148    *) (install-info --version) >/dev/null 2>&1;; \
149  esac
150am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
151am__vpath_adj = case $$p in \
152    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
153    *) f=$$p;; \
154  esac;
155am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
156am__install_max = 40
157am__nobase_strip_setup = \
158  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
159am__nobase_strip = \
160  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
161am__nobase_list = $(am__nobase_strip_setup); \
162  for p in $$list; do echo "$$p $$p"; done | \
163  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
164  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
165    if (++n[$$2] == $(am__install_max)) \
166      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
167    END { for (dir in files) print dir, files[dir] }'
168am__base_list = \
169  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
170  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
171am__uninstall_files_from_dir = { \
172  test -z "$$files" \
173    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
174    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
175         $(am__cd) "$$dir" && rm -f $$files; }; \
176  }
177DATA = $(example_DATA)
178am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
179# Read a list of newline-separated strings from the standard input,
180# and print each of them once, without duplicates.  Input order is
181# *not* preserved.
182am__uniquify_input = $(AWK) '\
183  BEGIN { nonempty = 0; } \
184  { items[$$0] = 1; nonempty = 1; } \
185  END { if (nonempty) { for (i in items) print i; }; } \
186'
187# Make sure the list of sources is unique.  This is necessary because,
188# e.g., the same source file might be shared among _SOURCES variables
189# for different programs/libraries.
190am__define_uniq_tagged_files = \
191  list='$(am__tagged_files)'; \
192  unique=`for i in $$list; do \
193    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
194  done | $(am__uniquify_input)`
195ETAGS = etags
196CTAGS = ctags
197DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198ACLOCAL = ${SHELL} /Users/aks/code/os/cunit/cunit/missing aclocal-1.14
199AMTAR = $${TAR-tar}
200AM_DEFAULT_VERBOSITY = 1
201AR = ar
202AUTOCONF = ${SHELL} /Users/aks/code/os/cunit/cunit/missing autoconf
203AUTOHEADER = ${SHELL} /Users/aks/code/os/cunit/cunit/missing autoheader
204AUTOMAKE = ${SHELL} /Users/aks/code/os/cunit/cunit/missing automake-1.14
205AWK = awk
206BUILD_AUTOMATED = TRUE
207BUILD_BASIC = TRUE
208BUILD_CONSOLE = TRUE
209BUILD_CURSES = FALSE
210BUILD_EXAMPLES = TRUE
211BUILD_TEST = TRUE
212CC = gcc
213CCDEPMODE = depmode=gcc3
214CFLAGS =  -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE
215CPP = gcc -E
216CPPFLAGS =
217CURSES_LIB =
218CYGPATH_W = echo
219DEFS = -DHAVE_CONFIG_H
220DEPDIR = .deps
221DLLTOOL = false
222DSYMUTIL = dsymutil
223DUMPBIN =
224ECHO_C = \c
225ECHO_N =
226ECHO_T =
227EGREP = /usr/bin/grep -E
228ENABLE_DEBUG = TRUE
229ENABLE_DEPRECATED = FALSE
230ENABLE_MEMTRACE = TRUE
231EXEEXT =
232FGREP = /usr/bin/grep -F
233GREP = /usr/bin/grep
234INSTALL = /usr/bin/install -c
235INSTALL_DATA = ${INSTALL} -m 644
236INSTALL_PROGRAM = ${INSTALL}
237INSTALL_SCRIPT = ${INSTALL}
238INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
239LD = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
240LDFLAGS =  -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g
241LIBOBJS =
242LIBS = -lc
243LIBTOOL = $(SHELL) $(top_builddir)/libtool
244LIBTOOL_AGE = 0
245LIBTOOL_CURRENT = 1
246LIBTOOL_REVISION = 1
247LIBTOOL_SUFFIX = 1.0.1
248LIBTOOL_SUFFIX1 = 1
249LIPO = lipo
250LN_S = ln -s
251LTLIBOBJS =
252MAKEINFO = ${SHELL} /Users/aks/code/os/cunit/cunit/missing makeinfo
253MANIFEST_TOOL = :
254MKDIR_P = ../.././install-sh -c -d
255NM = /usr/bin/nm
256NMEDIT = nmedit
257OBJDUMP = false
258OBJEXT = o
259OTOOL = otool
260OTOOL64 = :
261PACKAGE = CUnit
262PACKAGE_BUGREPORT =
263PACKAGE_NAME = CUnit
264PACKAGE_STRING = CUnit 2.1-3
265PACKAGE_TARNAME = cunit
266PACKAGE_URL =
267PACKAGE_VERSION = 2.1-3
268PATH_SEPARATOR = :
269RANLIB = ranlib
270RELEASE = 3
271SED = /usr/bin/sed
272SET_MAKE =
273SHELL = /bin/sh
274STRIP = strip
275VERSION = 2.1
276VERSION_MAJOR = 2
277VERSION_MINOR = 1
278abs_builddir = /Users/aks/code/os/cunit/cunit/Examples/ConsoleTest
279abs_srcdir = /Users/aks/code/os/cunit/cunit/Examples/ConsoleTest
280abs_top_builddir = /Users/aks/code/os/cunit/cunit
281abs_top_srcdir = /Users/aks/code/os/cunit/cunit
282ac_ct_AR = ar
283ac_ct_CC = gcc
284ac_ct_DUMPBIN =
285am__include = include
286am__leading_dot = .
287am__quote =
288am__tar = $${TAR-tar} chof - "$$tardir"
289am__untar = $${TAR-tar} xf -
290bindir = ${exec_prefix}/bin
291build = x86_64-apple-darwin13.1.0
292build_alias =
293build_cpu = x86_64
294build_os = darwin13.1.0
295build_vendor = apple
296builddir = .
297datadir = ${datarootdir}
298datarootdir = ${prefix}/share
299docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
300dvidir = ${docdir}
301exec_prefix = ${prefix}
302host = x86_64-apple-darwin13.1.0
303host_alias =
304host_cpu = x86_64
305host_os = darwin13.1.0
306host_vendor = apple
307htmldir = ${docdir}
308includedir = ${prefix}/include
309infodir = ${datarootdir}/info
310install_sh = ${SHELL} /Users/aks/code/os/cunit/cunit/install-sh
311libdir = ${exec_prefix}/lib
312libexecdir = ${exec_prefix}/libexec
313localedir = ${datarootdir}/locale
314localstatedir = ${prefix}/var
315mandir = ${datarootdir}/man
316mkdir_p = $(MKDIR_P)
317oldincludedir = /usr/include
318pdfdir = ${docdir}
319prefix = /Users/aks/CUnitHome
320program_transform_name = s,x,x,
321psdir = ${docdir}
322sbindir = ${exec_prefix}/sbin
323sharedstatedir = ${prefix}/com
324srcdir = .
325sysconfdir = ${prefix}/etc
326target_alias =
327top_build_prefix = ../../
328top_builddir = ../..
329top_srcdir = ../..
330exampledir = ${datadir}/CUnit/Examples/Console
331ConsoleTest_SOURCES = ConsoleTest.c
332ConsoleTest_LDADD =  \
333	-lcunit \
334	-lcunitexamples \
335	$(am__append_1)
336ConsoleTest_LDFLAGS = -L.. -lm
337INCLUDES = -I..
338example_DATA = README
339all: all-am
340
341.SUFFIXES:
342.SUFFIXES: .c .lo .o .obj
343$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
344	@for dep in $?; do \
345	  case '$(am__configure_deps)' in \
346	    *$$dep*) \
347	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
348	        && { if test -f $@; then exit 0; else break; fi; }; \
349	      exit 1;; \
350	  esac; \
351	done; \
352	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Examples/ConsoleTest/Makefile'; \
353	$(am__cd) $(top_srcdir) && \
354	  $(AUTOMAKE) --gnu Examples/ConsoleTest/Makefile
355.PRECIOUS: Makefile
356Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
357	@case '$?' in \
358	  *config.status*) \
359	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
360	  *) \
361	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
362	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
363	esac;
364
365$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
366	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367
368$(top_srcdir)/configure:  $(am__configure_deps)
369	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
371	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372$(am__aclocal_m4_deps):
373install-examplePROGRAMS: $(example_PROGRAMS)
374	@$(NORMAL_INSTALL)
375	@list='$(example_PROGRAMS)'; test -n "$(exampledir)" || list=; \
376	if test -n "$$list"; then \
377	  echo " $(MKDIR_P) '$(DESTDIR)$(exampledir)'"; \
378	  $(MKDIR_P) "$(DESTDIR)$(exampledir)" || exit 1; \
379	fi; \
380	for p in $$list; do echo "$$p $$p"; done | \
381	sed 's/$(EXEEXT)$$//' | \
382	while read p p1; do if test -f $$p \
383	 || test -f $$p1 \
384	  ; then echo "$$p"; echo "$$p"; else :; fi; \
385	done | \
386	sed -e 'p;s,.*/,,;n;h' \
387	    -e 's|.*|.|' \
388	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
389	sed 'N;N;N;s,\n, ,g' | \
390	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
391	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
392	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
393	    else { print "f", $$3 "/" $$4, $$1; } } \
394	  END { for (d in files) print "f", d, files[d] }' | \
395	while read type dir files; do \
396	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
397	    test -z "$$files" || { \
398	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(exampledir)$$dir'"; \
399	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(exampledir)$$dir" || exit $$?; \
400	    } \
401	; done
402
403uninstall-examplePROGRAMS:
404	@$(NORMAL_UNINSTALL)
405	@list='$(example_PROGRAMS)'; test -n "$(exampledir)" || list=; \
406	files=`for p in $$list; do echo "$$p"; done | \
407	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
408	      -e 's/$$/$(EXEEXT)/' \
409	`; \
410	test -n "$$list" || exit 0; \
411	echo " ( cd '$(DESTDIR)$(exampledir)' && rm -f" $$files ")"; \
412	cd "$(DESTDIR)$(exampledir)" && rm -f $$files
413
414clean-examplePROGRAMS:
415	@list='$(example_PROGRAMS)'; test -n "$$list" || exit 0; \
416	echo " rm -f" $$list; \
417	rm -f $$list || exit $$?; \
418	test -n "$(EXEEXT)" || exit 0; \
419	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
420	echo " rm -f" $$list; \
421	rm -f $$list
422
423ConsoleTest$(EXEEXT): $(ConsoleTest_OBJECTS) $(ConsoleTest_DEPENDENCIES) $(EXTRA_ConsoleTest_DEPENDENCIES)
424	@rm -f ConsoleTest$(EXEEXT)
425	$(AM_V_CCLD)$(ConsoleTest_LINK) $(ConsoleTest_OBJECTS) $(ConsoleTest_LDADD) $(LIBS)
426
427mostlyclean-compile:
428	-rm -f *.$(OBJEXT)
429
430distclean-compile:
431	-rm -f *.tab.c
432
433include ./$(DEPDIR)/ConsoleTest.Po
434
435.c.o:
436	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
437	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
438#	$(AM_V_CC)source='$<' object='$@' libtool=no \
439#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
440#	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<
441
442.c.obj:
443	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
444	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
445#	$(AM_V_CC)source='$<' object='$@' libtool=no \
446#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
447#	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
448
449.c.lo:
450	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
451	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
452#	$(AM_V_CC)source='$<' object='$@' libtool=yes \
453#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
454#	$(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
455
456mostlyclean-libtool:
457	-rm -f *.lo
458
459clean-libtool:
460	-rm -rf .libs _libs
461install-exampleDATA: $(example_DATA)
462	@$(NORMAL_INSTALL)
463	@list='$(example_DATA)'; test -n "$(exampledir)" || list=; \
464	if test -n "$$list"; then \
465	  echo " $(MKDIR_P) '$(DESTDIR)$(exampledir)'"; \
466	  $(MKDIR_P) "$(DESTDIR)$(exampledir)" || exit 1; \
467	fi; \
468	for p in $$list; do \
469	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
470	  echo "$$d$$p"; \
471	done | $(am__base_list) | \
472	while read files; do \
473	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(exampledir)'"; \
474	  $(INSTALL_DATA) $$files "$(DESTDIR)$(exampledir)" || exit $$?; \
475	done
476
477uninstall-exampleDATA:
478	@$(NORMAL_UNINSTALL)
479	@list='$(example_DATA)'; test -n "$(exampledir)" || list=; \
480	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
481	dir='$(DESTDIR)$(exampledir)'; $(am__uninstall_files_from_dir)
482
483ID: $(am__tagged_files)
484	$(am__define_uniq_tagged_files); mkid -fID $$unique
485tags: tags-am
486TAGS: tags
487
488tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
489	set x; \
490	here=`pwd`; \
491	$(am__define_uniq_tagged_files); \
492	shift; \
493	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
494	  test -n "$$unique" || unique=$$empty_fix; \
495	  if test $$# -gt 0; then \
496	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
497	      "$$@" $$unique; \
498	  else \
499	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
500	      $$unique; \
501	  fi; \
502	fi
503ctags: ctags-am
504
505CTAGS: ctags
506ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
507	$(am__define_uniq_tagged_files); \
508	test -z "$(CTAGS_ARGS)$$unique" \
509	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
510	     $$unique
511
512GTAGS:
513	here=`$(am__cd) $(top_builddir) && pwd` \
514	  && $(am__cd) $(top_srcdir) \
515	  && gtags -i $(GTAGS_ARGS) "$$here"
516cscopelist: cscopelist-am
517
518cscopelist-am: $(am__tagged_files)
519	list='$(am__tagged_files)'; \
520	case "$(srcdir)" in \
521	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
522	  *) sdir=$(subdir)/$(srcdir) ;; \
523	esac; \
524	for i in $$list; do \
525	  if test -f "$$i"; then \
526	    echo "$(subdir)/$$i"; \
527	  else \
528	    echo "$$sdir/$$i"; \
529	  fi; \
530	done >> $(top_builddir)/cscope.files
531
532distclean-tags:
533	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
534
535distdir: $(DISTFILES)
536	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
537	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
538	list='$(DISTFILES)'; \
539	  dist_files=`for file in $$list; do echo $$file; done | \
540	  sed -e "s|^$$srcdirstrip/||;t" \
541	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
542	case $$dist_files in \
543	  */*) $(MKDIR_P) `echo "$$dist_files" | \
544			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
545			   sort -u` ;; \
546	esac; \
547	for file in $$dist_files; do \
548	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
549	  if test -d $$d/$$file; then \
550	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
551	    if test -d "$(distdir)/$$file"; then \
552	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
553	    fi; \
554	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
555	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
556	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
557	    fi; \
558	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
559	  else \
560	    test -f "$(distdir)/$$file" \
561	    || cp -p $$d/$$file "$(distdir)/$$file" \
562	    || exit 1; \
563	  fi; \
564	done
565check-am: all-am
566check: check-am
567all-am: Makefile $(PROGRAMS) $(DATA)
568installdirs:
569	for dir in "$(DESTDIR)$(exampledir)" "$(DESTDIR)$(exampledir)"; do \
570	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
571	done
572install: install-am
573install-exec: install-exec-am
574install-data: install-data-am
575uninstall: uninstall-am
576
577install-am: all-am
578	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
579
580installcheck: installcheck-am
581install-strip:
582	if test -z '$(STRIP)'; then \
583	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
584	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
585	      install; \
586	else \
587	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
588	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
589	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
590	fi
591mostlyclean-generic:
592
593clean-generic:
594
595distclean-generic:
596	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
597	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
598
599maintainer-clean-generic:
600	@echo "This command is intended for maintainers to use"
601	@echo "it deletes files that may require special tools to rebuild."
602clean: clean-am
603
604clean-am: clean-examplePROGRAMS clean-generic clean-libtool \
605	mostlyclean-am
606
607distclean: distclean-am
608	-rm -rf ./$(DEPDIR)
609	-rm -f Makefile
610distclean-am: clean-am distclean-compile distclean-generic \
611	distclean-tags
612
613dvi: dvi-am
614
615dvi-am:
616
617html: html-am
618
619html-am:
620
621info: info-am
622
623info-am:
624
625install-data-am: install-exampleDATA install-examplePROGRAMS
626
627install-dvi: install-dvi-am
628
629install-dvi-am:
630
631install-exec-am:
632
633install-html: install-html-am
634
635install-html-am:
636
637install-info: install-info-am
638
639install-info-am:
640
641install-man:
642
643install-pdf: install-pdf-am
644
645install-pdf-am:
646
647install-ps: install-ps-am
648
649install-ps-am:
650
651installcheck-am:
652
653maintainer-clean: maintainer-clean-am
654	-rm -rf ./$(DEPDIR)
655	-rm -f Makefile
656maintainer-clean-am: distclean-am maintainer-clean-generic
657
658mostlyclean: mostlyclean-am
659
660mostlyclean-am: mostlyclean-compile mostlyclean-generic \
661	mostlyclean-libtool
662
663pdf: pdf-am
664
665pdf-am:
666
667ps: ps-am
668
669ps-am:
670
671uninstall-am: uninstall-exampleDATA uninstall-examplePROGRAMS
672
673.MAKE: install-am install-strip
674
675.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
676	clean-examplePROGRAMS clean-generic clean-libtool \
677	cscopelist-am ctags ctags-am distclean distclean-compile \
678	distclean-generic distclean-libtool distclean-tags distdir dvi \
679	dvi-am html html-am info info-am install install-am \
680	install-data install-data-am install-dvi install-dvi-am \
681	install-exampleDATA install-examplePROGRAMS install-exec \
682	install-exec-am install-html install-html-am install-info \
683	install-info-am install-man install-pdf install-pdf-am \
684	install-ps install-ps-am install-strip installcheck \
685	installcheck-am installdirs maintainer-clean \
686	maintainer-clean-generic mostlyclean mostlyclean-compile \
687	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
688	tags tags-am uninstall uninstall-am uninstall-exampleDATA \
689	uninstall-examplePROGRAMS
690
691
692# Tell versions [3.59,3.63) of GNU make to not export all variables.
693# Otherwise a system limit (for SysV at least) may be exceeded.
694.NOEXPORT:
695