source: Makefile.in @ 1e24d13

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

Tests almost work, the only issue left is using -E and -CFA together

  • 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@
296HAS_DISTCC = @HAS_DISTCC@
297HOST_FLAGS = @HOST_FLAGS@
298INSTALL = @INSTALL@
299INSTALL_DATA = @INSTALL_DATA@
300INSTALL_PROGRAM = @INSTALL_PROGRAM@
301INSTALL_SCRIPT = @INSTALL_SCRIPT@
302INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
303LD = @LD@
304LDFLAGS = @LDFLAGS@
305LEX = @LEX@
306LEXLIB = @LEXLIB@
307LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
308LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@
309LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@
310LIBDEMANGLE = @LIBDEMANGLE@
311LIBOBJS = @LIBOBJS@
312LIBS = @LIBS@
313LIBTOOL = @LIBTOOL@
314LIPO = @LIPO@
315LN_S = @LN_S@
316LTLIBOBJS = @LTLIBOBJS@
317LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
318MAKEINFO = @MAKEINFO@
319MANIFEST_TOOL = @MANIFEST_TOOL@
320MKDIR_P = @MKDIR_P@
321NM = @NM@
322NMEDIT = @NMEDIT@
323OBJDUMP = @OBJDUMP@
324OBJEXT = @OBJEXT@
325OTOOL = @OTOOL@
326OTOOL64 = @OTOOL64@
327PACKAGE = @PACKAGE@
328PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
329PACKAGE_NAME = @PACKAGE_NAME@
330PACKAGE_STRING = @PACKAGE_STRING@
331PACKAGE_TARNAME = @PACKAGE_TARNAME@
332PACKAGE_URL = @PACKAGE_URL@
333PACKAGE_VERSION = @PACKAGE_VERSION@
334PATH_SEPARATOR = @PATH_SEPARATOR@
335RANLIB = @RANLIB@
336SED = @SED@
337SET_MAKE = @SET_MAKE@
338SHELL = @SHELL@
339STRIP = @STRIP@
340TARGET_HOSTS = @TARGET_HOSTS@
341VERSION = @VERSION@
342YACC = @YACC@
343YFLAGS = @YFLAGS@
344abs_builddir = @abs_builddir@
345abs_srcdir = @abs_srcdir@
346abs_top_builddir = @abs_top_builddir@
347abs_top_srcdir = @abs_top_srcdir@
348ac_ct_AR = @ac_ct_AR@
349ac_ct_CC = @ac_ct_CC@
350ac_ct_CXX = @ac_ct_CXX@
351ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
352am__include = @am__include@
353am__leading_dot = @am__leading_dot@
354am__quote = @am__quote@
355am__tar = @am__tar@
356am__untar = @am__untar@
357bindir = @bindir@
358build = @build@
359build_alias = @build_alias@
360build_cpu = @build_cpu@
361build_os = @build_os@
362build_vendor = @build_vendor@
363builddir = @builddir@
364datadir = @datadir@
365datarootdir = @datarootdir@
366docdir = @docdir@
367dvidir = @dvidir@
368exec_prefix = @exec_prefix@
369host = @host@
370host_alias = @host_alias@
371host_cpu = @host_cpu@
372host_os = @host_os@
373host_vendor = @host_vendor@
374htmldir = @htmldir@
375includedir = @includedir@
376infodir = @infodir@
377install_sh = @install_sh@
378libdir = @libdir@
379libexecdir = @libexecdir@
380localedir = @localedir@
381localstatedir = @localstatedir@
382mandir = @mandir@
383mkdir_p = @mkdir_p@
384oldincludedir = @oldincludedir@
385pdfdir = @pdfdir@
386prefix = @prefix@
387program_transform_name = @program_transform_name@
388psdir = @psdir@
389runstatedir = @runstatedir@
390sbindir = @sbindir@
391sharedstatedir = @sharedstatedir@
392srcdir = @srcdir@
393sysconfdir = @sysconfdir@
394target_alias = @target_alias@
395top_build_prefix = @top_build_prefix@
396top_builddir = @top_builddir@
397top_srcdir = @top_srcdir@
398AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
399ACLOCAL_AMFLAGS = -I automake
400MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/* # order important
401SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@
402noinst_DATA = @LIBCFA_TARGET_MAKEFILES@
403man1_MANS = doc/man/cfa.1
404debug = yes
405all: config.h
406        $(MAKE) $(AM_MAKEFLAGS) all-recursive
407
408.SUFFIXES:
409am--refresh: Makefile
410        @:
411$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
412        @for dep in $?; do \
413          case '$(am__configure_deps)' in \
414            *$$dep*) \
415              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
416              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
417                && exit 0; \
418              exit 1;; \
419          esac; \
420        done; \
421        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
422        $(am__cd) $(top_srcdir) && \
423          $(AUTOMAKE) --foreign Makefile
424Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
425        @case '$?' in \
426          *config.status*) \
427            echo ' $(SHELL) ./config.status'; \
428            $(SHELL) ./config.status;; \
429          *) \
430            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
431            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
432        esac;
433
434$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
435        $(SHELL) ./config.status --recheck
436
437$(top_srcdir)/configure:  $(am__configure_deps)
438        $(am__cd) $(srcdir) && $(AUTOCONF)
439$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
440        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
441$(am__aclocal_m4_deps):
442
443config.h: stamp-h1
444        @test -f $@ || rm -f stamp-h1
445        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
446
447stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
448        @rm -f stamp-h1
449        cd $(top_builddir) && $(SHELL) ./config.status config.h
450$(top_srcdir)/src/config.h.in:  $(am__configure_deps)
451        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
452        rm -f stamp-h1
453        touch $@
454
455distclean-hdr:
456        -rm -f config.h stamp-h1
457
458mostlyclean-libtool:
459        -rm -f *.lo
460
461clean-libtool:
462        -rm -rf .libs _libs
463
464distclean-libtool:
465        -rm -f libtool config.lt
466install-man1: $(man1_MANS)
467        @$(NORMAL_INSTALL)
468        @list1='$(man1_MANS)'; \
469        list2=''; \
470        test -n "$(man1dir)" \
471          && test -n "`echo $$list1$$list2`" \
472          || exit 0; \
473        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
474        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
475        { for i in $$list1; do echo "$$i"; done;  \
476        if test -n "$$list2"; then \
477          for i in $$list2; do echo "$$i"; done \
478            | sed -n '/\.1[a-z]*$$/p'; \
479        fi; \
480        } | while read p; do \
481          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
482          echo "$$d$$p"; echo "$$p"; \
483        done | \
484        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
485              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
486        sed 'N;N;s,\n, ,g' | { \
487        list=; while read file base inst; do \
488          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
489            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
490            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
491          fi; \
492        done; \
493        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
494        while read files; do \
495          test -z "$$files" || { \
496            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
497            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
498        done; }
499
500uninstall-man1:
501        @$(NORMAL_UNINSTALL)
502        @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
503        files=`{ for i in $$list; do echo "$$i"; done; \
504        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
505              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
506        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
507
508# This directory's subdirectories are mostly independent; you can cd
509# into them and run 'make' without going through this Makefile.
510# To change the values of 'make' variables: instead of editing Makefiles,
511# (1) if the variable is set in 'config.status', edit 'config.status'
512#     (which will cause the Makefiles to be regenerated when you run 'make');
513# (2) otherwise, pass the desired values on the 'make' command line.
514$(am__recursive_targets):
515        @fail=; \
516        if $(am__make_keepgoing); then \
517          failcom='fail=yes'; \
518        else \
519          failcom='exit 1'; \
520        fi; \
521        dot_seen=no; \
522        target=`echo $@ | sed s/-recursive//`; \
523        case "$@" in \
524          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
525          *) list='$(SUBDIRS)' ;; \
526        esac; \
527        for subdir in $$list; do \
528          echo "Making $$target in $$subdir"; \
529          if test "$$subdir" = "."; then \
530            dot_seen=yes; \
531            local_target="$$target-am"; \
532          else \
533            local_target="$$target"; \
534          fi; \
535          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
536          || eval $$failcom; \
537        done; \
538        if test "$$dot_seen" = "no"; then \
539          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
540        fi; test -z "$$fail"
541
542ID: $(am__tagged_files)
543        $(am__define_uniq_tagged_files); mkid -fID $$unique
544tags: tags-recursive
545TAGS: tags
546
547tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
548        set x; \
549        here=`pwd`; \
550        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
551          include_option=--etags-include; \
552          empty_fix=.; \
553        else \
554          include_option=--include; \
555          empty_fix=; \
556        fi; \
557        list='$(SUBDIRS)'; for subdir in $$list; do \
558          if test "$$subdir" = .; then :; else \
559            test ! -f $$subdir/TAGS || \
560              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
561          fi; \
562        done; \
563        $(am__define_uniq_tagged_files); \
564        shift; \
565        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
566          test -n "$$unique" || unique=$$empty_fix; \
567          if test $$# -gt 0; then \
568            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
569              "$$@" $$unique; \
570          else \
571            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
572              $$unique; \
573          fi; \
574        fi
575ctags: ctags-recursive
576
577CTAGS: ctags
578ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
579        $(am__define_uniq_tagged_files); \
580        test -z "$(CTAGS_ARGS)$$unique" \
581          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
582             $$unique
583
584GTAGS:
585        here=`$(am__cd) $(top_builddir) && pwd` \
586          && $(am__cd) $(top_srcdir) \
587          && gtags -i $(GTAGS_ARGS) "$$here"
588cscope: cscope.files
589        test ! -s cscope.files \
590          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
591clean-cscope:
592        -rm -f cscope.files
593cscope.files: clean-cscope cscopelist
594cscopelist: cscopelist-recursive
595
596cscopelist-am: $(am__tagged_files)
597        list='$(am__tagged_files)'; \
598        case "$(srcdir)" in \
599          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
600          *) sdir=$(subdir)/$(srcdir) ;; \
601        esac; \
602        for i in $$list; do \
603          if test -f "$$i"; then \
604            echo "$(subdir)/$$i"; \
605          else \
606            echo "$$sdir/$$i"; \
607          fi; \
608        done >> $(top_builddir)/cscope.files
609
610distclean-tags:
611        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
612        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
613
614distdir: $(DISTFILES)
615        $(am__remove_distdir)
616        test -d "$(distdir)" || mkdir "$(distdir)"
617        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
618        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
619        list='$(DISTFILES)'; \
620          dist_files=`for file in $$list; do echo $$file; done | \
621          sed -e "s|^$$srcdirstrip/||;t" \
622              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
623        case $$dist_files in \
624          */*) $(MKDIR_P) `echo "$$dist_files" | \
625                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
626                           sort -u` ;; \
627        esac; \
628        for file in $$dist_files; do \
629          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
630          if test -d $$d/$$file; then \
631            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
632            if test -d "$(distdir)/$$file"; then \
633              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
634            fi; \
635            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
636              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
637              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
638            fi; \
639            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
640          else \
641            test -f "$(distdir)/$$file" \
642            || cp -p $$d/$$file "$(distdir)/$$file" \
643            || exit 1; \
644          fi; \
645        done
646        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
647          if test "$$subdir" = .; then :; else \
648            $(am__make_dryrun) \
649              || test -d "$(distdir)/$$subdir" \
650              || $(MKDIR_P) "$(distdir)/$$subdir" \
651              || exit 1; \
652            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
653            $(am__relativize); \
654            new_distdir=$$reldir; \
655            dir1=$$subdir; dir2="$(top_distdir)"; \
656            $(am__relativize); \
657            new_top_distdir=$$reldir; \
658            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
659            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
660            ($(am__cd) $$subdir && \
661              $(MAKE) $(AM_MAKEFLAGS) \
662                top_distdir="$$new_top_distdir" \
663                distdir="$$new_distdir" \
664                am__remove_distdir=: \
665                am__skip_length_check=: \
666                am__skip_mode_fix=: \
667                distdir) \
668              || exit 1; \
669          fi; \
670        done
671        -test -n "$(am__skip_mode_fix)" \
672        || find "$(distdir)" -type d ! -perm -755 \
673                -exec chmod u+rwx,go+rx {} \; -o \
674          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
675          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
676          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
677        || chmod -R a+r "$(distdir)"
678dist-gzip: distdir
679        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
680        $(am__post_remove_distdir)
681
682dist-bzip2: distdir
683        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
684        $(am__post_remove_distdir)
685
686dist-lzip: distdir
687        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
688        $(am__post_remove_distdir)
689
690dist-xz: distdir
691        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
692        $(am__post_remove_distdir)
693
694dist-tarZ: distdir
695        @echo WARNING: "Support for distribution archives compressed with" \
696                       "legacy program 'compress' is deprecated." >&2
697        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
698        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
699        $(am__post_remove_distdir)
700
701dist-shar: distdir
702        @echo WARNING: "Support for shar distribution archives is" \
703                       "deprecated." >&2
704        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
705        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
706        $(am__post_remove_distdir)
707
708dist-zip: distdir
709        -rm -f $(distdir).zip
710        zip -rq $(distdir).zip $(distdir)
711        $(am__post_remove_distdir)
712
713dist dist-all:
714        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
715        $(am__post_remove_distdir)
716
717# This target untars the dist file and tries a VPATH configuration.  Then
718# it guarantees that the distribution is self-contained by making another
719# tarfile.
720distcheck: dist
721        case '$(DIST_ARCHIVES)' in \
722        *.tar.gz*) \
723          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
724        *.tar.bz2*) \
725          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
726        *.tar.lz*) \
727          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
728        *.tar.xz*) \
729          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
730        *.tar.Z*) \
731          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
732        *.shar.gz*) \
733          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
734        *.zip*) \
735          unzip $(distdir).zip ;;\
736        esac
737        chmod -R a-w $(distdir)
738        chmod u+w $(distdir)
739        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
740        chmod a-w $(distdir)
741        test -d $(distdir)/_build || exit 0; \
742        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
743          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
744          && am__cwd=`pwd` \
745          && $(am__cd) $(distdir)/_build/sub \
746          && ../../configure \
747            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
748            $(DISTCHECK_CONFIGURE_FLAGS) \
749            --srcdir=../.. --prefix="$$dc_install_base" \
750          && $(MAKE) $(AM_MAKEFLAGS) \
751          && $(MAKE) $(AM_MAKEFLAGS) dvi \
752          && $(MAKE) $(AM_MAKEFLAGS) check \
753          && $(MAKE) $(AM_MAKEFLAGS) install \
754          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
755          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
756          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
757                distuninstallcheck \
758          && chmod -R a-w "$$dc_install_base" \
759          && ({ \
760               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
761               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
762               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
763               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
764                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
765              } || { rm -rf "$$dc_destdir"; exit 1; }) \
766          && rm -rf "$$dc_destdir" \
767          && $(MAKE) $(AM_MAKEFLAGS) dist \
768          && rm -rf $(DIST_ARCHIVES) \
769          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
770          && cd "$$am__cwd" \
771          || exit 1
772        $(am__post_remove_distdir)
773        @(echo "$(distdir) archives ready for distribution: "; \
774          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
775          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
776distuninstallcheck:
777        @test -n '$(distuninstallcheck_dir)' || { \
778          echo 'ERROR: trying to run $@ with an empty' \
779               '$$(distuninstallcheck_dir)' >&2; \
780          exit 1; \
781        }; \
782        $(am__cd) '$(distuninstallcheck_dir)' || { \
783          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
784          exit 1; \
785        }; \
786        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
787           || { echo "ERROR: files left after uninstall:" ; \
788                if test -n "$(DESTDIR)"; then \
789                  echo "  (check DESTDIR support)"; \
790                fi ; \
791                $(distuninstallcheck_listfiles) ; \
792                exit 1; } >&2
793distcleancheck: distclean
794        @if test '$(srcdir)' = . ; then \
795          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
796          exit 1 ; \
797        fi
798        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
799          || { echo "ERROR: files left in build directory after distclean:" ; \
800               $(distcleancheck_listfiles) ; \
801               exit 1; } >&2
802check-am: all-am
803check: check-recursive
804all-am: Makefile $(MANS) $(DATA) config.h
805installdirs: installdirs-recursive
806installdirs-am:
807        for dir in "$(DESTDIR)$(man1dir)"; do \
808          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
809        done
810install: install-recursive
811install-exec: install-exec-recursive
812install-data: install-data-recursive
813uninstall: uninstall-recursive
814
815install-am: all-am
816        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
817install-strip:
818        if test -z '$(STRIP)'; then \
819          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
820            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
821              install; \
822        else \
823          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
824            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
825            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
826        fi
827mostlyclean-generic:
828
829clean-generic:
830
831distclean-generic:
832        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
833        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
834
835maintainer-clean-generic:
836        @echo "This command is intended for maintainers to use"
837        @echo "it deletes files that may require special tools to rebuild."
838        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
839clean: clean-recursive
840
841clean-am: clean-generic clean-libtool mostlyclean-am
842
843distclean: distclean-recursive
844        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
845        -rm -f Makefile
846distclean-am: clean-am distclean-generic distclean-hdr \
847        distclean-libtool distclean-tags
848
849dvi: dvi-recursive
850
851dvi-am:
852
853html: html-recursive
854
855html-am:
856
857info: info-recursive
858
859info-am:
860
861install-data-am: install-man
862
863install-dvi: install-dvi-recursive
864
865install-dvi-am:
866
867install-exec-am:
868
869install-html: install-html-recursive
870
871install-html-am:
872
873install-info: install-info-recursive
874
875install-info-am:
876
877install-man: install-man1
878
879install-pdf: install-pdf-recursive
880
881install-pdf-am:
882
883install-ps: install-ps-recursive
884
885install-ps-am:
886
887installcheck-am:
888
889maintainer-clean: maintainer-clean-recursive
890        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
891        -rm -rf $(top_srcdir)/autom4te.cache
892        -rm -f Makefile
893maintainer-clean-am: distclean-am maintainer-clean-generic
894
895mostlyclean: mostlyclean-recursive
896
897mostlyclean-am: mostlyclean-generic mostlyclean-libtool
898
899pdf: pdf-recursive
900
901pdf-am:
902
903ps: ps-recursive
904
905ps-am:
906
907uninstall-am: uninstall-man
908
909uninstall-man: uninstall-man1
910
911.MAKE: $(am__recursive_targets) all install-am install-strip
912
913.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
914        am--refresh check check-am clean clean-cscope clean-generic \
915        clean-libtool cscope cscopelist-am ctags ctags-am dist \
916        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
917        dist-xz dist-zip distcheck distclean distclean-generic \
918        distclean-hdr distclean-libtool distclean-tags distcleancheck \
919        distdir distuninstallcheck dvi dvi-am html html-am info \
920        info-am install install-am install-data install-data-am \
921        install-dvi install-dvi-am install-exec install-exec-am \
922        install-html install-html-am install-info install-info-am \
923        install-man install-man1 install-pdf install-pdf-am install-ps \
924        install-ps-am install-strip installcheck installcheck-am \
925        installdirs installdirs-am maintainer-clean \
926        maintainer-clean-generic mostlyclean mostlyclean-generic \
927        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
928        uninstall-am uninstall-man uninstall-man1
929
930.PRECIOUS: Makefile
931
932
933@LIBCFA_TARGET_MAKEFILES@ : Makefile $(srcdir)/libcfa/configure
934        @$(eval config_file = $(dir $@)config.data)
935        @ls $(config_file) || (echo "Missing config.data, re-run configure script again" && false)
936        @$(eval config_data = $(shell cat $(config_file)))
937        @echo "Configuring libcfa with '$(config_data)''"
938        @cd $(dir $@) && $(abs_top_srcdir)/libcfa/configure $(config_data)
939check:
940        $(MAKE) -C tests all-tests installed=no debug=${debug}
941
942installcheck:
943        $(MAKE) -C tests all-tests installed=yes debug=${debug}
944
945configure-libcfa: @LIBCFA_TARGET_MAKEFILES@
946        @true
947
948status: @LIBCFA_TARGET_MAKEFILES@
949        @echo -ne "translator\n\t"
950        @./config.status --config | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g"
951        @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"
952
953# Tell versions [3.59,3.63) of GNU make to not export all variables.
954# Otherwise a system limit (for SysV at least) may be exceeded.
955.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.