]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/expat/examples/Makefile.in
bhnd(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / contrib / expat / examples / Makefile.in
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
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)/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
136 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
137         $(ACLOCAL_M4)
138 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
139 mkinstalldirs = $(install_sh) -d
140 CONFIG_HEADER = $(top_builddir)/expat_config.h
141 CONFIG_CLEAN_FILES =
142 CONFIG_CLEAN_VPATH_FILES =
143 PROGRAMS = $(noinst_PROGRAMS)
144 am_elements_OBJECTS = elements.$(OBJEXT)
145 elements_OBJECTS = $(am_elements_OBJECTS)
146 elements_DEPENDENCIES = ../lib/libexpat.la
147 AM_V_lt = $(am__v_lt_@AM_V@)
148 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
149 am__v_lt_0 = --silent
150 am__v_lt_1 = 
151 am_outline_OBJECTS = outline.$(OBJEXT)
152 outline_OBJECTS = $(am_outline_OBJECTS)
153 outline_DEPENDENCIES = ../lib/libexpat.la
154 AM_V_P = $(am__v_P_@AM_V@)
155 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
156 am__v_P_0 = false
157 am__v_P_1 = :
158 AM_V_GEN = $(am__v_GEN_@AM_V@)
159 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
160 am__v_GEN_0 = @echo "  GEN     " $@;
161 am__v_GEN_1 = 
162 AM_V_at = $(am__v_at_@AM_V@)
163 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
164 am__v_at_0 = @
165 am__v_at_1 = 
166 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
167 depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
168 am__maybe_remake_depfiles = depfiles
169 am__depfiles_remade = ./$(DEPDIR)/elements.Po ./$(DEPDIR)/outline.Po
170 am__mv = mv -f
171 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
172         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
173 LTCOMPILE = $(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)
177 AM_V_CC = $(am__v_CC_@AM_V@)
178 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
179 am__v_CC_0 = @echo "  CC      " $@;
180 am__v_CC_1 = 
181 CCLD = $(CC)
182 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
183         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
184         $(AM_LDFLAGS) $(LDFLAGS) -o $@
185 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
186 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
187 am__v_CCLD_0 = @echo "  CCLD    " $@;
188 am__v_CCLD_1 = 
189 SOURCES = $(elements_SOURCES) $(outline_SOURCES)
190 DIST_SOURCES = $(elements_SOURCES) $(outline_SOURCES)
191 am__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
196 am__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.
200 am__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.
208 am__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)`
213 ETAGS = etags
214 CTAGS = ctags
215 am__DIST_COMMON = $(srcdir)/Makefile.in \
216         $(top_srcdir)/conftools/depcomp
217 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
218 ACLOCAL = @ACLOCAL@
219 AMTAR = @AMTAR@
220 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
221 AR = @AR@
222 AS = @AS@
223 AUTOCONF = @AUTOCONF@
224 AUTOHEADER = @AUTOHEADER@
225 AUTOMAKE = @AUTOMAKE@
226 AWK = @AWK@
227 CC = @CC@
228 CCDEPMODE = @CCDEPMODE@
229 CFLAGS = @CFLAGS@
230 CPP = @CPP@
231 CPPFLAGS = @CPPFLAGS@
232 CXX = @CXX@
233 CXXCPP = @CXXCPP@
234 CXXDEPMODE = @CXXDEPMODE@
235 CXXFLAGS = @CXXFLAGS@
236 CYGPATH_W = @CYGPATH_W@
237 DEFS = @DEFS@
238 DEPDIR = @DEPDIR@
239 DLLTOOL = @DLLTOOL@
240 DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
241 DSYMUTIL = @DSYMUTIL@
242 DUMPBIN = @DUMPBIN@
243 ECHO_C = @ECHO_C@
244 ECHO_N = @ECHO_N@
245 ECHO_T = @ECHO_T@
246 EGREP = @EGREP@
247 EXEEXT = @EXEEXT@
248 FGREP = @FGREP@
249 FILEMAP = @FILEMAP@
250 GREP = @GREP@
251 INSTALL = @INSTALL@
252 INSTALL_DATA = @INSTALL_DATA@
253 INSTALL_PROGRAM = @INSTALL_PROGRAM@
254 INSTALL_SCRIPT = @INSTALL_SCRIPT@
255 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
256 LD = @LD@
257 LDFLAGS = @LDFLAGS@
258 LIBAGE = @LIBAGE@
259 LIBCURRENT = @LIBCURRENT@
260 LIBOBJS = @LIBOBJS@
261 LIBREVISION = @LIBREVISION@
262 LIBS = @LIBS@
263 LIBTOOL = @LIBTOOL@
264 LIPO = @LIPO@
265 LN_S = @LN_S@
266 LTLIBOBJS = @LTLIBOBJS@
267 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
268 MAKEINFO = @MAKEINFO@
269 MANIFEST_TOOL = @MANIFEST_TOOL@
270 MKDIR_P = @MKDIR_P@
271 NM = @NM@
272 NMEDIT = @NMEDIT@
273 OBJDUMP = @OBJDUMP@
274 OBJEXT = @OBJEXT@
275 OTOOL = @OTOOL@
276 OTOOL64 = @OTOOL64@
277 PACKAGE = @PACKAGE@
278 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
279 PACKAGE_NAME = @PACKAGE_NAME@
280 PACKAGE_STRING = @PACKAGE_STRING@
281 PACKAGE_TARNAME = @PACKAGE_TARNAME@
282 PACKAGE_URL = @PACKAGE_URL@
283 PACKAGE_VERSION = @PACKAGE_VERSION@
284 PATH_SEPARATOR = @PATH_SEPARATOR@
285 RANLIB = @RANLIB@
286 SED = @SED@
287 SET_MAKE = @SET_MAKE@
288 SHELL = @SHELL@
289 STRIP = @STRIP@
290 VERSION = @VERSION@
291 abs_builddir = @abs_builddir@
292 abs_srcdir = @abs_srcdir@
293 abs_top_builddir = @abs_top_builddir@
294 abs_top_srcdir = @abs_top_srcdir@
295 ac_ct_AR = @ac_ct_AR@
296 ac_ct_CC = @ac_ct_CC@
297 ac_ct_CXX = @ac_ct_CXX@
298 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
299 am__include = @am__include@
300 am__leading_dot = @am__leading_dot@
301 am__quote = @am__quote@
302 am__tar = @am__tar@
303 am__untar = @am__untar@
304 bindir = @bindir@
305 build = @build@
306 build_alias = @build_alias@
307 build_cpu = @build_cpu@
308 build_os = @build_os@
309 build_vendor = @build_vendor@
310 builddir = @builddir@
311 datadir = @datadir@
312 datarootdir = @datarootdir@
313 docdir = @docdir@
314 dvidir = @dvidir@
315 exec_prefix = @exec_prefix@
316 host = @host@
317 host_alias = @host_alias@
318 host_cpu = @host_cpu@
319 host_os = @host_os@
320 host_vendor = @host_vendor@
321 htmldir = @htmldir@
322 includedir = @includedir@
323 infodir = @infodir@
324 install_sh = @install_sh@
325 libdir = @libdir@
326 libexecdir = @libexecdir@
327 localedir = @localedir@
328 localstatedir = @localstatedir@
329 mandir = @mandir@
330 mkdir_p = @mkdir_p@
331 oldincludedir = @oldincludedir@
332 pdfdir = @pdfdir@
333 prefix = @prefix@
334 program_transform_name = @program_transform_name@
335 psdir = @psdir@
336 sbindir = @sbindir@
337 sharedstatedir = @sharedstatedir@
338 srcdir = @srcdir@
339 sysconfdir = @sysconfdir@
340 target_alias = @target_alias@
341 top_build_prefix = @top_build_prefix@
342 top_builddir = @top_builddir@
343 top_srcdir = @top_srcdir@
344 AM_CPPFLAGS = -I$(srcdir)/../lib
345 elements_SOURCES = elements.c
346 elements_LDADD = ../lib/libexpat.la
347 outline_SOURCES = outline.c
348 outline_LDADD = ../lib/libexpat.la
349 all: 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
365 Makefile: $(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
383 clean-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
392 elements$(EXEEXT): $(elements_OBJECTS) $(elements_DEPENDENCIES) $(EXTRA_elements_DEPENDENCIES) 
393         @rm -f elements$(EXEEXT)
394         $(AM_V_CCLD)$(LINK) $(elements_OBJECTS) $(elements_LDADD) $(LIBS)
395
396 outline$(EXEEXT): $(outline_OBJECTS) $(outline_DEPENDENCIES) $(EXTRA_outline_DEPENDENCIES) 
397         @rm -f outline$(EXEEXT)
398         $(AM_V_CCLD)$(LINK) $(outline_OBJECTS) $(outline_LDADD) $(LIBS)
399
400 mostlyclean-compile:
401         -rm -f *.$(OBJEXT)
402
403 distclean-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
413 am--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
436 mostlyclean-libtool:
437         -rm -f *.lo
438
439 clean-libtool:
440         -rm -rf .libs _libs
441
442 ID: $(am__tagged_files)
443         $(am__define_uniq_tagged_files); mkid -fID $$unique
444 tags: tags-am
445 TAGS: tags
446
447 tags-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
462 ctags: ctags-am
463
464 CTAGS: ctags
465 ctags-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
471 GTAGS:
472         here=`$(am__cd) $(top_builddir) && pwd` \
473           && $(am__cd) $(top_srcdir) \
474           && gtags -i $(GTAGS_ARGS) "$$here"
475 cscopelist: cscopelist-am
476
477 cscopelist-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
491 distclean-tags:
492         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493
494 distdir: $(BUILT_SOURCES)
495         $(MAKE) $(AM_MAKEFLAGS) distdir-am
496
497 distdir-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
527 check-am: all-am
528 check: check-am
529 all-am: Makefile $(PROGRAMS)
530 installdirs:
531 install: install-am
532 install-exec: install-exec-am
533 install-data: install-data-am
534 uninstall: uninstall-am
535
536 install-am: all-am
537         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
538
539 installcheck: installcheck-am
540 install-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
550 mostlyclean-generic:
551
552 clean-generic:
553
554 distclean-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
558 maintainer-clean-generic:
559         @echo "This command is intended for maintainers to use"
560         @echo "it deletes files that may require special tools to rebuild."
561 clean: clean-am
562
563 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
564         mostlyclean-am
565
566 distclean: distclean-am
567                 -rm -f ./$(DEPDIR)/elements.Po
568         -rm -f ./$(DEPDIR)/outline.Po
569         -rm -f Makefile
570 distclean-am: clean-am distclean-compile distclean-generic \
571         distclean-tags
572
573 dvi: dvi-am
574
575 dvi-am:
576
577 html: html-am
578
579 html-am:
580
581 info: info-am
582
583 info-am:
584
585 install-data-am:
586
587 install-dvi: install-dvi-am
588
589 install-dvi-am:
590
591 install-exec-am:
592
593 install-html: install-html-am
594
595 install-html-am:
596
597 install-info: install-info-am
598
599 install-info-am:
600
601 install-man:
602
603 install-pdf: install-pdf-am
604
605 install-pdf-am:
606
607 install-ps: install-ps-am
608
609 install-ps-am:
610
611 installcheck-am:
612
613 maintainer-clean: maintainer-clean-am
614                 -rm -f ./$(DEPDIR)/elements.Po
615         -rm -f ./$(DEPDIR)/outline.Po
616         -rm -f Makefile
617 maintainer-clean-am: distclean-am maintainer-clean-generic
618
619 mostlyclean: mostlyclean-am
620
621 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
622         mostlyclean-libtool
623
624 pdf: pdf-am
625
626 pdf-am:
627
628 ps: ps-am
629
630 ps-am:
631
632 uninstall-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: