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