source: libcfa/Makefile.in @ 58b6d1b

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

Added proper multi-lib handling, tests still do not work and arm support is broken

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