1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
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@SET_MAKE@
16
17VPATH = @srcdir@
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)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
90host_triplet = @host@
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_@AM_V@)
121am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
122am__v_lt_0 = --silent
123am__v_lt_1 =
124AM_V_P = $(am__v_P_@AM_V@)
125am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
126am__v_P_0 = false
127am__v_P_1 = :
128AM_V_GEN = $(am__v_GEN_@AM_V@)
129am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
130am__v_GEN_0 = @echo "  GEN     " $@;
131am__v_GEN_1 =
132AM_V_at = $(am__v_at_@AM_V@)
133am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
134am__v_at_0 = @
135am__v_at_1 =
136DEFAULT_INCLUDES = -I.@am__isrc@ -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_@AM_V@)
147am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
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_@AM_V@)
155am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
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_@AM_V@)
165am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
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_@AM_V@)
173am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
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 = @ACLOCAL@
205AMTAR = @AMTAR@
206AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
207AR = @AR@
208AS = @AS@
209AUTOCONF = @AUTOCONF@
210AUTOHEADER = @AUTOHEADER@
211AUTOMAKE = @AUTOMAKE@
212AWK = @AWK@
213CC = @CC@
214CCDEPMODE = @CCDEPMODE@
215CFLAGS = @CFLAGS@
216CPP = @CPP@
217CPPFLAGS = @CPPFLAGS@
218CPPUNIT_BINARY_AGE = @CPPUNIT_BINARY_AGE@
219CPPUNIT_CXXFLAGS = @CPPUNIT_CXXFLAGS@
220CPPUNIT_INTERFACE_AGE = @CPPUNIT_INTERFACE_AGE@
221CPPUNIT_MAJOR_VERSION = @CPPUNIT_MAJOR_VERSION@
222CPPUNIT_MICRO_VERSION = @CPPUNIT_MICRO_VERSION@
223CPPUNIT_MINOR_VERSION = @CPPUNIT_MINOR_VERSION@
224CXX = @CXX@
225CXXCPP = @CXXCPP@
226CXXDEPMODE = @CXXDEPMODE@
227CXXFLAGS = @CXXFLAGS@
228CYGPATH_W = @CYGPATH_W@
229DEFS = @DEFS@
230DEPDIR = @DEPDIR@
231DLLTOOL = @DLLTOOL@
232DOT = @DOT@
233DOXYGEN = @DOXYGEN@
234DSYMUTIL = @DSYMUTIL@
235DUMPBIN = @DUMPBIN@
236ECHO_C = @ECHO_C@
237ECHO_N = @ECHO_N@
238ECHO_T = @ECHO_T@
239EGREP = @EGREP@
240EXEEXT = @EXEEXT@
241FGREP = @FGREP@
242GREP = @GREP@
243HAVE_CXX11 = @HAVE_CXX11@
244INSTALL = @INSTALL@
245INSTALL_DATA = @INSTALL_DATA@
246INSTALL_PROGRAM = @INSTALL_PROGRAM@
247INSTALL_SCRIPT = @INSTALL_SCRIPT@
248INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
249LD = @LD@
250LDFLAGS = @LDFLAGS@
251LIBADD_DL = @LIBADD_DL@
252LIBOBJS = @LIBOBJS@
253LIBS = @LIBS@
254LIBTOOL = @LIBTOOL@
255LIPO = @LIPO@
256LN_S = @LN_S@
257LTLIBOBJS = @LTLIBOBJS@
258LT_AGE = @LT_AGE@
259LT_CURRENT = @LT_CURRENT@
260LT_RELEASE = @LT_RELEASE@
261LT_REVISION = @LT_REVISION@
262LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
263MAKEINFO = @MAKEINFO@
264MANIFEST_TOOL = @MANIFEST_TOOL@
265MKDIR_P = @MKDIR_P@
266NM = @NM@
267NMEDIT = @NMEDIT@
268OBJDUMP = @OBJDUMP@
269OBJEXT = @OBJEXT@
270OTOOL = @OTOOL@
271OTOOL64 = @OTOOL64@
272PACKAGE = @PACKAGE@
273PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
274PACKAGE_NAME = @PACKAGE_NAME@
275PACKAGE_STRING = @PACKAGE_STRING@
276PACKAGE_TARNAME = @PACKAGE_TARNAME@
277PACKAGE_URL = @PACKAGE_URL@
278PACKAGE_VERSION = @PACKAGE_VERSION@
279PATH_SEPARATOR = @PATH_SEPARATOR@
280RANLIB = @RANLIB@
281SED = @SED@
282SET_MAKE = @SET_MAKE@
283SHELL = @SHELL@
284STRIP = @STRIP@
285VERSION = @VERSION@
286abs_builddir = @abs_builddir@
287abs_srcdir = @abs_srcdir@
288abs_top_builddir = @abs_top_builddir@
289abs_top_srcdir = @abs_top_srcdir@
290ac_ct_AR = @ac_ct_AR@
291ac_ct_CC = @ac_ct_CC@
292ac_ct_CXX = @ac_ct_CXX@
293ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
294am__include = @am__include@
295am__leading_dot = @am__leading_dot@
296am__quote = @am__quote@
297am__tar = @am__tar@
298am__untar = @am__untar@
299bindir = @bindir@
300build = @build@
301build_alias = @build_alias@
302build_cpu = @build_cpu@
303build_os = @build_os@
304build_vendor = @build_vendor@
305builddir = @builddir@
306datadir = @datadir@
307datarootdir = @datarootdir@
308docdir = @docdir@
309dvidir = @dvidir@
310enable_dot = @enable_dot@
311enable_html_docs = @enable_html_docs@
312enable_latex_docs = @enable_latex_docs@
313exec_prefix = @exec_prefix@
314host = @host@
315host_alias = @host_alias@
316host_cpu = @host_cpu@
317host_os = @host_os@
318host_vendor = @host_vendor@
319htmldir = @htmldir@
320includedir = @includedir@
321infodir = @infodir@
322install_sh = @install_sh@
323libdir = @libdir@
324libexecdir = @libexecdir@
325localedir = @localedir@
326localstatedir = @localstatedir@
327mandir = @mandir@
328mkdir_p = @mkdir_p@
329oldincludedir = @oldincludedir@
330pdfdir = @pdfdir@
331prefix = @prefix@
332program_transform_name = @program_transform_name@
333psdir = @psdir@
334sbindir = @sbindir@
335sharedstatedir = @sharedstatedir@
336srcdir = @srcdir@
337sysconfdir = @sysconfdir@
338target_alias = @target_alias@
339top_build_prefix = @top_build_prefix@
340top_builddir = @top_builddir@
341top_srcdir = @top_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
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ExampleTestCase.Po@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Main.Po@am__quote@
404
405.cpp.o:
406@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
407@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
408@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
409@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
411
412.cpp.obj:
413@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
414@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
415@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
416@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
418
419.cpp.lo:
420@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
421@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
422@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
423@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(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