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