source: Makefile.in @ 9d362a0

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

Removed backend_cc, everything now uses CC or CXX

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