source: Makefile.in @ 5c6afcd

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 5c6afcd was e4745d7a, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Properly fixed the build for i386/x86_64 including regular C file invoke.c and appropriate assembly CtxSwitch?-[CPU].S

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