source: Makefile.in @ 50697b0

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

Create variable for cfa, cfa-cpp in driver directory

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