source: Makefile.in @ 3deb316

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 3deb316 was 107b01a, checked in by Thierry Delisle <tdelisle@…>, 5 years ago

Several changes to the makefiles

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