xref: /freebsd/contrib/expat/examples/Makefile.in (revision c697fb7f)
1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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#
18#                          __  __            _
19#                       ___\ \/ /_ __   __ _| |_
20#                      / _ \\  /| '_ \ / _` | __|
21#                     |  __//  \| |_) | (_| | |_
22#                      \___/_/\_\ .__/ \__,_|\__|
23#                               |_| XML parser
24#
25# Copyright (c) 2017 Expat development team
26# Licensed under the MIT license:
27#
28# Permission is  hereby granted,  free of charge,  to any  person obtaining
29# a  copy  of  this  software   and  associated  documentation  files  (the
30# "Software"),  to  deal in  the  Software  without restriction,  including
31# without  limitation the  rights  to use,  copy,  modify, merge,  publish,
32# distribute, sublicense, and/or sell copies of the Software, and to permit
33# persons  to whom  the Software  is  furnished to  do so,  subject to  the
34# following conditions:
35#
36# The above copyright  notice and this permission notice  shall be included
37# in all copies or substantial portions of the Software.
38#
39# THE  SOFTWARE  IS  PROVIDED  "AS  IS",  WITHOUT  WARRANTY  OF  ANY  KIND,
40# EXPRESS  OR IMPLIED,  INCLUDING  BUT  NOT LIMITED  TO  THE WARRANTIES  OF
41# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
42# NO EVENT SHALL THE AUTHORS OR  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
43# DAMAGES OR  OTHER LIABILITY, WHETHER  IN AN  ACTION OF CONTRACT,  TORT OR
44# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
45# USE OR OTHER DEALINGS IN THE SOFTWARE.
46
47VPATH = @srcdir@
48am__is_gnu_make = { \
49  if test -z '$(MAKELEVEL)'; then \
50    false; \
51  elif test -n '$(MAKE_HOST)'; then \
52    true; \
53  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
54    true; \
55  else \
56    false; \
57  fi; \
58}
59am__make_running_with_option = \
60  case $${target_option-} in \
61      ?) ;; \
62      *) echo "am__make_running_with_option: internal error: invalid" \
63              "target option '$${target_option-}' specified" >&2; \
64         exit 1;; \
65  esac; \
66  has_opt=no; \
67  sane_makeflags=$$MAKEFLAGS; \
68  if $(am__is_gnu_make); then \
69    sane_makeflags=$$MFLAGS; \
70  else \
71    case $$MAKEFLAGS in \
72      *\\[\ \	]*) \
73        bs=\\; \
74        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
75          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
76    esac; \
77  fi; \
78  skip_next=no; \
79  strip_trailopt () \
80  { \
81    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
82  }; \
83  for flg in $$sane_makeflags; do \
84    test $$skip_next = yes && { skip_next=no; continue; }; \
85    case $$flg in \
86      *=*|--*) continue;; \
87        -*I) strip_trailopt 'I'; skip_next=yes;; \
88      -*I?*) strip_trailopt 'I';; \
89        -*O) strip_trailopt 'O'; skip_next=yes;; \
90      -*O?*) strip_trailopt 'O';; \
91        -*l) strip_trailopt 'l'; skip_next=yes;; \
92      -*l?*) strip_trailopt 'l';; \
93      -[dEDm]) skip_next=yes;; \
94      -[JT]) skip_next=yes;; \
95    esac; \
96    case $$flg in \
97      *$$target_option*) has_opt=yes; break;; \
98    esac; \
99  done; \
100  test $$has_opt = yes
101am__make_dryrun = (target_option=n; $(am__make_running_with_option))
102am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
103pkgdatadir = $(datadir)/@PACKAGE@
104pkgincludedir = $(includedir)/@PACKAGE@
105pkglibdir = $(libdir)/@PACKAGE@
106pkglibexecdir = $(libexecdir)/@PACKAGE@
107am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
108install_sh_DATA = $(install_sh) -c -m 644
109install_sh_PROGRAM = $(install_sh) -c
110install_sh_SCRIPT = $(install_sh) -c
111INSTALL_HEADER = $(INSTALL_DATA)
112transform = $(program_transform_name)
113NORMAL_INSTALL = :
114PRE_INSTALL = :
115POST_INSTALL = :
116NORMAL_UNINSTALL = :
117PRE_UNINSTALL = :
118POST_UNINSTALL = :
119build_triplet = @build@
120host_triplet = @host@
121noinst_PROGRAMS = elements$(EXEEXT) outline$(EXEEXT)
122subdir = examples
123ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
124am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
125	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
126	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
127	$(top_srcdir)/acinclude.m4 \
128	$(top_srcdir)/conftools/ax-require-defined.m4 \
129	$(top_srcdir)/conftools/ax-check-compile-flag.m4 \
130	$(top_srcdir)/conftools/ax-check-link-flag.m4 \
131	$(top_srcdir)/conftools/ax-append-flag.m4 \
132	$(top_srcdir)/conftools/ax-append-compile-flags.m4 \
133	$(top_srcdir)/conftools/ax-append-link-flags.m4 \
134	$(top_srcdir)/conftools/expatcfg-compiler-supports-visibility.m4 \
135	$(top_srcdir)/configure.ac
136am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
137	$(ACLOCAL_M4)
138DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
139mkinstalldirs = $(install_sh) -d
140CONFIG_HEADER = $(top_builddir)/expat_config.h
141CONFIG_CLEAN_FILES =
142CONFIG_CLEAN_VPATH_FILES =
143PROGRAMS = $(noinst_PROGRAMS)
144am_elements_OBJECTS = elements.$(OBJEXT)
145elements_OBJECTS = $(am_elements_OBJECTS)
146elements_DEPENDENCIES = ../lib/libexpat.la
147AM_V_lt = $(am__v_lt_@AM_V@)
148am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
149am__v_lt_0 = --silent
150am__v_lt_1 =
151am_outline_OBJECTS = outline.$(OBJEXT)
152outline_OBJECTS = $(am_outline_OBJECTS)
153outline_DEPENDENCIES = ../lib/libexpat.la
154AM_V_P = $(am__v_P_@AM_V@)
155am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
156am__v_P_0 = false
157am__v_P_1 = :
158AM_V_GEN = $(am__v_GEN_@AM_V@)
159am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
160am__v_GEN_0 = @echo "  GEN     " $@;
161am__v_GEN_1 =
162AM_V_at = $(am__v_at_@AM_V@)
163am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
164am__v_at_0 = @
165am__v_at_1 =
166DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
167depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
168am__maybe_remake_depfiles = depfiles
169am__depfiles_remade = ./$(DEPDIR)/elements.Po ./$(DEPDIR)/outline.Po
170am__mv = mv -f
171COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
172	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
173LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
175	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
176	$(AM_CFLAGS) $(CFLAGS)
177AM_V_CC = $(am__v_CC_@AM_V@)
178am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
179am__v_CC_0 = @echo "  CC      " $@;
180am__v_CC_1 =
181CCLD = $(CC)
182LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
183	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
184	$(AM_LDFLAGS) $(LDFLAGS) -o $@
185AM_V_CCLD = $(am__v_CCLD_@AM_V@)
186am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
187am__v_CCLD_0 = @echo "  CCLD    " $@;
188am__v_CCLD_1 =
189SOURCES = $(elements_SOURCES) $(outline_SOURCES)
190DIST_SOURCES = $(elements_SOURCES) $(outline_SOURCES)
191am__can_run_installinfo = \
192  case $$AM_UPDATE_INFO_DIR in \
193    n|no|NO) false;; \
194    *) (install-info --version) >/dev/null 2>&1;; \
195  esac
196am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
197# Read a list of newline-separated strings from the standard input,
198# and print each of them once, without duplicates.  Input order is
199# *not* preserved.
200am__uniquify_input = $(AWK) '\
201  BEGIN { nonempty = 0; } \
202  { items[$$0] = 1; nonempty = 1; } \
203  END { if (nonempty) { for (i in items) print i; }; } \
204'
205# Make sure the list of sources is unique.  This is necessary because,
206# e.g., the same source file might be shared among _SOURCES variables
207# for different programs/libraries.
208am__define_uniq_tagged_files = \
209  list='$(am__tagged_files)'; \
210  unique=`for i in $$list; do \
211    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
212  done | $(am__uniquify_input)`
213ETAGS = etags
214CTAGS = ctags
215am__DIST_COMMON = $(srcdir)/Makefile.in \
216	$(top_srcdir)/conftools/depcomp
217DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
218ACLOCAL = @ACLOCAL@
219AMTAR = @AMTAR@
220AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
221AR = @AR@
222AS = @AS@
223AUTOCONF = @AUTOCONF@
224AUTOHEADER = @AUTOHEADER@
225AUTOMAKE = @AUTOMAKE@
226AWK = @AWK@
227CC = @CC@
228CCDEPMODE = @CCDEPMODE@
229CFLAGS = @CFLAGS@
230CPP = @CPP@
231CPPFLAGS = @CPPFLAGS@
232CXX = @CXX@
233CXXCPP = @CXXCPP@
234CXXDEPMODE = @CXXDEPMODE@
235CXXFLAGS = @CXXFLAGS@
236CYGPATH_W = @CYGPATH_W@
237DEFS = @DEFS@
238DEPDIR = @DEPDIR@
239DLLTOOL = @DLLTOOL@
240DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
241DSYMUTIL = @DSYMUTIL@
242DUMPBIN = @DUMPBIN@
243ECHO_C = @ECHO_C@
244ECHO_N = @ECHO_N@
245ECHO_T = @ECHO_T@
246EGREP = @EGREP@
247EXEEXT = @EXEEXT@
248FGREP = @FGREP@
249FILEMAP = @FILEMAP@
250GREP = @GREP@
251INSTALL = @INSTALL@
252INSTALL_DATA = @INSTALL_DATA@
253INSTALL_PROGRAM = @INSTALL_PROGRAM@
254INSTALL_SCRIPT = @INSTALL_SCRIPT@
255INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
256LD = @LD@
257LDFLAGS = @LDFLAGS@
258LIBAGE = @LIBAGE@
259LIBCURRENT = @LIBCURRENT@
260LIBOBJS = @LIBOBJS@
261LIBREVISION = @LIBREVISION@
262LIBS = @LIBS@
263LIBTOOL = @LIBTOOL@
264LIPO = @LIPO@
265LN_S = @LN_S@
266LTLIBOBJS = @LTLIBOBJS@
267LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
268MAKEINFO = @MAKEINFO@
269MANIFEST_TOOL = @MANIFEST_TOOL@
270MKDIR_P = @MKDIR_P@
271NM = @NM@
272NMEDIT = @NMEDIT@
273OBJDUMP = @OBJDUMP@
274OBJEXT = @OBJEXT@
275OTOOL = @OTOOL@
276OTOOL64 = @OTOOL64@
277PACKAGE = @PACKAGE@
278PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
279PACKAGE_NAME = @PACKAGE_NAME@
280PACKAGE_STRING = @PACKAGE_STRING@
281PACKAGE_TARNAME = @PACKAGE_TARNAME@
282PACKAGE_URL = @PACKAGE_URL@
283PACKAGE_VERSION = @PACKAGE_VERSION@
284PATH_SEPARATOR = @PATH_SEPARATOR@
285RANLIB = @RANLIB@
286SED = @SED@
287SET_MAKE = @SET_MAKE@
288SHELL = @SHELL@
289STRIP = @STRIP@
290VERSION = @VERSION@
291abs_builddir = @abs_builddir@
292abs_srcdir = @abs_srcdir@
293abs_top_builddir = @abs_top_builddir@
294abs_top_srcdir = @abs_top_srcdir@
295ac_ct_AR = @ac_ct_AR@
296ac_ct_CC = @ac_ct_CC@
297ac_ct_CXX = @ac_ct_CXX@
298ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
299am__include = @am__include@
300am__leading_dot = @am__leading_dot@
301am__quote = @am__quote@
302am__tar = @am__tar@
303am__untar = @am__untar@
304bindir = @bindir@
305build = @build@
306build_alias = @build_alias@
307build_cpu = @build_cpu@
308build_os = @build_os@
309build_vendor = @build_vendor@
310builddir = @builddir@
311datadir = @datadir@
312datarootdir = @datarootdir@
313docdir = @docdir@
314dvidir = @dvidir@
315exec_prefix = @exec_prefix@
316host = @host@
317host_alias = @host_alias@
318host_cpu = @host_cpu@
319host_os = @host_os@
320host_vendor = @host_vendor@
321htmldir = @htmldir@
322includedir = @includedir@
323infodir = @infodir@
324install_sh = @install_sh@
325libdir = @libdir@
326libexecdir = @libexecdir@
327localedir = @localedir@
328localstatedir = @localstatedir@
329mandir = @mandir@
330mkdir_p = @mkdir_p@
331oldincludedir = @oldincludedir@
332pdfdir = @pdfdir@
333prefix = @prefix@
334program_transform_name = @program_transform_name@
335psdir = @psdir@
336sbindir = @sbindir@
337sharedstatedir = @sharedstatedir@
338srcdir = @srcdir@
339sysconfdir = @sysconfdir@
340target_alias = @target_alias@
341top_build_prefix = @top_build_prefix@
342top_builddir = @top_builddir@
343top_srcdir = @top_srcdir@
344AM_CPPFLAGS = -I$(srcdir)/../lib
345elements_SOURCES = elements.c
346elements_LDADD = ../lib/libexpat.la
347outline_SOURCES = outline.c
348outline_LDADD = ../lib/libexpat.la
349all: all-am
350
351.SUFFIXES:
352.SUFFIXES: .c .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) --gnu examples/Makefile'; \
363	$(am__cd) $(top_srcdir) && \
364	  $(AUTOMAKE) --gnu examples/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__maybe_remake_depfiles)'; \
371	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
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
392elements$(EXEEXT): $(elements_OBJECTS) $(elements_DEPENDENCIES) $(EXTRA_elements_DEPENDENCIES)
393	@rm -f elements$(EXEEXT)
394	$(AM_V_CCLD)$(LINK) $(elements_OBJECTS) $(elements_LDADD) $(LIBS)
395
396outline$(EXEEXT): $(outline_OBJECTS) $(outline_DEPENDENCIES) $(EXTRA_outline_DEPENDENCIES)
397	@rm -f outline$(EXEEXT)
398	$(AM_V_CCLD)$(LINK) $(outline_OBJECTS) $(outline_LDADD) $(LIBS)
399
400mostlyclean-compile:
401	-rm -f *.$(OBJEXT)
402
403distclean-compile:
404	-rm -f *.tab.c
405
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elements.Po@am__quote@ # am--include-marker
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/outline.Po@am__quote@ # am--include-marker
408
409$(am__depfiles_remade):
410	@$(MKDIR_P) $(@D)
411	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
412
413am--depfiles: $(am__depfiles_remade)
414
415.c.o:
416@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
418@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
421
422.c.obj:
423@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
424@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
428
429.c.lo:
430@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
431@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
432@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
433@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
435
436mostlyclean-libtool:
437	-rm -f *.lo
438
439clean-libtool:
440	-rm -rf .libs _libs
441
442ID: $(am__tagged_files)
443	$(am__define_uniq_tagged_files); mkid -fID $$unique
444tags: tags-am
445TAGS: tags
446
447tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
448	set x; \
449	here=`pwd`; \
450	$(am__define_uniq_tagged_files); \
451	shift; \
452	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
453	  test -n "$$unique" || unique=$$empty_fix; \
454	  if test $$# -gt 0; then \
455	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456	      "$$@" $$unique; \
457	  else \
458	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
459	      $$unique; \
460	  fi; \
461	fi
462ctags: ctags-am
463
464CTAGS: ctags
465ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
466	$(am__define_uniq_tagged_files); \
467	test -z "$(CTAGS_ARGS)$$unique" \
468	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469	     $$unique
470
471GTAGS:
472	here=`$(am__cd) $(top_builddir) && pwd` \
473	  && $(am__cd) $(top_srcdir) \
474	  && gtags -i $(GTAGS_ARGS) "$$here"
475cscopelist: cscopelist-am
476
477cscopelist-am: $(am__tagged_files)
478	list='$(am__tagged_files)'; \
479	case "$(srcdir)" in \
480	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
481	  *) sdir=$(subdir)/$(srcdir) ;; \
482	esac; \
483	for i in $$list; do \
484	  if test -f "$$i"; then \
485	    echo "$(subdir)/$$i"; \
486	  else \
487	    echo "$$sdir/$$i"; \
488	  fi; \
489	done >> $(top_builddir)/cscope.files
490
491distclean-tags:
492	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493
494distdir: $(BUILT_SOURCES)
495	$(MAKE) $(AM_MAKEFLAGS) distdir-am
496
497distdir-am: $(DISTFILES)
498	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
499	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
500	list='$(DISTFILES)'; \
501	  dist_files=`for file in $$list; do echo $$file; done | \
502	  sed -e "s|^$$srcdirstrip/||;t" \
503	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
504	case $$dist_files in \
505	  */*) $(MKDIR_P) `echo "$$dist_files" | \
506			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
507			   sort -u` ;; \
508	esac; \
509	for file in $$dist_files; do \
510	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
511	  if test -d $$d/$$file; then \
512	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
513	    if test -d "$(distdir)/$$file"; then \
514	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
515	    fi; \
516	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
517	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
518	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
519	    fi; \
520	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
521	  else \
522	    test -f "$(distdir)/$$file" \
523	    || cp -p $$d/$$file "$(distdir)/$$file" \
524	    || exit 1; \
525	  fi; \
526	done
527check-am: all-am
528check: check-am
529all-am: Makefile $(PROGRAMS)
530installdirs:
531install: install-am
532install-exec: install-exec-am
533install-data: install-data-am
534uninstall: uninstall-am
535
536install-am: all-am
537	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
538
539installcheck: installcheck-am
540install-strip:
541	if test -z '$(STRIP)'; then \
542	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
543	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
544	      install; \
545	else \
546	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
547	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
548	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
549	fi
550mostlyclean-generic:
551
552clean-generic:
553
554distclean-generic:
555	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
556	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
557
558maintainer-clean-generic:
559	@echo "This command is intended for maintainers to use"
560	@echo "it deletes files that may require special tools to rebuild."
561clean: clean-am
562
563clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
564	mostlyclean-am
565
566distclean: distclean-am
567		-rm -f ./$(DEPDIR)/elements.Po
568	-rm -f ./$(DEPDIR)/outline.Po
569	-rm -f Makefile
570distclean-am: clean-am distclean-compile distclean-generic \
571	distclean-tags
572
573dvi: dvi-am
574
575dvi-am:
576
577html: html-am
578
579html-am:
580
581info: info-am
582
583info-am:
584
585install-data-am:
586
587install-dvi: install-dvi-am
588
589install-dvi-am:
590
591install-exec-am:
592
593install-html: install-html-am
594
595install-html-am:
596
597install-info: install-info-am
598
599install-info-am:
600
601install-man:
602
603install-pdf: install-pdf-am
604
605install-pdf-am:
606
607install-ps: install-ps-am
608
609install-ps-am:
610
611installcheck-am:
612
613maintainer-clean: maintainer-clean-am
614		-rm -f ./$(DEPDIR)/elements.Po
615	-rm -f ./$(DEPDIR)/outline.Po
616	-rm -f Makefile
617maintainer-clean-am: distclean-am maintainer-clean-generic
618
619mostlyclean: mostlyclean-am
620
621mostlyclean-am: mostlyclean-compile mostlyclean-generic \
622	mostlyclean-libtool
623
624pdf: pdf-am
625
626pdf-am:
627
628ps: ps-am
629
630ps-am:
631
632uninstall-am:
633
634.MAKE: install-am install-strip
635
636.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
637	clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
638	ctags ctags-am distclean distclean-compile distclean-generic \
639	distclean-libtool distclean-tags distdir dvi dvi-am html \
640	html-am info info-am install install-am install-data \
641	install-data-am install-dvi install-dvi-am install-exec \
642	install-exec-am install-html install-html-am install-info \
643	install-info-am install-man install-pdf install-pdf-am \
644	install-ps install-ps-am install-strip installcheck \
645	installcheck-am installdirs maintainer-clean \
646	maintainer-clean-generic mostlyclean mostlyclean-compile \
647	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
648	tags tags-am uninstall uninstall-am
649
650.PRECIOUS: Makefile
651
652
653# Tell versions [3.59,3.63) of GNU make to not export all variables.
654# Otherwise a system limit (for SysV at least) may be exceeded.
655.NOEXPORT:
656