source: Makefile.in@ 534e4e4

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler 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 534e4e4 was 534e4e4, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Some clean-up before tackling finding directories

  • Property mode set to 100644
File size: 28.8 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@
286INSTALL = @INSTALL@
287INSTALL_DATA = @INSTALL_DATA@
288INSTALL_PROGRAM = @INSTALL_PROGRAM@
289INSTALL_SCRIPT = @INSTALL_SCRIPT@
290INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
291LDFLAGS = @LDFLAGS@
292LEX = @LEX@
293LEXLIB = @LEXLIB@
294LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
295LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@
296LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@
297LIBOBJS = @LIBOBJS@
298LIBS = @LIBS@
299LTLIBOBJS = @LTLIBOBJS@
300MAKEINFO = @MAKEINFO@
301MKDIR_P = @MKDIR_P@
302OBJEXT = @OBJEXT@
303PACKAGE = @PACKAGE@
304PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
305PACKAGE_NAME = @PACKAGE_NAME@
306PACKAGE_STRING = @PACKAGE_STRING@
307PACKAGE_TARNAME = @PACKAGE_TARNAME@
308PACKAGE_URL = @PACKAGE_URL@
309PACKAGE_VERSION = @PACKAGE_VERSION@
310PATH_SEPARATOR = @PATH_SEPARATOR@
311RANLIB = @RANLIB@
312SET_MAKE = @SET_MAKE@
313SHELL = @SHELL@
314STRIP = @STRIP@
315TARGET_HOSTS = @TARGET_HOSTS@
316VERSION = @VERSION@
317YACC = @YACC@
318YFLAGS = @YFLAGS@
319abs_builddir = @abs_builddir@
320abs_srcdir = @abs_srcdir@
321abs_top_builddir = @abs_top_builddir@
322abs_top_srcdir = @abs_top_srcdir@
323ac_ct_CC = @ac_ct_CC@
324ac_ct_CXX = @ac_ct_CXX@
325am__include = @am__include@
326am__leading_dot = @am__leading_dot@
327am__quote = @am__quote@
328am__tar = @am__tar@
329am__untar = @am__untar@
330bindir = @bindir@
331build = @build@
332build_alias = @build_alias@
333build_cpu = @build_cpu@
334build_os = @build_os@
335build_vendor = @build_vendor@
336builddir = @builddir@
337datadir = @datadir@
338datarootdir = @datarootdir@
339docdir = @docdir@
340dvidir = @dvidir@
341exec_prefix = @exec_prefix@
342host = @host@
343host_alias = @host_alias@
344host_cpu = @host_cpu@
345host_os = @host_os@
346host_vendor = @host_vendor@
347htmldir = @htmldir@
348includedir = @includedir@
349infodir = @infodir@
350install_sh = @install_sh@
351libdir = @libdir@
352libexecdir = @libexecdir@
353localedir = @localedir@
354localstatedir = @localstatedir@
355mandir = @mandir@
356mkdir_p = @mkdir_p@
357oldincludedir = @oldincludedir@
358pdfdir = @pdfdir@
359prefix = @prefix@
360program_transform_name = @program_transform_name@
361psdir = @psdir@
362runstatedir = @runstatedir@
363sbindir = @sbindir@
364sharedstatedir = @sharedstatedir@
365srcdir = @srcdir@
366sysconfdir = @sysconfdir@
367target_alias = @target_alias@
368top_build_prefix = @top_build_prefix@
369top_builddir = @top_builddir@
370top_srcdir = @top_srcdir@
371AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names
372MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/*
373SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@
374noinst_DATA = @LIBCFA_TARGET_MAKEFILES@
375man1_MANS = doc/man/cfa.1
376all: config.h
377 $(MAKE) $(AM_MAKEFLAGS) all-recursive
378
379.SUFFIXES:
380am--refresh: Makefile
381 @:
382$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
383 @for dep in $?; do \
384 case '$(am__configure_deps)' in \
385 *$$dep*) \
386 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
387 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
388 && exit 0; \
389 exit 1;; \
390 esac; \
391 done; \
392 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
393 $(am__cd) $(top_srcdir) && \
394 $(AUTOMAKE) --foreign Makefile
395Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
396 @case '$?' in \
397 *config.status*) \
398 echo ' $(SHELL) ./config.status'; \
399 $(SHELL) ./config.status;; \
400 *) \
401 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
402 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
403 esac;
404
405$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
406 $(SHELL) ./config.status --recheck
407
408$(top_srcdir)/configure: $(am__configure_deps)
409 $(am__cd) $(srcdir) && $(AUTOCONF)
410$(ACLOCAL_M4): $(am__aclocal_m4_deps)
411 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
412$(am__aclocal_m4_deps):
413
414config.h: stamp-h1
415 @test -f $@ || rm -f stamp-h1
416 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
417
418stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
419 @rm -f stamp-h1
420 cd $(top_builddir) && $(SHELL) ./config.status config.h
421$(top_srcdir)/src/config.h.in: $(am__configure_deps)
422 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
423 rm -f stamp-h1
424 touch $@
425
426distclean-hdr:
427 -rm -f config.h stamp-h1
428install-man1: $(man1_MANS)
429 @$(NORMAL_INSTALL)
430 @list1='$(man1_MANS)'; \
431 list2=''; \
432 test -n "$(man1dir)" \
433 && test -n "`echo $$list1$$list2`" \
434 || exit 0; \
435 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
436 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
437 { for i in $$list1; do echo "$$i"; done; \
438 if test -n "$$list2"; then \
439 for i in $$list2; do echo "$$i"; done \
440 | sed -n '/\.1[a-z]*$$/p'; \
441 fi; \
442 } | while read p; do \
443 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
444 echo "$$d$$p"; echo "$$p"; \
445 done | \
446 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
447 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
448 sed 'N;N;s,\n, ,g' | { \
449 list=; while read file base inst; do \
450 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
451 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
452 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
453 fi; \
454 done; \
455 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
456 while read files; do \
457 test -z "$$files" || { \
458 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
459 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
460 done; }
461
462uninstall-man1:
463 @$(NORMAL_UNINSTALL)
464 @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
465 files=`{ for i in $$list; do echo "$$i"; done; \
466 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
467 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
468 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
469
470# This directory's subdirectories are mostly independent; you can cd
471# into them and run 'make' without going through this Makefile.
472# To change the values of 'make' variables: instead of editing Makefiles,
473# (1) if the variable is set in 'config.status', edit 'config.status'
474# (which will cause the Makefiles to be regenerated when you run 'make');
475# (2) otherwise, pass the desired values on the 'make' command line.
476$(am__recursive_targets):
477 @fail=; \
478 if $(am__make_keepgoing); then \
479 failcom='fail=yes'; \
480 else \
481 failcom='exit 1'; \
482 fi; \
483 dot_seen=no; \
484 target=`echo $@ | sed s/-recursive//`; \
485 case "$@" in \
486 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
487 *) list='$(SUBDIRS)' ;; \
488 esac; \
489 for subdir in $$list; do \
490 echo "Making $$target in $$subdir"; \
491 if test "$$subdir" = "."; then \
492 dot_seen=yes; \
493 local_target="$$target-am"; \
494 else \
495 local_target="$$target"; \
496 fi; \
497 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
498 || eval $$failcom; \
499 done; \
500 if test "$$dot_seen" = "no"; then \
501 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
502 fi; test -z "$$fail"
503
504ID: $(am__tagged_files)
505 $(am__define_uniq_tagged_files); mkid -fID $$unique
506tags: tags-recursive
507TAGS: tags
508
509tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
510 set x; \
511 here=`pwd`; \
512 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
513 include_option=--etags-include; \
514 empty_fix=.; \
515 else \
516 include_option=--include; \
517 empty_fix=; \
518 fi; \
519 list='$(SUBDIRS)'; for subdir in $$list; do \
520 if test "$$subdir" = .; then :; else \
521 test ! -f $$subdir/TAGS || \
522 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
523 fi; \
524 done; \
525 $(am__define_uniq_tagged_files); \
526 shift; \
527 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
528 test -n "$$unique" || unique=$$empty_fix; \
529 if test $$# -gt 0; then \
530 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
531 "$$@" $$unique; \
532 else \
533 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
534 $$unique; \
535 fi; \
536 fi
537ctags: ctags-recursive
538
539CTAGS: ctags
540ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
541 $(am__define_uniq_tagged_files); \
542 test -z "$(CTAGS_ARGS)$$unique" \
543 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
544 $$unique
545
546GTAGS:
547 here=`$(am__cd) $(top_builddir) && pwd` \
548 && $(am__cd) $(top_srcdir) \
549 && gtags -i $(GTAGS_ARGS) "$$here"
550cscope: cscope.files
551 test ! -s cscope.files \
552 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
553clean-cscope:
554 -rm -f cscope.files
555cscope.files: clean-cscope cscopelist
556cscopelist: cscopelist-recursive
557
558cscopelist-am: $(am__tagged_files)
559 list='$(am__tagged_files)'; \
560 case "$(srcdir)" in \
561 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
562 *) sdir=$(subdir)/$(srcdir) ;; \
563 esac; \
564 for i in $$list; do \
565 if test -f "$$i"; then \
566 echo "$(subdir)/$$i"; \
567 else \
568 echo "$$sdir/$$i"; \
569 fi; \
570 done >> $(top_builddir)/cscope.files
571
572distclean-tags:
573 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
574 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
575
576distdir: $(DISTFILES)
577 $(am__remove_distdir)
578 test -d "$(distdir)" || mkdir "$(distdir)"
579 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
580 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
581 list='$(DISTFILES)'; \
582 dist_files=`for file in $$list; do echo $$file; done | \
583 sed -e "s|^$$srcdirstrip/||;t" \
584 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
585 case $$dist_files in \
586 */*) $(MKDIR_P) `echo "$$dist_files" | \
587 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
588 sort -u` ;; \
589 esac; \
590 for file in $$dist_files; do \
591 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
592 if test -d $$d/$$file; then \
593 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
594 if test -d "$(distdir)/$$file"; then \
595 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
596 fi; \
597 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
598 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
599 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
600 fi; \
601 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
602 else \
603 test -f "$(distdir)/$$file" \
604 || cp -p $$d/$$file "$(distdir)/$$file" \
605 || exit 1; \
606 fi; \
607 done
608 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
609 if test "$$subdir" = .; then :; else \
610 $(am__make_dryrun) \
611 || test -d "$(distdir)/$$subdir" \
612 || $(MKDIR_P) "$(distdir)/$$subdir" \
613 || exit 1; \
614 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
615 $(am__relativize); \
616 new_distdir=$$reldir; \
617 dir1=$$subdir; dir2="$(top_distdir)"; \
618 $(am__relativize); \
619 new_top_distdir=$$reldir; \
620 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
621 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
622 ($(am__cd) $$subdir && \
623 $(MAKE) $(AM_MAKEFLAGS) \
624 top_distdir="$$new_top_distdir" \
625 distdir="$$new_distdir" \
626 am__remove_distdir=: \
627 am__skip_length_check=: \
628 am__skip_mode_fix=: \
629 distdir) \
630 || exit 1; \
631 fi; \
632 done
633 -test -n "$(am__skip_mode_fix)" \
634 || find "$(distdir)" -type d ! -perm -755 \
635 -exec chmod u+rwx,go+rx {} \; -o \
636 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
637 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
638 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
639 || chmod -R a+r "$(distdir)"
640dist-gzip: distdir
641 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
642 $(am__post_remove_distdir)
643
644dist-bzip2: distdir
645 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
646 $(am__post_remove_distdir)
647
648dist-lzip: distdir
649 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
650 $(am__post_remove_distdir)
651
652dist-xz: distdir
653 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
654 $(am__post_remove_distdir)
655
656dist-tarZ: distdir
657 @echo WARNING: "Support for distribution archives compressed with" \
658 "legacy program 'compress' is deprecated." >&2
659 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
660 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
661 $(am__post_remove_distdir)
662
663dist-shar: distdir
664 @echo WARNING: "Support for shar distribution archives is" \
665 "deprecated." >&2
666 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
667 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
668 $(am__post_remove_distdir)
669
670dist-zip: distdir
671 -rm -f $(distdir).zip
672 zip -rq $(distdir).zip $(distdir)
673 $(am__post_remove_distdir)
674
675dist dist-all:
676 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
677 $(am__post_remove_distdir)
678
679# This target untars the dist file and tries a VPATH configuration. Then
680# it guarantees that the distribution is self-contained by making another
681# tarfile.
682distcheck: dist
683 case '$(DIST_ARCHIVES)' in \
684 *.tar.gz*) \
685 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
686 *.tar.bz2*) \
687 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
688 *.tar.lz*) \
689 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
690 *.tar.xz*) \
691 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
692 *.tar.Z*) \
693 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
694 *.shar.gz*) \
695 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
696 *.zip*) \
697 unzip $(distdir).zip ;;\
698 esac
699 chmod -R a-w $(distdir)
700 chmod u+w $(distdir)
701 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
702 chmod a-w $(distdir)
703 test -d $(distdir)/_build || exit 0; \
704 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
705 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
706 && am__cwd=`pwd` \
707 && $(am__cd) $(distdir)/_build/sub \
708 && ../../configure \
709 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
710 $(DISTCHECK_CONFIGURE_FLAGS) \
711 --srcdir=../.. --prefix="$$dc_install_base" \
712 && $(MAKE) $(AM_MAKEFLAGS) \
713 && $(MAKE) $(AM_MAKEFLAGS) dvi \
714 && $(MAKE) $(AM_MAKEFLAGS) check \
715 && $(MAKE) $(AM_MAKEFLAGS) install \
716 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
717 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
718 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
719 distuninstallcheck \
720 && chmod -R a-w "$$dc_install_base" \
721 && ({ \
722 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
723 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
724 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
725 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
726 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
727 } || { rm -rf "$$dc_destdir"; exit 1; }) \
728 && rm -rf "$$dc_destdir" \
729 && $(MAKE) $(AM_MAKEFLAGS) dist \
730 && rm -rf $(DIST_ARCHIVES) \
731 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
732 && cd "$$am__cwd" \
733 || exit 1
734 $(am__post_remove_distdir)
735 @(echo "$(distdir) archives ready for distribution: "; \
736 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
737 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
738distuninstallcheck:
739 @test -n '$(distuninstallcheck_dir)' || { \
740 echo 'ERROR: trying to run $@ with an empty' \
741 '$$(distuninstallcheck_dir)' >&2; \
742 exit 1; \
743 }; \
744 $(am__cd) '$(distuninstallcheck_dir)' || { \
745 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
746 exit 1; \
747 }; \
748 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
749 || { echo "ERROR: files left after uninstall:" ; \
750 if test -n "$(DESTDIR)"; then \
751 echo " (check DESTDIR support)"; \
752 fi ; \
753 $(distuninstallcheck_listfiles) ; \
754 exit 1; } >&2
755distcleancheck: distclean
756 @if test '$(srcdir)' = . ; then \
757 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
758 exit 1 ; \
759 fi
760 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
761 || { echo "ERROR: files left in build directory after distclean:" ; \
762 $(distcleancheck_listfiles) ; \
763 exit 1; } >&2
764check-am: all-am
765check: check-recursive
766all-am: Makefile $(MANS) $(DATA) config.h
767installdirs: installdirs-recursive
768installdirs-am:
769 for dir in "$(DESTDIR)$(man1dir)"; do \
770 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
771 done
772install: install-recursive
773install-exec: install-exec-recursive
774install-data: install-data-recursive
775uninstall: uninstall-recursive
776
777install-am: all-am
778 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
779
780installcheck: installcheck-recursive
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
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)
902
903# Tell versions [3.59,3.63) of GNU make to not export all variables.
904# Otherwise a system limit (for SysV at least) may be exceeded.
905.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.