source: Makefile.in @ ff1e0f38

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

configure flags are now propagated properly to libcfa

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