source: libcfa/Makefile.in @ eed6f5b

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

Adjusted makefiles to use libtool

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