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