source: Makefile.in @ c63d48f

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since c63d48f was df8b87cd, checked in by Thierry Delisle <tdelisle@…>, 5 years ago

Demangler can now be disable to avoid compiling it (enabled by default)

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