source: libcfa/Makefile.in @ 6d44da1

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

Merge branch 'master' into shared_library

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