1# Makefile.in generated by automake 1.15 from Makefile.am.
2# examples/simple/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2014 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
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/cppunit
74pkgincludedir = $(includedir)/cppunit
75pkglibdir = $(libdir)/cppunit
76pkglibexecdir = $(libexecdir)/cppunit
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = x86_64-unknown-linux-gnu
90host_triplet = x86_64-unknown-linux-gnu
91noinst_PROGRAMS = simple$(EXEEXT)
92subdir = examples/simple
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_have_strstream.m4 \
95	$(top_srcdir)/m4/ac_cxx_string_compare_string_first.m4 \
96	$(top_srcdir)/m4/ac_dll.m4 \
97	$(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
98	$(top_srcdir)/m4/ax_cxx_gcc_abi_demangle.m4 \
99	$(top_srcdir)/m4/ax_cxx_have_isfinite.m4 \
100	$(top_srcdir)/m4/ax_cxx_have_sstream.m4 \
101	$(top_srcdir)/m4/ax_cxx_namespaces.m4 \
102	$(top_srcdir)/m4/ax_prefix_config_h.m4 \
103	$(top_srcdir)/m4/bb_enable_doxygen.m4 \
104	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
105	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
106	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
107am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108	$(ACLOCAL_M4)
109DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
110mkinstalldirs = $(install_sh) -d
111CONFIG_HEADER = $(top_builddir)/config.h
112CONFIG_CLEAN_FILES =
113CONFIG_CLEAN_VPATH_FILES =
114PROGRAMS = $(noinst_PROGRAMS)
115am_simple_OBJECTS = ExampleTestCase.$(OBJEXT) Main.$(OBJEXT)
116simple_OBJECTS = $(am_simple_OBJECTS)
117am__DEPENDENCIES_1 =
118simple_DEPENDENCIES = $(top_builddir)/src/cppunit/libcppunit.la \
119	$(am__DEPENDENCIES_1)
120AM_V_lt = $(am__v_lt_$(V))
121am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
122am__v_lt_0 = --silent
123am__v_lt_1 =
124AM_V_P = $(am__v_P_$(V))
125am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
126am__v_P_0 = false
127am__v_P_1 = :
128AM_V_GEN = $(am__v_GEN_$(V))
129am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
130am__v_GEN_0 = @echo "  GEN     " $@;
131am__v_GEN_1 =
132AM_V_at = $(am__v_at_$(V))
133am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
134am__v_at_0 = @
135am__v_at_1 =
136DEFAULT_INCLUDES = -I. -I$(top_builddir)
137depcomp = $(SHELL) $(top_srcdir)/depcomp
138am__depfiles_maybe = depfiles
139am__mv = mv -f
140CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
141	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
142LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
143	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
144	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
145	$(AM_CXXFLAGS) $(CXXFLAGS)
146AM_V_CXX = $(am__v_CXX_$(V))
147am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
148am__v_CXX_0 = @echo "  CXX     " $@;
149am__v_CXX_1 =
150CXXLD = $(CXX)
151CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
152	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
153	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
154AM_V_CXXLD = $(am__v_CXXLD_$(V))
155am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
156am__v_CXXLD_0 = @echo "  CXXLD   " $@;
157am__v_CXXLD_1 =
158COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
159	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
160LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
161	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
162	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
163	$(AM_CFLAGS) $(CFLAGS)
164AM_V_CC = $(am__v_CC_$(V))
165am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
166am__v_CC_0 = @echo "  CC      " $@;
167am__v_CC_1 =
168CCLD = $(CC)
169LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
171	$(AM_LDFLAGS) $(LDFLAGS) -o $@
172AM_V_CCLD = $(am__v_CCLD_$(V))
173am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
174am__v_CCLD_0 = @echo "  CCLD    " $@;
175am__v_CCLD_1 =
176SOURCES = $(simple_SOURCES)
177DIST_SOURCES = $(simple_SOURCES)
178am__can_run_installinfo = \
179  case $$AM_UPDATE_INFO_DIR in \
180    n|no|NO) false;; \
181    *) (install-info --version) >/dev/null 2>&1;; \
182  esac
183am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
184# Read a list of newline-separated strings from the standard input,
185# and print each of them once, without duplicates.  Input order is
186# *not* preserved.
187am__uniquify_input = $(AWK) '\
188  BEGIN { nonempty = 0; } \
189  { items[$$0] = 1; nonempty = 1; } \
190  END { if (nonempty) { for (i in items) print i; }; } \
191'
192# Make sure the list of sources is unique.  This is necessary because,
193# e.g., the same source file might be shared among _SOURCES variables
194# for different programs/libraries.
195am__define_uniq_tagged_files = \
196  list='$(am__tagged_files)'; \
197  unique=`for i in $$list; do \
198    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199  done | $(am__uniquify_input)`
200ETAGS = etags
201CTAGS = ctags
202am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
203DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204ACLOCAL = ${SHELL} /home/moggi/devel/cppunit/missing aclocal-1.15
205AMTAR = $${TAR-tar}
206AM_DEFAULT_VERBOSITY = 0
207AR = ar
208AS = as
209AUTOCONF = ${SHELL} /home/moggi/devel/cppunit/missing autoconf
210AUTOHEADER = ${SHELL} /home/moggi/devel/cppunit/missing autoheader
211AUTOMAKE = ${SHELL} /home/moggi/devel/cppunit/missing automake-1.15
212AWK = gawk
213CC = gcc
214CCDEPMODE = depmode=gcc3
215CFLAGS = -g -O2 -Werror -Wall -Wextra -pedantic
216CPP = gcc -E
217CPPFLAGS =
218CPPUNIT_BINARY_AGE = 0
219CPPUNIT_CXXFLAGS =
220CPPUNIT_INTERFACE_AGE = 0
221CPPUNIT_MAJOR_VERSION = 1
222CPPUNIT_MICRO_VERSION = 0
223CPPUNIT_MINOR_VERSION = 14
224CXX = g++
225CXXCPP = g++ -E
226CXXDEPMODE = depmode=gcc3
227CXXFLAGS = -g -O2 -Werror -Wall -Wextra -pedantic
228CYGPATH_W = echo
229DEFS = -DHAVE_CONFIG_H
230DEPDIR = .deps
231DLLTOOL = false
232DOT = /usr/bin/dot
233DOXYGEN = /usr/bin/doxygen
234DSYMUTIL =
235DUMPBIN =
236ECHO_C =
237ECHO_N = -n
238ECHO_T =
239EGREP = /usr/bin/grep -E
240EXEEXT =
241FGREP = /usr/bin/grep -F
242GREP = /usr/bin/grep
243HAVE_CXX11 = 1
244INSTALL = /usr/bin/install -c
245INSTALL_DATA = ${INSTALL} -m 644
246INSTALL_PROGRAM = ${INSTALL}
247INSTALL_SCRIPT = ${INSTALL}
248INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
249LD = /usr/bin/ld -m elf_x86_64
250LDFLAGS =
251LIBADD_DL = -ldl
252LIBOBJS =
253LIBS =  -lm
254LIBTOOL = $(SHELL) $(top_builddir)/libtool
255LIPO =
256LN_S = ln -s
257LTLIBOBJS =
258LT_AGE = 0
259LT_CURRENT = 0
260LT_RELEASE = 1.14
261LT_REVISION = 0
262LT_SYS_LIBRARY_PATH =
263MAKEINFO = ${SHELL} /home/moggi/devel/cppunit/missing makeinfo
264MANIFEST_TOOL = :
265MKDIR_P = /usr/bin/mkdir -p
266NM = /usr/bin/nm -B
267NMEDIT =
268OBJDUMP = objdump
269OBJEXT = o
270OTOOL =
271OTOOL64 =
272PACKAGE = cppunit
273PACKAGE_BUGREPORT =
274PACKAGE_NAME = cppunit
275PACKAGE_STRING = cppunit 1.14.0
276PACKAGE_TARNAME = cppunit
277PACKAGE_URL =
278PACKAGE_VERSION = 1.14.0
279PATH_SEPARATOR = :
280RANLIB = ranlib
281SED = /usr/bin/sed
282SET_MAKE =
283SHELL = /bin/sh
284STRIP = strip
285VERSION = 1.14.0
286abs_builddir = /home/moggi/devel/cppunit/examples/simple
287abs_srcdir = /home/moggi/devel/cppunit/examples/simple
288abs_top_builddir = /home/moggi/devel/cppunit
289abs_top_srcdir = /home/moggi/devel/cppunit
290ac_ct_AR = ar
291ac_ct_CC = gcc
292ac_ct_CXX = g++
293ac_ct_DUMPBIN =
294am__include = include
295am__leading_dot = .
296am__quote =
297am__tar = $${TAR-tar} chof - "$$tardir"
298am__untar = $${TAR-tar} xf -
299bindir = ${exec_prefix}/bin
300build = x86_64-unknown-linux-gnu
301build_alias =
302build_cpu = x86_64
303build_os = linux-gnu
304build_vendor = unknown
305builddir = .
306datadir = ${datarootdir}
307datarootdir = ${prefix}/share
308docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
309dvidir = ${docdir}
310enable_dot = yes
311enable_html_docs = yes
312enable_latex_docs = no
313exec_prefix = ${prefix}
314host = x86_64-unknown-linux-gnu
315host_alias =
316host_cpu = x86_64
317host_os = linux-gnu
318host_vendor = unknown
319htmldir = ${docdir}
320includedir = ${prefix}/include
321infodir = ${datarootdir}/info
322install_sh = ${SHELL} /home/moggi/devel/cppunit/install-sh
323libdir = ${exec_prefix}/lib
324libexecdir = ${exec_prefix}/libexec
325localedir = ${datarootdir}/locale
326localstatedir = ${prefix}/var
327mandir = ${datarootdir}/man
328mkdir_p = $(MKDIR_P)
329oldincludedir = /usr/include
330pdfdir = ${docdir}
331prefix = /usr/local
332program_transform_name = s,x,x,
333psdir = ${docdir}
334sbindir = ${exec_prefix}/sbin
335sharedstatedir = ${prefix}/com
336srcdir = .
337sysconfdir = ${prefix}/etc
338target_alias =
339top_build_prefix = ../../
340top_builddir = ../..
341top_srcdir = ../..
342EXTRA_DIST = simple.dsp simple_plugin.dsp SimplePlugIn.cpp
343AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
344simple_SOURCES = ExampleTestCase.cpp Main.cpp  ExampleTestCase.h
345simple_LDADD = \
346  $(top_builddir)/src/cppunit/libcppunit.la \
347  $(LIBADD_DL)
348
349all: all-am
350
351.SUFFIXES:
352.SUFFIXES: .cpp .lo .o .obj
353$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
354	@for dep in $?; do \
355	  case '$(am__configure_deps)' in \
356	    *$$dep*) \
357	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
358	        && { if test -f $@; then exit 0; else break; fi; }; \
359	      exit 1;; \
360	  esac; \
361	done; \
362	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/simple/Makefile'; \
363	$(am__cd) $(top_srcdir) && \
364	  $(AUTOMAKE) --foreign examples/simple/Makefile
365Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
366	@case '$?' in \
367	  *config.status*) \
368	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
369	  *) \
370	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
371	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
372	esac;
373
374$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
375	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376
377$(top_srcdir)/configure:  $(am__configure_deps)
378	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
380	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381$(am__aclocal_m4_deps):
382
383clean-noinstPROGRAMS:
384	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
385	echo " rm -f" $$list; \
386	rm -f $$list || exit $$?; \
387	test -n "$(EXEEXT)" || exit 0; \
388	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
389	echo " rm -f" $$list; \
390	rm -f $$list
391
392simple$(EXEEXT): $(simple_OBJECTS) $(simple_DEPENDENCIES) $(EXTRA_simple_DEPENDENCIES)
393	@rm -f simple$(EXEEXT)
394	$(AM_V_CXXLD)$(CXXLINK) $(simple_OBJECTS) $(simple_LDADD) $(LIBS)
395
396mostlyclean-compile:
397	-rm -f *.$(OBJEXT)
398
399distclean-compile:
400	-rm -f *.tab.c
401
402include ./$(DEPDIR)/ExampleTestCase.Po
403include ./$(DEPDIR)/Main.Po
404
405.cpp.o:
406	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
407	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
408#	$(AM_V_CXX)source='$<' object='$@' libtool=no \
409#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
410#	$(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ $<
411
412.cpp.obj:
413	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
414	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
415#	$(AM_V_CXX)source='$<' object='$@' libtool=no \
416#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
417#	$(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
418
419.cpp.lo:
420	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
421	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
422#	$(AM_V_CXX)source='$<' object='$@' libtool=yes \
423#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
424#	$(AM_V_CXX_no)$(LTCXXCOMPILE) -c -o $@ $<
425
426mostlyclean-libtool:
427	-rm -f *.lo
428
429clean-libtool:
430	-rm -rf .libs _libs
431
432ID: $(am__tagged_files)
433	$(am__define_uniq_tagged_files); mkid -fID $$unique
434tags: tags-am
435TAGS: tags
436
437tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
438	set x; \
439	here=`pwd`; \
440	$(am__define_uniq_tagged_files); \
441	shift; \
442	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
443	  test -n "$$unique" || unique=$$empty_fix; \
444	  if test $$# -gt 0; then \
445	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446	      "$$@" $$unique; \
447	  else \
448	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
449	      $$unique; \
450	  fi; \
451	fi
452ctags: ctags-am
453
454CTAGS: ctags
455ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
456	$(am__define_uniq_tagged_files); \
457	test -z "$(CTAGS_ARGS)$$unique" \
458	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
459	     $$unique
460
461GTAGS:
462	here=`$(am__cd) $(top_builddir) && pwd` \
463	  && $(am__cd) $(top_srcdir) \
464	  && gtags -i $(GTAGS_ARGS) "$$here"
465cscopelist: cscopelist-am
466
467cscopelist-am: $(am__tagged_files)
468	list='$(am__tagged_files)'; \
469	case "$(srcdir)" in \
470	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
471	  *) sdir=$(subdir)/$(srcdir) ;; \
472	esac; \
473	for i in $$list; do \
474	  if test -f "$$i"; then \
475	    echo "$(subdir)/$$i"; \
476	  else \
477	    echo "$$sdir/$$i"; \
478	  fi; \
479	done >> $(top_builddir)/cscope.files
480
481distclean-tags:
482	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
484distdir: $(DISTFILES)
485	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487	list='$(DISTFILES)'; \
488	  dist_files=`for file in $$list; do echo $$file; done | \
489	  sed -e "s|^$$srcdirstrip/||;t" \
490	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
491	case $$dist_files in \
492	  */*) $(MKDIR_P) `echo "$$dist_files" | \
493			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
494			   sort -u` ;; \
495	esac; \
496	for file in $$dist_files; do \
497	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
498	  if test -d $$d/$$file; then \
499	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
500	    if test -d "$(distdir)/$$file"; then \
501	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502	    fi; \
503	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
505	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506	    fi; \
507	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
508	  else \
509	    test -f "$(distdir)/$$file" \
510	    || cp -p $$d/$$file "$(distdir)/$$file" \
511	    || exit 1; \
512	  fi; \
513	done
514check-am: all-am
515check: check-am
516all-am: Makefile $(PROGRAMS)
517installdirs:
518install: install-am
519install-exec: install-exec-am
520install-data: install-data-am
521uninstall: uninstall-am
522
523install-am: all-am
524	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
525
526installcheck: installcheck-am
527install-strip:
528	if test -z '$(STRIP)'; then \
529	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
530	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
531	      install; \
532	else \
533	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
534	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
535	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
536	fi
537mostlyclean-generic:
538
539clean-generic:
540
541distclean-generic:
542	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
543	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
544
545maintainer-clean-generic:
546	@echo "This command is intended for maintainers to use"
547	@echo "it deletes files that may require special tools to rebuild."
548clean: clean-am
549
550clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
551	mostlyclean-am
552
553distclean: distclean-am
554	-rm -rf ./$(DEPDIR)
555	-rm -f Makefile
556distclean-am: clean-am distclean-compile distclean-generic \
557	distclean-tags
558
559dvi: dvi-am
560
561dvi-am:
562
563html: html-am
564
565html-am:
566
567info: info-am
568
569info-am:
570
571install-data-am:
572
573install-dvi: install-dvi-am
574
575install-dvi-am:
576
577install-exec-am:
578
579install-html: install-html-am
580
581install-html-am:
582
583install-info: install-info-am
584
585install-info-am:
586
587install-man:
588
589install-pdf: install-pdf-am
590
591install-pdf-am:
592
593install-ps: install-ps-am
594
595install-ps-am:
596
597installcheck-am:
598
599maintainer-clean: maintainer-clean-am
600	-rm -rf ./$(DEPDIR)
601	-rm -f Makefile
602maintainer-clean-am: distclean-am maintainer-clean-generic
603
604mostlyclean: mostlyclean-am
605
606mostlyclean-am: mostlyclean-compile mostlyclean-generic \
607	mostlyclean-libtool
608
609pdf: pdf-am
610
611pdf-am:
612
613ps: ps-am
614
615ps-am:
616
617uninstall-am:
618
619.MAKE: install-am install-strip
620
621.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
622	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
623	ctags-am distclean distclean-compile distclean-generic \
624	distclean-libtool distclean-tags distdir dvi dvi-am html \
625	html-am info info-am install install-am install-data \
626	install-data-am install-dvi install-dvi-am install-exec \
627	install-exec-am install-html install-html-am install-info \
628	install-info-am install-man install-pdf install-pdf-am \
629	install-ps install-ps-am install-strip installcheck \
630	installcheck-am installdirs maintainer-clean \
631	maintainer-clean-generic mostlyclean mostlyclean-compile \
632	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
633	tags tags-am uninstall uninstall-am
634
635.PRECIOUS: Makefile
636
637
638# Tell versions [3.59,3.63) of GNU make to not export all variables.
639# Otherwise a system limit (for SysV at least) may be exceeded.
640.NOEXPORT:
641