Imported Upstream version 2.2.5
[platform/upstream/expat.git] / examples / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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
47 VPATH = @srcdir@
48 am__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 }
59 am__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
101 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
102 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
103 pkgdatadir = $(datadir)/@PACKAGE@
104 pkgincludedir = $(includedir)/@PACKAGE@
105 pkglibdir = $(libdir)/@PACKAGE@
106 pkglibexecdir = $(libexecdir)/@PACKAGE@
107 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
108 install_sh_DATA = $(install_sh) -c -m 644
109 install_sh_PROGRAM = $(install_sh) -c
110 install_sh_SCRIPT = $(install_sh) -c
111 INSTALL_HEADER = $(INSTALL_DATA)
112 transform = $(program_transform_name)
113 NORMAL_INSTALL = :
114 PRE_INSTALL = :
115 POST_INSTALL = :
116 NORMAL_UNINSTALL = :
117 PRE_UNINSTALL = :
118 POST_UNINSTALL = :
119 build_triplet = @build@
120 host_triplet = @host@
121 noinst_PROGRAMS = elements$(EXEEXT) outline$(EXEEXT)
122 subdir = examples
123 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
124 am__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)/conftools/ac_c_bigendian_cross.m4 \
128         $(top_srcdir)/configure.ac
129 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
130         $(ACLOCAL_M4)
131 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
132 mkinstalldirs = $(install_sh) -d
133 CONFIG_HEADER = $(top_builddir)/expat_config.h
134 CONFIG_CLEAN_FILES =
135 CONFIG_CLEAN_VPATH_FILES =
136 PROGRAMS = $(noinst_PROGRAMS)
137 am_elements_OBJECTS = elements.$(OBJEXT)
138 elements_OBJECTS = $(am_elements_OBJECTS)
139 elements_DEPENDENCIES = ../lib/libexpat.la
140 AM_V_lt = $(am__v_lt_@AM_V@)
141 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
142 am__v_lt_0 = --silent
143 am__v_lt_1 = 
144 am_outline_OBJECTS = outline.$(OBJEXT)
145 outline_OBJECTS = $(am_outline_OBJECTS)
146 outline_DEPENDENCIES = ../lib/libexpat.la
147 AM_V_P = $(am__v_P_@AM_V@)
148 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
149 am__v_P_0 = false
150 am__v_P_1 = :
151 AM_V_GEN = $(am__v_GEN_@AM_V@)
152 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
153 am__v_GEN_0 = @echo "  GEN     " $@;
154 am__v_GEN_1 = 
155 AM_V_at = $(am__v_at_@AM_V@)
156 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
157 am__v_at_0 = @
158 am__v_at_1 = 
159 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
160 depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
161 am__depfiles_maybe = depfiles
162 am__mv = mv -f
163 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
164         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
165 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
167         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
168         $(AM_CFLAGS) $(CFLAGS)
169 AM_V_CC = $(am__v_CC_@AM_V@)
170 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
171 am__v_CC_0 = @echo "  CC      " $@;
172 am__v_CC_1 = 
173 CCLD = $(CC)
174 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
175         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
176         $(AM_LDFLAGS) $(LDFLAGS) -o $@
177 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
178 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
179 am__v_CCLD_0 = @echo "  CCLD    " $@;
180 am__v_CCLD_1 = 
181 SOURCES = $(elements_SOURCES) $(outline_SOURCES)
182 DIST_SOURCES = $(elements_SOURCES) $(outline_SOURCES)
183 am__can_run_installinfo = \
184   case $$AM_UPDATE_INFO_DIR in \
185     n|no|NO) false;; \
186     *) (install-info --version) >/dev/null 2>&1;; \
187   esac
188 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
189 # Read a list of newline-separated strings from the standard input,
190 # and print each of them once, without duplicates.  Input order is
191 # *not* preserved.
192 am__uniquify_input = $(AWK) '\
193   BEGIN { nonempty = 0; } \
194   { items[$$0] = 1; nonempty = 1; } \
195   END { if (nonempty) { for (i in items) print i; }; } \
196 '
197 # Make sure the list of sources is unique.  This is necessary because,
198 # e.g., the same source file might be shared among _SOURCES variables
199 # for different programs/libraries.
200 am__define_uniq_tagged_files = \
201   list='$(am__tagged_files)'; \
202   unique=`for i in $$list; do \
203     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
204   done | $(am__uniquify_input)`
205 ETAGS = etags
206 CTAGS = ctags
207 am__DIST_COMMON = $(srcdir)/Makefile.in \
208         $(top_srcdir)/conftools/depcomp
209 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
210 ACLOCAL = @ACLOCAL@
211 AMTAR = @AMTAR@
212 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
213 AR = @AR@
214 AS = @AS@
215 AUTOCONF = @AUTOCONF@
216 AUTOHEADER = @AUTOHEADER@
217 AUTOMAKE = @AUTOMAKE@
218 AWK = @AWK@
219 CC = @CC@
220 CCDEPMODE = @CCDEPMODE@
221 CFLAGS = @CFLAGS@
222 CPP = @CPP@
223 CPPFLAGS = @CPPFLAGS@
224 CXX = @CXX@
225 CXXCPP = @CXXCPP@
226 CXXDEPMODE = @CXXDEPMODE@
227 CXXFLAGS = @CXXFLAGS@
228 CYGPATH_W = @CYGPATH_W@
229 DEFS = @DEFS@
230 DEPDIR = @DEPDIR@
231 DLLTOOL = @DLLTOOL@
232 DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
233 DSYMUTIL = @DSYMUTIL@
234 DUMPBIN = @DUMPBIN@
235 ECHO_C = @ECHO_C@
236 ECHO_N = @ECHO_N@
237 ECHO_T = @ECHO_T@
238 EGREP = @EGREP@
239 EXEEXT = @EXEEXT@
240 FGREP = @FGREP@
241 FILEMAP = @FILEMAP@
242 GREP = @GREP@
243 INSTALL = @INSTALL@
244 INSTALL_DATA = @INSTALL_DATA@
245 INSTALL_PROGRAM = @INSTALL_PROGRAM@
246 INSTALL_SCRIPT = @INSTALL_SCRIPT@
247 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
248 LD = @LD@
249 LDFLAGS = @LDFLAGS@
250 LIBAGE = @LIBAGE@
251 LIBCURRENT = @LIBCURRENT@
252 LIBOBJS = @LIBOBJS@
253 LIBREVISION = @LIBREVISION@
254 LIBS = @LIBS@
255 LIBTOOL = @LIBTOOL@
256 LIPO = @LIPO@
257 LN_S = @LN_S@
258 LTLIBOBJS = @LTLIBOBJS@
259 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
260 MAKEINFO = @MAKEINFO@
261 MANIFEST_TOOL = @MANIFEST_TOOL@
262 MKDIR_P = @MKDIR_P@
263 NM = @NM@
264 NMEDIT = @NMEDIT@
265 OBJDUMP = @OBJDUMP@
266 OBJEXT = @OBJEXT@
267 OTOOL = @OTOOL@
268 OTOOL64 = @OTOOL64@
269 PACKAGE = @PACKAGE@
270 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
271 PACKAGE_NAME = @PACKAGE_NAME@
272 PACKAGE_STRING = @PACKAGE_STRING@
273 PACKAGE_TARNAME = @PACKAGE_TARNAME@
274 PACKAGE_URL = @PACKAGE_URL@
275 PACKAGE_VERSION = @PACKAGE_VERSION@
276 PATH_SEPARATOR = @PATH_SEPARATOR@
277 RANLIB = @RANLIB@
278 SED = @SED@
279 SET_MAKE = @SET_MAKE@
280 SHELL = @SHELL@
281 STRIP = @STRIP@
282 VERSION = @VERSION@
283 abs_builddir = @abs_builddir@
284 abs_srcdir = @abs_srcdir@
285 abs_top_builddir = @abs_top_builddir@
286 abs_top_srcdir = @abs_top_srcdir@
287 ac_ct_AR = @ac_ct_AR@
288 ac_ct_CC = @ac_ct_CC@
289 ac_ct_CXX = @ac_ct_CXX@
290 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
291 am__include = @am__include@
292 am__leading_dot = @am__leading_dot@
293 am__quote = @am__quote@
294 am__tar = @am__tar@
295 am__untar = @am__untar@
296 bindir = @bindir@
297 build = @build@
298 build_alias = @build_alias@
299 build_cpu = @build_cpu@
300 build_os = @build_os@
301 build_vendor = @build_vendor@
302 builddir = @builddir@
303 datadir = @datadir@
304 datarootdir = @datarootdir@
305 docdir = @docdir@
306 dvidir = @dvidir@
307 exec_prefix = @exec_prefix@
308 host = @host@
309 host_alias = @host_alias@
310 host_cpu = @host_cpu@
311 host_os = @host_os@
312 host_vendor = @host_vendor@
313 htmldir = @htmldir@
314 includedir = @includedir@
315 infodir = @infodir@
316 install_sh = @install_sh@
317 libdir = @libdir@
318 libexecdir = @libexecdir@
319 localedir = @localedir@
320 localstatedir = @localstatedir@
321 mandir = @mandir@
322 mkdir_p = @mkdir_p@
323 oldincludedir = @oldincludedir@
324 pdfdir = @pdfdir@
325 prefix = @prefix@
326 program_transform_name = @program_transform_name@
327 psdir = @psdir@
328 sbindir = @sbindir@
329 sharedstatedir = @sharedstatedir@
330 srcdir = @srcdir@
331 sysconfdir = @sysconfdir@
332 target_alias = @target_alias@
333 top_build_prefix = @top_build_prefix@
334 top_builddir = @top_builddir@
335 top_srcdir = @top_srcdir@
336 AM_CPPFLAGS = -I$(srcdir)/../lib
337 elements_SOURCES = elements.c
338 elements_LDADD = ../lib/libexpat.la
339 outline_SOURCES = outline.c
340 outline_LDADD = ../lib/libexpat.la
341 all: all-am
342
343 .SUFFIXES:
344 .SUFFIXES: .c .lo .o .obj
345 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
346         @for dep in $?; do \
347           case '$(am__configure_deps)' in \
348             *$$dep*) \
349               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
350                 && { if test -f $@; then exit 0; else break; fi; }; \
351               exit 1;; \
352           esac; \
353         done; \
354         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
355         $(am__cd) $(top_srcdir) && \
356           $(AUTOMAKE) --gnu examples/Makefile
357 Makefile: $(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):
374
375 clean-noinstPROGRAMS:
376         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
377         echo " rm -f" $$list; \
378         rm -f $$list || exit $$?; \
379         test -n "$(EXEEXT)" || exit 0; \
380         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
381         echo " rm -f" $$list; \
382         rm -f $$list
383
384 elements$(EXEEXT): $(elements_OBJECTS) $(elements_DEPENDENCIES) $(EXTRA_elements_DEPENDENCIES) 
385         @rm -f elements$(EXEEXT)
386         $(AM_V_CCLD)$(LINK) $(elements_OBJECTS) $(elements_LDADD) $(LIBS)
387
388 outline$(EXEEXT): $(outline_OBJECTS) $(outline_DEPENDENCIES) $(EXTRA_outline_DEPENDENCIES) 
389         @rm -f outline$(EXEEXT)
390         $(AM_V_CCLD)$(LINK) $(outline_OBJECTS) $(outline_LDADD) $(LIBS)
391
392 mostlyclean-compile:
393         -rm -f *.$(OBJEXT)
394
395 distclean-compile:
396         -rm -f *.tab.c
397
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elements.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/outline.Po@am__quote@
400
401 .c.o:
402 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
403 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
404 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
405 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
407
408 .c.obj:
409 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
410 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
411 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
412 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
414
415 .c.lo:
416 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
418 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
419 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
421
422 mostlyclean-libtool:
423         -rm -f *.lo
424
425 clean-libtool:
426         -rm -rf .libs _libs
427
428 ID: $(am__tagged_files)
429         $(am__define_uniq_tagged_files); mkid -fID $$unique
430 tags: tags-am
431 TAGS: tags
432
433 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
434         set x; \
435         here=`pwd`; \
436         $(am__define_uniq_tagged_files); \
437         shift; \
438         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
439           test -n "$$unique" || unique=$$empty_fix; \
440           if test $$# -gt 0; then \
441             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442               "$$@" $$unique; \
443           else \
444             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445               $$unique; \
446           fi; \
447         fi
448 ctags: ctags-am
449
450 CTAGS: ctags
451 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
452         $(am__define_uniq_tagged_files); \
453         test -z "$(CTAGS_ARGS)$$unique" \
454           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
455              $$unique
456
457 GTAGS:
458         here=`$(am__cd) $(top_builddir) && pwd` \
459           && $(am__cd) $(top_srcdir) \
460           && gtags -i $(GTAGS_ARGS) "$$here"
461 cscopelist: cscopelist-am
462
463 cscopelist-am: $(am__tagged_files)
464         list='$(am__tagged_files)'; \
465         case "$(srcdir)" in \
466           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
467           *) sdir=$(subdir)/$(srcdir) ;; \
468         esac; \
469         for i in $$list; do \
470           if test -f "$$i"; then \
471             echo "$(subdir)/$$i"; \
472           else \
473             echo "$$sdir/$$i"; \
474           fi; \
475         done >> $(top_builddir)/cscope.files
476
477 distclean-tags:
478         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
479
480 distdir: $(DISTFILES)
481         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483         list='$(DISTFILES)'; \
484           dist_files=`for file in $$list; do echo $$file; done | \
485           sed -e "s|^$$srcdirstrip/||;t" \
486               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
487         case $$dist_files in \
488           */*) $(MKDIR_P) `echo "$$dist_files" | \
489                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
490                            sort -u` ;; \
491         esac; \
492         for file in $$dist_files; do \
493           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
494           if test -d $$d/$$file; then \
495             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
496             if test -d "$(distdir)/$$file"; then \
497               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498             fi; \
499             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
500               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
501               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502             fi; \
503             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
504           else \
505             test -f "$(distdir)/$$file" \
506             || cp -p $$d/$$file "$(distdir)/$$file" \
507             || exit 1; \
508           fi; \
509         done
510 check-am: all-am
511 check: check-am
512 all-am: Makefile $(PROGRAMS)
513 installdirs:
514 install: install-am
515 install-exec: install-exec-am
516 install-data: install-data-am
517 uninstall: uninstall-am
518
519 install-am: all-am
520         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
521
522 installcheck: installcheck-am
523 install-strip:
524         if test -z '$(STRIP)'; then \
525           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
526             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
527               install; \
528         else \
529           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
530             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
531             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
532         fi
533 mostlyclean-generic:
534
535 clean-generic:
536
537 distclean-generic:
538         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
539         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
540
541 maintainer-clean-generic:
542         @echo "This command is intended for maintainers to use"
543         @echo "it deletes files that may require special tools to rebuild."
544 clean: clean-am
545
546 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
547         mostlyclean-am
548
549 distclean: distclean-am
550         -rm -rf ./$(DEPDIR)
551         -rm -f Makefile
552 distclean-am: clean-am distclean-compile distclean-generic \
553         distclean-tags
554
555 dvi: dvi-am
556
557 dvi-am:
558
559 html: html-am
560
561 html-am:
562
563 info: info-am
564
565 info-am:
566
567 install-data-am:
568
569 install-dvi: install-dvi-am
570
571 install-dvi-am:
572
573 install-exec-am:
574
575 install-html: install-html-am
576
577 install-html-am:
578
579 install-info: install-info-am
580
581 install-info-am:
582
583 install-man:
584
585 install-pdf: install-pdf-am
586
587 install-pdf-am:
588
589 install-ps: install-ps-am
590
591 install-ps-am:
592
593 installcheck-am:
594
595 maintainer-clean: maintainer-clean-am
596         -rm -rf ./$(DEPDIR)
597         -rm -f Makefile
598 maintainer-clean-am: distclean-am maintainer-clean-generic
599
600 mostlyclean: mostlyclean-am
601
602 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
603         mostlyclean-libtool
604
605 pdf: pdf-am
606
607 pdf-am:
608
609 ps: ps-am
610
611 ps-am:
612
613 uninstall-am:
614
615 .MAKE: install-am install-strip
616
617 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
618         clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
619         ctags-am distclean distclean-compile distclean-generic \
620         distclean-libtool distclean-tags distdir dvi dvi-am html \
621         html-am info info-am install install-am install-data \
622         install-data-am install-dvi install-dvi-am install-exec \
623         install-exec-am install-html install-html-am install-info \
624         install-info-am install-man install-pdf install-pdf-am \
625         install-ps install-ps-am install-strip installcheck \
626         installcheck-am installdirs maintainer-clean \
627         maintainer-clean-generic mostlyclean mostlyclean-compile \
628         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
629         tags tags-am uninstall uninstall-am
630
631 .PRECIOUS: Makefile
632
633
634 # Tell versions [3.59,3.63) of GNU make to not export all variables.
635 # Otherwise a system limit (for SysV at least) may be exceeded.
636 .NOEXPORT: