1# Makefile.in generated by automake 1.14 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18VPATH = @srcdir@
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)/@PACKAGE@
65pkgincludedir = $(includedir)/@PACKAGE@
66pkglibdir = $(libdir)/@PACKAGE@
67pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
81host_triplet = @host@
82@ENABLE_BASIC_TRUE@@ENABLE_EXAMPLES_TRUE@example_PROGRAMS =  \
83@ENABLE_BASIC_TRUE@@ENABLE_EXAMPLES_TRUE@	BasicTest$(EXEEXT)
84@ENABLE_BASIC_TRUE@@ENABLE_CURSES_TRUE@@ENABLE_EXAMPLES_TRUE@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
99@ENABLE_BASIC_TRUE@@ENABLE_EXAMPLES_TRUE@am_BasicTest_OBJECTS =  \
100@ENABLE_BASIC_TRUE@@ENABLE_EXAMPLES_TRUE@	BasicTest.$(OBJEXT)
101BasicTest_OBJECTS = $(am_BasicTest_OBJECTS)
102am__DEPENDENCIES_1 =
103@ENABLE_BASIC_TRUE@@ENABLE_EXAMPLES_TRUE@BasicTest_DEPENDENCIES = $(am__DEPENDENCIES_1)
104AM_V_lt = $(am__v_lt_@AM_V@)
105am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
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_@AM_V@)
112am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113am__v_P_0 = false
114am__v_P_1 = :
115AM_V_GEN = $(am__v_GEN_@AM_V@)
116am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117am__v_GEN_0 = @echo "  GEN     " $@;
118am__v_GEN_1 =
119AM_V_at = $(am__v_at_@AM_V@)
120am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121am__v_at_0 = @
122am__v_at_1 =
123DEFAULT_INCLUDES = -I.@am__isrc@ -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_@AM_V@)
134am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
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_@AM_V@)
142am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
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 = @ACLOCAL@
201AMTAR = @AMTAR@
202AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
203AR = @AR@
204AUTOCONF = @AUTOCONF@
205AUTOHEADER = @AUTOHEADER@
206AUTOMAKE = @AUTOMAKE@
207AWK = @AWK@
208BUILD_AUTOMATED = @BUILD_AUTOMATED@
209BUILD_BASIC = @BUILD_BASIC@
210BUILD_CONSOLE = @BUILD_CONSOLE@
211BUILD_CURSES = @BUILD_CURSES@
212BUILD_EXAMPLES = @BUILD_EXAMPLES@
213BUILD_TEST = @BUILD_TEST@
214CC = @CC@
215CCDEPMODE = @CCDEPMODE@
216CFLAGS = @CFLAGS@
217CPP = @CPP@
218CPPFLAGS = @CPPFLAGS@
219CURSES_LIB = @CURSES_LIB@
220CYGPATH_W = @CYGPATH_W@
221DEFS = @DEFS@
222DEPDIR = @DEPDIR@
223DLLTOOL = @DLLTOOL@
224DSYMUTIL = @DSYMUTIL@
225DUMPBIN = @DUMPBIN@
226ECHO_C = @ECHO_C@
227ECHO_N = @ECHO_N@
228ECHO_T = @ECHO_T@
229EGREP = @EGREP@
230ENABLE_DEBUG = @ENABLE_DEBUG@
231ENABLE_DEPRECATED = @ENABLE_DEPRECATED@
232ENABLE_MEMTRACE = @ENABLE_MEMTRACE@
233EXEEXT = @EXEEXT@
234FGREP = @FGREP@
235GREP = @GREP@
236INSTALL = @INSTALL@
237INSTALL_DATA = @INSTALL_DATA@
238INSTALL_PROGRAM = @INSTALL_PROGRAM@
239INSTALL_SCRIPT = @INSTALL_SCRIPT@
240INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
241LD = @LD@
242LDFLAGS = @LDFLAGS@
243LIBOBJS = @LIBOBJS@
244LIBS = @LIBS@
245LIBTOOL = @LIBTOOL@
246LIBTOOL_AGE = @LIBTOOL_AGE@
247LIBTOOL_CURRENT = @LIBTOOL_CURRENT@
248LIBTOOL_REVISION = @LIBTOOL_REVISION@
249LIBTOOL_SUFFIX = @LIBTOOL_SUFFIX@
250LIBTOOL_SUFFIX1 = @LIBTOOL_SUFFIX1@
251LIPO = @LIPO@
252LN_S = @LN_S@
253LTLIBOBJS = @LTLIBOBJS@
254MAKEINFO = @MAKEINFO@
255MANIFEST_TOOL = @MANIFEST_TOOL@
256MKDIR_P = @MKDIR_P@
257NM = @NM@
258NMEDIT = @NMEDIT@
259OBJDUMP = @OBJDUMP@
260OBJEXT = @OBJEXT@
261OTOOL = @OTOOL@
262OTOOL64 = @OTOOL64@
263PACKAGE = @PACKAGE@
264PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
265PACKAGE_NAME = @PACKAGE_NAME@
266PACKAGE_STRING = @PACKAGE_STRING@
267PACKAGE_TARNAME = @PACKAGE_TARNAME@
268PACKAGE_URL = @PACKAGE_URL@
269PACKAGE_VERSION = @PACKAGE_VERSION@
270PATH_SEPARATOR = @PATH_SEPARATOR@
271RANLIB = @RANLIB@
272RELEASE = @RELEASE@
273SED = @SED@
274SET_MAKE = @SET_MAKE@
275SHELL = @SHELL@
276STRIP = @STRIP@
277VERSION = @VERSION@
278VERSION_MAJOR = @VERSION_MAJOR@
279VERSION_MINOR = @VERSION_MINOR@
280abs_builddir = @abs_builddir@
281abs_srcdir = @abs_srcdir@
282abs_top_builddir = @abs_top_builddir@
283abs_top_srcdir = @abs_top_srcdir@
284ac_ct_AR = @ac_ct_AR@
285ac_ct_CC = @ac_ct_CC@
286ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
287am__include = @am__include@
288am__leading_dot = @am__leading_dot@
289am__quote = @am__quote@
290am__tar = @am__tar@
291am__untar = @am__untar@
292bindir = @bindir@
293build = @build@
294build_alias = @build_alias@
295build_cpu = @build_cpu@
296build_os = @build_os@
297build_vendor = @build_vendor@
298builddir = @builddir@
299datadir = @datadir@
300datarootdir = @datarootdir@
301docdir = @docdir@
302dvidir = @dvidir@
303exec_prefix = @exec_prefix@
304host = @host@
305host_alias = @host_alias@
306host_cpu = @host_cpu@
307host_os = @host_os@
308host_vendor = @host_vendor@
309htmldir = @htmldir@
310includedir = @includedir@
311infodir = @infodir@
312install_sh = @install_sh@
313libdir = @libdir@
314libexecdir = @libexecdir@
315localedir = @localedir@
316localstatedir = @localstatedir@
317mandir = @mandir@
318mkdir_p = @mkdir_p@
319oldincludedir = @oldincludedir@
320pdfdir = @pdfdir@
321prefix = @prefix@
322program_transform_name = @program_transform_name@
323psdir = @psdir@
324sbindir = @sbindir@
325sharedstatedir = @sharedstatedir@
326srcdir = @srcdir@
327sysconfdir = @sysconfdir@
328target_alias = @target_alias@
329top_build_prefix = @top_build_prefix@
330top_builddir = @top_builddir@
331top_srcdir = @top_srcdir@
332exampledir = ${datadir}/@PACKAGE@/Examples/Basic
333@ENABLE_BASIC_TRUE@@ENABLE_EXAMPLES_TRUE@BasicTest_SOURCES = BasicTest.c
334@ENABLE_BASIC_TRUE@@ENABLE_EXAMPLES_TRUE@BasicTest_LDADD = -lcunit \
335@ENABLE_BASIC_TRUE@@ENABLE_EXAMPLES_TRUE@	-lcunitexamples \
336@ENABLE_BASIC_TRUE@@ENABLE_EXAMPLES_TRUE@	$(am__append_1)
337@ENABLE_BASIC_TRUE@@ENABLE_EXAMPLES_TRUE@BasicTest_LDFLAGS = -L.. -lm
338@ENABLE_BASIC_TRUE@@ENABLE_EXAMPLES_TRUE@INCLUDES = -I..
339@ENABLE_BASIC_TRUE@@ENABLE_EXAMPLES_TRUE@example_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
434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BasicTest.Po@am__quote@
435
436.c.o:
437@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
438@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
439@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
440@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
442
443.c.obj:
444@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
445@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
446@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
447@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
449
450.c.lo:
451@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
452@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
453@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
454@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(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