source: Makefile.in@ 6ce3ae9

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 6ce3ae9 was df47e2f, checked in by Thierry Delisle <tdelisle@…>, 9 years ago

Added partial support for renaming cfa through autoconf (using --program-transform-name)

  • Property mode set to 100644
File size: 23.6 KB
Line 
1# Makefile.in generated by automake 1.11.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18######################## -*- Mode: Makefile-Automake -*- ######################
19###############################################################################
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkglibexecdir = $(libexecdir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39subdir = .
40DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
41 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
42 $(top_srcdir)/configure INSTALL automake/compile \
43 automake/config.guess automake/config.sub automake/depcomp \
44 automake/install-sh automake/missing automake/ylwrap
45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
50 configure.lineno config.status.lineno
51mkinstalldirs = $(install_sh) -d
52CONFIG_HEADER = config.h
53CONFIG_CLEAN_FILES =
54CONFIG_CLEAN_VPATH_FILES =
55AM_V_GEN = $(am__v_GEN_@AM_V@)
56am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
57am__v_GEN_0 = @echo " GEN " $@;
58AM_V_at = $(am__v_at_@AM_V@)
59am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
60am__v_at_0 = @
61SOURCES =
62DIST_SOURCES =
63RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64 html-recursive info-recursive install-data-recursive \
65 install-dvi-recursive install-exec-recursive \
66 install-html-recursive install-info-recursive \
67 install-pdf-recursive install-ps-recursive install-recursive \
68 installcheck-recursive installdirs-recursive pdf-recursive \
69 ps-recursive uninstall-recursive
70RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
71 distclean-recursive maintainer-clean-recursive
72AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
73 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
74 distdir dist dist-all distcheck
75ETAGS = etags
76CTAGS = ctags
77DIST_SUBDIRS = $(SUBDIRS)
78DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79distdir = $(PACKAGE)-$(VERSION)
80top_distdir = $(distdir)
81am__remove_distdir = \
82 if test -d "$(distdir)"; then \
83 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
84 && rm -rf "$(distdir)" \
85 || { sleep 5 && rm -rf "$(distdir)"; }; \
86 else :; fi
87am__relativize = \
88 dir0=`pwd`; \
89 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
90 sed_rest='s,^[^/]*/*,,'; \
91 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
92 sed_butlast='s,/*[^/]*$$,,'; \
93 while test -n "$$dir1"; do \
94 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
95 if test "$$first" != "."; then \
96 if test "$$first" = ".."; then \
97 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
98 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
99 else \
100 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
101 if test "$$first2" = "$$first"; then \
102 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
103 else \
104 dir2="../$$dir2"; \
105 fi; \
106 dir0="$$dir0"/"$$first"; \
107 fi; \
108 fi; \
109 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
110 done; \
111 reldir="$$dir2"
112DIST_ARCHIVES = $(distdir).tar.gz
113GZIP_ENV = --best
114distuninstallcheck_listfiles = find . -type f -print
115am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
116 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
117distcleancheck_listfiles = find . -type f -print
118ACLOCAL = @ACLOCAL@
119ALLOCA = @ALLOCA@
120AMTAR = @AMTAR@
121AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
122AUTOCONF = @AUTOCONF@
123AUTOHEADER = @AUTOHEADER@
124AUTOMAKE = @AUTOMAKE@
125AWK = @AWK@
126BACKEND_CC = @BACKEND_CC@ # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command
127CC = @CC@
128CCAS = @CCAS@
129CCASDEPMODE = @CCASDEPMODE@
130CCASFLAGS = @CCASFLAGS@
131CCDEPMODE = @CCDEPMODE@
132CFA_BACKEND_CC = @CFA_BACKEND_CC@
133CFA_BINDIR = @CFA_BINDIR@
134CFA_FLAGS = @CFA_FLAGS@
135CFA_INCDIR = @CFA_INCDIR@
136CFA_LIBDIR = @CFA_LIBDIR@
137CFA_NAME = @CFA_NAME@
138CFA_PREFIX = @CFA_PREFIX@
139CFLAGS = @CFLAGS@
140CPP = @CPP@
141CPPFLAGS = @CPPFLAGS@
142CXX = @CXX@
143CXXDEPMODE = @CXXDEPMODE@
144CXXFLAGS = @CXXFLAGS@
145CYGPATH_W = @CYGPATH_W@
146DEFS = @DEFS@
147DEPDIR = @DEPDIR@
148ECHO_C = @ECHO_C@
149ECHO_N = @ECHO_N@
150ECHO_T = @ECHO_T@
151EGREP = @EGREP@
152EXEEXT = @EXEEXT@
153GREP = @GREP@
154INSTALL = @INSTALL@
155INSTALL_DATA = @INSTALL_DATA@
156INSTALL_PROGRAM = @INSTALL_PROGRAM@
157INSTALL_SCRIPT = @INSTALL_SCRIPT@
158INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159LDFLAGS = @LDFLAGS@
160LEX = @LEX@
161LEXLIB = @LEXLIB@
162LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
163LIBOBJS = @LIBOBJS@
164LIBS = @LIBS@
165LTLIBOBJS = @LTLIBOBJS@
166MACHINE_TYPE = @MACHINE_TYPE@
167MAINT = @MAINT@
168MAKEINFO = @MAKEINFO@
169MKDIR_P = @MKDIR_P@
170OBJEXT = @OBJEXT@
171PACKAGE = @PACKAGE@
172PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173PACKAGE_NAME = @PACKAGE_NAME@
174PACKAGE_STRING = @PACKAGE_STRING@
175PACKAGE_TARNAME = @PACKAGE_TARNAME@
176PACKAGE_URL = @PACKAGE_URL@
177PACKAGE_VERSION = @PACKAGE_VERSION@
178PATH_SEPARATOR = @PATH_SEPARATOR@
179RANLIB = @RANLIB@
180SET_MAKE = @SET_MAKE@
181SHELL = @SHELL@
182STRIP = @STRIP@
183VERSION = @VERSION@
184YACC = @YACC@
185YFLAGS = @YFLAGS@
186abs_builddir = @abs_builddir@
187abs_srcdir = @abs_srcdir@
188abs_top_builddir = @abs_top_builddir@
189abs_top_srcdir = @abs_top_srcdir@
190ac_ct_CC = @ac_ct_CC@
191ac_ct_CXX = @ac_ct_CXX@
192am__include = @am__include@
193am__leading_dot = @am__leading_dot@
194am__quote = @am__quote@
195am__tar = @am__tar@
196am__untar = @am__untar@
197bindir = @bindir@
198build = @build@
199build_alias = @build_alias@
200build_cpu = @build_cpu@
201build_os = @build_os@
202build_vendor = @build_vendor@
203builddir = @builddir@
204datadir = @datadir@
205datarootdir = @datarootdir@
206docdir = @docdir@
207dvidir = @dvidir@
208exec_prefix = @exec_prefix@
209host = @host@
210host_alias = @host_alias@
211host_cpu = @host_cpu@
212host_os = @host_os@
213host_vendor = @host_vendor@
214htmldir = @htmldir@
215includedir = @includedir@
216infodir = @infodir@
217install_sh = @install_sh@
218libdir = @libdir@
219libexecdir = @libexecdir@
220localedir = @localedir@
221localstatedir = @localstatedir@
222mandir = @mandir@
223mkdir_p = @mkdir_p@
224oldincludedir = @oldincludedir@
225pdfdir = @pdfdir@
226prefix = @prefix@
227program_transform_name = @program_transform_name@
228psdir = @psdir@
229sbindir = @sbindir@
230sharedstatedir = @sharedstatedir@
231srcdir = @srcdir@
232sysconfdir = @sysconfdir@
233target_alias = @target_alias@
234top_build_prefix = @top_build_prefix@
235top_builddir = @top_builddir@
236top_srcdir = @top_srcdir@
237AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names
238SUBDIRS = src/driver src src/prelude src/libcfa # order important, src before prelude because cfa-cpp used to build prelude
239EXTRA_DIST = Docs # non-source files
240MAINTAINERCLEANFILES = lib/* bin/* src/examples/.deps/* src/tests/.deps/* src/tests/.out/*
241all: config.h
242 $(MAKE) $(AM_MAKEFLAGS) all-recursive
243
244.SUFFIXES:
245am--refresh: Makefile
246 @:
247$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
248 @for dep in $?; do \
249 case '$(am__configure_deps)' in \
250 *$$dep*) \
251 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
252 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
253 && exit 0; \
254 exit 1;; \
255 esac; \
256 done; \
257 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
258 $(am__cd) $(top_srcdir) && \
259 $(AUTOMAKE) --foreign Makefile
260.PRECIOUS: Makefile
261Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
262 @case '$?' in \
263 *config.status*) \
264 echo ' $(SHELL) ./config.status'; \
265 $(SHELL) ./config.status;; \
266 *) \
267 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
268 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
269 esac;
270
271$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
272 $(SHELL) ./config.status --recheck
273
274$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
275 $(am__cd) $(srcdir) && $(AUTOCONF)
276$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
277 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
278$(am__aclocal_m4_deps):
279
280config.h: stamp-h1
281 @if test ! -f $@; then rm -f stamp-h1; else :; fi
282 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
283
284stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
285 @rm -f stamp-h1
286 cd $(top_builddir) && $(SHELL) ./config.status config.h
287$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
288 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
289 rm -f stamp-h1
290 touch $@
291
292distclean-hdr:
293 -rm -f config.h stamp-h1
294
295# This directory's subdirectories are mostly independent; you can cd
296# into them and run `make' without going through this Makefile.
297# To change the values of `make' variables: instead of editing Makefiles,
298# (1) if the variable is set in `config.status', edit `config.status'
299# (which will cause the Makefiles to be regenerated when you run `make');
300# (2) otherwise, pass the desired values on the `make' command line.
301$(RECURSIVE_TARGETS):
302 @fail= failcom='exit 1'; \
303 for f in x $$MAKEFLAGS; do \
304 case $$f in \
305 *=* | --[!k]*);; \
306 *k*) failcom='fail=yes';; \
307 esac; \
308 done; \
309 dot_seen=no; \
310 target=`echo $@ | sed s/-recursive//`; \
311 list='$(SUBDIRS)'; for subdir in $$list; do \
312 echo "Making $$target in $$subdir"; \
313 if test "$$subdir" = "."; then \
314 dot_seen=yes; \
315 local_target="$$target-am"; \
316 else \
317 local_target="$$target"; \
318 fi; \
319 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
320 || eval $$failcom; \
321 done; \
322 if test "$$dot_seen" = "no"; then \
323 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
324 fi; test -z "$$fail"
325
326$(RECURSIVE_CLEAN_TARGETS):
327 @fail= failcom='exit 1'; \
328 for f in x $$MAKEFLAGS; do \
329 case $$f in \
330 *=* | --[!k]*);; \
331 *k*) failcom='fail=yes';; \
332 esac; \
333 done; \
334 dot_seen=no; \
335 case "$@" in \
336 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
337 *) list='$(SUBDIRS)' ;; \
338 esac; \
339 rev=''; for subdir in $$list; do \
340 if test "$$subdir" = "."; then :; else \
341 rev="$$subdir $$rev"; \
342 fi; \
343 done; \
344 rev="$$rev ."; \
345 target=`echo $@ | sed s/-recursive//`; \
346 for subdir in $$rev; do \
347 echo "Making $$target in $$subdir"; \
348 if test "$$subdir" = "."; then \
349 local_target="$$target-am"; \
350 else \
351 local_target="$$target"; \
352 fi; \
353 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
354 || eval $$failcom; \
355 done && test -z "$$fail"
356tags-recursive:
357 list='$(SUBDIRS)'; for subdir in $$list; do \
358 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
359 done
360ctags-recursive:
361 list='$(SUBDIRS)'; for subdir in $$list; do \
362 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
363 done
364
365ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
366 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
367 unique=`for i in $$list; do \
368 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369 done | \
370 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
371 END { if (nonempty) { for (i in files) print i; }; }'`; \
372 mkid -fID $$unique
373tags: TAGS
374
375TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
376 $(TAGS_FILES) $(LISP)
377 set x; \
378 here=`pwd`; \
379 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
380 include_option=--etags-include; \
381 empty_fix=.; \
382 else \
383 include_option=--include; \
384 empty_fix=; \
385 fi; \
386 list='$(SUBDIRS)'; for subdir in $$list; do \
387 if test "$$subdir" = .; then :; else \
388 test ! -f $$subdir/TAGS || \
389 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
390 fi; \
391 done; \
392 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
393 unique=`for i in $$list; do \
394 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395 done | \
396 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
397 END { if (nonempty) { for (i in files) print i; }; }'`; \
398 shift; \
399 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
400 test -n "$$unique" || unique=$$empty_fix; \
401 if test $$# -gt 0; then \
402 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403 "$$@" $$unique; \
404 else \
405 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
406 $$unique; \
407 fi; \
408 fi
409ctags: CTAGS
410CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
411 $(TAGS_FILES) $(LISP)
412 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
413 unique=`for i in $$list; do \
414 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
415 done | \
416 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
417 END { if (nonempty) { for (i in files) print i; }; }'`; \
418 test -z "$(CTAGS_ARGS)$$unique" \
419 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
420 $$unique
421
422GTAGS:
423 here=`$(am__cd) $(top_builddir) && pwd` \
424 && $(am__cd) $(top_srcdir) \
425 && gtags -i $(GTAGS_ARGS) "$$here"
426
427distclean-tags:
428 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
429
430distdir: $(DISTFILES)
431 $(am__remove_distdir)
432 test -d "$(distdir)" || mkdir "$(distdir)"
433 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
434 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435 list='$(DISTFILES)'; \
436 dist_files=`for file in $$list; do echo $$file; done | \
437 sed -e "s|^$$srcdirstrip/||;t" \
438 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
439 case $$dist_files in \
440 */*) $(MKDIR_P) `echo "$$dist_files" | \
441 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
442 sort -u` ;; \
443 esac; \
444 for file in $$dist_files; do \
445 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
446 if test -d $$d/$$file; then \
447 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
448 if test -d "$(distdir)/$$file"; then \
449 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
450 fi; \
451 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
452 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
453 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
454 fi; \
455 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
456 else \
457 test -f "$(distdir)/$$file" \
458 || cp -p $$d/$$file "$(distdir)/$$file" \
459 || exit 1; \
460 fi; \
461 done
462 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
463 if test "$$subdir" = .; then :; else \
464 test -d "$(distdir)/$$subdir" \
465 || $(MKDIR_P) "$(distdir)/$$subdir" \
466 || exit 1; \
467 fi; \
468 done
469 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
470 if test "$$subdir" = .; then :; else \
471 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
472 $(am__relativize); \
473 new_distdir=$$reldir; \
474 dir1=$$subdir; dir2="$(top_distdir)"; \
475 $(am__relativize); \
476 new_top_distdir=$$reldir; \
477 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
478 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
479 ($(am__cd) $$subdir && \
480 $(MAKE) $(AM_MAKEFLAGS) \
481 top_distdir="$$new_top_distdir" \
482 distdir="$$new_distdir" \
483 am__remove_distdir=: \
484 am__skip_length_check=: \
485 am__skip_mode_fix=: \
486 distdir) \
487 || exit 1; \
488 fi; \
489 done
490 -test -n "$(am__skip_mode_fix)" \
491 || find "$(distdir)" -type d ! -perm -755 \
492 -exec chmod u+rwx,go+rx {} \; -o \
493 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
494 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
495 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
496 || chmod -R a+r "$(distdir)"
497dist-gzip: distdir
498 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
499 $(am__remove_distdir)
500
501dist-bzip2: distdir
502 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
503 $(am__remove_distdir)
504
505dist-lzip: distdir
506 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
507 $(am__remove_distdir)
508
509dist-lzma: distdir
510 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
511 $(am__remove_distdir)
512
513dist-xz: distdir
514 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
515 $(am__remove_distdir)
516
517dist-tarZ: distdir
518 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
519 $(am__remove_distdir)
520
521dist-shar: distdir
522 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
523 $(am__remove_distdir)
524
525dist-zip: distdir
526 -rm -f $(distdir).zip
527 zip -rq $(distdir).zip $(distdir)
528 $(am__remove_distdir)
529
530dist dist-all: distdir
531 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
532 $(am__remove_distdir)
533
534# This target untars the dist file and tries a VPATH configuration. Then
535# it guarantees that the distribution is self-contained by making another
536# tarfile.
537distcheck: dist
538 case '$(DIST_ARCHIVES)' in \
539 *.tar.gz*) \
540 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
541 *.tar.bz2*) \
542 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
543 *.tar.lzma*) \
544 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
545 *.tar.lz*) \
546 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
547 *.tar.xz*) \
548 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
549 *.tar.Z*) \
550 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
551 *.shar.gz*) \
552 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
553 *.zip*) \
554 unzip $(distdir).zip ;;\
555 esac
556 chmod -R a-w $(distdir); chmod a+w $(distdir)
557 mkdir $(distdir)/_build
558 mkdir $(distdir)/_inst
559 chmod a-w $(distdir)
560 test -d $(distdir)/_build || exit 0; \
561 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
562 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
563 && am__cwd=`pwd` \
564 && $(am__cd) $(distdir)/_build \
565 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
566 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
567 $(DISTCHECK_CONFIGURE_FLAGS) \
568 && $(MAKE) $(AM_MAKEFLAGS) \
569 && $(MAKE) $(AM_MAKEFLAGS) dvi \
570 && $(MAKE) $(AM_MAKEFLAGS) check \
571 && $(MAKE) $(AM_MAKEFLAGS) install \
572 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
573 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
574 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
575 distuninstallcheck \
576 && chmod -R a-w "$$dc_install_base" \
577 && ({ \
578 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
579 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
580 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
581 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
582 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
583 } || { rm -rf "$$dc_destdir"; exit 1; }) \
584 && rm -rf "$$dc_destdir" \
585 && $(MAKE) $(AM_MAKEFLAGS) dist \
586 && rm -rf $(DIST_ARCHIVES) \
587 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
588 && cd "$$am__cwd" \
589 || exit 1
590 $(am__remove_distdir)
591 @(echo "$(distdir) archives ready for distribution: "; \
592 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
593 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
594distuninstallcheck:
595 @test -n '$(distuninstallcheck_dir)' || { \
596 echo 'ERROR: trying to run $@ with an empty' \
597 '$$(distuninstallcheck_dir)' >&2; \
598 exit 1; \
599 }; \
600 $(am__cd) '$(distuninstallcheck_dir)' || { \
601 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
602 exit 1; \
603 }; \
604 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
605 || { echo "ERROR: files left after uninstall:" ; \
606 if test -n "$(DESTDIR)"; then \
607 echo " (check DESTDIR support)"; \
608 fi ; \
609 $(distuninstallcheck_listfiles) ; \
610 exit 1; } >&2
611distcleancheck: distclean
612 @if test '$(srcdir)' = . ; then \
613 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
614 exit 1 ; \
615 fi
616 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
617 || { echo "ERROR: files left in build directory after distclean:" ; \
618 $(distcleancheck_listfiles) ; \
619 exit 1; } >&2
620check-am: all-am
621check: check-recursive
622all-am: Makefile config.h
623installdirs: installdirs-recursive
624installdirs-am:
625install: install-recursive
626install-exec: install-exec-recursive
627install-data: install-data-recursive
628uninstall: uninstall-recursive
629
630install-am: all-am
631 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
632
633installcheck: installcheck-recursive
634install-strip:
635 if test -z '$(STRIP)'; then \
636 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
637 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
638 install; \
639 else \
640 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
641 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
642 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
643 fi
644mostlyclean-generic:
645
646clean-generic:
647
648distclean-generic:
649 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
650 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
651
652maintainer-clean-generic:
653 @echo "This command is intended for maintainers to use"
654 @echo "it deletes files that may require special tools to rebuild."
655 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
656clean: clean-recursive
657
658clean-am: clean-generic mostlyclean-am
659
660distclean: distclean-recursive
661 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
662 -rm -f Makefile
663distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
664
665dvi: dvi-recursive
666
667dvi-am:
668
669html: html-recursive
670
671html-am:
672
673info: info-recursive
674
675info-am:
676
677install-data-am:
678
679install-dvi: install-dvi-recursive
680
681install-dvi-am:
682
683install-exec-am:
684
685install-html: install-html-recursive
686
687install-html-am:
688
689install-info: install-info-recursive
690
691install-info-am:
692
693install-man:
694
695install-pdf: install-pdf-recursive
696
697install-pdf-am:
698
699install-ps: install-ps-recursive
700
701install-ps-am:
702
703installcheck-am:
704
705maintainer-clean: maintainer-clean-recursive
706 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
707 -rm -rf $(top_srcdir)/autom4te.cache
708 -rm -f Makefile
709maintainer-clean-am: distclean-am maintainer-clean-generic
710
711mostlyclean: mostlyclean-recursive
712
713mostlyclean-am: mostlyclean-generic
714
715pdf: pdf-recursive
716
717pdf-am:
718
719ps: ps-recursive
720
721ps-am:
722
723uninstall-am:
724
725.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
726 ctags-recursive install-am install-strip tags-recursive
727
728.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
729 all all-am am--refresh check check-am clean clean-generic \
730 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
731 dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
732 distcheck distclean distclean-generic distclean-hdr \
733 distclean-tags distcleancheck distdir distuninstallcheck dvi \
734 dvi-am html html-am info info-am install install-am \
735 install-data install-data-am install-dvi install-dvi-am \
736 install-exec install-exec-am install-html install-html-am \
737 install-info install-info-am install-man install-pdf \
738 install-pdf-am install-ps install-ps-am install-strip \
739 installcheck installcheck-am installdirs installdirs-am \
740 maintainer-clean maintainer-clean-generic mostlyclean \
741 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
742 uninstall uninstall-am
743
744
745# Tell versions [3.59,3.63) of GNU make to not export all variables.
746# Otherwise a system limit (for SysV at least) may be exceeded.
747.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.