source: libcfa/Makefile.in @ ba9baad

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
Last change on this file since ba9baad was ff1e0f38, checked in by Thierry Delisle <tdelisle@…>, 6 years ago

configure flags are now propagated properly to libcfa

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