source: Makefile.in@ 83ab931

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr no_list persistent-indexer pthread-emulation qualifiedEnum
Last change on this file since 83ab931 was 47c1928, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Host now properly affects compiler

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