source: Makefile.in@ e5f2a67

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 new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since e5f2a67 was 44f44617, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

Fix build for 16.04

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