9afa681cdf22ce12ee8a4819ce4cf4244a0b710c
[platform/upstream/oprofile.git] / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = .
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/binutils.m4 \
93         $(top_srcdir)/m4/builtinexpect.m4 \
94         $(top_srcdir)/m4/compileroption.m4 \
95         $(top_srcdir)/m4/copyifchange.m4 $(top_srcdir)/m4/docbook.m4 \
96         $(top_srcdir)/m4/extradirs.m4 \
97         $(top_srcdir)/m4/kernelversion.m4 $(top_srcdir)/m4/libtool.m4 \
98         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
99         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
100         $(top_srcdir)/m4/mallocattribute.m4 \
101         $(top_srcdir)/m4/poptconst.m4 \
102         $(top_srcdir)/m4/precompiledheader.m4 \
103         $(top_srcdir)/m4/sstream.m4 $(top_srcdir)/m4/typedef.m4 \
104         $(top_srcdir)/configure.ac
105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106         $(ACLOCAL_M4)
107 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
108         $(am__configure_deps) $(am__DIST_COMMON)
109 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
110  configure.lineno config.status.lineno
111 mkinstalldirs = $(install_sh) -d
112 CONFIG_HEADER = config.h
113 CONFIG_CLEAN_FILES = doc/xsl/catalog-1.xml doc/srcdoc/Doxyfile
114 CONFIG_CLEAN_VPATH_FILES =
115 AM_V_P = $(am__v_P_@AM_V@)
116 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
117 am__v_P_0 = false
118 am__v_P_1 = :
119 AM_V_GEN = $(am__v_GEN_@AM_V@)
120 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121 am__v_GEN_0 = @echo "  GEN     " $@;
122 am__v_GEN_1 = 
123 AM_V_at = $(am__v_at_@AM_V@)
124 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125 am__v_at_0 = @
126 am__v_at_1 = 
127 SOURCES =
128 DIST_SOURCES =
129 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
130         ctags-recursive dvi-recursive html-recursive info-recursive \
131         install-data-recursive install-dvi-recursive \
132         install-exec-recursive install-html-recursive \
133         install-info-recursive install-pdf-recursive \
134         install-ps-recursive install-recursive installcheck-recursive \
135         installdirs-recursive pdf-recursive ps-recursive \
136         tags-recursive uninstall-recursive
137 am__can_run_installinfo = \
138   case $$AM_UPDATE_INFO_DIR in \
139     n|no|NO) false;; \
140     *) (install-info --version) >/dev/null 2>&1;; \
141   esac
142 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
143   distclean-recursive maintainer-clean-recursive
144 am__recursive_targets = \
145   $(RECURSIVE_TARGETS) \
146   $(RECURSIVE_CLEAN_TARGETS) \
147   $(am__extra_recursive_targets)
148 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
149         cscope distdir dist dist-all distcheck
150 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
151         $(LISP)config.h.in
152 # Read a list of newline-separated strings from the standard input,
153 # and print each of them once, without duplicates.  Input order is
154 # *not* preserved.
155 am__uniquify_input = $(AWK) '\
156   BEGIN { nonempty = 0; } \
157   { items[$$0] = 1; nonempty = 1; } \
158   END { if (nonempty) { for (i in items) print i; }; } \
159 '
160 # Make sure the list of sources is unique.  This is necessary because,
161 # e.g., the same source file might be shared among _SOURCES variables
162 # for different programs/libraries.
163 am__define_uniq_tagged_files = \
164   list='$(am__tagged_files)'; \
165   unique=`for i in $$list; do \
166     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
167   done | $(am__uniquify_input)`
168 ETAGS = etags
169 CTAGS = ctags
170 CSCOPE = cscope
171 DIST_SUBDIRS = $(SUBDIRS)
172 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
173         $(top_srcdir)/doc/srcdoc/Doxyfile.in \
174         $(top_srcdir)/doc/xsl/catalog-1.xml.in COPYING README TODO \
175         compile config.guess config.sub depcomp install-sh ltmain.sh \
176         missing
177 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
178 distdir = $(PACKAGE)-$(VERSION)
179 top_distdir = $(distdir)
180 am__remove_distdir = \
181   if test -d "$(distdir)"; then \
182     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
183       && rm -rf "$(distdir)" \
184       || { sleep 5 && rm -rf "$(distdir)"; }; \
185   else :; fi
186 am__post_remove_distdir = $(am__remove_distdir)
187 am__relativize = \
188   dir0=`pwd`; \
189   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
190   sed_rest='s,^[^/]*/*,,'; \
191   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
192   sed_butlast='s,/*[^/]*$$,,'; \
193   while test -n "$$dir1"; do \
194     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
195     if test "$$first" != "."; then \
196       if test "$$first" = ".."; then \
197         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
198         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
199       else \
200         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
201         if test "$$first2" = "$$first"; then \
202           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
203         else \
204           dir2="../$$dir2"; \
205         fi; \
206         dir0="$$dir0"/"$$first"; \
207       fi; \
208     fi; \
209     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
210   done; \
211   reldir="$$dir2"
212 DIST_ARCHIVES = $(distdir).tar.gz
213 GZIP_ENV = --best
214 DIST_TARGETS = dist-gzip
215 distuninstallcheck_listfiles = find . -type f -print
216 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
217   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
218 distcleancheck_listfiles = find . -type f -print
219 ACLOCAL = @ACLOCAL@
220 AMTAR = @AMTAR@
221 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
222 AR = @AR@
223 AUTOCONF = @AUTOCONF@
224 AUTOHEADER = @AUTOHEADER@
225 AUTOMAKE = @AUTOMAKE@
226 AWK = @AWK@
227 BFD_LIBS = @BFD_LIBS@
228 CAT_ENTRY_END = @CAT_ENTRY_END@
229 CAT_ENTRY_START = @CAT_ENTRY_START@
230 CC = @CC@
231 CCDEPMODE = @CCDEPMODE@
232 CFLAGS = @CFLAGS@
233 CPP = @CPP@
234 CPPFLAGS = @CPPFLAGS@
235 CXX = @CXX@
236 CXXCPP = @CXXCPP@
237 CXXDEPMODE = @CXXDEPMODE@
238 CXXFLAGS = @CXXFLAGS@
239 CYGPATH_W = @CYGPATH_W@
240 DATE = @DATE@
241 DEFS = @DEFS@
242 DEPDIR = @DEPDIR@
243 DLLTOOL = @DLLTOOL@
244 DOCBOOK_ROOT = @DOCBOOK_ROOT@
245 DSYMUTIL = @DSYMUTIL@
246 DUMPBIN = @DUMPBIN@
247 ECHO_C = @ECHO_C@
248 ECHO_N = @ECHO_N@
249 ECHO_T = @ECHO_T@
250 EGREP = @EGREP@
251 EXEEXT = @EXEEXT@
252 EXTRA_CFLAGS_MODULE = @EXTRA_CFLAGS_MODULE@
253 FGREP = @FGREP@
254 GREP = @GREP@
255 INSTALL = @INSTALL@
256 INSTALL_DATA = @INSTALL_DATA@
257 INSTALL_PROGRAM = @INSTALL_PROGRAM@
258 INSTALL_SCRIPT = @INSTALL_SCRIPT@
259 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
260 JAVA_HOMEDIR = @JAVA_HOMEDIR@
261 LD = @LD@
262 LDFLAGS = @LDFLAGS@
263 LIBERTY_LIBS = @LIBERTY_LIBS@
264 LIBOBJS = @LIBOBJS@
265 LIBS = @LIBS@
266 LIBTOOL = @LIBTOOL@
267 LIPO = @LIPO@
268 LN_S = @LN_S@
269 LTLIBOBJS = @LTLIBOBJS@
270 MAKEINFO = @MAKEINFO@
271 MANIFEST_TOOL = @MANIFEST_TOOL@
272 MKDIR_P = @MKDIR_P@
273 NM = @NM@
274 NMEDIT = @NMEDIT@
275 OBJDUMP = @OBJDUMP@
276 OBJEXT = @OBJEXT@
277 OP_CFLAGS = @OP_CFLAGS@
278 OP_CPPFLAGS = @OP_CPPFLAGS@
279 OP_CXXFLAGS = @OP_CXXFLAGS@
280 OP_DOCDIR = @OP_DOCDIR@
281 OP_LDFLAGS = @OP_LDFLAGS@
282 OTOOL = @OTOOL@
283 OTOOL64 = @OTOOL64@
284 PACKAGE = @PACKAGE@
285 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
286 PACKAGE_NAME = @PACKAGE_NAME@
287 PACKAGE_STRING = @PACKAGE_STRING@
288 PACKAGE_TARNAME = @PACKAGE_TARNAME@
289 PACKAGE_URL = @PACKAGE_URL@
290 PACKAGE_VERSION = @PACKAGE_VERSION@
291 PATH_SEPARATOR = @PATH_SEPARATOR@
292 PERF_EVENT_FLAGS = @PERF_EVENT_FLAGS@
293 PFM_LIB = @PFM_LIB@
294 PKG_CONFIG = @PKG_CONFIG@
295 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
296 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
297 POPT_LIBS = @POPT_LIBS@
298 PTRDIFF_T_TYPE = @PTRDIFF_T_TYPE@
299 RANLIB = @RANLIB@
300 RT_LIB = @RT_LIB@
301 SED = @SED@
302 SET_MAKE = @SET_MAKE@
303 SHELL = @SHELL@
304 SIZE_T_TYPE = @SIZE_T_TYPE@
305 STRIP = @STRIP@
306 VERSION = @VERSION@
307 XMKMF = @XMKMF@
308 XML_CATALOG = @XML_CATALOG@
309 XSLTPROC = @XSLTPROC@
310 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
311 X_CFLAGS = @X_CFLAGS@
312 X_EXTRA_LIBS = @X_EXTRA_LIBS@
313 X_LIBS = @X_LIBS@
314 X_PRE_LIBS = @X_PRE_LIBS@
315 abs_builddir = @abs_builddir@
316 abs_srcdir = @abs_srcdir@
317 abs_top_builddir = @abs_top_builddir@
318 abs_top_srcdir = @abs_top_srcdir@
319 ac_ct_AR = @ac_ct_AR@
320 ac_ct_CC = @ac_ct_CC@
321 ac_ct_CXX = @ac_ct_CXX@
322 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
323 am__include = @am__include@
324 am__leading_dot = @am__leading_dot@
325 am__quote = @am__quote@
326 am__tar = @am__tar@
327 am__untar = @am__untar@
328 bindir = @bindir@
329 build = @build@
330 build_alias = @build_alias@
331 build_cpu = @build_cpu@
332 build_os = @build_os@
333 build_vendor = @build_vendor@
334 builddir = @builddir@
335 datadir = @datadir@
336 datarootdir = @datarootdir@
337 docdir = @docdir@
338 dvidir = @dvidir@
339 exec_prefix = @exec_prefix@
340 host = @host@
341 host_alias = @host_alias@
342 host_cpu = @host_cpu@
343 host_os = @host_os@
344 host_vendor = @host_vendor@
345 htmldir = @htmldir@
346 includedir = @includedir@
347 infodir = @infodir@
348 install_sh = @install_sh@
349 libdir = @libdir@
350 libexecdir = @libexecdir@
351 localedir = @localedir@
352 localstatedir = @localstatedir@
353 mandir = @mandir@
354 mkdir_p = @mkdir_p@
355 oldincludedir = @oldincludedir@
356 pdfdir = @pdfdir@
357 prefix = @prefix@
358 program_transform_name = @program_transform_name@
359 psdir = @psdir@
360 sbindir = @sbindir@
361 sharedstatedir = @sharedstatedir@
362 srcdir = @srcdir@
363 sysconfdir = @sysconfdir@
364 target_alias = @target_alias@
365 top_build_prefix = @top_build_prefix@
366 top_builddir = @top_builddir@
367 top_srcdir = @top_srcdir@
368 topdir = @topdir@
369
370 #### ATTENTION ####
371 #    The agents directory must be kept as the last subdir
372 SUBDIRS = \
373         . \
374         m4 \
375         libutil \
376         libop \
377         libopagent \
378         libdb \
379         libutil++ \
380         libopt++ \
381         libabi \
382         utils \
383         libregex \
384         libpp \
385         opjitconv \
386         pp \
387         events \
388         doc \
389         libpe_utils \
390         libperf_events \
391         pe_profiling \
392         pe_counting \
393         agents
394
395 #### ATTENTION ####
396 #    The agents directory must be kept as the last subdir
397 ACLOCAL_AMFLAGS = -I m4
398 EXTRA_DIST = \
399         ChangeLog-2001 \
400         ChangeLog-2002 \
401         ChangeLog-2003 \
402         ChangeLog-2004 \
403         ChangeLog-2005 \
404         ChangeLog-2006 \
405         ChangeLog-2007 \
406         ChangeLog-2008 \
407         ChangeLog-2009 \
408         ChangeLog-2010 \
409         ChangeLog-2011 \
410         autogen.sh \
411         README_PACKAGERS \
412         include/sstream
413
414 all: config.h
415         $(MAKE) $(AM_MAKEFLAGS) all-recursive
416
417 .SUFFIXES:
418 am--refresh: Makefile
419         @:
420 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
421         @for dep in $?; do \
422           case '$(am__configure_deps)' in \
423             *$$dep*) \
424               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
425               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
426                 && exit 0; \
427               exit 1;; \
428           esac; \
429         done; \
430         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
431         $(am__cd) $(top_srcdir) && \
432           $(AUTOMAKE) --foreign Makefile
433 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
434         @case '$?' in \
435           *config.status*) \
436             echo ' $(SHELL) ./config.status'; \
437             $(SHELL) ./config.status;; \
438           *) \
439             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
440             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
441         esac;
442
443 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
444         $(SHELL) ./config.status --recheck
445
446 $(top_srcdir)/configure:  $(am__configure_deps)
447         $(am__cd) $(srcdir) && $(AUTOCONF)
448 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
449         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
450 $(am__aclocal_m4_deps):
451
452 config.h: stamp-h1
453         @test -f $@ || rm -f stamp-h1
454         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
455
456 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
457         @rm -f stamp-h1
458         cd $(top_builddir) && $(SHELL) ./config.status config.h
459 $(srcdir)/config.h.in:  $(am__configure_deps) 
460         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
461         rm -f stamp-h1
462         touch $@
463
464 distclean-hdr:
465         -rm -f config.h stamp-h1
466 doc/xsl/catalog-1.xml: $(top_builddir)/config.status $(top_srcdir)/doc/xsl/catalog-1.xml.in
467         cd $(top_builddir) && $(SHELL) ./config.status $@
468 doc/srcdoc/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/srcdoc/Doxyfile.in
469         cd $(top_builddir) && $(SHELL) ./config.status $@
470
471 mostlyclean-libtool:
472         -rm -f *.lo
473
474 clean-libtool:
475         -rm -rf .libs _libs
476
477 distclean-libtool:
478         -rm -f libtool config.lt
479
480 # This directory's subdirectories are mostly independent; you can cd
481 # into them and run 'make' without going through this Makefile.
482 # To change the values of 'make' variables: instead of editing Makefiles,
483 # (1) if the variable is set in 'config.status', edit 'config.status'
484 #     (which will cause the Makefiles to be regenerated when you run 'make');
485 # (2) otherwise, pass the desired values on the 'make' command line.
486 $(am__recursive_targets):
487         @fail=; \
488         if $(am__make_keepgoing); then \
489           failcom='fail=yes'; \
490         else \
491           failcom='exit 1'; \
492         fi; \
493         dot_seen=no; \
494         target=`echo $@ | sed s/-recursive//`; \
495         case "$@" in \
496           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
497           *) list='$(SUBDIRS)' ;; \
498         esac; \
499         for subdir in $$list; do \
500           echo "Making $$target in $$subdir"; \
501           if test "$$subdir" = "."; then \
502             dot_seen=yes; \
503             local_target="$$target-am"; \
504           else \
505             local_target="$$target"; \
506           fi; \
507           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
508           || eval $$failcom; \
509         done; \
510         if test "$$dot_seen" = "no"; then \
511           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
512         fi; test -z "$$fail"
513
514 ID: $(am__tagged_files)
515         $(am__define_uniq_tagged_files); mkid -fID $$unique
516 tags: tags-recursive
517 TAGS: tags
518
519 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
520         set x; \
521         here=`pwd`; \
522         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
523           include_option=--etags-include; \
524           empty_fix=.; \
525         else \
526           include_option=--include; \
527           empty_fix=; \
528         fi; \
529         list='$(SUBDIRS)'; for subdir in $$list; do \
530           if test "$$subdir" = .; then :; else \
531             test ! -f $$subdir/TAGS || \
532               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
533           fi; \
534         done; \
535         $(am__define_uniq_tagged_files); \
536         shift; \
537         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
538           test -n "$$unique" || unique=$$empty_fix; \
539           if test $$# -gt 0; then \
540             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541               "$$@" $$unique; \
542           else \
543             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
544               $$unique; \
545           fi; \
546         fi
547 ctags: ctags-recursive
548
549 CTAGS: ctags
550 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
551         $(am__define_uniq_tagged_files); \
552         test -z "$(CTAGS_ARGS)$$unique" \
553           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
554              $$unique
555
556 GTAGS:
557         here=`$(am__cd) $(top_builddir) && pwd` \
558           && $(am__cd) $(top_srcdir) \
559           && gtags -i $(GTAGS_ARGS) "$$here"
560 cscope: cscope.files
561         test ! -s cscope.files \
562           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
563 clean-cscope:
564         -rm -f cscope.files
565 cscope.files: clean-cscope cscopelist
566 cscopelist: cscopelist-recursive
567
568 cscopelist-am: $(am__tagged_files)
569         list='$(am__tagged_files)'; \
570         case "$(srcdir)" in \
571           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
572           *) sdir=$(subdir)/$(srcdir) ;; \
573         esac; \
574         for i in $$list; do \
575           if test -f "$$i"; then \
576             echo "$(subdir)/$$i"; \
577           else \
578             echo "$$sdir/$$i"; \
579           fi; \
580         done >> $(top_builddir)/cscope.files
581
582 distclean-tags:
583         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
584         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
585
586 distdir: $(DISTFILES)
587         $(am__remove_distdir)
588         test -d "$(distdir)" || mkdir "$(distdir)"
589         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
590         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
591         list='$(DISTFILES)'; \
592           dist_files=`for file in $$list; do echo $$file; done | \
593           sed -e "s|^$$srcdirstrip/||;t" \
594               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
595         case $$dist_files in \
596           */*) $(MKDIR_P) `echo "$$dist_files" | \
597                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
598                            sort -u` ;; \
599         esac; \
600         for file in $$dist_files; do \
601           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
602           if test -d $$d/$$file; then \
603             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
604             if test -d "$(distdir)/$$file"; then \
605               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
606             fi; \
607             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
608               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
609               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
610             fi; \
611             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
612           else \
613             test -f "$(distdir)/$$file" \
614             || cp -p $$d/$$file "$(distdir)/$$file" \
615             || exit 1; \
616           fi; \
617         done
618         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
619           if test "$$subdir" = .; then :; else \
620             $(am__make_dryrun) \
621               || test -d "$(distdir)/$$subdir" \
622               || $(MKDIR_P) "$(distdir)/$$subdir" \
623               || exit 1; \
624             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
625             $(am__relativize); \
626             new_distdir=$$reldir; \
627             dir1=$$subdir; dir2="$(top_distdir)"; \
628             $(am__relativize); \
629             new_top_distdir=$$reldir; \
630             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
631             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
632             ($(am__cd) $$subdir && \
633               $(MAKE) $(AM_MAKEFLAGS) \
634                 top_distdir="$$new_top_distdir" \
635                 distdir="$$new_distdir" \
636                 am__remove_distdir=: \
637                 am__skip_length_check=: \
638                 am__skip_mode_fix=: \
639                 distdir) \
640               || exit 1; \
641           fi; \
642         done
643         -test -n "$(am__skip_mode_fix)" \
644         || find "$(distdir)" -type d ! -perm -755 \
645                 -exec chmod u+rwx,go+rx {} \; -o \
646           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
647           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
648           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
649         || chmod -R a+r "$(distdir)"
650 dist-gzip: distdir
651         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
652         $(am__post_remove_distdir)
653
654 dist-bzip2: distdir
655         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
656         $(am__post_remove_distdir)
657
658 dist-lzip: distdir
659         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
660         $(am__post_remove_distdir)
661
662 dist-xz: distdir
663         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
664         $(am__post_remove_distdir)
665
666 dist-tarZ: distdir
667         @echo WARNING: "Support for distribution archives compressed with" \
668                        "legacy program 'compress' is deprecated." >&2
669         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
670         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
671         $(am__post_remove_distdir)
672
673 dist-shar: distdir
674         @echo WARNING: "Support for shar distribution archives is" \
675                        "deprecated." >&2
676         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
677         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
678         $(am__post_remove_distdir)
679
680 dist-zip: distdir
681         -rm -f $(distdir).zip
682         zip -rq $(distdir).zip $(distdir)
683         $(am__post_remove_distdir)
684
685 dist dist-all:
686         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
687         $(am__post_remove_distdir)
688
689 # This target untars the dist file and tries a VPATH configuration.  Then
690 # it guarantees that the distribution is self-contained by making another
691 # tarfile.
692 distcheck: dist
693         case '$(DIST_ARCHIVES)' in \
694         *.tar.gz*) \
695           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
696         *.tar.bz2*) \
697           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
698         *.tar.lz*) \
699           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
700         *.tar.xz*) \
701           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
702         *.tar.Z*) \
703           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
704         *.shar.gz*) \
705           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
706         *.zip*) \
707           unzip $(distdir).zip ;;\
708         esac
709         chmod -R a-w $(distdir)
710         chmod u+w $(distdir)
711         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
712         chmod a-w $(distdir)
713         test -d $(distdir)/_build || exit 0; \
714         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
715           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
716           && am__cwd=`pwd` \
717           && $(am__cd) $(distdir)/_build/sub \
718           && ../../configure \
719             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
720             $(DISTCHECK_CONFIGURE_FLAGS) \
721             --srcdir=../.. --prefix="$$dc_install_base" \
722           && $(MAKE) $(AM_MAKEFLAGS) \
723           && $(MAKE) $(AM_MAKEFLAGS) dvi \
724           && $(MAKE) $(AM_MAKEFLAGS) check \
725           && $(MAKE) $(AM_MAKEFLAGS) install \
726           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
727           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
728           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
729                 distuninstallcheck \
730           && chmod -R a-w "$$dc_install_base" \
731           && ({ \
732                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
733                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
734                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
735                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
736                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
737               } || { rm -rf "$$dc_destdir"; exit 1; }) \
738           && rm -rf "$$dc_destdir" \
739           && $(MAKE) $(AM_MAKEFLAGS) dist \
740           && rm -rf $(DIST_ARCHIVES) \
741           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
742           && cd "$$am__cwd" \
743           || exit 1
744         $(am__post_remove_distdir)
745         @(echo "$(distdir) archives ready for distribution: "; \
746           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
747           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
748 distuninstallcheck:
749         @test -n '$(distuninstallcheck_dir)' || { \
750           echo 'ERROR: trying to run $@ with an empty' \
751                '$$(distuninstallcheck_dir)' >&2; \
752           exit 1; \
753         }; \
754         $(am__cd) '$(distuninstallcheck_dir)' || { \
755           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
756           exit 1; \
757         }; \
758         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
759            || { echo "ERROR: files left after uninstall:" ; \
760                 if test -n "$(DESTDIR)"; then \
761                   echo "  (check DESTDIR support)"; \
762                 fi ; \
763                 $(distuninstallcheck_listfiles) ; \
764                 exit 1; } >&2
765 distcleancheck: distclean
766         @if test '$(srcdir)' = . ; then \
767           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
768           exit 1 ; \
769         fi
770         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
771           || { echo "ERROR: files left in build directory after distclean:" ; \
772                $(distcleancheck_listfiles) ; \
773                exit 1; } >&2
774 check-am: all-am
775 check: check-recursive
776 all-am: Makefile config.h
777 installdirs: installdirs-recursive
778 installdirs-am:
779 install: install-recursive
780 install-exec: install-exec-recursive
781 install-data: install-data-recursive
782 uninstall: uninstall-recursive
783
784 install-am: all-am
785         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
786
787 installcheck: installcheck-recursive
788 install-strip:
789         if test -z '$(STRIP)'; then \
790           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
791             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
792               install; \
793         else \
794           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
795             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
796             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
797         fi
798 mostlyclean-generic:
799
800 clean-generic:
801
802 distclean-generic:
803         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
804         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
805
806 maintainer-clean-generic:
807         @echo "This command is intended for maintainers to use"
808         @echo "it deletes files that may require special tools to rebuild."
809 clean: clean-recursive
810
811 clean-am: clean-generic clean-libtool mostlyclean-am
812
813 distclean: distclean-recursive
814         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
815         -rm -f Makefile
816 distclean-am: clean-am distclean-generic distclean-hdr \
817         distclean-libtool distclean-tags
818
819 dvi: dvi-recursive
820
821 dvi-am:
822
823 html: html-recursive
824
825 html-am:
826
827 info: info-recursive
828
829 info-am:
830
831 install-data-am:
832
833 install-dvi: install-dvi-recursive
834
835 install-dvi-am:
836
837 install-exec-am:
838
839 install-html: install-html-recursive
840
841 install-html-am:
842
843 install-info: install-info-recursive
844
845 install-info-am:
846
847 install-man:
848
849 install-pdf: install-pdf-recursive
850
851 install-pdf-am:
852
853 install-ps: install-ps-recursive
854
855 install-ps-am:
856
857 installcheck-am:
858
859 maintainer-clean: maintainer-clean-recursive
860         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
861         -rm -rf $(top_srcdir)/autom4te.cache
862         -rm -f Makefile
863 maintainer-clean-am: distclean-am maintainer-clean-generic
864
865 mostlyclean: mostlyclean-recursive
866
867 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
868
869 pdf: pdf-recursive
870
871 pdf-am:
872
873 ps: ps-recursive
874
875 ps-am:
876
877 uninstall-am:
878
879 .MAKE: $(am__recursive_targets) all install-am install-strip
880
881 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
882         am--refresh check check-am clean clean-cscope clean-generic \
883         clean-libtool cscope cscopelist-am ctags ctags-am dist \
884         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
885         dist-xz dist-zip distcheck distclean distclean-generic \
886         distclean-hdr distclean-libtool distclean-tags distcleancheck \
887         distdir distuninstallcheck dvi dvi-am html html-am info \
888         info-am install install-am install-data install-data-am \
889         install-dvi install-dvi-am install-exec install-exec-am \
890         install-html install-html-am install-info install-info-am \
891         install-man install-pdf install-pdf-am install-ps \
892         install-ps-am install-strip installcheck installcheck-am \
893         installdirs installdirs-am maintainer-clean \
894         maintainer-clean-generic mostlyclean mostlyclean-generic \
895         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
896         uninstall-am
897
898 .PRECIOUS: Makefile
899
900
901 # Tell versions [3.59,3.63) of GNU make to not export all variables.
902 # Otherwise a system limit (for SysV at least) may be exceeded.
903 .NOEXPORT: