source: libcfa/Makefile.in@ 0c30ecc

ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
Last change on this file since 0c30ecc was 954821df, checked in by Thierry Delisle <tdelisle@…>, 5 years ago

Recreated makefile.in with automake from ubuntu 16.04

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